Home
last modified time | relevance | path

Searched refs:OFormattedNumericControl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx181 DBG_NAME(OFormattedNumericControl);
183 OFormattedNumericControl::OFormattedNumericControl( Window* pParent, WinBits nWinStyle ) in OFormattedNumericControl() function in pcr::OFormattedNumericControl
186 DBG_CTOR(OFormattedNumericControl,NULL); in OFormattedNumericControl()
194 OFormattedNumericControl::~OFormattedNumericControl() in ~OFormattedNumericControl()
196 DBG_DTOR(OFormattedNumericControl,NULL); in ~OFormattedNumericControl()
200 …void SAL_CALL OFormattedNumericControl::setValue( const Any& _rValue ) throw (IllegalTypeException… in setValue()
210 Any SAL_CALL OFormattedNumericControl::getValue() throw (RuntimeException) in getValue()
219 Type SAL_CALL OFormattedNumericControl::getValueType() throw (RuntimeException) in getValueType()
225 void OFormattedNumericControl::SetFormatDescription(const FormatDescription& rDesc) in SetFormatDescription()
H A Dusercontrol.hxx104 class OFormattedNumericControl : public OFormattedNumericControl_Base class
110 OFormattedNumericControl( Window* pParent, WinBits nWinStyle = WB_TABSTOP);
126 ~OFormattedNumericControl();
H A Dformcomponenthandler.cxx1144OFormattedNumericControl* pControl = new OFormattedNumericControl( impl_getDefaultDialogParent_not… in describePropertyLine()
1179OFormattedNumericControl* pControl = new OFormattedNumericControl( impl_getDefaultDialogParent_not… in describePropertyLine()
1732OFormattedNumericControl* pControl = dynamic_cast< OFormattedNumericControl* >( xControl.get() ); in actuatingPropertyChanged()
1779OFormattedNumericControl* pControl = dynamic_cast< OFormattedNumericControl* >( xControl.get() ); in actuatingPropertyChanged()

Completed in 92 milliseconds