Home
last modified time | relevance | path

Searched refs:nCurrentBorderLine (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx244 sal_Int32 nCurrentBorderLine; member in writerfilter::dmapper::GraphicImport_Impl
301 ,nCurrentBorderLine(BORDER_TOP) in GraphicImport_Impl()
416 m_pImpl->nCurrentBorderLine = BORDER_TOP; in lcl_attribute()
420 m_pImpl->nCurrentBorderLine = BORDER_LEFT; in lcl_attribute()
424 m_pImpl->nCurrentBorderLine = BORDER_BOTTOM; in lcl_attribute()
428 m_pImpl->nCurrentBorderLine = BORDER_RIGHT; in lcl_attribute()
702 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineWidth = nIntValue; in lcl_attribute()
711 …m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineColor = ConversionHelper::ConvertColor( nIntVa… in lcl_attribute()
715 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].nLineDistance = nIntValue; in lcl_attribute()
719 m_pImpl->aBorders[m_pImpl->nCurrentBorderLine].bHasShadow = nIntValue ? true : false; in lcl_attribute()
[all …]

Completed in 29 milliseconds