Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx95 getTypedControlWindow()->SetText( String() ); in setValue()
96 getTypedControlWindow()->SetEmptyTime(); in setValue()
149 getTypedControlWindow()->SetText( String() ); in setValue()
150 getTypedControlWindow()->SetEmptyDate(); in setValue()
208 getTypedControlWindow()->SetText( sText ); in setValue()
278 getTypedControlWindow()->SetFormatter( getTypedControlWindow()->StandardFormatter() ); in ODateTimeControl()
748 getTypedControlWindow()->SetNoSelection(); in setValue()
778 getTypedControlWindow()->Clear(); in clearList()
868 getTypedControlWindow()->Clear(); in clearList()
920 getTypedControlWindow()->SetText( sText ); in setValue()
[all …]
H A Dusercontrol.cxx125 getTypedControlWindow()->SetText( String() ); in setValue()
167 if ( getTypedControlWindow()->GetText().Len() ) in getValue()
188 getTypedControlWindow()->TreatAsNumber(sal_True); in OFormattedNumericControl()
204 getTypedControlWindow()->SetValue( nValue ); in setValue()
206 getTypedControlWindow()->SetText(String()); in setValue()
213 if ( getTypedControlWindow()->GetText().Len() ) in getValue()
231 getTypedControlWindow()->TreatAsNumber(sal_True); in SetFormatDescription()
238 …const SvNumberformat* pEntry = getTypedControlWindow()->GetFormatter()->GetEntry(getTypedControlWi… in SetFormatDescription()
269 getTypedControlWindow()->SetText(String()); in SetFormatDescription()
297 getTypedControlWindow()->DisplayURL( getTypedControlWindow()->GetPlaceHolder() ); in setValue()
[all …]
H A Dusercontrol.hxx76 getTypedControlWindow()->SetFormatSupplier( _pSupplier ); in SetFormatSupplier()
120 …void SetDecimalDigits(sal_uInt16 nPrecision) { getTypedControlWindow()->SetDecimalDigits(nPrecisio… in SetDecimalDigits()
121 void SetDefaultValue(double dDef) { getTypedControlWindow()->SetDefaultValue(dDef); } in SetDefaultValue()
122 … void EnableEmptyField(sal_Bool bEnable) { getTypedControlWindow()->EnableEmptyField(bEnable); } in EnableEmptyField()
123 … void SetThousandsSep(sal_Bool bEnable) { getTypedControlWindow()->SetThousandsSep(bEnable); } in SetThousandsSep()
H A Dcommoncontrol.hxx214 …WindowType* getTypedControlWindow() { return static_cast< WindowType* > ( m_aImplContro… in getTypedControlWindow() function in pcr::CommonBehaviourControl
215 …const WindowType* getTypedControlWindow() const { return static_cast< const WindowType* >( m_aImpl… in getTypedControlWindow() function in pcr::CommonBehaviourControl
253 WindowType* pControlWindow( getTypedControlWindow() ); in CommonBehaviourControl()

Completed in 32 milliseconds