Lines Matching refs:GetCoreValue
772 aMargin.SetLeft( (sal_uInt16)GetCoreValue( aLeftMarginEdit, eUnit ) ); in FillItemSet()
778 aMargin.SetRight( (sal_uInt16)GetCoreValue( aRightMarginEdit, eUnit ) ); in FillItemSet()
797 aTopMargin.SetUpper( (sal_uInt16)GetCoreValue( aTopMarginEdit, eUnit ) ); in FillItemSet()
803 aTopMargin.SetLower( (sal_uInt16)GetCoreValue( aBottomMarginEdit, eUnit ) ); in FillItemSet()
844 Size aSize( GetCoreValue( aPaperWidthEdit, eUnit ), in FillItemSet()
845 GetCoreValue( aPaperHeightEdit, eUnit ) ); in FillItemSet()
1124 Size aSize( GetCoreValue( aPaperWidthEdit, eUnit ), in IMPL_LINK()
1125 GetCoreValue( aPaperHeightEdit, eUnit ) ); in IMPL_LINK()
1154 const long lWidth = GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_100TH_MM ); in IMPL_LINK()
1155 const long lHeight = GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_100TH_MM ); in IMPL_LINK()
1257 Size aSize( GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_TWIP ), in IMPL_LINK_INLINE_END()
1258 GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1263 aBspWin.SetTop( GetCoreValue( aTopMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1264 aBspWin.SetBottom( GetCoreValue( aBottomMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1265 aBspWin.SetLeft( GetCoreValue( aLeftMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1266 aBspWin.SetRight( GetCoreValue( aRightMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1588 Size aSize( GetCoreValue( aPaperWidthEdit, eUnit ), in DeactivatePage()
1589 GetCoreValue( aPaperHeightEdit, eUnit ) ); in DeactivatePage()
1680 long nBT = GetCoreValue( aTopMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1681 long nBB = GetCoreValue( aBottomMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1683 long nBL = GetCoreValue( aLeftMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1684 long nBR = GetCoreValue( aRightMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1686 long nH = GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()
1687 long nW = GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl()