Home
last modified time | relevance | path

Searched refs:bRTL (Results 1 – 25 of 56) sorted by path

123

/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx424 SvxSwFramePosString::StringId eStringId, sal_Bool bVertical, sal_Bool bRTL) in lcl_ChangeResIdToVerticalOrRTL() argument
430 bRTL ? SwFPos::FROMBOTTOM : SwFPos::FROMTOP : in lcl_ChangeResIdToVerticalOrRTL()
431 bRTL ? SwFPos::FROMRIGHT : SwFPos::FROMLEFT; in lcl_ChangeResIdToVerticalOrRTL()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfontattribute.hxx65 bool bRTL = false,
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextlayoutdevice.hxx148 bool bRTL,
/trunk/main/drawinglayer/source/attribute/
H A Dfontattribute.cxx65 bool bRTL, in ImpFontAttribute() argument
75 mbRTL(bRTL), in ImpFontAttribute()
135 bool bRTL, in FontAttribute() argument
138 …yName, rStyleName, nWeight, bSymbol, bVertical, bItalic, bMonospaced, bOutline, bRTL, bBiDiStrong)) in FontAttribute()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx435 bool bRTL, in getFontAttributeFromVclFont() argument
447 bRTL, in getFontAttributeFromVclFont()
/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/sc/inc/
H A Ddocument.hxx636 SC_DLLPUBLIC void SetLayoutRTL( SCTAB nTab, 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/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/sc/source/ui/inc/
H A Ddocfunc.hxx123 sal_Bool SetLayoutRTL( SCTAB nTab, sal_Bool bRTL, sal_Bool bApi );
H A Dundotab.hxx511 sal_Bool bRTL; member in ScUndoLayoutRTL
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx1604 bRTL( bNewRTL ) in ScUndoLayoutRTL()
1630 DoChange(!bRTL); in Undo()
1635 DoChange(bRTL); in Redo()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1124 …ellInfoX( sal_uInt16 nCellInfoX, sal_uInt16 nCellInfoFirstX, sal_uInt16 nCellInfoLastX, bool bRTL ) in lclGetArrayColFromCellInfoX() argument
1126 …return static_cast< size_t >( bRTL ? (nCellInfoLastX + 2 - nCellInfoX) : (nCellInfoX - nCellInfoFi… in lclGetArrayColFromCellInfoX()
/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/sd/source/ui/view/
H A Ddrviews3.cxx865 …const sal_Bool bRTL = GetDoc() && GetDoc()->GetDefaultWritingMode() == ::com::sun::star::text::Wri… in GetRulerState() local
866 rSet.Put(SfxBoolItem(SID_RULER_TEXT_RIGHT_TO_LEFT, bRTL)); in GetRulerState()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx270 bool bRTL(false); in createSimpleTextPrimitive() local
282 bRTL, in createSimpleTextPrimitive()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx871 void SetTextRTL(sal_Bool bRTL);
H A Dtabbar.hxx491 void SetEffectiveRTL( sal_Bool bRTL );
/trunk/main/svtools/source/control/
H A Druler.cxx994 sal_Bool bRTL = 0 != (nTabStyle & RULER_TAB_RTL); in ImplCenterTabPos() local
997 if ( (!bRTL && nTabStyle == RULER_TAB_LEFT) ||( bRTL && nTabStyle == RULER_TAB_RIGHT)) in ImplCenterTabPos()
999 else if ( (!bRTL && nTabStyle == RULER_TAB_RIGHT) ||( bRTL && nTabStyle == RULER_TAB_LEFT)) in ImplCenterTabPos()
1030 sal_Bool bRTL = 0 != (nStyle & RULER_TAB_RTL); in ImplDrawRulerTab() local
1045 else if ( (!bRTL && nTabStyle == RULER_TAB_LEFT) ||( bRTL && nTabStyle == RULER_TAB_RIGHT)) in ImplDrawRulerTab()
1056 else if ( (!bRTL && nTabStyle == RULER_TAB_RIGHT) ||( bRTL && nTabStyle == RULER_TAB_LEFT)) in ImplDrawRulerTab()
3165 void Ruler::SetTextRTL(sal_Bool bRTL) in SetTextRTL() argument
3167 if(mpData->bTextRTL != bRTL) in SetTextRTL()
3169 mpData->bTextRTL = bRTL; in SetTextRTL()
H A Dtabbar.cxx2266 void TabBar::SetEffectiveRTL( sal_Bool bRTL ) in SetEffectiveRTL() argument
2268 SetMirrored( bRTL != Application::GetSettings().GetLayoutRTL() ); in SetEffectiveRTL()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx377 sal_Bool bRTL = Application::GetSettings().GetLayoutRTL(); in SetAlign() local
378 mpTextWindow->GetTextEngine()->SetRightToLeft( bRTL ); in SetAlign()
383 mpTextWindow->GetTextEngine()->SetTextAlign( !bRTL ? TXTALIGN_RIGHT : TXTALIGN_LEFT ); in SetAlign()
385 mpTextWindow->GetTextEngine()->SetTextAlign( !bRTL ? TXTALIGN_LEFT : TXTALIGN_RIGHT ); in SetAlign()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx188 size_t GetCellIndex( size_t nCol, size_t nRow, bool bRTL = false) const;
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx402 size_t Array::GetCellIndex( size_t nCol, size_t nRow, bool bRTL ) const in GetCellIndex()
405 if (bRTL) in GetCellIndex()
H A Dsvxruler.cxx1273 if(bRTL) in UpdateTabs()
1284 if(bRTL) in UpdateTabs()
2391 if(bRTL) in ApplyIndents()
2410 if(bRTL) in ApplyIndents()
2428 if(bRTL) in ApplyIndents()
2449 if(bRTL) in ApplyIndents()
2528 if(bRTL) in ApplyTabs()
2920 if(bRTL) in CalcMinMax()
3008 if(bRTL) in CalcMinMax()
3053 if(bRTL) in CalcMinMax()
[all …]
/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()

Completed in 265 milliseconds

123