Home
last modified time | relevance | path

Searched refs:FormattedField (Results 1 – 25 of 136) sorted by relevance

123456

/trunk/main/svtools/source/control/
H A Dfmtfield.cxx303 SvNumberFormatter* FormattedField::StaticFormatter::s_cFormatter = NULL;
304 sal_uLong FormattedField::StaticFormatter::s_nReferences = 0;
307 SvNumberFormatter* FormattedField::StaticFormatter::GetFormatter() in GetFormatter()
322 FormattedField::StaticFormatter::StaticFormatter() in StaticFormatter()
328 FormattedField::StaticFormatter::~StaticFormatter() in ~StaticFormatter()
338 DBG_NAME(FormattedField);
363 FormattedField::FormattedField(Window* pParent, WinBits nStyle, SvNumberFormatter* pInitialFormatte… in FormattedField() function in FormattedField
367 DBG_CTOR(FormattedField, NULL); in FormattedField()
377 FormattedField::FormattedField(Window* pParent, const ResId& rResId, SvNumberFormatter* pInitialFor… in FormattedField() function in FormattedField
381 DBG_CTOR(FormattedField, NULL); in FormattedField()
[all …]
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx103 pWindow = new FormattedField( pParent, nWinBits ); in CreateWindow()
846 FormattedField* pField = GetFormattedField(); in setProperty()
973 FormattedField* pField = GetFormattedField(); in getProperty()
1039 FormattedField* pField = GetFormattedField(); in convertEffectiveValue()
1098 FormattedField* pField = GetFormattedField(); in SetMinValue()
1127 FormattedField* pField = GetFormattedField(); in GetMinValue()
1139 FormattedField* pField = GetFormattedField(); in SetMaxValue()
1167 FormattedField* pField = GetFormattedField(); in GetMaxValue()
1179 FormattedField* pField = GetFormattedField(); in SetDefaultValue()
1212 FormattedField* pField = GetFormattedField(); in GetDefaultValue()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx50 class SVT_DLLPUBLIC FormattedField : public SpinField class
111FormattedField(Window* pParent, WinBits nStyle = 0, SvNumberFormatter* pInitialFormatter = NULL, s…
112FormattedField(Window* pParent, const ResId& rResId, SvNumberFormatter* pInitialFormatter = NULL, …
113 virtual ~FormattedField();
270 …* ImplGetFormatter() const { return m_pFormatter ? m_pFormatter : ((FormattedField*)this)->Create… in ImplGetFormatter()
278 class SVT_DLLPUBLIC DoubleNumericField : public FormattedField
289 :FormattedField(pParent, nStyle) in DoubleNumericField()
300 :FormattedField(pParent, rResId) in DoubleNumericField()
323 class DoubleCurrencyField : public FormattedField
H A Deditbrowsebox.hxx80 class FormattedField;
410 FormattedFieldCellController( FormattedField* _pFormatted );
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1287 m_pWindow = new FormattedField( &rParent, WB_RIGHT ); in Init()
1288 m_pPainter = new FormattedField( &rParent, WB_RIGHT ); in Init()
1292 m_pWindow = new FormattedField( &rParent, WB_CENTER ); in Init()
1293 m_pPainter = new FormattedField( &rParent, WB_CENTER ); in Init()
1296 m_pWindow = new FormattedField( &rParent, WB_LEFT ); in Init()
1297 m_pPainter = new FormattedField( &rParent, WB_LEFT ); in Init()
1310 static_cast< FormattedField* >( m_pWindow )->SetStrictFormat( sal_False ); in Init()
1311 static_cast< FormattedField* >( m_pPainter )->SetStrictFormat( sal_False ); in Init()
1379 pFormatterUsed = ((FormattedField*)m_pWindow)->StandardFormatter(); in Init()
1388 ((FormattedField*)m_pWindow)->SetFormatter(pFormatterUsed); in Init()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.hxx73 FormattedField aFmtFldMin;
77 FormattedField aFmtFldMax;
85 FormattedField aFmtFldStepMain;
97 FormattedField aFmtFldOrigin;
120 DECL_LINK( FmtFieldModifiedHdl, FormattedField* );
H A Dtp_AxisPositions.hxx66 FormattedField m_aED_CrossesAt;
74 FormattedField m_aED_LabelDistance;
H A DDataBrowser.hxx175 FormattedField m_aNumberEditField;
H A Dtp_Scale.cxx102 void lcl_setValue( FormattedField& rFmtField, double fValue ) in lcl_setValue()
185 IMPL_LINK( ScaleTabPage, FmtFieldModifiedHdl, FormattedField*, pFmtFied ) in IMPL_LINK() argument
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.hxx43 class NumberFormatSampleField : public ControlWindow< FormattedField >
46 typedef ControlWindow< FormattedField > BaseClass;
103 …trol< ::com::sun::star::inspection::XPropertyControl, ControlWindow< FormattedField > > OFormatted…
H A Dstandardcontrol.hxx156 …trol< ::com::sun::star::inspection::XPropertyControl, ControlWindow< FormattedField > > ODateTimeC…
/trunk/main/offapi/com/sun/star/form/control/
H A DFormattedField.idl44 … the control has to support the <type scope="com::sun::star::form::component">FormattedField</type>
55 published service FormattedField
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseFormattedField.idl27 #include <com/sun/star/form/component/FormattedField.idl>
45 service com::sun::star::form::component::FormattedField;
H A DFormattedField.idl50 published service FormattedField
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx534 FormattedFieldCellController::FormattedFieldCellController( FormattedField* _pFormatted ) in FormattedFieldCellController()
542 static_cast< FormattedField& >( GetWindow() ).Commit(); in CommitModifications()
/trunk/main/offapi/com/sun/star/report/
H A DFormattedField.idl34 published service FormattedField : XFormattedField;
/trunk/main/forms/source/component/
H A Dmakefile.mk60 $(SLO)$/FormattedField.obj \
/trunk/main/reportdesign/
H A DLibrary_rpt.mk74 reportdesign/source/core/api/FormattedField \
/trunk/main/basctl/source/dlged/
H A Ddlgresid.src102 Text = "FormattedField" ;
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx183 FormattedField* GetFormattedField() const { return (FormattedField*)GetWindow(); } in GetFormattedField()
/trunk/main/offapi/com/sun/star/form/validation/
H A DXValidatableFormComponent.idl89 …nce method. For example, for a <type scope="com::sun::star::form::component">FormattedField</type>,
/trunk/main/reportdesign/source/ui/report/
H A Dreport.src50 Text = "FormattedField" ;
/trunk/main/helpcontent2/helpers/
H A Duno-commands.csv697 .uno:FormattedField
H A Duno_hid.lst1084 SID_FM_FORMATTEDFIELD,10728,.uno:FormattedField
H A Dlongnames_commands.csv1086 SID_FM_FORMATTEDFIELD,.uno:FormattedField

123456