Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/dmapper/
H A DCellColorHandler.cxx207 sal_Int32 nApplyColor = 0; in getProperties() local
211 nApplyColor = m_nFillColor; in getProperties()
225 nApplyColor = ( (nRed/1000) << 0x10 ) + ((nGreen/1000) << 8) + nBlue/1000; in getProperties()
233 pPropertyMap->Insert( PROP_PARA_BACK_COLOR, false, uno::makeAny( nApplyColor )); in getProperties()
236 pPropertyMap->Insert( PROP_CHAR_BACK_COLOR, false, uno::makeAny( nApplyColor )); in getProperties()
240 pPropertyMap->Insert( PROP_BACK_COLOR, false, uno::makeAny( nApplyColor )); in getProperties()

Completed in 6 milliseconds