Home
last modified time | relevance | path

Searched refs:aTextRect (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/sd/source/filter/html/
H A Dhtmlattr.cxx57 Rectangle aTextRect; in Paint() local
58 aTextRect.SetSize(GetOutputSize()); in Paint()
65 int nHeight = (aTextRect.nBottom - aTextRect.nTop) >> 2; in Paint()
66 aTextRect.nBottom = nHeight + aTextRect.nTop; in Paint()
69 DrawText( aTextRect, String(SdResId(STR_HTMLATTR_TEXT)), in Paint()
72 aTextRect.Move(0,nHeight); in Paint()
74 DrawText( aTextRect, String(SdResId(STR_HTMLATTR_LINK)), in Paint()
77 aTextRect.Move(0,nHeight); in Paint()
79 DrawText( aTextRect, String(SdResId(STR_HTMLATTR_ALINK)), in Paint()
82 aTextRect.Move(0,nHeight); in Paint()
[all …]
/trunk/main/vcl/source/window/
H A Dstatus.cxx397 Rectangle aTextRect; in ImplDrawText() local
399 aTextRect.Top() = mnTextY; in ImplDrawText()
403 aTextRect.Right() = mnDX - 1; in ImplDrawText()
404 if ( aTextRect.Right() > aTextRect.Left() ) in ImplDrawText()
412 aTextRect.Bottom() = aTextRect.Top()+GetTextHeight()+1; in ImplDrawText()
419 Rectangle aTempRect = aTextRect; in ImplDrawText()
449 Region aRegion( aTextRect ); in ImplDrawItem()
462 aTextPos.X() += aTextRect.Left(); in ImplDrawItem()
463 aTextPos.Y() += aTextRect.Top(); in ImplDrawItem()
1298 aPos.X() += aTextRect.Left(); in GetItemTextPos()
[all …]
H A Dprintdlg.cxx232 Rectangle aTextRect( Point( nTextHeight, nTextHeight ), aSize ); in Paint() local
234 aVw.DrawFrame( aTextRect, FRAME_DRAW_GROUP ); in Paint()
235 aTextRect.Left() += 2; in Paint()
236 aTextRect.Top() += 2; in Paint()
237 aTextRect.Right() -= 2; in Paint()
238 aTextRect.Bottom() -= 2; in Paint()
241 DrawText( aTextRect, maReplacementString, in Paint()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm772 aTextRect.origin.y = rCurY - aTextRect.size.height;
773 [pTextView setFrame: aTextRect];
775 NSRect aSepRect = { { aTextRect.size.width + 1, aTextRect.origin.y }, { 100, 6 } };
781 rCurY = aTextRect.origin.y - 5;
848 aTextRect.origin.y = rCurY - aTextRect.size.height;
849 [pTextView setFrame: aTextRect];
852 rCurY = aTextRect.origin.y - 5;
955 aTextRect.origin.y = aBtnRect.origin.y + (aBtnRect.size.height - aTextRect.size.height)/2;
956 [pTextView setFrame: aTextRect];
985 aTextRect.origin.y = rCurY - aTextRect.size.height;
[all …]
/trunk/main/vcl/source/gdi/
H A Dtextlayout.cxx328 Rectangle aTextRect = onEndDrawText(); in DrawText() local
330 if ( aTextRect.IsEmpty() && !aRect.IsEmpty() ) in DrawText()
338 aTextRect = m_rTargetDevice.GetTextRect( aRect, _rText, _nStyle, NULL, this ); in DrawText()
343 aTextRect = m_rTargetDevice.LogicToPixel( aTextRect ); in DrawText()
357 return aTextRect; in DrawText()
H A Dpdfwriter_impl.cxx5145 Rectangle aCheckRect, aTextRect; in createDefaultCheckBoxAppearance() local
5162 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultCheckBoxAppearance()
5163aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultCheckBoxAppearance()
5181 aTextRect.Left() = rBox.m_aRect.Left(); in createDefaultCheckBoxAppearance()
5182 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultCheckBoxAppearance()
5183aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultCheckBoxAppearance()
5270 Rectangle aCheckRect, aTextRect; in createDefaultRadioButtonAppearance() local
5287 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultRadioButtonAppearance()
5288aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultRadioButtonAppearance()
5307 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultRadioButtonAppearance()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx355 com::sun::star::awt::Rectangle aTextRect; in getTextBounds() local
364 aTextRect.X = aRect.Left(); in getTextBounds()
365 aTextRect.Y = aRect.Top(); in getTextBounds()
366 aTextRect.Width = aRect.GetWidth(); in getTextBounds()
367 aTextRect.Height = aRect.GetHeight(); in getTextBounds()
370 return aTextRect; in getTextBounds()
/trunk/main/extensions/source/propctrlr/
H A Dinspectorhelpwindow.cxx119 Rectangle aTextRect( Point( 0, 0 ), m_aHelpText.GetOutputSizePixel() ); in GetOptimalHeightPixel() local
120 aTextRect = m_aHelpText.GetTextRect( aTextRect, m_aHelpText.GetText(), in GetOptimalHeightPixel()
122 long nActTextWindowHeight = impl_getHelpTextBorderHeight() + aTextRect.GetHeight(); in GetOptimalHeightPixel()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1306 Rectangle aTextRect( aPos, aSize ); in Draw() local
1308 aTextRect.Left() += 3*nOnePixel; in Draw()
1309 aTextRect.Right() -= 3*nOnePixel; in Draw()
1310 aTextRect.Top() += nEditHeight + nOnePixel; in Draw()
1311 aTextRect.Bottom() = aTextRect.Top() + nTextHeight; in Draw()
1316 pDev->DrawText( aTextRect, mpImplLB->GetEntryList()->GetEntryText( n+nTEntry ), nTextStyle ); in Draw()
1317 aTextRect.Top() += nTextHeight; in Draw()
1318 aTextRect.Bottom() += nTextHeight; in Draw()
H A Dlstbox.cxx455 Rectangle aTextRect( aPos, aSize ); in Draw() local
464 aTextRect.Left() += 3*nOnePixel; in Draw()
465 aTextRect.Right() -= 3*nOnePixel; in Draw()
486 pDev->DrawText( aTextRect, aText, nTextStyle ); in Draw()
512 aTextRect.Top() = aPos.Y() + n*nTextHeight; in Draw()
513 aTextRect.Bottom() = aTextRect.Top() + nTextHeight; in Draw()
515 pDev->DrawText( aTextRect, mpImplLB->GetEntryList()->GetEntryText( nEntry ), nTextStyle ); in Draw()
H A Dilstbox.cxx680 Rectangle aTextRect( Point( 0, 0 ), aCurSize ); in ImplUpdateEntryMetrics() local
681aTextRect = GetTextRect( aTextRect, rEntry.maStr, TEXT_DRAW_WORDBREAK | TEXT_DRAW_MULTILINE ); in ImplUpdateEntryMetrics()
682 aMetrics.nTextWidth = aTextRect.GetWidth(); in ImplUpdateEntryMetrics()
686 aMetrics.nEntryHeight = aTextRect.GetHeight() + mnBorder; in ImplUpdateEntryMetrics()
1901 Rectangle aTextRect( Point( mnBorder - mnLeft, nY ), in DrawEntry() local
1907 aTextRect.Left() += nImageWidth + IMG_TXT_DISTANCE; in DrawEntry()
1917 aTextRect.Left() = nMaxWidth + mnBorder - GetTextWidth( aStr ) - mnLeft; in DrawEntry()
1919 aTextRect.Left() -= ( aImgSz.Width() + IMG_TXT_DISTANCE ); in DrawEntry()
1928 DrawText( aTextRect, aStr, nDrawStyle, pVector, pDisplayText ); in DrawEntry()
3041 aTextRect.Left() += nMaxWidth + IMG_TXT_DISTANCE; in DrawEntry()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx214 Rectangle aTextRect(0,0,500,500); in Paste() local
217 aTextRect.SetSize(pPage->GetSize()); in Paste()
219 SdrRectObj* pObj=new SdrRectObj(OBJ_TEXT,aTextRect); in Paste()
251 Rectangle aTextRect(0,0,500,500); in Paste() local
254 aTextRect.SetSize(pPage->GetSize()); in Paste()
256 SdrRectObj* pObj=new SdrRectObj(OBJ_TEXT,aTextRect); in Paste()
H A Dsvdotxed.cxx114 Rectangle aTextRect; in BegTextEdit() local
115 TakeTextRect(rOutl, aTextRect, sal_False, in BegTextEdit()
118 ImpSetCharStretching(rOutl,aTextRect,aAnchorRect,aFitXKorreg); in BegTextEdit()
H A Dsvdview.cxx494 Rectangle aTextRect; in PickAnything() local
500 pTextObj->TakeTextRect( *pOutliner, aTextRect, sal_False, &aAnchor, sal_False ); in PickAnything()
503 Point aTemporaryTextRelativePosition(aLocalLogicPosition - aTextRect.TopLeft()); in PickAnything()
509 Fraction aX(aTextRect.GetWidth()-1,aAnchor.GetWidth()-1); in PickAnything()
510 Fraction aY(aTextRect.GetHeight()-1,aAnchor.GetHeight()-1); in PickAnything()
H A Dsvdotext.cxx295 Rectangle aTextRect; in FitFrameToTextSize() local
1447 Rectangle aTextRect; in UpdateOutlinerFormatting() local
1461 …ImpSetupDrawOutlinerForPaint( bContourFrame, rOutl, aTextRect, aAnchorRect, rPaintRect, aFitXKorre… in UpdateOutlinerFormatting()
1960 Rectangle aTextRect; in GetTextScrollMetaFileAndRectangle() local
1970 …ImpSetupDrawOutlinerForPaint( bContourFrame, rOutliner, aTextRect, aAnchorRect, aPaintRect, aFitXK… in GetTextScrollMetaFileAndRectangle()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx279 Rectangle const aTextRect( lcl_getTextRenderingArea( lcl_getContentArea( *m_pImpl, _rArea ) ) ); in PaintColumnHeader() local
283 _rDevice.DrawText( aTextRect, sHeaderText, nDrawTextFlags ); in PaintColumnHeader()
417 … Rectangle const aTextRect( lcl_getTextRenderingArea( lcl_getContentArea( *m_pImpl, _rArea ) ) ); in PaintRowHeader() local
422 _rDevice.DrawText( aTextRect, rowTitle, nDrawTextFlags ); in PaintRowHeader()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx261 Rectangle aTextRect( aOverallRect ); in Paint() local
262 ++aTextRect.Left(); --aTextRect.Right(); in Paint()
263 ++aTextRect.Top(); --aTextRect.Bottom(); in Paint()
289 …PseudoRubyText::Paint( *this, aTextRect, nTextStyle, &aPrimaryTextLocation, &aSecondaryTextLocatio… in Paint()
313 ShowFocus( aTextRect ); in Paint()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx1969 Rectangle aTextRect( CalcTextRect(pEntry,&rPos,sal_False,&aEntryText)); in PaintEntry() local
2013 if( aOutputArea.IsOver(aTextRect) || aOutputArea.IsOver(aBmpRect) ) in PaintEntry()
2046 PaintItem( aTextRect, IcnViewFieldTypeText, pEntry, in PaintEntry()
2276 Rectangle aTextRect( aMaxTextRect ); in CalcTextRect() local
2278 aTextRect = pView->GetTextRect( aTextRect, aEntryText, nCurTextDrawFlags ); in CalcTextRect()
2280 Size aTextSize( aTextRect.GetSize() ); in CalcTextRect()
3143 Rectangle aTextRect( CalcTextRect( pEntry ) ); in CalcFocusRect() local
3146 aBoundRect.Right() - 4, aTextRect.Bottom() + 1 ); in CalcFocusRect()
4392 Rectangle aTextRect( CalcTextRect( pEntry, 0, sal_False, &aEntryText ) ); in RequestHelp() local
4396 Rectangle aOptTextRect( aTextRect ); in RequestHelp()
[all …]
H A Dsvimpicn.cxx2101 Rectangle aTextRect( CalcTextRect(pEntry,pStringItem,&rPos,sal_False,pViewData)); in PaintEntry() local
2111 PaintEmphasis( aTextRect, bSelected, sal_False, pOut ); in PaintEntry()
2112 PaintItem( aTextRect, pStringItem, pEntry, PAINTFLAG_HOR_CENTERED, pOut ); in PaintEntry()
2119 PaintEmphasis( aTextRect, bSelected, sal_False, pOut ); in PaintEntry()
2120 PaintItem( aTextRect, pStringItem, pEntry,PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
2124 PaintEmphasis( aTextRect, bSelected, bCursored, pOut ); in PaintEntry()
2125 PaintItem( aTextRect, pStringItem, pEntry, PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
3695 Rectangle aTextRect = CalcMaxTextRect(pEntry,pViewData); in Center() local
3696 aTextRect = GetTextRect( pView, aTextRect, rEntryText, DRAWTEXT_FLAGS ); in Center()
3697 pViewData->aTextSize = aTextRect.GetSize(); in Center()
H A Divctrl.cxx585 Rectangle aTextRect = _pImp->CalcTextRect( pEntry, &aPos, sal_False, &sEntryText ); in FillLayoutData() local
590 …_pImp->PaintItem( aTextRect, IcnViewFieldTypeText, pEntry, nTextPaintFlags, pNonConstMe, &sEntryTe… in FillLayoutData()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1106 Rectangle aTextRect; in ImplWriteWatermark() local
1111 aTextRect = Rectangle( Point( (rPageSize.Width()-w)/2, in ImplWriteWatermark()
1119 aTextRect = Rectangle( aTextPoint, Size( nTextHeight, w ) ); in ImplWriteWatermark()
1124 rWriter.EndTransparencyGroup( aTextRect, 50 ); in ImplWriteWatermark()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx930 Rectangle aTextRect; in GetGraphic() local
933 aTextRect = aScrollRectangle; in GetGraphic()
935 aTextRect = aPaintRectangle; in GetGraphic()
938 pMtf->SetPrefSize( aTextRect.GetSize() ); in GetGraphic()
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx918 Rectangle aTextRect = maTextRect; in Paint() local
919 aTextRect.Move( aImgSize.Width(), 0 ); in Paint()
920 DrawText( aTextRect, maBubbleText, TEXT_DRAW_MULTILINE | TEXT_DRAW_WORDBREAK ); in Paint()
/trunk/main/vcl/source/app/
H A Dhelp.cxx426 Rectangle aTextRect = GetTextRect( aTry1, maHelpText, nDrawFlags ); in SetHelpText() local
429 maTextRect = aTextRect; in SetHelpText()
/trunk/main/svx/source/table/
H A Dcell.cxx651 Rectangle aTextRect; in getMinimumHeight() local
652 TakeTextAnchorRect( aTextRect ); in getMinimumHeight()
653 Size aSize( aTextRect.GetSize() ); in getMinimumHeight()

Completed in 268 milliseconds

12