Home
last modified time | relevance | path

Searched refs:bLayoutRTL (Results 1 – 24 of 24) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dtabview.cxx243 sal_Bool bLayoutRTL = pViewData->GetDocument()->IsLayoutRTL( pViewData->GetTabNo() ); in Paint() local
244 long nDarkX = bLayoutRTL ? 0 : nPosX; in Paint()
266 if ( bLayoutRTL ) in Paint()
452 long nTotalWidth, sal_Bool bLayoutRTL ) in lcl_SetPosSize() argument
455 if ( bLayoutRTL ) in lcl_SetPosSize()
476 sal_Bool bLayoutRTL = aViewData.GetDocument()->IsLayoutRTL( aViewData.GetTabNo() ); in DoResize() local
478 if ( bLayoutRTL ) in DoResize()
567 nTotalWidth, bLayoutRTL ); in DoResize()
619 … Size(nTabSize+nOverlap, nBarY), nTotalWidth, bLayoutRTL ); in DoResize()
620 pTabControl->SetSheetLayoutRTL( bLayoutRTL ); in DoResize()
[all …]
H A Doutput.cxx209 bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in ScOutputData()
320 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawGrid()
343 if ( bLayoutRTL ) in DrawGrid()
538 if ( bLayoutRTL ) in DrawGrid()
791 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawBackground()
828 if ( bLayoutRTL ) in DrawBackground()
928 if ( bLayoutRTL ) in DrawExtraShadow()
934 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawExtraShadow()
1000 if ( bLayoutRTL ) in DrawExtraShadow()
1168 if ( bLayoutRTL ) in DrawFrame()
[all …]
H A Dgridwin4.cxx96 ScDocument* pDoc, ScViewData* pButtonViewData, sal_Bool bLayoutRTL ) in lcl_DrawOneFrame() argument
102 if ( bLayoutRTL ) in lcl_DrawOneFrame()
154 long nButtonPos = bLayoutRTL ? aOuter.Left() : aOuter.Right()-nBWidth+1; in lcl_DrawOneFrame()
159 long nTextStart = bLayoutRTL ? aInner.Right() - aTextSize.Width() + 1 : aInner.Left(); in lcl_DrawOneFrame()
171 long nClipStartX = bLayoutRTL ? aOuter.Left() + nBWidth : aInner.Left(); in lcl_DrawOneFrame()
172 long nClipEndX = bLayoutRTL ? aInner.Right() : aOuter.Right() - nBWidth; in lcl_DrawOneFrame()
217 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in lcl_DrawScenarioFrames() local
218 long nLayoutSign = bLayoutRTL ? -1 : 1; in lcl_DrawScenarioFrames()
263 pDoc, pViewData, bLayoutRTL ); in lcl_DrawScenarioFrames()
475 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in Draw() local
[all …]
H A Dhdrcont.cxx126 sal_Bool bLayoutRTL = IsLayoutRTL(); in DoPaint() local
127 long nLayoutSign = bLayoutRTL ? -1 : 1; in DoPaint()
285 sal_Bool bLayoutRTL = IsLayoutRTL(); in Paint() local
286 long nLayoutSign = bLayoutRTL ? -1 : 1; in Paint()
310 if ( bLayoutRTL ) in Paint()
620 sal_Bool bLayoutRTL = IsLayoutRTL(); in GetMousePos() local
621 long nLayoutSign = bLayoutRTL ? -1 : 1; in GetMousePos()
622 long nEndPos = bLayoutRTL ? -1 : nWinSize; in GetMousePos()
776 sal_Bool bLayoutRTL = IsLayoutRTL(); in MouseButtonUp() local
777 long nNewWidth = bLayoutRTL ? ( nScrPos - nMousePos + 1 ) in MouseButtonUp()
[all …]
H A Dgridwin2.cxx134 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in DoAutoFilterButton() local
135 if ( bLayoutRTL ) in DoAutoFilterButton()
146 mpFilterButton->setBoundingBox(aScrPos, aScrSize, bLayoutRTL); in DoAutoFilterButton()
147 … mpFilterButton->setPopupLeft(bLayoutRTL); // #i114944# AutoFilter button is left-aligned in RTL in DoAutoFilterButton()
373 sal_Bool bLayoutRTL = pViewData->GetDocument()->IsLayoutRTL( pViewData->GetTabNo() ); in DPTestFieldPopupArrow() local
383 aBtn.setBoundingBox(aScrPos, aScrSize, bLayoutRTL); in DPTestFieldPopupArrow()
538 sal_Bool bLayoutRTL = pViewData->GetDocument()->IsLayoutRTL( pViewData->GetTabNo() ); in DPLaunchFieldPopupMenu() local
542 if (bLayoutRTL) in DPLaunchFieldPopupMenu()
H A Dgridwin.cxx574 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in LaunchPageFieldMenu() local
581 if ( bLayoutRTL ) in LaunchPageFieldMenu()
592 if ( bLayoutRTL ) in LaunchPageFieldMenu()
747 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in DoScenarioMenue() local
754 if ( bLayoutRTL ) in DoScenarioMenue()
765 if ( bLayoutRTL ) in DoScenarioMenue()
830 if ( !bLayoutRTL ) in DoScenarioMenue()
914 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in DoAutoFilterMenue() local
923 if ( bLayoutRTL ) in DoAutoFilterMenue()
935 if ( bLayoutRTL ) in DoAutoFilterMenue()
[all …]
H A Dprintfun.cxx603 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in DrawToDev() local
606 if ( bLayoutRTL ) in DrawToDev()
1396 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nPrintTab ); in PrintColHdr() local
1397 long nLayoutSign = bLayoutRTL ? -1 : 1; in PrintColHdr()
1408 if ( bLayoutRTL ) in PrintColHdr()
1434 if ( bLayoutRTL ) in PrintColHdr()
1449 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nPrintTab ); in PrintRowHdr() local
1454 if ( !bLayoutRTL ) in PrintRowHdr()
1512 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nPrintTab ); in LocateRowHdr() local
1516 if ( !bLayoutRTL ) in LocateRowHdr()
[all …]
H A Dviewdata.cxx954 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTabNo ); in SetEditEngine() local
1032 if ( bLayoutRTL ) in SetEditEngine()
1085 bMoveArea = !bLayoutRTL; in SetEditEngine()
1095 bMoveArea = bLayoutRTL; in SetEditEngine()
1181 sal_Bool bLayoutRTL = pLocalDoc->IsLayoutRTL( nTabNo ); in EditGrowX() local
1207 if ( bLayoutRTL ) in EditGrowX()
1232 aArea.Left() -= bLayoutRTL ? nLogicRight : nLogicLeft; in EditGrowX()
1233 aArea.Right() += bLayoutRTL ? nLogicLeft : nLogicRight; in EditGrowX()
1255 if ( !bLayoutRTL ) in EditGrowX()
1262 if ( !bLayoutRTL ) in EditGrowX()
[all …]
H A Dtabview4.cxx341 …::SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Bool bLayoutRTL ) in SetScrollBar() argument
350 if ( bLayoutRTL ) in SetScrollBar()
365 long ScTabView::GetScrollBarPos( ScrollBar& rScroll, sal_Bool bLayoutRTL ) in GetScrollBarPos() argument
367 if ( bLayoutRTL ) in GetScrollBarPos()
H A Doutput3.cxx56 long nLayoutSign(bLayoutRTL ? -1 : 1); in PrePrintDrawingLayer()
68 if ( bLayoutRTL ) in PrePrintDrawingLayer()
H A Doutput2.cxx1113 long nLayoutSign = bLayoutRTL ? -1 : 1; in GetOutputArea()
1230 if ( bLayoutRTL ) in GetOutputArea()
1348 if ( bLayoutRTL ) in DrawStrings()
1350 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawStrings()
2132 if ( bLayoutRTL ) in DrawEdit()
2141 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawEdit()
3014 if ( bLayoutRTL ) in DrawRotated()
3023 long nLayoutSign = bLayoutRTL ? -1 : 1; in DrawRotated()
3218 if ( bLayoutRTL ) in DrawRotated()
3386 if ( bLayoutRTL ) in DrawRotated()
[all …]
H A Dolinewin.cxx93 sal_Bool bLayoutRTL = GetDoc().IsLayoutRTL( GetTab() ); in SetHeaderSize() local
94 mbMirrorEntries = bLayoutRTL && mbHoriz; in SetHeaderSize()
95 mbMirrorLevels = bLayoutRTL && !mbHoriz; in SetHeaderSize()
H A Dtabview3.cxx2049 … sal_Bool bLayoutRTL = aViewData.GetDocument()->IsLayoutRTL( aViewData.GetTabNo() ); in PaintArea() local
2050 long nLayoutSign = bLayoutRTL ? -1 : 1; in PaintArea()
2055 aEnd.X() = bLayoutRTL ? 0 : (pGridWin[i]->GetOutputSizePixel().Width()); in PaintArea()
2342 sal_Bool bLayoutRTL = aViewData.GetDocument()->IsLayoutRTL( aViewData.GetTabNo() ); in PaintTopArea() local
2343 long nLayoutSign = bLayoutRTL ? -1 : 1; in PaintTopArea()
2354 nEndX = bLayoutRTL ? 0 : ( aWinSize.Width()-1 ); in PaintTopArea()
H A Dpreview.cxx378 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in DoPrint() local
427 if( !bLayoutRTL ) in DoPrint()
1210 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in MouseButtonUp() local
1227 if( !bLayoutRTL ) in MouseButtonUp()
/AOO41X/main/sc/source/core/tool/
H A Deditutil.cxx115 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in GetEditArea() local
116 long nLayoutSign = bLayoutRTL ? -1 : 1; in GetEditArea()
189 if ( bLayoutRTL ) in GetEditArea()
/AOO41X/main/sw/source/ui/table/
H A Dchartins.cxx91 sal_Bool bLayoutRTL = ::GetActiveView()->GetWrtShell().IsTableRightToLeft(); in SwGetChartDialogPos() local
114 bool bPutRight = bFitRight && ( bLayoutRTL || !bFitLeft ); in SwGetChartDialogPos()
/AOO41X/main/sc/source/ui/unoobj/
H A Dchartuno.cxx229 bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in addNewByName() local
230 … if ( ( aRectPos.X() < 0 && !bLayoutRTL ) || ( aRectPos.X() > 0 && bLayoutRTL ) ) aRectPos.X() = 0; in addNewByName()
/AOO41X/main/sc/source/ui/inc/
H A Dtabview.hxx195 … SetScrollBar( ScrollBar& rScroll, long nRangeMax, long nVisible, long nPos, sal_Bool bLayoutRTL );
196 static long GetScrollBarPos( ScrollBar& rScroll, sal_Bool bLayoutRTL );
H A Doutput.hxx148 sal_Bool bLayoutRTL; member in ScOutputData
H A Ddpcontrol.hxx68 void setBoundingBox(const Point& rPos, const Size& rSize, bool bLayoutRTL);
/AOO41X/main/sc/source/core/data/
H A Dfillinfo.cxx163 sal_Bool bLayoutRTL = IsLayoutRTL( nTab ); in FillInfo() local
780 if ( bLayoutRTL ) in FillInfo()
1053 if( bLayoutRTL ) in FillInfo()
H A Dtable1.cxx60 bLayoutRTL( sal_False ), in ScTable()
123 bLayoutRTL = ScGlobal::IsSystemRTL(); in ScTable()
209 bLayoutRTL = bSet; in SetLayoutRTL()
/AOO41X/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx88 void ScDPFieldButton::setBoundingBox(const Point& rPos, const Size& rSize, bool bLayoutRTL) in setBoundingBox() argument
92 if (bLayoutRTL) in setBoundingBox()
/AOO41X/main/sc/inc/
H A Dtable.hxx111 sal_Bool bLayoutRTL; member in ScTable
241 sal_Bool IsLayoutRTL() const { return bLayoutRTL; } in IsLayoutRTL()