Home
last modified time | relevance | path

Searched refs:textColor (Results 1 – 8 of 8) sorted by relevance

/trunk/main/pyuno/demo/
H A Dswriter.py76 textColor = 16777215 variable
78 insertTextIntoCell( table, "A1", "FirstColumn", textColor )
79 insertTextIntoCell( table, "B1", "SecondColumn", textColor )
80 insertTextIntoCell( table, "C1", "ThirdColumn", textColor )
81 insertTextIntoCell( table, "D1", "SUM", textColor )
H A Dswritercomp.py78 textColor = 16777215
80 insertTextIntoCell( table, "A1", "FirstColumn", textColor )
81 insertTextIntoCell( table, "B1", "SecondColumn", textColor )
82 insertTextIntoCell( table, "C1", "ThirdColumn", textColor )
83 insertTextIntoCell( table, "D1", "SUM", textColor )
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py67 textColor = 16777215
69 insertTextIntoCell( table, "A1", "FirstColumn", textColor )
70 insertTextIntoCell( table, "B1", "SecondColumn", textColor )
71 insertTextIntoCell( table, "C1", "ThirdColumn", textColor )
72 insertTextIntoCell( table, "D1", "SUM", textColor )
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx276 …::Color const textColor = lcl_getEffectiveColor( m_pImpl->rModel.getTextColor(), _rStyle, &StyleSe… in PaintColumnHeader()
277 _rDevice.SetTextColor( textColor ); in PaintColumnHeader()
414 …::Color const textColor = lcl_getEffectiveColor( m_pImpl->rModel.getHeaderTextColor(), _rStyle, &S… in PaintRowHeader()
415 _rDevice.SetTextColor( textColor ); in PaintRowHeader()
558 ::Color const textColor = i_context.bHasControlFocus in impl_paintCellText()
561 i_context.rDevice.SetTextColor( textColor ); in impl_paintCellText()
565 …::Color const textColor = lcl_getEffectiveColor( m_pImpl->rModel.getTextColor(), i_context.rStyle,… in impl_paintCellText()
566 i_context.rDevice.SetTextColor( textColor ); in impl_paintCellText()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Doutdevstate.hxx68 textColor(), in OutDevState()
105 ::com::sun::star::uno::Sequence< double > textColor;
H A Dimplrenderer.cxx198 aCalculatedNewState.textColor = rNewState.textColor; in popState()
998 rState.textColor, xColorSpace ); in createTextAction()
1022 rState.textColor, xColorSpace ); in createTextAction()
1032 getState( rParms.mrStates ).textColor = in createTextAction()
1538 getState( rStates ).textColor = in createActions()
3016 getState( aStateStack ).textColor = in ImplRenderer()
3035 getState( aStateStack ).textColor = in ImplRenderer()
H A Dtextaction.cxx96 o_rRenderState.DeviceColor = rState.textColor; in init()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1308 Color aMenuTextColor( getColor( [NSColor textColor], in UpdateSettings()

Completed in 83 milliseconds