Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx78 void NumberFormatSampleField::SetFormatSupplier( const SvNumberFormatsSupplierObj* pSupplier ) in SetFormatSupplier() argument
80 if ( pSupplier ) in SetFormatSupplier()
84 SvNumberFormatter* pFormatter = pSupplier->GetNumberFormatter(); in SetFormatSupplier()
229 if (rDesc.pSupplier) in SetFormatDescription()
233 SvNumberFormatter* pFormatter = rDesc.pSupplier->GetNumberFormatter(); in SetFormatDescription()
H A Dformcomponenthandler.cxx1126 …SvNumberFormatsSupplierObj* pSupplier = reinterpret_cast<SvNumberFormatsSupplierObj*>(xTunnel->get… in describePropertyLine() local
1128 if (pSupplier != NULL) in describePropertyLine()
1138 pControl->SetFormatSupplier( pSupplier ); in describePropertyLine()
1148 aDesc.pSupplier = pSupplier; in describePropertyLine()
1758 …SvNumberFormatsSupplierObj* pSupplier = reinterpret_cast<SvNumberFormatsSupplierObj*>(xTunnel->get… in actuatingPropertyChanged() local
1761 aNewDesc.pSupplier = pSupplier; in actuatingPropertyChanged()
2718 SvNumberFormatsSupplierObj* pSupplier = in impl_dialogFormatting_nothrow() local
2720 …DBG_ASSERT( pSupplier != NULL, "FormComponentPropertyHandler::impl_dialogFormatting_nothrow: inval… in impl_dialogFormatting_nothrow()
2726 SvNumberFormatter* pFormatter = pSupplier->GetNumberFormatter(); in impl_dialogFormatting_nothrow()
H A Dusercontrol.hxx54 void SetFormatSupplier( const SvNumberFormatsSupplierObj* pSupplier );
96 SvNumberFormatsSupplierObj* pSupplier; member
/trunk/main/forms/source/component/
H A DFormattedField.cxx153 StandardFormatsSupplier* pSupplier = new StandardFormatsSupplier( _rxORB, eSysLanguage ); in get() local
154 Reference< XNumberFormatsSupplier > xNewlyCreatedSupplier( pSupplier ); in get()

Completed in 44 milliseconds