Searched refs:_rStartPoint (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | textlayout.cxx | 65 …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()
|
/aoo4110/main/vcl/inc/ |
H A D | textlayout.hxx | 48 …virtual void DrawText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _nSta… 77 const Point& _rStartPoint,
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 148 … void impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet);
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 203 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()
|
Completed in 62 milliseconds