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() 882 aReader.readIntProperty< sal_uInt32 >( mnTextColor ); in importBinaryModel() 907 rConv.convertColor( rPropMap, PROP_TextColor, mnTextColor ); in convertProperties() 917 mnTextColor( AX_SYSCOLOR_BUTTONTEXT ), in AxLabelModel() 945 aReader.readIntProperty< sal_uInt32 >( mnTextColor ); in importBinaryModel() 1055 mnTextColor( AX_SYSCOLOR_WINDOWTEXT ), in AxMorphDataModelBase() 1114 aReader.readIntProperty< sal_uInt32 >( mnTextColor ); in importBinaryModel() 1501 mnTextColor( AX_SYSCOLOR_BUTTONTEXT ), in AxTabStripModel() 1514 aReader.readIntProperty< sal_uInt32 >( mnTextColor ); in importBinaryModel() 1565 mnTextColor( AX_SYSCOLOR_BUTTONTEXT ), in AxContainerModelBase() [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 member in WinSalGraphics
|
Completed in 37 milliseconds