Home
last modified time | relevance | path

Searched refs:_rStartPoint (Results 1 – 4 of 4) sorted by path

/trunk/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx148 … void impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet);
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx203 void OViewsWindow::impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,boo… in impl_resizeSectionWindow() argument
219 _rSectionWindow.SetPosSizePixel(_rStartPoint,aSectionSize); in impl_resizeSectionWindow()
221 _rStartPoint.Y() += aSectionSize.Height(); in impl_resizeSectionWindow()
/trunk/main/vcl/inc/
H A Dtextlayout.hxx48 …virtual void DrawText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _nSta…
77 const Point& _rStartPoint,
/trunk/main/vcl/source/gdi/
H A Dtextlayout.cxx65 …void DefaultTextLayout::DrawText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _… in DrawText() argument
68 … m_rTargetDevice.DrawText( _rStartPoint, _rText, _nStartIndex, _nLength, _pVector, _pDisplayText ); in DrawText()
101 …virtual void DrawText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _nSta…
239 …void ReferenceDeviceTextLayout::DrawText( const Point& _rStartPoint, const XubString& _rText, xub_… in DrawText() argument
247 …m_rReferenceDevice.GetGlyphBoundRects( _rStartPoint, _rText, _nStartIndex, _nLength, _nStartIndex,… in DrawText()
257 m_rTargetDevice.DrawTextArray( _rStartPoint, _rText, pCharWidths, _nStartIndex, _nLength ); in DrawText()
260 …m_aCompleteTextRect.Union( Rectangle( _rStartPoint, Size( nTextWidth, m_rTargetDevice.GetTextHeigh… in DrawText()

Completed in 25 milliseconds