Home
last modified time | relevance | path

Searched refs:bRTL (Results 1 – 25 of 56) sorted by last modified time

123

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx77 sal_Bool bRTL = sal_False; in CtorInitAttrIter() local
85 bRTL = pFrm->IsRightToLeft(); in CtorInitAttrIter()
101 pScriptInfo->InitScriptInfo( rTxtNode, bRTL ); in CtorInitAttrIter()
H A Dpormulti.cxx182 xub_StrLen nEnd, sal_Bool bRTL ) : SwMultiPortion( nEnd ) in SwRotatedPortion() argument
198 if ( bRTL ) in SwRotatedPortion()
H A Dtxttab.cxx98 const bool bRTL = pFrm->IsRightToLeft(); in NewTabPortion() local
105 const SwTwips nTabLeft = bRTL in NewTabPortion()
116 if ( bRTL ) in NewTabPortion()
135 const SwTwips nCurrentAbsPos = bRTL ? in NewTabPortion()
158 const SwTwips nSearchPos = bRTL ? in NewTabPortion()
208 if ( ( bRTL && nTabLeft - nNextPos >= nCurrentAbsPos - nMinimumTabWidth ) || in NewTabPortion()
209 ( !bRTL && nNextPos + nTabLeft <= nCurrentAbsPos + nMinimumTabWidth ) ) in NewTabPortion()
229 if ( bRTL ) in NewTabPortion()
254 bRTL ? nCurrentAbsPos > nTabLeft - nLeftMarginTabPos in NewTabPortion()
284 nNextPos += bRTL ? nLinePos - nTabLeft : nTabLeft - nLinePos; in NewTabPortion()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6102 bool bRTL = false; in ImplGlyphFallbackLayout() local
6104 for( int i=0; i<8 && rLayoutArgs.GetNextPos( &nCharPos, &bRTL); ++i ) in ImplGlyphFallbackLayout()
6112 bool bRTL = false; in ImplGlyphFallbackLayout() local
6114 while( rLayoutArgs.GetNextPos( &nCharPos, &bRTL) ) in ImplGlyphFallbackLayout()
6237 bool bRTL = false; in GetTextIsRTL() local
6239 aArgs.GetNextPos( &nCharPos, &bRTL ); in GetTextIsRTL()
7853 bool bRTL = false; in GetTextOutlines() local
7856 for( int nCharPos = -1; aLayoutArgs.GetNextPos( &nCharPos, &bRTL);) in GetTextOutlines()
H A Dsallayout.cxx424 if( ((nCharPos + bRTL) == nRunPos1) in AddPos()
425 && ((nRunPos0 > nRunPos1) == bRTL) ) in AddPos()
452 if( bRTL == (nCharPos0 < nCharPos1) ) in AddRun()
637 AddRun( nPos0, nPos1, bRTL ); in ImplLayoutArgs()
658 if( !bRTL ) in AddRun()
680 maRuns.AddRun( nCharPos0, nCharPos1, bRTL ); in AddRun()
695 bool bRTL; in PrepareFallback() local
716 if( !bRTL) { in PrepareFallback()
719 aNewRuns.AddPos( *it, bRTL ); in PrepareFallback()
723 aNewRuns.AddPos( *it, bRTL ); in PrepareFallback()
[all …]
/trunk/main/sd/source/core/
H A Dsdpage.cxx3087 const bool bRTL = rModel.GetDefaultWritingMode() == ::com::sun::star::text::WritingMode_RL_TB; in CalculateHandoutAreas() local
3089 const long nOffsetX = (aPartArea.Width() + nGapW) * (bRTL ? -1 : 1); in CalculateHandoutAreas()
3091 const long nStartX = bRTL ? nOffsetX*(1 - nColCnt) - nX : nX; in CalculateHandoutAreas()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx519 const bool bRTL = (mpVDev->GetLayoutMode() & TEXT_LAYOUT_BIDI_RTL) != 0; in Impl_writeText() local
534 if( bRTL || (nScriptType != ScriptType::LATIN) ) in Impl_writeText()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx871 void SetTextRTL(sal_Bool bRTL);
/trunk/main/sc/source/core/data/
H A Ddocument.cxx579 void ScDocument::SetLayoutRTL( SCTAB nTab, sal_Bool bRTL ) in SetLayoutRTL() argument
589 pTab[nTab]->SetLoadingRTL( bRTL ); in SetLayoutRTL()
593 pTab[nTab]->SetLayoutRTL( bRTL ); // only sets the flag in SetLayoutRTL()
614 … pObject->SetContextWritingMode( bRTL ? WritingMode2::RL_TB : WritingMode2::LR_TB ); in SetLayoutRTL()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx502 const bool bRTL = mpLayouter->GetWritingMode() == WritingMode_RL_TB; in DragEdge() local
504 if( bRTL ) in DragEdge()
509 if( (bRTL && (nEdge >= 0)) || (!bRTL && (nEdge < mxTable->getColumnCount())) ) in DragEdge()
1061 const bool bRTL = GetWritingMode() == WritingMode_RL_TB; in CheckTableHit() local
1065 if( !bRTL ) in CheckTableHit()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2893 sal_Bool ScDocFunc::SetLayoutRTL( SCTAB nTab, sal_Bool bRTL, sal_Bool /* bApi */ ) in SetLayoutRTL() argument
2897 if ( pDoc->IsLayoutRTL( nTab ) == bRTL ) in SetLayoutRTL()
2904 pDoc->SetLayoutRTL( nTab, bRTL ); in SetLayoutRTL()
2908 rDocShell.GetUndoManager()->AddUndoAction( new ScUndoLayoutRTL( &rDocShell, nTab, bRTL ) ); in SetLayoutRTL()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx442 sal_Bool bRTL = pDev->ImplHasMirroredGraphics() && pDev->IsRTLEnabled(); in ImplDrawSymbol() local
443 Point aPos1( bRTL ? rRect.Right() : rRect.Left(), in ImplDrawSymbol()
445 … Point aPos2( bRTL ? rRect.Right() - rRect.GetWidth()/3 : rRect.Left() + rRect.GetWidth()/3, in ImplDrawSymbol()
447 Point aPos3( bRTL ? rRect.TopLeft() : rRect.TopRight() ); in ImplDrawSymbol()
455 if( bRTL ) in ImplDrawSymbol()
458 if( !bRTL ) in ImplDrawSymbol()
466 if( bRTL ) in ImplDrawSymbol()
470 if( !bRTL ) in ImplDrawSymbol()
H A Dfloatwin.cxx261 sal_Bool bRTL = Application::GetSettings().GetLayoutRTL(); in ImplCalcPos() local
267 if( bRTL ) in ImplCalcPos()
272 Application::GetBestScreen( bRTL ? devRectRTL : devRect ) ); in ImplCalcPos()
327 if( bRTL ) // --- RTL --- we're comparing screen coordinates here in ImplCalcPos()
351 if( bRTL ) // --- RTL --- we're comparing screen coordinates here in ImplCalcPos()
420 if( bRTL ) // --- RTL --- we're comparing screen coordinates here in ImplCalcPos()
/trunk/main/vcl/source/app/
H A Dsettings.cxx1894 sal_Bool bRTL = sal_False; in GetLayoutRTL() local
1920 bRTL = MsLangId::isRightToLeft( aLang ); in GetLayoutRTL()
1923 bRTL = (nUIMirroring == 1); in GetLayoutRTL()
1925 return bRTL; in GetLayoutRTL()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx696 const sal_Bool bRTL = pTable->IsRightToLeft(); in lcl_UpDown() local
697 const long nPrtLeft = bRTL ? in lcl_UpDown()
700 if ( (bRTL != (nX < nPrtLeft)) ) in lcl_UpDown()
704 const long nPrtRight = bRTL ? in lcl_UpDown()
707 if ( (bRTL != (nX > nPrtRight)) ) in lcl_UpDown()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx501 …(SvxSwFramePosString::StringId eStringId, sal_Bool bVertical, sal_Bool bVerticalL2R, sal_Bool bRTL) in lcl_ChangeResIdToVerticalOrRTL() argument
507 ? ( bRTL in lcl_ChangeResIdToVerticalOrRTL()
510 : ( bRTL in lcl_ChangeResIdToVerticalOrRTL()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx435 bool bRTL, in getFontAttributeFromVclFont() argument
447 bRTL, in getFontAttributeFromVclFont()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx457 bool bRTL = mpGlyphRTLFlags ? mpGlyphRTLFlags[i] : false; local
459 rArgs.NeedFallback( nCharPos, bRTL );
461 rArgs.NeedFallback( nCharPos+1, bRTL );
1287 bool bRTL; local
1288 for( rArgs.ResetPos(); rArgs.GetNextRun( &nMin, &nEnd, &bRTL ); )
1545 const bool bRTL = rVisualItem.IsRTL(); local
1546 if( !bRTL )
/trunk/main/vcl/source/control/
H A Dedit.cxx1257 bool bRTL = IsRTLEnabled(); in ImplAlign() local
1259 bRTL = GetParent()->IsRTLEnabled(); in ImplAlign()
1260 if( bRTL ) in ImplAlign()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx391 bool bRTL = mpGlyphRTLFlags ? mpGlyphRTLFlags[i] : false; local
393 rArgs.NeedFallback( nCharPos, bRTL );
395 rArgs.NeedFallback( nCharPos+1, bRTL );
/trunk/main/vcl/inc/
H A Dsallayout.hxx78 bool AddPos( int nCharPos, bool bRTL );
79 bool AddRun( int nMinRunPos, int nEndRunPos, bool bRTL );
84 bool GetRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL ) const;
85 bool GetNextPos( int* nCharPos, bool* bRTL );
121 bool GetNextPos( int* nCharPos, bool* bRTL ) in GetNextPos() argument
122 { return maRuns.GetNextPos( nCharPos, bRTL ); } in GetNextPos()
123 bool GetNextRun( int* nMinRunPos, int* nEndRunPos, bool* bRTL );
124 bool NeedFallback( int nCharPos, bool bRTL ) in NeedFallback() argument
125 { return maReruns.AddPos( nCharPos, bRTL ); } in NeedFallback()
126 bool NeedFallback( int nMinRunPos, int nEndRunPos, bool bRTL ) in NeedFallback() argument
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx315 sal_Bool bRTL; in ExecTabWin() local
318 rSh.IsFrmVertical(sal_True, bRTL, bVertL2R) ) || in ExecTabWin()
477 sal_Bool bRTL; in ExecTabWin() local
480 rSh.IsFrmVertical(sal_True, bRTL, bVertL2R ) ) || in ExecTabWin()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx260 sal_Bool bRTL; in Execute() local
262 …ut(SfxBoolItem(SID_ATTR_TRANSFORM_IN_VERTICAL_TEXT, pSh->IsFrmVertical(sal_True, bRTL, bVertL2R))); in Execute()
263 aSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_IN_RTL_TEXT, bRTL)); in Execute()
844 sal_Bool bRTL; in IMPL_LINK() local
846 bIsInVertical = pSh->IsFrmVertical(sal_True, bRTL, bVertL2R); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx4466 bool bRTL = false; in IsRightToLeft() local
4470 bRTL = *pDir ? true : false; in IsRightToLeft()
4476 bRTL = true; in IsRightToLeft()
4478 return bRTL; in IsRightToLeft()
H A Dww8par5.cxx600 bool bRTL = false; in GetTimeDatePara() local
605 bRTL = true; in GetTimeDatePara()
607 RES_CHRATR eLang = bRTL ? RES_CHRATR_CTL_LANGUAGE : RES_CHRATR_LANGUAGE; in GetTimeDatePara()

Completed in 311 milliseconds

123