Searched refs:rTextColor (Results 1 – 3 of 3) sorted by relevance
644 sal_uInt32 VmlDrawing::convertControlTextColor( const OUString& rTextColor ) const in convertControlTextColor()647 …if( (rTextColor.getLength() == 0) || rTextColor.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRING… in convertControlTextColor()650 if( rTextColor[ 0 ] == '#' ) in convertControlTextColor()653 if( rTextColor.getLength() == 7 ) in convertControlTextColor()654 return OleHelper::encodeOleColor( rTextColor.copy( 1 ).toInt32( 16 ) ); in convertControlTextColor()657 if( rTextColor.getLength() == 4 ) in convertControlTextColor()659 sal_Int32 nR = rTextColor.copy( 1, 1 ).toInt32( 16 ) * 0x11; in convertControlTextColor()660 sal_Int32 nG = rTextColor.copy( 2, 1 ).toInt32( 16 ) * 0x11; in convertControlTextColor()661 sal_Int32 nB = rTextColor.copy( 3, 1 ).toInt32( 16 ) * 0x11; in convertControlTextColor()674 sal_Int32 nColorToken = AttributeConversion::decodeToken( rTextColor ); in convertControlTextColor()[all …]
412 void SetTextColor (PrinterColor& rTextColor) in SetTextColor() argument413 { maTextColor = rTextColor; } in SetTextColor()
193 sal_uInt32 convertControlTextColor( const ::rtl::OUString& rTextColor ) const;
Completed in 25 milliseconds