Home
last modified time | relevance | path

Searched refs:GetUIScale (Results 1 – 11 of 11) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx291 const Fraction aUIScale(pView->GetModel()->GetUIScale()); in Construct()
323 const double fUIScale(double(pView->GetModel()->GetUIScale())); in FillItemSet()
341 const double fUIScale(double(pView->GetModel()->GetUIScale())); in Reset()
566 Fraction aUIScale = pView->GetModel()->GetUIScale(); in FillItemSet()
620 const double fUIScale(double(pView->GetModel()->GetUIScale())); in Reset()
861 const Fraction aUIScale(mpView->GetModel()->GetUIScale()); in Construct()
893 const double fUIScale(double(mpView->GetModel()->GetUIScale())); in FillItemSet()
931 Fraction aUIScale = mpView->GetModel()->GetUIScale(); in FillItemSet()
1004 const double fUIScale(double(mpView->GetModel()->GetUIScale())); in Reset()
H A Dswpossizetabpage.cxx1947 Fraction aUIScale = m_pSdrView->GetModel()->GetUIScale(); in SetView()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx314 maUIScale = mpView->GetModel()->GetUIScale(); in Initialize()
710 …const double fUIScale(mpView && mpView->GetModel() ? double(mpView->GetModel()->GetUIScale()) : 1.… in IMPL_LINK()
728 …const double fUIScale(mpView && mpView->GetModel() ? double(mpView->GetModel()->GetUIScale()) : 1.… in IMPL_LINK()
1111 Fraction aUIScale = mpView->GetModel()->GetUIScale(); in executeSize()
1167 Fraction aUIScale = mpView->GetModel()->GetUIScale(); in executePosX()
1195 Fraction aUIScale = mpView->GetModel()->GetUIScale(); in executePosY()
1374 const Fraction aUIScale (mpView->GetModel()->GetUIScale()); in UpdateUIScale()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx623 Fraction aFract( nValue, pDoc->GetUIScale().GetDenominator() ); in _setPropertyValues()
635 Fraction aFract( pDoc->GetUIScale().GetNumerator(), nValue ); in _setPropertyValues()
1035 *pValue <<= (sal_Int32)pDoc->GetUIScale().GetNumerator(); in _getPropertyValues()
1038 *pValue <<= (sal_Int32)pDoc->GetUIScale().GetDenominator(); in _getPropertyValues()
/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx386 aUIScale *= GetDoc()->GetUIScale(); in SetZoom()
429 aUIScale *= GetDoc()->GetUIScale(); in SetZoomRect()
H A Ddrviews1.cxx597 aUIScale *= GetDoc()->GetUIScale(); in CreateHRuler()
628 aUIScale *= GetDoc()->GetUIScale(); in CreateVRuler()
H A Ddrviewsa.cxx715 Fraction aUIScale(GetDoc()->GetUIScale()); in GetStatusBarState()
/trunk/main/sd/source/ui/dlg/
H A Ddlgsnap.cxx70 aUIScale(pView->GetDoc()->GetUIScale()) in SdSnapLineDlg()
H A Dcopydlg.cxx92 maUIScale(pInView->GetDoc()->GetUIScale()), in CopyDlg()
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx431 const Fraction& GetUIScale() const { return aUIScale; } in GetUIScale() function in SdrModel
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx519 const Fraction& rFraction = pDoc->GetUIScale(); in CreateItemSet()

Completed in 79 milliseconds