Home
last modified time | relevance | path

Searched refs:bR2L (Results 1 – 16 of 16) sorted by relevance

/aoo41x/main/sw/source/core/doc/
H A Ddocdraw.cxx108 bool bR2L = false; in SV_IMPL_VARARR_SORT() local
118 bR2L = pAnchorFrm->IsRightToLeft(); in SV_IMPL_VARARR_SORT()
135 bR2L = true; in SV_IMPL_VARARR_SORT()
145 bR2L = false; in SV_IMPL_VARARR_SORT()
152 bR2L = true; in SV_IMPL_VARARR_SORT()
159 bR2L = false; in SV_IMPL_VARARR_SORT()
170 if ( bR2L ) { in SV_IMPL_VARARR_SORT()
180 else if ( bR2L ) in SV_IMPL_VARARR_SORT()
/aoo41x/main/sw/source/core/fields/
H A Dreffld.cxx120 sal_Bool bR2L = sal_False; in IsFrameBehind() local
127 bR2L = pTmpFrm->IsRightToLeft(); in IsFrameBehind()
153 if( bR2L ) in IsFrameBehind()
162 else if( bR2L ) in IsFrameBehind()
182 if( bR2L ) in IsFrameBehind()
191 else if( bR2L ) in IsFrameBehind()
/aoo41x/main/sw/source/core/layout/
H A Dcolfrm.cxx364 const sal_Bool bR2L = IsRightToLeft(); in AdjustColumns() local
365 SwFrm *pCol = bR2L ? GetLastLower() : Lower(); in AdjustColumns()
444 pCol = bR2L ? pCol->GetPrev() : pCol->GetNext(); in AdjustColumns()
H A Dtrvlfrm.cxx2136 const sal_Bool bR2L = pStartFrm->IsRightToLeft(); in CalcFrmRects()
2155 !bR2L : in CalcFrmRects()
2156 bR2L; in CalcFrmRects()
2216 ( aStRect.*fnRect->fnSetLeft )( bR2L ? in CalcFrmRects()
2323 ( aStRect.*fnRect->fnSetLeft )( bR2L ? nRightAbs : nLeftAbs ); in CalcFrmRects()
2377 if ( bSameRotatedOrBidi || bR2L ) in CalcFrmRects()
2432 if ( bR2L ) in CalcFrmRects()
2452 if ( bR2L ) in CalcFrmRects()
2464 if ( bR2L ) in CalcFrmRects()
H A Dssfrm.cxx702 sal_Bool bR2L = pTmp->IsRightToLeft(); in PaintArea() local
704 if( bR2L ? pTmp->GetNext() : pTmp->GetPrev() ) in PaintArea()
711 if( bR2L ? pTmp->GetPrev() : pTmp->GetNext() ) in PaintArea()
H A Danchoreddrawobject.cxx736 const bool bR2L = _pNewAnchorFrm->IsRightToLeft(); in AdjustPositioningAttr() local
742 else if ( bR2L ) in AdjustPositioningAttr()
H A Danchoredobject.cxx468 const bool bR2L = pAnchorFrm->IsRightToLeft(); in UpdateLayoutDir() local
473 else if ( bR2L ) in UpdateLayoutDir()
H A Dcalcmove.cxx560 sal_Bool bR2L = IsRightToLeft(); in MakePos() local
561 if( bR2L ) in MakePos()
616 sal_Bool bR2L = IsRightToLeft(); in MakePos() local
617 if( bR2L ) in MakePos()
H A Dpaintfrm.cxx2567 bool bR2L = mrTabFrm.IsRightToLeft(); in Insert() local
2574 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2575 SwLineEntry aRight ( nRight, nTop, nBottom, bVert ? aT : ( bR2L ? aL : aR ) ); in Insert()
3175 sal_Bool bR2L = rFrm.IsRightToLeft(); in SwShortCut() local
3176 if( rFrm.IsNeighbourFrm() && bVert == bR2L ) in SwShortCut()
4222 const sal_Bool bR2L = _rFrm.IsCellFrm() && _rFrm.IsRightToLeft(); in lcl_PaintLeftRightLine() local
4226 pLeftRightBorder = bR2L ? rBox.GetRight() : rBox.GetLeft(); in lcl_PaintLeftRightLine()
4230 pLeftRightBorder = bR2L ? rBox.GetLeft() : rBox.GetRight(); in lcl_PaintLeftRightLine()
/aoo41x/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx823 const bool bR2L = rAnchorFrm.IsRightToLeft(); in _CalcRelPosX() local
826 if( bR2L ) in _CalcRelPosX()
831 else if ( bToggle || ( !_rHoriOrient.IsPosToggle() && bR2L ) ) in _CalcRelPosX()
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx1359 AnchoredObjOrder( const sal_Bool bR2L, in AnchoredObjOrder()
1361 : mbR2L( bR2L ), in AnchoredObjOrder()
1456 const sal_Bool bR2L = pCurrFrm->IsRightToLeft(); in InitAnchoredObjList() local
1572 AnchoredObjOrder( bR2L, fnRect ) ); in InitAnchoredObjList()
/aoo41x/main/svtools/source/edit/
H A Dtexteng.cxx3073 void TextEngine::SetRightToLeft( sal_Bool bR2L ) in SetRightToLeft() argument
3075 if ( mbRightToLeft != bR2L ) in SetRightToLeft()
3077 mbRightToLeft = bR2L; in SetRightToLeft()
3078 meAlign = bR2L ? TXTALIGN_RIGHT : TXTALIGN_LEFT; in SetRightToLeft()
/aoo41x/main/svtools/inc/svtools/
H A Dtexteng.hxx279 void SetRightToLeft( sal_Bool bR2L );
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx4433 sal_uInt8 bR2L = sal_False; in ImplInitLayoutMode() local
4437 bR2L = IsRightToLeft( nPara ); in ImplInitLayoutMode()
4444 bR2L = GetRightToLeft( nPara, nIndex + 1); // this change was discussed in issue 37190 in ImplInitLayoutMode()
4453 if ( !bCTL && !bR2L) in ImplInitLayoutMode()
4464 if ( bR2L ) in ImplInitLayoutMode()
H A Dimpedit2.cxx2036 sal_Bool bR2L = sal_False; in IsRightToLeft() local
2041 bR2L = GetDefaultHorizontalTextDirection() == EE_HTEXTDIR_R2L; in IsRightToLeft()
2059 bR2L = pFrameDirItem->GetValue() == FRMDIR_HORI_RIGHT_TOP; in IsRightToLeft()
2061 return bR2L; in IsRightToLeft()
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx2771 bool bR2L = pFrm->IsRightToLeft(); in getIndexAtPoint() local
2775 ( bR2L && aResultRect.Right() < aCorePoint.X()) ) in getIndexAtPoint()
2783 …( bR2L && aResultRectPrev.Right() > aCorePoint.X() && aResultRect.Pos().Y() == aResultRectPrev.… in getIndexAtPoint()

Completed in 220 milliseconds