/aoo42x/main/sw/source/core/frmedt/ |
H A D | fews.cxx | 809 if( bVert || bVertL2R ) in CalcBoundRect() 865 if ( bVert && !bVertL2R ) in CalcBoundRect() 879 else if ( bVertL2R ) in CalcBoundRect() 963 else if ( bVertL2R ) in CalcBoundRect() 994 else if ( bVertL2R ) in CalcBoundRect() 1063 if ( bVert || bVertL2R ) in CalcBoundRect() 1108 if ( bVert || bVertL2R ) in CalcBoundRect() 1144 if( bVert || bVertL2R ) in CalcBoundRect() 1156 if( bVert || bVertL2R ) in CalcBoundRect() 1339 bVertL2R = sal_False; in IsFrmVertical() [all …]
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 276 ? ( bVertL2R in CalcPosition() 282 ? ( bVertL2R in CalcPosition() 296 if ( bVert && !bVertL2R ) in CalcPosition() 421 nRelPosY = _AdjustVertRelPos( nTopOfAnch, bVert, bVertL2R, in CalcPosition() 603 nRelPosY = _AdjustVertRelPos( nTopOfAnch, bVert, bVertL2R, in CalcPosition() 755 if ( !bVertL2R ) in CalcPosition() 857 nTmpRelPosY = _AdjustVertRelPos( nTopOfAnch, bVert, bVertL2R, in CalcPosition() 866 if ( !bVertL2R ) in CalcPosition() 958 if ( !bVertL2R ) in CalcPosition() 1024 if ( !bVertL2R ) in CalcPosition() [all …]
|
H A D | anchoredobjectposition.cxx | 376 ? ( bVertL2R in _GetVertRelPos() 392 ? ( bVertL2R in _GetVertRelPos() 424 const bool bVertL2R, in _ImplAdjustVertRelPos() argument 461 if ( !bVertL2R ) in _ImplAdjustVertRelPos()
|
H A D | tolayoutanchoredobjectposition.cxx | 121 if ( bVertL2R ) in CalcPosition() 211 if( bVert || bVertL2R ) in CalcPosition()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | flycnt.cxx | 653 const bool bVertL2R = pUp->IsVertLR(); in lcl_CalcDownDist() local 660 ? ( bVertL2R in lcl_CalcDownDist() 676 if ( bVertL2R ) in lcl_CalcDownDist() 707 if ( bVertL2R ) in lcl_CalcDownDist() 725 ? ( bVertL2R in lcl_CalcDownDist() 1295 const bool bVertL2R = pCnt->IsVertLR(); in SetAbsPos() local 1328 ? ( bVertL2R in SetAbsPos() 1339 if ( bVertL2R ) in SetAbsPos() 1400 ? ( bVertL2R in SetAbsPos() 1411 if ( bVertL2R ) in SetAbsPos()
|
H A D | calcmove.cxx | 579 if ( bVertL2R ) in MakePos() 652 else if( bVert && !bVertL2R && FRM_NOTE_VERT & nMyType && !bReverse ) in MakePos() 659 if( IsBodyFrm() && bVert && !bVertL2R && !bReverse && GetUpper() ) in MakePos()
|
H A D | wsfrm.cxx | 1652 if( bVert && !bVertL2R && !bRev ) in AdjustNeighbourhood() 1667 if( bVert && !bVertL2R && !bRev ) in AdjustNeighbourhood()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | anchoredobjectposition.hxx | 85 const bool bVertL2R, 211 const bool bVertL2R, in _AdjustVertRelPos() argument 218 ? _ImplAdjustVertRelPos( nTopOfAnch, bVert, bVertL2R, in _AdjustVertRelPos()
|
H A D | frame.hxx | 231 sal_Bool bVertL2R = pFrm->IsVertLR(); \ 233 ( bRev ? fnRectVL2R : ( bVertL2R ? fnRectVertL2R : fnRectVert ) ): \ 245 bVertL2R = pFrm->IsVertLR(); \ 247 … ( bRev ? fnRectVL2R : ( bVertL2R ? fnRectVertL2R : fnRectVert ) ): \ 250 sal_Bool bVertL2R = pFrm->IsVertLR(); \ 253 fnRectHori : ( bVertL2R ? fnRectVertL2R : fnRectVert );
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drwbassh.cxx | 261 sal_Bool bVertL2R; in Execute() local 262 …ut(SfxBoolItem(SID_ATTR_TRANSFORM_IN_VERTICAL_TEXT, pSh->IsFrmVertical(sal_True, bRTL, bVertL2R))); in Execute() 845 sal_Bool bVertL2R; in IMPL_LINK() local 846 bIsInVertical = pSh->IsFrmVertical(sal_True, bRTL, bVertL2R); in IMPL_LINK()
|
/aoo42x/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 226 ( bVertL2R ? Min( nFrmMaxY, nUpperMaxY ) : Max( nFrmMaxY, nUpperMaxY ) ) : in GetCharRect() 244 if ( aPnt1.X() < nMaxY && !bVertL2R ) in GetCharRect() 399 …( bVertL2R ? Min( (pFrm->*fnRect->fnGetPrtBottom)(), nUpperMaxY ) : Max( (pFrm->*fnRect->fnGetPrtB… in GetAutoPos() 408 if ( aPnt1.X() < nMaxY && !bVertL2R ) in GetAutoPos()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 316 sal_Bool bVertL2R; in ExecTabWin() local 318 rSh.IsFrmVertical(sal_True, bRTL, bVertL2R) ) || in ExecTabWin() 478 sal_Bool bVertL2R; in ExecTabWin() local 480 rSh.IsFrmVertical(sal_True, bRTL, bVertL2R ) ) || in ExecTabWin()
|
/aoo42x/main/sw/inc/ |
H A D | fesh.hxx | 376 …sal_Bool IsFrmVertical(const sal_Bool bEnvironment, sal_Bool& bRightToLeft, sal_Bool& bVertL2R) co…
|