Searched refs:maBox (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterScrollBar.cxx | 597 return maBox[eArea]; in GetRectangle() 907 maBox[Thumb] = maBox[Pager]; in UpdateBorders() 933 maBox[Pager].X1, maBox[Pager].Y1, maBox[Pager].X2, maBox[Thumb].Y1-1); in UpdateBorders() 935 maBox[Pager].X1, maBox[Thumb].Y2+1, maBox[Pager].X2, maBox[Pager].Y2); in UpdateBorders() 937 PresenterGeometryHelper::Union(maBox[PrevButton], maBox[NextButton]), in UpdateBorders() 938 maBox[Pager]); in UpdateBorders() 1131 maBox[Thumb] = maBox[Pager]; in UpdateBorders() 1156 maBox[Pager].X1, maBox[Pager].Y1, maBox[Thumb].X1-1, maBox[Pager].Y2); in UpdateBorders() 1158 maBox[Thumb].X2+1, maBox[Pager].Y1, maBox[Pager].X2, maBox[Pager].Y2); in UpdateBorders() 1160 PresenterGeometryHelper::Union(maBox[PrevButton], maBox[NextButton]), in UpdateBorders() [all …]
|
H A D | PresenterScrollBar.hxx | 189 css::geometry::RealRectangle2D maBox[__AreaCount__]; member in sdext::presenter::PresenterScrollBar
|
/aoo42x/main/canvas/workben/ |
H A D | canvasdemo.cxx | 108 Size maBox; member in DemoRenderer 122 maBox(), in DemoRenderer() 145 maBox.Width() = aSize.Width() / 3; in DemoRenderer() 326 translate( maBox.Width(), 0.0 ); in drawEllipses() 371 translate( 0.0, maBox.Height() ); in drawImages() 380 translate( maBox.Width()*0.1, maBox.Height()*0.2 ); in drawImages() 404 translate( maBox.Width(), maBox.Height() ); in drawLines() 417 translate( maBox.Width() * 2.0, maBox.Height() ); in drawCurves() 421 translate( maBox.Width() * .5, maBox.Height() * .5 ); in drawCurves() 545 translate( maBox.Width() * 1.0, maBox.Height() * 2.0 ); in drawPolygons() [all …]
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 596 rFmt.SetFmtAttr(rSection.maPageInfo.maBox); in SetPage() 2297 : maBox( RES_BOX ), in DocPageInformation() 2305 : maBox(rDoc.maBox), mpTitlePageHdFt(0), mpPageHdFt(0), in SectPageInformation() 2317 : maColumns(rSect.maColumns), maBox(rSect.maBox), in SectPageInformation() 2640 SetBorderLine(maPageDefaults.maBox, BOX_LINE_TOP); in ReadDocControls() 2644 SetBorderLine(maPageDefaults.maBox, BOX_LINE_BOTTOM); in ReadDocControls() 2648 SetBorderLine(maPageDefaults.maBox, BOX_LINE_LEFT); in ReadDocControls() 2652 SetBorderLine(maPageDefaults.maBox, BOX_LINE_RIGHT); in ReadDocControls() 2956 SetBorderLine(aNewSection.maBox, BOX_LINE_TOP); in ReadSectControls() 2964 SetBorderLine(aNewSection.maBox, BOX_LINE_LEFT); in ReadSectControls() [all …]
|
H A D | swparrtf.hxx | 159 SvxBoxItem maBox; member 177 SvxBoxItem maBox; member
|
Completed in 58 milliseconds