Home
last modified time | relevance | path

Searched refs:bHor (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dframelink.cxx824 bool bHor = Abs( aEnd.X() - aBeg.X() ) > Abs( aEnd.Y() - aBeg.Y() ); in lclDrawThinLine()
825 …const Point& rBegPos( bHor ? ((aBeg.X() < aEnd.X()) ? aBeg : aEnd) : ((aBeg.Y() < aEnd.Y()) ? aBeg… in lclDrawThinLine()
828 long nAlongBeg = bHor ? rBegPos.X() : rBegPos.Y(); in lclDrawThinLine()
829 long nAcrssBeg = bHor ? rBegPos.Y() : rBegPos.X(); in lclDrawThinLine()
830 long nAlongSize = (bHor ? rEndPos.X() : rEndPos.Y()) - nAlongBeg; in lclDrawThinLine()
831 long nAcrssSize = (bHor ? rEndPos.Y() : rEndPos.X()) - nAcrssBeg; in lclDrawThinLine()
840 aPoints.push_back( Point( bHor ? nAl : nAc, bHor ? nAc : nAl ) ); in lclDrawThinLine()
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderUpdater.cxx44 …::UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg, bool bVer, bool bHor) in UpdateCellBorder() argument
104 if(bHor) in UpdateCellBorder()
H A DCellBorderUpdater.hxx39 … UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg, bool bVer, bool bHor);
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx712 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag() local
714 if (bHor) ndy=long(ndy0*nXFact); in movePathDrag()
733 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in movePathDrag() local
735 if (bHor) ndy=long(ndy0*nXFact); in movePathDrag()
H A Dsvdomeas.cxx943 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in ImpEvalDrag() local
945 if (bHor) ndy=long(ndy0*nXFact); in ImpEvalDrag()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1130 sal_Bool bHor = ( pViewData->GetHSplitMode() != SC_SPLIT_NONE ); in GetObjectByIndex_Impl() local
1132 if ( bHor && bVer ) in GetObjectByIndex_Impl()
1140 else if ( bHor ) in GetObjectByIndex_Impl()
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx508 void SplitAtPixel( const Point& rPixel, sal_Bool bHor, sal_Bool bVer );
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2388 void ScTabView::SplitAtPixel( const Point& rPixel, sal_Bool bHor, sal_Bool bVer ) // fuer API in SplitAtPixel() argument
2392 if (bHor) in SplitAtPixel()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2714 sal_Bool bHor = aDocSize.Width() > aVisSize.Width(); in HandleScrollCommand() local
2725 if( bHor ) in HandleScrollCommand()

Completed in 86 milliseconds