Lines Matching refs:GetCoreValue
759 aMargin.SetLeft( (sal_uInt16)GetCoreValue( aLeftMarginEdit, eUnit ) ); in FillItemSet()
765 aMargin.SetRight( (sal_uInt16)GetCoreValue( aRightMarginEdit, eUnit ) ); in FillItemSet()
784 aTopMargin.SetUpper( (sal_uInt16)GetCoreValue( aTopMarginEdit, eUnit ) ); in FillItemSet()
790 aTopMargin.SetLower( (sal_uInt16)GetCoreValue( aBottomMarginEdit, eUnit ) ); in FillItemSet()
831 Size aSize( GetCoreValue( aPaperWidthEdit, eUnit ), in FillItemSet()
832 GetCoreValue( aPaperHeightEdit, eUnit ) ); in FillItemSet()
1109 Size aSize( GetCoreValue( aPaperWidthEdit, eUnit ), in IMPL_LINK()
1110 GetCoreValue( aPaperHeightEdit, eUnit ) ); in IMPL_LINK()
1139 const long lWidth = GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_100TH_MM ); in IMPL_LINK()
1140 const long lHeight = GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_100TH_MM ); in IMPL_LINK()
1243 Size aSize( GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_TWIP ), in IMPL_LINK_INLINE_END()
1244 GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1249 aBspWin.SetTop( GetCoreValue( aTopMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1250 aBspWin.SetBottom( GetCoreValue( aBottomMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1251 aBspWin.SetLeft( GetCoreValue( aLeftMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1252 aBspWin.SetRight( GetCoreValue( aRightMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1507 Size aSize( GetCoreValue( aPaperWidthEdit, eUnit ), in DeactivatePage()
1508 GetCoreValue( aPaperHeightEdit, eUnit ) ); in DeactivatePage()
1599 long nBT = GetCoreValue( aTopMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1600 long nBB = GetCoreValue( aBottomMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1602 long nBL = GetCoreValue( aLeftMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1603 long nBR = GetCoreValue( aRightMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1605 long nH = GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1606 long nW = GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()