Home
last modified time | relevance | path

Searched refs:SetFormatter (Results 1 – 11 of 11) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx85 SetFormatter( pFormatter, sal_True ); in SetFormatSupplier()
91 SetFormatter( NULL, sal_True ); in SetFormatSupplier()
235 getTypedControlWindow()->SetFormatter(pFormatter, sal_True); in SetFormatDescription()
268 getTypedControlWindow()->SetFormatter(NULL, sal_True); in SetFormatDescription()
H A Dstandardcontrol.cxx278 getTypedControlWindow()->SetFormatter( getTypedControlWindow()->StandardFormatter() ); in ODateTimeControl()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx731 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(CurrencyField*)pNewWindow ); in ImplCreateWindow()
740 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pNewWindow ); in ImplCreateWindow()
801 …((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(LongCurrencyField*)pNewWindo… in ImplCreateWindow()
817 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(MetricField*)pNewWindow ); in ImplCreateWindow()
852 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(NumericField*)pNewWindow ); in ImplCreateWindow()
864 … ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(PatternField*)pNewWindow ); in ImplCreateWindow()
946 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(TimeField*)pNewWindow ); in ImplCreateWindow()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx692 aFmtFldMax.SetFormatter( pNumFormatter ); in SetNumFormatter()
693 aFmtFldMin.SetFormatter( pNumFormatter ); in SetNumFormatter()
694 aFmtFldStepMain.SetFormatter( pNumFormatter ); in SetNumFormatter()
695 aFmtFldOrigin.SetFormatter( pNumFormatter ); in SetNumFormatter()
H A Dtp_AxisPositions.cxx438 m_aED_CrossesAt.SetFormatter( m_pNumFormatter ); in SetNumFormatter()
H A DDataBrowser.cxx872 m_aNumberEditField.SetFormatter( m_spNumberFormatterWrapper->getSvNumberFormatter() ); in SetDataFromModel()
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx149 void SetFormatter(SvNumberFormatter* pFormatter, sal_Bool bResetFormat = sal_True);
269 …virtual SvNumberFormatter* CreateFormatter() { SetFormatter(StandardFormatter()); return m_pFormat… in CreateFormatter()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1388 ((FormattedField*)m_pWindow)->SetFormatter(pFormatterUsed); in Init()
1389 ((FormattedField*)m_pPainter)->SetFormatter(pFormatterUsed); in Init()
1980 static_cast< DoubleNumericField* >( m_pWindow )->SetFormatter( pFormatterUsed ); in implAdjustGenericFieldSetting()
1981 static_cast< DoubleNumericField* >( m_pPainter )->SetFormatter( pFormatterUsed ); in implAdjustGenericFieldSetting()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx123 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pWindow ); in CreateWindow()
1336 pField->SetFormatter(m_pCurrentSupplier->GetNumberFormatter(), sal_False); in setFormatsSupplier()
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx640 void FormattedField::SetFormatter(SvNumberFormatter* pFormatter, sal_Bool bResetFormat) in SetFormatter() function in FormattedField
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx860 void SetFormatter( FormatterBase* pFormatter ) { mpFormatter = pFormatter; } in SetFormatter() function in VCLXFormattedSpinField

Completed in 82 milliseconds