Searched refs:bLTR (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 2020 … const bool bLTR = !(vRtl[nActiveCharPos - mnMinCharPos]);//(nActiveCharPos < nCharPos[0]); in AdjustLayout() local 2022 int nDXIndex = nCharPos[0] - mnMinCharPos - bLTR; in AdjustLayout() 2025 nDXIndex = nActiveCharPos - mnMinCharPos - bLTR; in AdjustLayout() 2028 if( !bLTR ) in AdjustLayout() 2038 …)\n", nLastRunEndChar-1, nRunVisibleEndChar-1, nActiveCharPos - bLTR, nCharPos[0] - bLTR, nRunAdva… in AdjustLayout() 2048 …d(%d)\n", nLastRunEndChar, nRunVisibleEndChar, nActiveCharPos - bLTR, nCharPos[0] - bLTR, nRunAdva… in AdjustLayout()
|
/trunk/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 1415 const bool bLTR = getRootFrm()->IsLeftToRightViewLayout(); in SidebarPosition() local 1417 … const bool bRightSidebar = bLTR ? (!bBookMode || OnRightPage()) : (bBookMode && !OnRightPage()); in SidebarPosition()
|
H A D | paintfrm.cxx | 2942 const bool bLTR = IsLeftToRightViewLayout(); in Paint() local
|
Completed in 73 milliseconds