Searched refs:startCol (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XCellCursor.java | 75 int startCol, endCol, startRow, endRow = 0; in _gotoNext() local 82 startCol = oAddr.StartColumn; in _gotoNext() 94 if (!(startCol == startCol2)){ in _gotoNext() 110 int startCol, endCol, startRow, endRow = 0; in _gotoOffset() local 117 startCol = oAddr.StartColumn; in _gotoOffset() 144 int startCol, endCol, startRow, endRow = 0; in _gotoPrevious() local 151 startCol = oAddr.StartColumn; in _gotoPrevious() 163 if (!(startCol == startCol2)){ in _gotoPrevious() 180 int startCol, endCol, startRow, endRow = 0; in _gotoStart() local 187 startCol = oAddr.StartColumn; in _gotoStart() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | toolbox.cxx | 396 Color startCol, endCol; in ImplDrawGradientBackground() local 397 startCol = pThis->GetSettings().GetStyleSettings().GetFaceGradientColor(); in ImplDrawGradientBackground() 401 startCol = endCol; in ImplDrawGradientBackground() 407 g.SetStartColor( startCol ); in ImplDrawGradientBackground()
|
Completed in 48 milliseconds