Home
last modified time | relevance | path

Searched refs:GetLogicRect (Results 1 – 25 of 87) sorted by last modified time

1234

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1718 const Rectangle& SdrObjCustomShape::GetLogicRect() const in GetLogicRect() function in SdrObjCustomShape
1720 return SdrTextObj::GetLogicRect(); in GetLogicRect()
H A Dsvdobj.cxx1679 const Rectangle& SdrObject::GetLogicRect() const in GetLogicRect() function in SdrObject
2072 const Rectangle& rLogic=GetLogicRect(); in NbcApplyNotPersistAttr()
2236 const Rectangle& rLogic=GetLogicRect(); in TakeNotPersistAttr()
H A Dsvdedxv.cxx1253 Point aObjOfs(mxTextEditObj->GetLogicRect().TopLeft()); in AddTextEditOfs()
H A Dsvdograf.cxx576 const Size aDestSize( GetLogicRect().GetSize() ); in GetTransformedGraphic()
H A Dsvdoole2.cxx192 Rectangle aLogicRect( mpObj->GetLogicRect() ); in impl_getScaledRect_nothrow()
281 Rectangle aLogicRect( mpObj->GetLogicRect() ); in notifyEvent()
340 Rectangle aLogicRect( mpObj->GetLogicRect() ); in visibilityChanged()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1179 aTitleRect = pMasterTitle->GetLogicRect(); in CalcAutoLayoutRectangles()
1184 aLayoutRect = pMasterSubTitle->GetLogicRect(); in CalcAutoLayoutRectangles()
1186 aLayoutRect = pMasterOutline->GetLogicRect(); in CalcAutoLayoutRectangles()
2014 sal_uLong nHeight = pObj->GetLogicRect().GetSize().Height(); in ScaleObjects()
2497 pOutl->SetPaperSize( pObj->GetLogicRect().GetSize() ); in SetObjText()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx799 virtual const Rectangle& GetLogicRect() const;
H A Dsvdotext.hxx437 virtual const Rectangle& GetLogicRect() const;
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2007 Rectangle aRect(((SdrObjCustomShape*)mpObj.get())->GetLogicRect()); in getPosition()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx258 Rectangle aCaptRect = mpCaption->GetLogicRect(); in FitCaptionToRect()
278 Rectangle aCaptRect = mpCaption->GetLogicRect(); in AutoPlaceCaption()
356 Rectangle aCaptRect = mpCaption->GetLogicRect(); in UpdateCaptionPos()
728 Rectangle aCaptRect = pCaption->GetLogicRect(); in CreateCaption()
829 … Rectangle aCaptRect( pCaption->GetLogicRect().TopLeft(), pNoteCaption->GetLogicRect().GetSize() ); in CreateTempCaption()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx3016 Rectangle aRect = rObj.GetLogicRect(); in WriteOLEPicture()
3143 Rectangle aRect = pFormObj->GetLogicRect(); in ExportControl()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2008 const Rectangle& SdrTableObj::GetLogicRect() const in GetLogicRect() function in sdr::table::SdrTableObj
2185 aAdjustRect.setHeight( GetLogicRect().getHeight() ); in AdjustToMaxRect()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx172 aFont.SetHeight( pCustomShape->GetLogicRect().GetHeight() / rFWData.nMaxParagraphsPerTextArea ); in CalculateHorizontalScalingFactor()
457 rFWData.nSingleLineHeight = (sal_Int32)( ( (double)pCustomShape->GetLogicRect().GetHeight() in GetFontWorkOutline()
850 Size aS( pCustomShape->GetLogicRect().GetSize() ); in CreateSdrObjectFromParagraphOutlines()
884 Rectangle aLogicRect( pCustomShape->GetLogicRect() ); in CreateFontWork()
H A DEnhancedCustomShape3d.cxx225 fOriginX = fOriginX * pCustomShape->GetLogicRect().GetWidth(); in Transformation2D()
226 fOriginY = fOriginY * pCustomShape->GetLogicRect().GetHeight(); in Transformation2D()
308 Rectangle aSnapRect( pCustomShape->GetLogicRect() ); in Create3DObject()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx949 Rectangle aDrawRect( pObj->GetLogicRect() ); in SetMarkedOriginalSize()
972 Rectangle aRect( pObj->GetLogicRect() ); in SetMarkedOriginalSize()
1008 Rectangle aRect = pObj->GetLogicRect(); in DoConnect()
H A Dsdview2.cxx523 aRect.Union( pObj->GetLogicRect() ); in AcceptDrop()
705 aRect.Union( pObj->GetLogicRect() ); in ExecuteDrop()
H A Ddrawview.cxx623 Rectangle aRect( pObj->GetLogicRect() ); in DeleteMarked()
H A DOutliner.cxx1371 SetPaperSize( mpTextObj->GetLogicRect().GetSize() ); in EnterEditMode()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx318 aPixRect = LogicToPixel(aVEvt.pObj->GetLogicRect()); in RequestHelp()
327 aPixRect = LogicToPixel(aVEvt.pObj->GetLogicRect()); in RequestHelp()
346 aPixRect = LogicToPixel(aVEvt.pObj->GetLogicRect()); in RequestHelp()
H A Dgridwin.cxx360 if( pObj && pObj->GetLogicRect().IsInside( rPos ) && ScDrawLayer::IsNoteCaption( pObj ) ) in lcl_UnLockComment()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3611 const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); in addPairControls()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2374 SdrTextMinFrameHeightItem aMinHeight( pText->GetLogicRect().GetSize().Height() ); in ApplyTextObj()
2469 …bject* pPresObj = pPage->CreatePresObj( ePresObjKind, bVertical, pText->GetLogicRect(), sal_True ); in ApplyTextObj()
2474 pPresObj->SetLogicRect(pText->GetLogicRect()); in ApplyTextObj()
2507 aTitleRect = pTitleObj->GetLogicRect(); in ApplyTextObj()
2510 aOutlineRect = pOutlineObj->GetLogicRect(); in ApplyTextObj()
2513 Rectangle aLogicRect( pPresObj->GetLogicRect() ); in ApplyTextObj()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx484 Rectangle aLogicPix = LogicToPixel(pObj->GetLogicRect()); in RequestHelp()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx1055 …olContactHelper::adjustControlGeometry_throw( m_aControl, pUnoObject->GetLogicRect(), _rViewTransf… in positionAndZoomControl()
1237 _rUnoObject.GetLogicRect(), in createControlForDevice()
/trunk/main/sw/inc/
H A Ddcontact.hxx344 virtual const Rectangle& GetLogicRect() const;

Completed in 246 milliseconds

1234