Home
last modified time | relevance | path

Searched refs:rBoundingBox (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx81 rBoundingBox.X, in PaintHorizontalBitmapComposite()
82 rBoundingBox.Y, in PaintHorizontalBitmapComposite()
99 rBoundingBox.X + rBoundingBox.Width - aRightBitmapSize.Width, in PaintHorizontalBitmapComposite()
100 rBoundingBox.Y, in PaintHorizontalBitmapComposite()
119 rBoundingBox.Y, in PaintHorizontalBitmapComposite()
186 rBoundingBox.X, in PaintVerticalBitmapComposite()
187 rBoundingBox.Y, in PaintVerticalBitmapComposite()
188 rBoundingBox.Width, in PaintVerticalBitmapComposite()
205 rBoundingBox.X, in PaintVerticalBitmapComposite()
206 rBoundingBox.Y + rBoundingBox.Height - nBBoxHeight, in PaintVerticalBitmapComposite()
[all …]
H A DPresenterToolBar.cxx1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); in LayoutPart()
1015 nGap = (rBoundingBox.Y2 - rBoundingBox.Y1 - rPartSize.Height) / (rpPart->size()-1); in LayoutPart()
1019 double nX (rBoundingBox.X1); in LayoutPart()
1020 double nY (rBoundingBox.Y1); in LayoutPart()
1034 nY = rBoundingBox.Y1; in LayoutPart()
1038 nY = rBoundingBox.Y1 + (rBoundingBox.Y2-rBoundingBox.Y1 - aElementSize.Height) / 2; in LayoutPart()
1046 nX = rBoundingBox.X1; in LayoutPart()
1050 nX = rBoundingBox.X1 + (rBoundingBox.X2-rBoundingBox.X1 - aElementSize.Width) / 2; in LayoutPart()
1992 const awt::Rectangle& rBoundingBox, in Paint() argument
2018 const double nY = rBoundingBox.Y + rBoundingBox.Height - aBox.Y2; in Paint()
[all …]
H A DPresenterSlidePreview.cxx294 void PresenterSlidePreview::Paint (const awt::Rectangle& rBoundingBox) in Paint() argument
296 (void)rBoundingBox; in Paint()
346 rBoundingBox, in Paint()
H A DPresenterUIPainter.hxx50 const css::awt::Rectangle& rBoundingBox,
58 const css::awt::Rectangle& rBoundingBox,
H A DPresenterSlideSorter.cxx102 void Update (const geometry::RealRectangle2D& rBoundingBox, const double nSlideAspectRatio);
1279 const geometry::RealRectangle2D& rBoundingBox, in Update() argument
1282 maBoundingBox = rBoundingBox; in Update()
1287 const double nWidth (rBoundingBox.X2 - rBoundingBox.X1 - 2*mnHorizontalBorder); in Update()
1288 const double nHeight (rBoundingBox.Y2 - rBoundingBox.Y1 - 2*mnVerticalBorder); in Update()
H A DPresenterSlidePreview.hxx155 void Paint (const css::awt::Rectangle& rBoundingBox);
H A DPresenterToolBar.hxx210 const css::geometry::RealRectangle2D& rBoundingBox,
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1175 PrinterGfx::DrawEPS( const Rectangle& rBoundingBox, void* pPtr, sal_uInt32 nSize ) in DrawEPS() argument
1232 double fScaleX = (double)rBoundingBox.GetWidth()/(fRight-fLeft); in DrawEPS()
1233 double fScaleY = -(double)rBoundingBox.GetHeight()/(fTop-fBottom); in DrawEPS()
1234 Point aTranslatePoint( (int)(rBoundingBox.Left()-fLeft*fScaleX), in DrawEPS()
1235 (int)(rBoundingBox.Bottom()+1-fBottom*fScaleY) ); in DrawEPS()
1253 …UnionClipRegion( rBoundingBox.Left(), rBoundingBox.Top(), rBoundingBox.GetWidth(), rBoundingBox.Ge… in DrawEPS()
/trunk/main/sd/source/ui/notes/
H A DNotesDockingWindow.cxx74 void NotesDockingWindow::Paint (const Rectangle& rBoundingBox) in Paint() argument
76 SfxDockingWindow::Paint (rBoundingBox); in Paint()
H A DNotesDockingWindow.hxx43 virtual void Paint (const Rectangle& rBoundingBox);
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx301 void PageDescriptor::SetBoundingBox (const Rectangle& rBoundingBox) in SetBoundingBox() argument
303 maBoundingBox = rBoundingBox; in SetBoundingBox()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx207 const Rectangle& rBoundingBox,
1123 const Rectangle& rBoundingBox, in AddBorderAndGap() argument
1127 Rectangle aBoundingBox (rBoundingBox); in AddBorderAndGap()
/trunk/main/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx127 void SetBoundingBox (const Rectangle& rBoundingBox);
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx102 void SetPositionAndSize (const Rectangle& rBoundingBox);
/trunk/main/sd/source/ui/inc/taskpane/
H A DTitleBar.hxx74 virtual void Paint (const Rectangle& rBoundingBox);
H A DSlideSorterCacheDisplay.hxx66 virtual void Paint (const Rectangle& rBoundingBox);
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx956 const Rectangle& rBoundingBox, in DBG_NAME()
964 mpBoundingBox( new Rectangle( rBoundingBox ) ), in DBG_NAME()
H A Dsvxrectctaccessiblecontext.cxx865 const Rectangle& rBoundingBox, in DBG_NAME()
872 mpBoundingBox( new Rectangle( rBoundingBox ) ), in DBG_NAME()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx1260 void endTransparencyGroup( const Rectangle& rBoundingBox, sal_uInt32 nTransparentPercent );
1261 void endTransparencyGroup( const Rectangle& rBoundingBox, const Bitmap& rAlphaMask );
H A Dpdfwriter_impl.cxx8656 void PDFWriterImpl::endTransparencyGroup( const Rectangle& rBoundingBox, sal_uInt32 nTransparentPer… in endTransparencyGroup() argument
8665 m_aTransparentObjects.back().m_aBoundRect = rBoundingBox; in endTransparencyGroup()
8696 void PDFWriterImpl::endTransparencyGroup( const Rectangle& rBoundingBox, const Bitmap& rAlphaMask ) in endTransparencyGroup() argument
8702 m_aTransparentObjects.back().m_aBoundRect = rBoundingBox; in endTransparencyGroup()
8713 drawBitmap( rBoundingBox.TopLeft(), rBoundingBox.GetSize(), rAlphaMask ); in endTransparencyGroup()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx373 sal_Bool DrawEPS ( const Rectangle& rBoundingBox, void* pPtr, sal_uInt32 nSize);
/trunk/main/svx/source/inc/
H A Dsvxrectctaccessiblecontext.hxx360 const Rectangle& rBoundingBox,

Completed in 164 milliseconds