Home
last modified time | relevance | path

Searched refs:aTextBox (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx119 const Rectangle aTextBox( impl_calcTextBoundingBox() ); in Paint() local
120 impl_paintBackground( impl_calcTitleBarBox( aTextBox ) ); in Paint()
122 Rectangle aFocusBox( impl_paintExpansionIndicator( aTextBox ) ); in Paint()
124 m_pPaintDevice->DrawText( aTextBox, GetText(), impl_getTextStyle() ); in Paint()
126 aFocusBox.Union( aTextBox ); in Paint()
327 Rectangle aTextBox( in impl_calcTextBoundingBox() local
334 aTextBox.Top() += ( aTextBox.GetHeight() - GetTextHeight() ) / 2; in impl_calcTextBoundingBox()
335 aTextBox.Left() += s_nIndentationWidth; in impl_calcTextBoundingBox()
336 aTextBox.Right() -= 1; in impl_calcTextBoundingBox()
338 aTextBox = m_pPaintDevice->GetTextRect( aTextBox, GetText(), impl_getTextStyle() ); in impl_calcTextBoundingBox()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx303 Rectangle aTextBox; in PaintPageCount() local
304 rDevice.GetTextBoundRect(aTextBox, sNumber); in PaintPageCount()
305 Point aTextOffset (aTextBox.TopLeft()); in PaintPageCount()
306 Size aTextSize (aTextBox.GetSize()); in PaintPageCount()
311 (aPreviewSize.Width()-aTextBox.GetWidth())/2, in PaintPageCount()
312 (aPreviewSize.Height()-aTextBox.GetHeight())/2); in PaintPageCount()
313 aTextBox = Rectangle(aTextLocation, aTextSize); in PaintPageCount()
319 rDevice.DrawRect(GrowRectangle(aTextBox, nBorder)); in PaintPageCount()
323 rDevice.DrawRect(GrowRectangle(aTextBox, nBorder-1)); in PaintPageCount()
326 rDevice.DrawText(aTextBox.TopLeft()-aTextOffset, sNumber); in PaintPageCount()
/trunk/main/sfx2/source/sidebar/
H A DTitleBar.cxx215 const Rectangle aTextBox ( in PaintFocus() local
221 aTextBox.Left() - 2, in PaintFocus()
222 aTextBox.Top() - 2, in PaintFocus()
223 aTextBox.Right() + 2, in PaintFocus()
224 aTextBox.Bottom() + 2); in PaintFocus()
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx382 Rectangle aTextBox ( in PaintSubstitutionText() local
391 mpPreviewDevice->DrawText (aTextBox, rSubstitutionText, nTextStyle); in PaintSubstitutionText()

Completed in 24 milliseconds