Searched refs:bHor (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svx/source/dialog/ |
H A D | framelink.cxx | 824 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()
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | CellBorderUpdater.cxx | 44 …::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 D | CellBorderUpdater.hxx | 39 … UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg, bool bVer, bool bHor);
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 712 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 D | svdomeas.cxx | 943 FASTBOOL bHor=bHLin || (!bVLin && (nXFact>nYFact) ==bBigOrtho); in ImpEvalDrag() local 945 if (bHor) ndy=long(ndy0*nXFact); in ImpEvalDrag()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1130 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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 508 void SplitAtPixel( const Point& rPixel, sal_Bool bHor, sal_Bool bVer );
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 2388 void ScTabView::SplitAtPixel( const Point& rPixel, sal_Bool bHor, sal_Bool bVer ) // fuer API in SplitAtPixel() argument 2392 if (bHor) in SplitAtPixel()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 2714 sal_Bool bHor = aDocSize.Width() > aVisSize.Width(); in HandleScrollCommand() local 2725 if( bHor ) in HandleScrollCommand()
|
Completed in 84 milliseconds