Home
last modified time | relevance | path

Searched refs:ScHSplitPos (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx48 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 Dcolrowba.hxx39 ScHSplitPos eWhich;
44 ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos,
H A Dtabview.hxx336 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 Dgridwin.hxx134 ScHSplitPos eHWhich;
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx643 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 Dtabview4.cxx472 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 Dviewdata.cxx955 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 Dcolrowba.cxx68 ScColBar::ScColBar( Window* pParent, ScViewData* pData, ScHSplitPos eWhichPos, in ScColBar()
H A Dtabview.cxx1201 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 Dtabview2.cxx865 ScHSplitPos eH = WhichH(eActive); in StopMarking()
H A Dprintfun.cxx459 ScHSplitPos eHWhich = WhichH(eWhich); in DrawToDev()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx209 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()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx100 ScHSplitPos eWhichH = ((meSplitPos == SC_SPLIT_TOPLEFT) || (meSplitPos == SC_SPLIT_BOTTOMLEFT)) ? in GetVisArea()

Completed in 106 milliseconds