Home
last modified time | relevance | path

Searched refs:rRect (Results 1 – 25 of 709) sorted by last modified time

12345678910>>...29

/aoo41x/main/xmlsecurity/source/dialogs/
H A Dstbcontrl.cxx167 const Rectangle& rRect = rUsrEvt.GetRect(); in Paint() local
178 pDev->DrawRect( rRect ); in Paint()
179 …pDev->DrawText( Point( rRect.Left() + rRect.GetWidth() / 2 - pDev->GetTextWidth( s ) / 2, aItemPos… in Paint()
/aoo41x/main/xmloff/source/style/
H A DVisAreaContext.cxx48 Rectangle& rRect, const MapUnit aMapUnit ) : in XMLVisAreaContext() argument
51 awt::Rectangle rAwtRect( rRect.getX(), rRect.getY(), rRect.getWidth(), rRect.getHeight() ); in XMLVisAreaContext()
54 rRect.setX( rAwtRect.X ); in XMLVisAreaContext()
55 rRect.setY( rAwtRect.Y ); in XMLVisAreaContext()
56 rRect.setWidth( rAwtRect.Width ); in XMLVisAreaContext()
57 rRect.setHeight( rAwtRect.Height ); in XMLVisAreaContext()
67 process( xAttrList, rRect, nMeasureUnit ); in XMLVisAreaContext()
96 rRect.X = nX; in process()
101 rRect.Y = nY; in process()
106 rRect.Width = nWidth; in process()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1323 void SdXMLExport::ImpWriteAutoLayoutPlaceholder(XmlPlaceholder ePl, const Rectangle& rRect) in ImpWriteAutoLayoutPlaceholder() argument
1350 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.Left()); in ImpWriteAutoLayoutPlaceholder()
1354 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.Top()); in ImpWriteAutoLayoutPlaceholder()
1358 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.GetWidth()); in ImpWriteAutoLayoutPlaceholder()
1362 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.GetHeight()); in ImpWriteAutoLayoutPlaceholder()
H A Dsdxmlexp_impl.hxx170 void ImpWriteAutoLayoutPlaceholder(XmlPlaceholder ePl, const Rectangle& rRect);
/aoo41x/main/xmloff/inc/xmloff/
H A DVisAreaContext.hxx43 Rectangle& rRect, const MapUnit aMapUnit);
48 ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit);
60 ::com::sun::star::awt::Rectangle& rRect,
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1820 void WinSalFrame::GetWorkArea( Rectangle &rRect ) in GetWorkArea() argument
1824 rRect.nLeft = aRect.left; in GetWorkArea()
1825 rRect.nRight = aRect.right-1; in GetWorkArea()
1826 rRect.nTop = aRect.top; in GetWorkArea()
1827 rRect.nBottom = aRect.bottom-1; in GetWorkArea()
/aoo41x/main/vcl/workben/
H A Doutdevgrind.cxx88 virtual void Paint( const Rectangle& rRect );
H A Dsvdem.cxx75 void Paint( const Rectangle& rRect );
134 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
136 WorkWindow::Paint( rRect ); in Paint()
H A Dsvpclient.cxx136 void Paint( const Rectangle& rRect );
332 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
334 WorkWindow::Paint( rRect ); in Paint()
H A Dsvptest.cxx82 void Paint( const Rectangle& rRect );
234 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
236 WorkWindow::Paint( rRect ); in Paint()
H A Dvcldemo.cxx80 void Paint( const Rectangle& rRect );
154 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
156 …fprintf(stderr, "MyWin::Paint(%ld,%ld,%ld,%ld)\n", rRect.getX(), rRect.getY(), rRect.getWidth(), r… in Paint()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2429 bool WinSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
2450 rRect = Rectangle( Point( +aGM.gmptGlyphOrigin.x, -aGM.gmptGlyphOrigin.y ), in GetGlyphBoundRect()
2452 rRect.Left() = static_cast<int>( mfFontScale * rRect.Left() ); in GetGlyphBoundRect()
2453 rRect.Right() = static_cast<int>( mfFontScale * rRect.Right() ); in GetGlyphBoundRect()
2454 rRect.Top() = static_cast<int>( mfFontScale * rRect.Top() ); in GetGlyphBoundRect()
2455 rRect.Bottom() = static_cast<int>( mfFontScale * rRect.Bottom() ); in GetGlyphBoundRect()
H A Dsalnativewidgets-luna.cxx377 …ImplConvertSpinbuttonValues( int nControlPart, const ControlState& rState, const Rectangle& rRect, in ImplConvertSpinbuttonValues() argument
429 pRect->left = rRect.Left(); in ImplConvertSpinbuttonValues()
430 pRect->right = rRect.Right()+1; in ImplConvertSpinbuttonValues()
431 pRect->top = rRect.Top(); in ImplConvertSpinbuttonValues()
432 pRect->bottom = rRect.Bottom()+1; in ImplConvertSpinbuttonValues()
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1597 void GtkSalFrame::GetWorkArea( Rectangle& rRect ) in GetWorkArea() argument
1599 rRect = GetX11SalData()->GetDisplay()->getWMAdaptor()->getWorkArea( 0 ); in GetWorkArea()
/aoo41x/main/vcl/unx/headless/
H A Dsvpframe.cxx263 void SvpSalFrame::GetWorkArea( Rectangle& rRect ) in GetWorkArea() argument
265 rRect = Rectangle( Point( 0, 0 ), in GetWorkArea()
H A Dsvpframe.hxx86 virtual void GetWorkArea( Rectangle& rRect );
H A Dsvppspgraphics.cxx875 bool PspGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
887 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
H A Dsvptext.cxx421 bool SvpSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
433 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx966 bool PspGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
978 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
H A Dsalgdi3.cxx1234 bool X11SalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
1246 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
/aoo41x/main/vcl/test/
H A Dcanvasbitmaptest.cxx128 virtual void Paint( const Rectangle& rRect );
H A Ddndtest.cxx78 void Paint( const Rectangle& rRect );
277 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
279 WorkWindow::Paint( rRect ); in Paint()
/aoo41x/main/vcl/source/window/
H A Dwinproc.cxx1375 Rectangle& rRect, long& rInputWidth, in ImplHandleExtTextInputPos() argument
1395 rRect = pChild->ImplLogicToDevicePixel( *pRect ); in ImplHandleExtTextInputPos()
1405 rRect = Rectangle( aPos, aSize ); in ImplHandleExtTextInputPos()
1408rRect = Rectangle( Point( pChild->GetOutOffXPixel(), pChild->GetOutOffYPixel() ), Size() ); in ImplHandleExtTextInputPos()
1412 rInputWidth = rRect.GetWidth(); in ImplHandleExtTextInputPos()
H A Dwindow.cxx2957 Rectangle aRectMirror( rRect ); in ImplScroll()
2996 aRegion.Intersect( rRect ); in ImplScroll()
3032 pGraphics->CopyArea( rRect.Left()+nHorzScroll, rRect.Top()+nVertScroll, in ImplScroll()
3033 rRect.Left(), rRect.Top(), in ImplScroll()
3034 rRect.GetWidth(), rRect.GetHeight(), in ImplScroll()
7414 Rectangle rRect; in GetDesktopRectPixel() local
7416 return rRect; in GetDesktopRectPixel()
9393 mpOutDevData->maRecordRect = rRect; in RecordLayoutData()
9394 Paint( rRect ); in RecordLayoutData()
9453 if( rRect.IsEmpty() ) in DrawSelectionBackground()
[all …]
H A Dwindow2.cxx376 ImplInvertFocus( rRect ); in ShowFocus()
525 InvertTracking( rRect, nFlags ); in ShowTracking()
531 *(pWinData->mpTrackRect) = rRect; in ShowTracking()
1576 rRect.Left()+=mnOutOffX; in ImplOutputToFrame()
1577 rRect.Top()+=mnOutOffY; in ImplOutputToFrame()
1578 rRect.Right()+=mnOutOffX; in ImplOutputToFrame()
1579 rRect.Bottom()+=mnOutOffY; in ImplOutputToFrame()
1584 rRect.Left()-=mnOutOffX; in ImplFrameToOutput()
1585 rRect.Top()-=mnOutOffY; in ImplFrameToOutput()
1586 rRect.Right()-=mnOutOffX; in ImplFrameToOutput()
[all …]

Completed in 240 milliseconds

12345678910>>...29