Searched refs:i_hasControlFocus (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 333 void GridTableRenderer::PrepareRow( RowPos _nRow, bool i_hasControlFocus, bool _bSelected, in PrepareRow() argument 351 backgroundColor = i_hasControlFocus in PrepareRow() 400 …void GridTableRenderer::PaintRowHeader( bool i_hasControlFocus, bool _bSelected, OutputDevice& _rD… in PaintRowHeader() argument 425 (void)i_hasControlFocus; in PaintRowHeader() 441 …tings const & i_style, ColPos const i_column, bool const i_selected, bool const i_hasControlFocus ) in CellRenderContext() 447 ,bHasControlFocus( i_hasControlFocus ) in CellRenderContext() 453 … void GridTableRenderer::PaintCell( ColPos const i_column, bool _bSelected, bool i_hasControlFocus, in PaintCell() argument 459 …t const aRenderContext( _rDevice, aContentArea, _rStyle, i_column, _bSelected, i_hasControlFocus ); in PaintCell() 470 lineColor = i_hasControlFocus in PaintCell()
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablerenderer.hxx | 146 virtual void PrepareRow( RowPos _nRow, bool i_hasControlFocus, bool _bSelected, 175 virtual void PaintRowHeader( bool i_hasControlFocus, bool _bSelected, 206 bool i_hasControlFocus, bool _bSelected,
|
H A D | gridtablerenderer.hxx | 90 virtual void PrepareRow( RowPos _nRow, bool i_hasControlFocus, bool _bSelected, 94 bool i_hasControlFocus, bool _bSelected, 98 bool i_hasControlFocus, bool _bSelected,
|
Completed in 13 milliseconds