Searched refs:meDlgUnit (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/cui/source/tabpages/ |
| H A D | transfrm.cxx | 771 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 D | PosSizePropertyPanel.cxx | 96 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 D | PosSizePropertyPanel.hxx | 114 FieldUnit meDlgUnit; member in svx::sidebar::PosSizePropertyPanel
|
| /trunk/main/cui/source/inc/ |
| H A D | transfrm.hxx | 129 FieldUnit meDlgUnit; member in SvxPositionSizeTabPage
|