Home
last modified time | relevance | path

Searched refs:meDlgUnit (Results 1 – 4 of 4) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx771 meDlgUnit = GetModuleFieldUnit( GetItemSet() ); in Construct()
772 SetFieldUnit( maMtrPosX, meDlgUnit, sal_True ); in Construct()
773 SetFieldUnit( maMtrPosY, meDlgUnit, sal_True ); in Construct()
774 SetFieldUnit( maMtrWidth, meDlgUnit, sal_True ); in Construct()
775 SetFieldUnit( maMtrHeight, meDlgUnit, sal_True ); in Construct()
777 if(FUNIT_MILE == meDlgUnit || FUNIT_KM == meDlgUnit) in Construct()
857 lcl_ConvertRect( maWorkRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
858 lcl_ConvertRect( maRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
924 double nWidth = static_cast<double>(maMtrWidth.GetValue( meDlgUnit )); in FillItemSet()
925 …alue( nWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDecimalDigits(), meDlgUnit, FUNIT_100TH_MM … in FillItemSet()
[all …]
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx96 meDlgUnit(FUNIT_INCH), in PosSizePropertyPanel()
814 SetFieldUnit( *mpMtrWidth, meDlgUnit, true ); in NotifyItemUpdate()
834 SetFieldUnit( *mpMtrHeight, meDlgUnit, true ); in NotifyItemUpdate()
853 SetFieldUnit( *mpMtrPosX, meDlgUnit, true ); in NotifyItemUpdate()
871 SetFieldUnit( *mpMtrPosY, meDlgUnit, true ); in NotifyItemUpdate()
1114 double nWidth = (double)mpMtrWidth->GetValue( meDlgUnit ); in executeSize()
1115 …ue( nWidth, mpMtrWidth->GetBaseValue(), mpMtrWidth->GetDecimalDigits(), meDlgUnit, FUNIT_100TH_MM … in executeSize()
1121 double nHeight = (double)mpMtrHeight->GetValue( meDlgUnit ); in executeSize()
1122 … nHeight, mpMtrHeight->GetBaseValue(), mpMtrHeight->GetDecimalDigits(), meDlgUnit, FUNIT_100TH_MM … in executeSize()
1221 meDlgUnit = GetCurrentUnit(eState,pState); in MetricState()
[all …]
H A DPosSizePropertyPanel.hxx114 FieldUnit meDlgUnit; member in svx::sidebar::PosSizePropertyPanel
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx129 FieldUnit meDlgUnit; member in SvxPositionSizeTabPage