Searched refs:bVer (Results 1 – 8 of 8) sorted by relevance
/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 98 if(bVer) in UpdateCellBorder()
|
H A D | CellBorderUpdater.hxx | 39 …void UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg, bool bVer, bool b…
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 713 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag() local 715 if (bVer) ndx=long(ndx0*nYFact); in movePathDrag() 734 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in movePathDrag() local 736 if (bVer) ndx=long(ndx0*nYFact); in movePathDrag()
|
H A D | svdomeas.cxx | 944 FASTBOOL bVer=bVLin || (!bHLin && (nXFact<=nYFact)==bBigOrtho); in ImpEvalDrag() local 946 if (bVer) ndx=long(ndx0*nYFact); in ImpEvalDrag()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1131 sal_Bool bVer = ( pViewData->GetVSplitMode() != SC_SPLIT_NONE ); in GetObjectByIndex_Impl() local 1132 if ( bHor && bVer ) in GetObjectByIndex_Impl() 1148 else if ( bVer ) 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 2399 if (bVer) in SplitAtPixel()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 2715 sal_Bool bVer = aDocSize.Height() > aVisSize.Height(); in HandleScrollCommand() local 2727 if( bVer ) in HandleScrollCommand()
|
Completed in 141 milliseconds