Searched refs:ScHSplitPos (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 48 enum ScHSplitPos { SC_SPLIT_LEFT, SC_SPLIT_RIGHT }; enum 51 inline ScHSplitPos WhichH( ScSplitPos ePos ); 53 inline ScSplitPos Which( ScHSplitPos eHPos ); 278 SCCOL GetPosX( ScHSplitPos eWhich ) const { return pThisTab->nPosX[eWhich]; } in GetPosX() 293 void SetPosX( ScHSplitPos eWhich, SCCOL nNewPosX ); 322 long GetTPosX( ScHSplitPos eWhich ) const { return pThisTab->nTPosX[eWhich]; } in GetTPosX() 433 Point GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScHSplitPos eWhich ) const; 439 SCCOL VisibleCellsX( ScHSplitPos eWhichX ) const; // angezeigte komplette Zellen 441 SCCOL PrevCellsX( ScHSplitPos eWhichX ) const; // Zellen auf der vorgehenden Seite 526 inline ScHSplitPos WhichH( ScSplitPos ePos ) in WhichH() [all …]
|
H A D | colrowba.hxx | 39 ScHSplitPos eWhich; 44 ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos,
|
H A D | tabview.hxx | 336 void InvertVertical( ScHSplitPos eWhich, long nDragPos ); 400 void ScrollX( long nDeltaX, ScHSplitPos eWhich, sal_Bool bUpdBars = sal_True ); 452 long GetGridWidth( ScHSplitPos eWhich );
|
H A D | gridwin.hxx | 134 ScHSplitPos eHWhich;
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 643 ScHSplitPos eActiveX = WhichH(eActive); in AlignToCursor() 671 ScHSplitPos eAlignX = WhichH(eAlign); in AlignToCursor() 1089 ScHSplitPos eWhichX = WhichH( eWhich ); in MoveCursorPage() 1832 ScHSplitPos eHWhich = WhichH( (ScSplitPos) i ); in MakeEditView() 2014 ScHSplitPos eHWhich = WhichH( (ScSplitPos) i ); in PaintArea() 2347 ScHSplitPos eWhich = (ScHSplitPos) i; in PaintTopArea() 2641 ScHSplitPos eOldH = WhichH(eOld); in ActivatePart() 2643 ScHSplitPos eNewH = WhichH(eWhich); in ActivatePart() 2734 long ScTabView::GetGridWidth( ScHSplitPos eWhich ) in GetGridWidth()
|
H A D | tabview4.cxx | 472 ScHSplitPos eHWhich = WhichH( eActive ); in UpdateScrollBars() 505 void ScTabView::InvertVertical( ScHSplitPos eWhich, long nDragPos ) in InvertVertical() 539 ScHSplitPos eHWhich = WhichH( ScSplitPos(i) ); in InterpretVisible()
|
H A D | viewdata.cxx | 955 ScHSplitPos eHWhich = WhichH(eWhich); in SetEditEngine() 1175 ScHSplitPos eHWhich = WhichH(eWhich); in EditGrowX() 1513 Point ScViewData::GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScHSplitPos eWhich ) const in GetScrPos() 1530 ScHSplitPos eWhichX = SC_SPLIT_LEFT; in GetScrPos() 1646 SCCOL ScViewData::CellsAtX( SCsCOL nPosX, SCsCOL nDir, ScHSplitPos eWhichX, sal_uInt16 nScrSizeX ) … in CellsAtX() 1726 SCCOL ScViewData::VisibleCellsX( ScHSplitPos eWhichX ) const in VisibleCellsX() 1736 SCCOL ScViewData::PrevCellsX( ScHSplitPos eWhichX ) const in PrevCellsX() 1799 ScHSplitPos eHWhich = WhichH(eWhich); in GetPosFromPixel() 1917 void ScViewData::SetPosX( ScHSplitPos eWhich, SCCOL nNewPosX ) in SetPosX()
|
H A D | colrowba.cxx | 68 ScColBar::ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos, in ScColBar()
|
H A D | tabview.cxx | 1201 ScHSplitPos eHPos = WhichH(ePos); in ScrollCommand() 1230 ScHSplitPos eWhich = (pScroll == &aHScrollLeft) ? SC_SPLIT_LEFT : SC_SPLIT_RIGHT; in IMPL_LINK() 1416 void ScTabView::ScrollX( long nDeltaX, ScHSplitPos eWhich, sal_Bool bUpdBars ) in ScrollX()
|
H A D | tabview2.cxx | 865 ScHSplitPos eH = WhichH(eActive); in StopMarking()
|
H A D | printfun.cxx | 459 ScHSplitPos eHWhich = WhichH(eWhich); in DrawToDev()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 209 ScHSplitPos eWhichH = WhichH( eWhich ); in getFirstVisibleColumn() 227 ScHSplitPos eWhichH = WhichH( eWhich ); in setFirstVisibleColumn() 278 ScHSplitPos eWhichH = WhichH( eWhich ); in getVisibleRange() 412 ScHSplitPos eWhichH = ((eWhich == SC_SPLIT_TOPLEFT) || (eWhich == SC_SPLIT_BOTTOMLEFT)) ? in GetVisArea()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 100 ScHSplitPos eWhichH = ((meSplitPos == SC_SPLIT_TOPLEFT) || (meSplitPos == SC_SPLIT_BOTTOMLEFT)) ? in GetVisArea()
|
Completed in 90 milliseconds