Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DCellColorHandler.cxx44 m_nShadowType( 0 ), in CellColorHandler()
82m_nShadowType = nIntValue; //clear == 0, solid: 1, pct5: 2, pct50:8, pct95: x3c, horzStripe:0x0e, … in lcl_attribute()
203 if( m_nShadowType >= (sal_Int32)(sizeof( eMSGrayScale ) / sizeof ( eMSGrayScale[ 0 ] )) ) in getProperties()
204 m_nShadowType = 0; in getProperties()
206 sal_Int32 nWW8BrushStyle = eMSGrayScale[m_nShadowType]; in getProperties()
H A DCellColorHandler.hxx39 sal_Int32 m_nShadowType; member in writerfilter::dmapper::CellColorHandler

Completed in 6 milliseconds