Searched refs:getTypedControlWindow (Results 1 – 4 of 4) sorted by relevance
95 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 …]
125 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 …]
76 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()
214 …WindowType* getTypedControlWindow() { return static_cast< WindowType* > ( m_aImplContro… in getTypedControlWindow() function in pcr::CommonBehaviourControl215 …const WindowType* getTypedControlWindow() const { return static_cast< const WindowType* >( m_aImpl… in getTypedControlWindow() function in pcr::CommonBehaviourControl253 WindowType* pControlWindow( getTypedControlWindow() ); in CommonBehaviourControl()
Completed in 20 milliseconds