Searched refs:PercentField (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 38 PercentField::PercentField( Window* pWin, const ResId& rResId ) : in PercentField() function in PercentField 59 void PercentField::SetRefValue(sal_Int64 nValue) in SetRefValue() 73 void PercentField::ShowPercent(sal_Bool bPercent) in ShowPercent() 217 sal_Int64 PercentField::GetValue( FieldUnit eOutUnit ) in GetValue() 226 void PercentField::SetMin(sal_Int64 nNewMin, FieldUnit eInUnit) in SetMin() 245 void PercentField::SetMax(sal_Int64 nNewMax, FieldUnit eInUnit) in SetMax() 261 sal_Int64 PercentField::NormalizePercent(sal_Int64 nValue) in NormalizePercent() 275 sal_Int64 PercentField::DenormalizePercent(sal_Int64 nValue) in DenormalizePercent() 292 sal_Bool PercentField::IsValueModified() in IsValueModified() 304 sal_Int64 PercentField::ImpPower10( sal_uInt16 n ) in ImpPower10() [all …]
|
/trunk/main/sw/source/ui/table/ |
H A D | tablepg.hxx | 55 PercentField aWidthMF; 68 PercentField aLeftMF; 70 PercentField aRightMF; 123 PercentField aMF1; 125 PercentField aMF2; 127 PercentField aMF3; 129 PercentField aMF4; 131 PercentField aMF5; 133 PercentField aMF6; 137 PercentField* pFieldArr[MET_FIELDS]; [all …]
|
H A D | tabledlg.cxx | 1006 IMPL_LINK_INLINE_START( SwTableColumnPage, UpHdl, PercentField *, pEdit ) in IMPL_LINK_INLINE_START() argument 1012 IMPL_LINK_INLINE_END( SwTableColumnPage, UpHdl, PercentField *, pEdit ) in IMPL_LINK_INLINE_END() argument 1016 IMPL_LINK_INLINE_START( SwTableColumnPage, DownHdl, PercentField *, pEdit ) in IMPL_LINK_INLINE_END() 1022 IMPL_LINK_INLINE_END( SwTableColumnPage, DownHdl, PercentField *, pEdit ) in IMPL_LINK_INLINE_END() argument 1026 IMPL_LINK_INLINE_START( SwTableColumnPage, LoseFocusHdl, PercentField *, pEdit ) in IMPL_LINK_INLINE_END() 1035 IMPL_LINK_INLINE_END( SwTableColumnPage, LoseFocusHdl, PercentField *, pEdit ) in IMPL_LINK_INLINE_END() argument 1073 void SwTableColumnPage::ModifyHdl( PercentField* pEdit ) in ModifyHdl()
|
/trunk/main/sw/source/ui/inc/ |
H A D | column.hxx | 134 PercentField aEd1; 135 PercentField aDistEd1; 137 PercentField aEd2; 138 PercentField aDistEd2; 140 PercentField aEd3; 169 PercentField *pModifiedField; 177 DECL_LINK( GapModify, PercentField * ); 178 DECL_LINK( EdModify, PercentField * );
|
H A D | prcntfld.hxx | 31 class SW_DLLPUBLIC PercentField : public MetricField class 59 PercentField( Window* pWin, const ResId& rResId );
|
H A D | frmpage.hxx | 56 PercentField aWidthED; 61 PercentField aHeightED;
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 1031 IMPL_LINK( SwColumnPage, GapModify, PercentField *, pFld ) in IMPL_LINK() argument 1108 IMPL_LINK( SwColumnPage, EdModify, PercentField *, pField ) in IMPL_LINK() argument
|
H A D | frmpage.cxx | 642 …void HandleAutoCB( sal_Bool _bChecked, FixedText& _rFT_man, FixedText& _rFT_auto, PercentField& _r… in HandleAutoCB()
|
Completed in 41 milliseconds