/trunk/main/sw/source/core/objectpositioning/ |
H A D | anchoredobjectposition.cxx | 432 const Size aObjSize( GetAnchoredObj().GetObjRect().SSize() ); in _ImplAdjustVertRelPos() local 465 nTopOfAnch - nAdjustedRelPosY - aObjSize.Width() < in _ImplAdjustVertRelPos() 470 aObjSize.Width(); in _ImplAdjustVertRelPos() 481 nTopOfAnch + nAdjustedRelPosY + aObjSize.Width() > in _ImplAdjustVertRelPos() 486 aObjSize.Width(); in _ImplAdjustVertRelPos() 498 nTopOfAnch + nAdjustedRelPosY + aObjSize.Height() > in _ImplAdjustVertRelPos() 503 aObjSize.Height(); in _ImplAdjustVertRelPos() 530 const Size aObjSize( GetAnchoredObj().GetObjRect().SSize() ); in _ImplAdjustHoriRelPos() local 534 if ( rAnchorFrm.Frm().Top() + nAdjustedRelPosX + aObjSize.Height() > in _ImplAdjustHoriRelPos() 539 aObjSize.Height(); in _ImplAdjustHoriRelPos() [all …]
|
/trunk/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 601 Size aObjSize( maToolbox.GetOutputSizePixel() ); in Resize() local 602 aObjSize.Width() += aDiffSize.Width(); in Resize() 603 maToolbox.SetOutputSizePixel( aObjSize ); in Resize() 606 aObjSize = maTlbObjects.Control::GetOutputSizePixel(); in Resize() 607 aObjSize.Width() += aDiffSize.Width(); in Resize() 608 aObjSize.Height() += aDiffSize.Height(); in Resize() 609 maTlbObjects.SetOutputSizePixel( aObjSize ); in Resize() 615 aObjSize = maLbDocs.GetOutputSizePixel(); in Resize() 616 aObjSize.Width() += aDiffSize.Width(); in Resize() 618 maLbDocs.SetOutputSizePixel( aObjSize ); in Resize()
|
H A D | animobjs.cxx | 595 Size aObjSize( aObjRect.GetSize() ); in UpdateControl() local 601 aVD.SetOutputSize( aObjSize ); in UpdateControl() 609 aBmp = BitmapEx( aVD.GetBitmap( aObjRect.TopLeft(), aObjSize ) ); in UpdateControl()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 366 Size aObjSize = ((const SfxObjectShell*)pDocSh)->GetVisArea().GetSize(); in UpdateOleZoom() local 367 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in UpdateOleZoom() 371 SetZoomFactor( Fraction( aWinHMM.Width(),aObjSize.Width() ), in UpdateOleZoom() 372 Fraction( aWinHMM.Height(),aObjSize.Height() ) ); in UpdateOleZoom() 391 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local 397 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel() 400 SfxViewShell::SetZoomFactor( Fraction( aLogicSize.Width(),aObjSize.Width() ), in InnerResizePixel() 401 Fraction( aLogicSize.Height(),aObjSize.Height() ) ); in InnerResizePixel()
|
H A D | tabvwshb.cxx | 405 Size aObjSize(pNewDBField->GetLogicRect().GetSize()); in ExecDrawIns() local 406 aObjPos.X() -= aObjSize.Width() / 2; in ExecDrawIns() 407 aObjPos.Y() -= aObjSize.Height() / 2; in ExecDrawIns() 408 Rectangle aNewObjectRectangle(aObjPos, aObjSize); in ExecDrawIns()
|
/trunk/main/svx/source/engine3d/ |
H A D | float3d.cxx | 2324 Size aObjSize; in Resize() local 2348 aObjSize = aCtlPreview.GetOutputSizePixel(); in Resize() 2349 aObjSize.Width() += aDiffSize.Width(); in Resize() 2350 aObjSize.Height() += aDiffSize.Height(); in Resize() 2351 aCtlPreview.SetOutputSizePixel( aObjSize ); in Resize() 2352 aCtlLightPreview.SetOutputSizePixel( aObjSize ); in Resize() 2356 aObjSize.Width() += aDiffSize.Width(); in Resize() 2359 aFLShadow.SetOutputSizePixel( aObjSize ); in Resize() 2360 aFLCamera.SetOutputSizePixel( aObjSize ); in Resize() 2362 aFLLight.SetOutputSizePixel( aObjSize ); in Resize() [all …]
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 1300 Size aObjSize( aRect.getWidth(), aRect.getHeight() ); in getSize() local 1301 ForceMetricTo100th_mm(aObjSize); in getSize() 1302 return ::com::sun::star::awt::Size( aObjSize.getWidth(), aObjSize.getHeight() ); in getSize() 2329 Size aObjSize( aUnoRect.Width, aUnoRect.Height ); in setPropertyValueImpl() local 2331 ForceMetricToItemPoolMetric(aObjSize); in setPropertyValueImpl() 2334 aRect.SetSize(aObjSize); in setPropertyValueImpl() 2772 Size aObjSize( aRect.GetWidth(), aRect.GetHeight() ); in getPropertyValueImpl() local 2774 ForceMetricTo100th_mm(aObjSize); in getPropertyValueImpl() 2777 aObjSize.getWidth(), aObjSize.getHeight() ); in getPropertyValueImpl() 2788 ForceMetricTo100th_mm(aObjSize); in getPropertyValueImpl() [all …]
|
/trunk/main/sd/source/ui/view/ |
H A D | sdview4.cxx | 238 Size aObjSize(aObjRect.GetSize()); in InsertGraphic() local 240 Fraction aScaleWidth(aPickObjSize.Width(), aObjSize.Width()); in InsertGraphic() 241 Fraction aScaleHeight(aPickObjSize.Height(), aObjSize.Height()); in InsertGraphic()
|
H A D | ViewShellBase.cxx | 508 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local 509 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel() 515 Size aObjSizePixel = mpImpl->mpViewWindow->LogicToPixel( aObjSize, MAP_100TH_MM ); in InnerResizePixel()
|
H A D | drviewse.cxx | 301 Size aObjSize(pNewDBField->GetLogicRect().GetSize()); in FuPermanent() local 302 aObjPos.X() -= aObjSize.Width() / 2; in FuPermanent() 303 aObjPos.Y() -= aObjSize.Height() / 2; in FuPermanent() 304 Rectangle aNewObjectRectangle(aObjPos, aObjSize); in FuPermanent()
|
H A D | sdview3.cxx | 729 Size aObjSize( aObjRect.GetSize() ); in InsertData() local 731 Fraction aScaleWidth( aPickObjSize.Width(), aObjSize.Width() ); in InsertData() 732 Fraction aScaleHeight( aPickObjSize.Height(), aObjSize.Height() ); in InsertData()
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 166 Size aObjSize( aSize.Width()*5/6, aSize.Height()*5/6 ); in Resize() local 167 Point aObjPoint( (aSize.Width() - aObjSize.Width()) / 2, in Resize() 168 (aSize.Height() - aObjSize.Height()) / 2); in Resize() 169 Rectangle aRect( aObjPoint, aObjSize); in Resize()
|
/trunk/main/starmath/source/ |
H A D | view.cxx | 820 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local 821 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel() 824 SfxViewShell::SetZoomFactor( Fraction( aProvidedSize.Width(), aObjSize.Width() ), in InnerResizePixel() 825 Fraction( aProvidedSize.Height(), aObjSize.Height() ) ); in InnerResizePixel()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 1035 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local 1036 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel() 1042 Size aObjSizePixel = GetWindow()->LogicToPixel( aObjSize, MAP_TWIP ); in InnerResizePixel()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 2933 Size aObjSize(pSdrTextObj->GetSnapRect().GetWidth(), in MungeTextIntoDrawBox() local 2941 InsertTxbxText( pSdrTextObj, &aObjSize, pRecord->aTextId.nTxBxS, in MungeTextIntoDrawBox()
|