Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx4363 void VCLXFormattedSpinField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
4371 VCLXFormattedSpinField::VCLXFormattedSpinField() in VCLXFormattedSpinField() function in VCLXFormattedSpinField
4375 VCLXFormattedSpinField::~VCLXFormattedSpinField() in ~VCLXFormattedSpinField()
4379 void VCLXFormattedSpinField::setStrictFormat( sal_Bool bStrict ) in setStrictFormat()
4388 sal_Bool VCLXFormattedSpinField::isStrictFormat() in isStrictFormat()
4395 void VCLXFormattedSpinField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::st… in setProperty()
4434 ::com::sun::star::uno::Any VCLXFormattedSpinField::getProperty( const ::rtl::OUString& PropertyName… in getProperty()
4503 VCLXFormattedSpinField::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
4530 return (aRet.hasValue() ? aRet : VCLXFormattedSpinField::queryInterface( rType )); in queryInterface()
4536 VCLXFormattedSpinField::getTypes()
[all …]
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/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx848 class VCLXFormattedSpinField : public VCLXSpinField class
857 VCLXFormattedSpinField();
858 ~VCLXFormattedSpinField();
877 public VCLXFormattedSpinField
925 public VCLXFormattedSpinField
970 public VCLXFormattedSpinField
1017 public VCLXFormattedSpinField
1067 public VCLXFormattedSpinField
1113 public VCLXFormattedSpinField
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx123 ((VCLXFormattedSpinField*)*ppNewComp)->SetFormatter( (FormatterBase*)(DateField*)pWindow ); in CreateWindow()