Searched refs:XLRGBToOORGB (Results 1 – 9 of 9) sorted by relevance
110 SetUserDefinedAttributes( BACKCOLOR, SetAttributeData( XLRGBToOORGB( nColor ) ) ); in setColor()223 XLRGBToOORGB( getColor() ) >>= nColor; in getColorIndex()340 nColor = XLRGBToOORGB( nColor ); in GetBackColor()365 SetUserDefinedAttributes( PATTERNCOLOR, SetAttributeData( XLRGBToOORGB( nPattColor ) ) ); in setPatternColor()375 XLRGBToOORGB( getPatternColor() ) >>= nColor; in getPatternColorIndex()
357 XLRGBToOORGB( sal_Int32 nCol ) in XLRGBToOORGB() function379 XLRGBToOORGB( const uno::Any& aCol ) in XLRGBToOORGB() function383 nCol = XLRGBToOORGB( nCol ); in XLRGBToOORGB()
183 aBorderLine.Color = XLRGBToOORGB( nColor ); in setColor()193 XLRGBToOORGB( getColor() ) >>= nColor; in getColorIndex()
116 aRet = uno::makeAny( XLRGBToOORGB( ColorData[ --nIndex ] ) ); in Colors()
159 XLRGBToOORGB( getColor() ) >>= nColor; in getColorIndex()271 mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharColor", "TextColor" ), XLRGBToOORGB(_color) ); in setColor()
501 XLRGBToOORGB( sal_Int32 nCol ) in XLRGBToOORGB() function526 XLRGBToOORGB( const uno::Any& aCol ) in XLRGBToOORGB() function530 nCol = XLRGBToOORGB( nCol ); in XLRGBToOORGB()
97 sal_Int32 nRGB = XLRGBToOORGB( _rgb ); in setRGB()
84 VBAHELPER_DLLPUBLIC sal_Int32 XLRGBToOORGB( sal_Int32 );86 VBAHELPER_DLLPUBLIC css::uno::Any XLRGBToOORGB( const css::uno::Any& );
150 XLRGBToOORGB( getColor() ) >>= nColor; in getColorIndex()
Completed in 51 milliseconds