Searched refs:textColor (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/scripting/examples/python/pythonSamples/ |
H A D | TableSample.py | 67 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 )
|
/aoo42x/main/pyuno/demo/ |
H A D | swriter.py | 76 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 D | swritercomp.py | 78 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 )
|
/aoo42x/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 276 …::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()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | outdevstate.hxx | 68 textColor(), in OutDevState() 105 ::com::sun::star::uno::Sequence< double > textColor;
|
H A D | implrenderer.cxx | 198 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 D | textaction.cxx | 96 o_rRenderState.DeviceColor = rState.textColor; in init()
|
/aoo42x/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 1308 Color aMenuTextColor( getColor( [NSColor textColor], in UpdateSettings()
|
Completed in 101 milliseconds