Searched refs:mnTextColor (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/oox/source/ole/ |
| H A D | axcontrol.cxx | 847 mnTextColor( AX_SYSCOLOR_BUTTONTEXT ), in AxCommandButtonModel() 861 …case XML_ForeColor: mnTextColor = AttributeConversion::decodeUnsigned( rValue ); … in importProperty() 882 aReader.readIntProperty< sal_uInt32 >( mnTextColor ); in importBinaryModel() 907 rConv.convertColor( rPropMap, PROP_TextColor, mnTextColor ); in convertProperties() 917 mnTextColor( AX_SYSCOLOR_BUTTONTEXT ), in AxLabelModel() 932 …case XML_ForeColor: mnTextColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty() 945 aReader.readIntProperty< sal_uInt32 >( mnTextColor ); in importBinaryModel() 971 rConv.convertColor( rPropMap, PROP_TextColor, mnTextColor ); in convertProperties() 1055 mnTextColor( AX_SYSCOLOR_WINDOWTEXT ), in AxMorphDataModelBase() 1081 …case XML_ForeColor: mnTextColor = AttributeConversion::decodeUnsigned( rValue ); br… in importProperty() [all …]
|
| /trunk/main/oox/source/xls/ |
| H A D | drawingfragment.cxx | 451 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape() 460 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape() 474 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maValue, pTextBox, pClient… in createAndInsertClientXShape() 485 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape() 505 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape() 518 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape() 529 convertControlFontData( rAxModel.maFontData, rAxModel.mnTextColor, maListBoxFont ); in createAndInsertClientXShape() 544 convertControlFontData( rAxModel.maFontData, rAxModel.mnTextColor, maListBoxFont ); in createAndInsertClientXShape() 578 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, XML_L… in createAndInsertClientXShape()
|
| /trunk/main/oox/inc/oox/ole/ |
| H A D | axcontrol.hxx | 487 sal_uInt32 mnTextColor; /// Text color. member in oox::ole::AxCommandButtonModel 511 sal_uInt32 mnTextColor; /// Text color. member in oox::ole::AxLabelModel 565 sal_uInt32 mnTextColor; /// Text color. member in oox::ole::AxMorphDataModelBase 743 sal_uInt32 mnTextColor; /// Text color. member in oox::ole::AxTabStripModel 780 sal_uInt32 mnTextColor; /// Text color. member in oox::ole::AxContainerModelBase
|
| /trunk/main/vcl/inc/win/ |
| H A D | salgdi.h | 153 COLORREF mnTextColor; // TextColor variable
|