Searched refs:FindTouchedLevel (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | olinetab.cxx | 305 sal_Bool ScOutlineArray::FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rF… in FindTouchedLevel() function in ScOutlineArray 409 FindTouchedLevel( nBlockStart, nBlockEnd, nLevel ); in Remove()
|
/trunk/main/sc/inc/ |
H A D | olinetab.hxx | 96 sal_Bool FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd,
|
/trunk/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 585 pColArray->FindTouchedLevel( nStartCol, nEndCol, nColLevel ); in HideMarkedOutlines() 590 pRowArray->FindTouchedLevel( nStartRow, nEndRow, nRowLevel ); in HideMarkedOutlines()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 399 pUndoTable->GetColArray()->FindTouchedLevel( nStartCol, nEndCol, nLevel ); in Undo() 401 pUndoTable->GetRowArray()->FindTouchedLevel( nStartRow, nEndRow, nLevel ); in Undo()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 1414 if( mpScOLArray->FindTouchedLevel( nScPos, nScPos, nNewOpenScLevel ) ) in UpdateColRow()
|
Completed in 78 milliseconds