Home
last modified time | relevance | path

Searched refs:aObjSize (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx446 const Size aObjSize(GetAnchoredObj().GetObjRect().SSize()); in ImplAdjustVertRelPos() local
477 nTopOfAnch - nAdjustedRelPosY - aObjSize.Width() < in ImplAdjustVertRelPos()
482 aObjSize.Width(); in ImplAdjustVertRelPos()
502 nTopOfAnch + nAdjustedRelPosY + aObjSize.Width() > in ImplAdjustVertRelPos()
507 aObjSize.Width(); in ImplAdjustVertRelPos()
533 nTopOfAnch + nAdjustedRelPosY + aObjSize.Height() > in ImplAdjustVertRelPos()
538 aObjSize.Height(); in ImplAdjustVertRelPos()
565 const Size aObjSize( GetAnchoredObj().GetObjRect().SSize() ); in ImplAdjustHoriRelPos() local
569 if ( rAnchorFrame.getFrameArea().Top() + nAdjustedRelPosX + aObjSize.Height() > in ImplAdjustHoriRelPos()
574 aObjSize.Height(); in ImplAdjustHoriRelPos()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx412 const Size aObjSize( GetAnchoredObj().GetObjRect().SSize() ); in ImplAdjustVertRelPos() local
444 nTopOfAnch - nAdjustedRelPosY - aObjSize.Width() < in ImplAdjustVertRelPos()
449 aObjSize.Width(); in ImplAdjustVertRelPos()
470 nTopOfAnch + nAdjustedRelPosY + aObjSize.Width() > in ImplAdjustVertRelPos()
475 aObjSize.Width(); in ImplAdjustVertRelPos()
501 nTopOfAnch + nAdjustedRelPosY + aObjSize.Height() > in ImplAdjustVertRelPos()
506 aObjSize.Height(); in ImplAdjustVertRelPos()
554 const Size aObjSize( GetAnchoredObj().GetObjRect().SSize() ); in ImplAdjustHoriRelPos() local
558 if ( rAnchorFrame.getFrameArea().Top() + nAdjustedRelPosX + aObjSize.Height() > in ImplAdjustHoriRelPos()
563 aObjSize.Height(); in ImplAdjustHoriRelPos()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwsh4.cxx307 Size aObjSize = static_cast<const SfxObjectShell*>(pDocSh)->GetVisArea().GetSize(); in UpdateOleZoom() local
308 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in UpdateOleZoom()
312 SetZoomFactor( Fraction( aWinHMM.Width(),aObjSize.Width() ), in UpdateOleZoom()
313 Fraction( aWinHMM.Height(),aObjSize.Height() ) ); in UpdateOleZoom()
327 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
333 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
336 SfxViewShell::SetZoomFactor( Fraction( aLogicSize.Width(),aObjSize.Width() ), in InnerResizePixel()
337 Fraction( aLogicSize.Height(),aObjSize.Height() ) ); in InnerResizePixel()
H A Dtabvwshb.cxx443 Size aObjSize(pNewDBField->GetLogicRect().GetSize()); in ExecDrawIns() local
444 aObjPos.AdjustX( -(aObjSize.Width() / 2) ); in ExecDrawIns()
445 aObjPos.AdjustY( -(aObjSize.Height() / 2) ); in ExecDrawIns()
446 tools::Rectangle aNewObjectRectangle(aObjPos, aObjSize); in ExecDrawIns()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwsh4.cxx328 Size aObjSize = static_cast<const SfxObjectShell*>(pDocSh)->GetVisArea().GetSize(); in UpdateOleZoom() local
329 if ( !aObjSize.IsEmpty() ) in UpdateOleZoom()
333 SetZoomFactor( Fraction( aWinHMM.Width(),aObjSize.Width() ), in UpdateOleZoom()
334 Fraction( aWinHMM.Height(),aObjSize.Height() ) ); in UpdateOleZoom()
348 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
354 if ( !aObjSize.IsEmpty() ) in InnerResizePixel()
357 SfxViewShell::SetZoomFactor( Fraction( aLogicSize.Width(),aObjSize.Width() ), in InnerResizePixel()
358 Fraction( aLogicSize.Height(),aObjSize.Height() ) ); in InnerResizePixel()
H A Dtabvwshb.cxx499 Size aObjSize(pNewDBField->GetLogicRect().GetSize()); in ExecDrawIns() local
500 aObjPos.AdjustX( -(aObjSize.Width() / 2) ); in ExecDrawIns()
501 aObjPos.AdjustY( -(aObjSize.Height() / 2) ); in ExecDrawIns()
502 tools::Rectangle aNewObjectRectangle(aObjPos, aObjSize); in ExecDrawIns()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A Dunoshape.cxx1179 Size aObjSize( aRect.getWidth(), aRect.getHeight() ); in getSize() local
1180 ForceMetricTo100th_mm(aObjSize); in getSize()
1181 return css::awt::Size( aObjSize.getWidth(), aObjSize.getHeight() ); in getSize()
2134 Size aObjSize( aUnoRect.Width, aUnoRect.Height ); in setPropertyValueImpl() local
2136 ForceMetricToItemPoolMetric(aObjSize); in setPropertyValueImpl()
2139 aRect.SetSize(aObjSize); in setPropertyValueImpl()
2618 Size aObjSize( aRect.GetWidth(), aRect.GetHeight() ); in getPropertyValueImpl() local
2620 ForceMetricTo100th_mm(aObjSize); in getPropertyValueImpl()
2623 aObjSize.getWidth(), aObjSize.getHeight() ); in getPropertyValueImpl()
2634 ForceMetricTo100th_mm(aObjSize); in getPropertyValueImpl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A Dunoshape.cxx1195 Size aObjSize( aRect.getWidth(), aRect.getHeight() ); in getSize() local
1196 ForceMetricTo100th_mm(aObjSize); in getSize()
1197 return css::awt::Size( aObjSize.getWidth(), aObjSize.getHeight() ); in getSize()
2142 Size aObjSize( aUnoRect.Width, aUnoRect.Height ); in setPropertyValueImpl() local
2144 ForceMetricToItemPoolMetric(aObjSize); in setPropertyValueImpl()
2147 aRect.SetSize(aObjSize); in setPropertyValueImpl()
2587 Size aObjSize( aRect.GetWidth(), aRect.GetHeight() ); in getPropertyValueImpl() local
2589 ForceMetricTo100th_mm(aObjSize); in getPropertyValueImpl()
2592 aObjSize.getWidth(), aObjSize.getHeight() ); in getPropertyValueImpl()
2603 ForceMetricTo100th_mm(aObjSize); in getPropertyValueImpl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dsdview4.cxx232 Size aObjSize(aObjRect.GetSize()); in InsertGraphic() local
234 Fraction aScaleWidth(aPickObjSize.Width(), aObjSize.Width()); in InsertGraphic()
235 Fraction aScaleHeight(aPickObjSize.Height(), aObjSize.Height()); in InsertGraphic()
H A Ddrviewse.cxx282 Size aObjSize(pNewDBField->GetLogicRect().GetSize()); in FuPermanent() local
283 aObjPos.AdjustX( -(aObjSize.Width() / 2) ); in FuPermanent()
284 aObjPos.AdjustY( -(aObjSize.Height() / 2) ); in FuPermanent()
285 ::tools::Rectangle aNewObjectRectangle(aObjPos, aObjSize); in FuPermanent()
H A DViewShellBase.cxx467 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
468 if ( !aObjSize.IsEmpty() ) in InnerResizePixel()
474 … Size aObjSizePixel = mpImpl->mpViewWindow->LogicToPixel(aObjSize, MapMode(MapUnit::Map100thMM)); in InnerResizePixel()
H A Dsdview3.cxx715 Size aObjSize( aObjRect.GetSize() ); in InsertData() local
717 Fraction aScaleWidth( aPickObjSize.Width(), aObjSize.Width() ); in InsertData()
718 Fraction aScaleHeight( aPickObjSize.Height(), aObjSize.Height() ); in InsertData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dsdview4.cxx232 Size aObjSize(aObjRect.GetSize()); in InsertGraphic() local
234 Fraction aScaleWidth(aPickObjSize.Width(), aObjSize.Width()); in InsertGraphic()
235 Fraction aScaleHeight(aPickObjSize.Height(), aObjSize.Height()); in InsertGraphic()
H A DViewShellBase.cxx468 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
469 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
475 … Size aObjSizePixel = mpImpl->mpViewWindow->LogicToPixel(aObjSize, MapMode(MapUnit::Map100thMM)); in InnerResizePixel()
H A Ddrviewse.cxx285 Size aObjSize(pNewDBField->GetLogicRect().GetSize()); in FuPermanent() local
286 aObjPos.AdjustX( -(aObjSize.Width() / 2) ); in FuPermanent()
287 aObjPos.AdjustY( -(aObjSize.Height() / 2) ); in FuPermanent()
288 ::tools::Rectangle aNewObjectRectangle(aObjPos, aObjSize); in FuPermanent()
H A Dsdview3.cxx710 Size aObjSize( aObjRect.GetSize() ); in InsertData() local
712 Fraction aScaleWidth( aPickObjSize.Width(), aObjSize.Width() ); in InsertData()
713 Fraction aScaleHeight( aPickObjSize.Height(), aObjSize.Height() ); in InsertData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddlgctl3d.cxx160 Size aObjSize( aSize.Width()*5/6, aSize.Height()*5/6 ); in Resize() local
161 Point aObjPoint( (aSize.Width() - aObjSize.Width()) / 2, in Resize()
162 (aSize.Height() - aObjSize.Height()) / 2); in Resize()
163 tools::Rectangle aRect( aObjPoint, aObjSize); in Resize()
352 Size aObjSize( aSize.Width()*5/6, aSize.Height()*5/6 ); in Resize() local
353 Point aObjPoint( (aSize.Width() - aObjSize.Width()) / 2, in Resize()
354 (aSize.Height() - aObjSize.Height()) / 2); in Resize()
355 tools::Rectangle aRect( aObjPoint, aObjSize); in Resize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Ddlgctl3d.cxx150 Size aObjSize( aSize.Width()*5/6, aSize.Height()*5/6 ); in Resize() local
151 Point aObjPoint( (aSize.Width() - aObjSize.Width()) / 2, in Resize()
152 (aSize.Height() - aObjSize.Height()) / 2); in Resize()
153 tools::Rectangle aRect( aObjPoint, aObjSize); in Resize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewport.cxx958 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
959 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
965 Size aObjSizePixel = GetWindow()->LogicToPixel(aObjSize, MapMode(MapUnit::MapTwip)); in InnerResizePixel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dview.cxx886 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
887 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
890 SfxViewShell::SetZoomFactor( Fraction( aProvidedSize.Width(), aObjSize.Width() ), in InnerResizePixel()
891 Fraction( aProvidedSize.Height(), aObjSize.Height() ) ); in InnerResizePixel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Danimobjs.cxx518 Size aObjSize( aObjRect.GetSize() ); in UpdateControl() local
524 pVD->SetOutputSize( aObjSize ); in UpdateControl()
532 rBmp = pVD->GetBitmapEx( aObjRect.TopLeft(), aObjSize ); in UpdateControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Danimobjs.cxx518 Size aObjSize( aObjRect.GetSize() ); in UpdateControl() local
524 pVD->SetOutputSize( aObjSize ); in UpdateControl()
532 rBmp = pVD->GetBitmapEx( aObjRect.TopLeft(), aObjSize ); in UpdateControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewport.cxx950 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
951 if ( !aObjSize.IsEmpty() ) in InnerResizePixel()
957 Size aObjSizePixel = GetWindow()->LogicToPixel(aObjSize, MapMode(MapUnit::MapTwip)); in InnerResizePixel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dview.cxx1032 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel() local
1033 if ( !aObjSize.IsEmpty() ) in InnerResizePixel()
1036 SfxViewShell::SetZoomFactor( Fraction( aProvidedSize.Width(), aObjSize.Width() ), in InnerResizePixel()
1037 Fraction( aProvidedSize.Height(), aObjSize.Height() ) ); in InnerResizePixel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8graf.cxx2876 Size aObjSize(pSdrTextObj->GetSnapRect().GetWidth(), in MungeTextIntoDrawBox() local
2884 InsertTxbxText(pSdrTextObj, &aObjSize, rRecord.aTextId.nTxBxS, rRecord.aTextId.nSequence, in MungeTextIntoDrawBox()

12