Searched refs:endCol (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XCellCursor.java | 75 int startCol, endCol, startRow, endRow = 0; in _gotoNext() local 84 endCol = oAddr.EndColumn; in _gotoNext() 110 int startCol, endCol, startRow, endRow = 0; in _gotoOffset() local 119 endCol = oAddr.EndColumn; in _gotoOffset() 144 int startCol, endCol, startRow, endRow = 0; in _gotoPrevious() local 153 endCol = oAddr.EndColumn; in _gotoPrevious() 180 int startCol, endCol, startRow, endRow = 0; in _gotoStart() local 189 endCol = oAddr.EndColumn; in _gotoStart() 190 if ((startCol == endCol) && (endRow == startRow)){ in _gotoStart() 217 int startCol, endCol, startRow, endRow = 0; in _gotoEnd() local [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 396 Color startCol, endCol; in ImplDrawGradientBackground() local 398 endCol = pThis->GetSettings().GetStyleSettings().GetFaceColor(); in ImplDrawGradientBackground() 401 startCol = endCol; in ImplDrawGradientBackground() 408 g.SetEndColor( endCol ); in ImplDrawGradientBackground()
|
Completed in 39 milliseconds