Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Ddrawingfragment.cxx644 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 …]
/aoo4110/main/vcl/inc/
H A Dprintergfx.hxx412 void SetTextColor (PrinterColor& rTextColor) in SetTextColor() argument
413 { maTextColor = rTextColor; } in SetTextColor()
/aoo4110/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx193 sal_uInt32 convertControlTextColor( const ::rtl::OUString& rTextColor ) const;

Completed in 34 milliseconds