Searched refs:OLimitedFormats (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/forms/source/misc/ |
| H A D | limitedformats.cxx | 44 sal_Int32 OLimitedFormats::s_nInstanceCount(0); 45 ::osl::Mutex OLimitedFormats::s_aMutex; 46 Reference< XNumberFormatsSupplier > OLimitedFormats::s_xStandardFormats; 141 …OLimitedFormats::OLimitedFormats(const Reference< XMultiServiceFactory >& _rxORB, const sal_Int16 … in OLimitedFormats() function in frm::OLimitedFormats 151 OLimitedFormats::~OLimitedFormats() in ~OLimitedFormats() 157 void OLimitedFormats::ensureTableInitialized(const sal_Int16 _nTableId) in ensureTableInitialized() 211 void OLimitedFormats::clearTable(const sal_Int16 _nTableId) in clearTable() 224 …void OLimitedFormats::setAggregateSet(const Reference< XFastPropertySet >& _rxAggregate, sal_Int32… in setAggregateSet() 248 void OLimitedFormats::getFormatKeyPropertyValue( Any& _rValue ) const in getFormatKeyPropertyValue() 279 …sal_Bool OLimitedFormats::convertFormatKeyPropertyValue(Any& _rConvertedValue, Any& _rOldValue, co… in convertFormatKeyPropertyValue() [all …]
|
| /trunk/main/forms/source/inc/ |
| H A D | limitedformats.hxx | 44 class OLimitedFormats class 63 OLimitedFormats( 67 ~OLimitedFormats();
|
| /trunk/main/forms/source/component/ |
| H A D | Date.cxx | 100 ,OLimitedFormats( _rxFactory, FormComponentType::DATEFIELD ) in DBG_NAME() 125 ,OLimitedFormats( _rxFactory, FormComponentType::DATEFIELD ) in ODateModel()
|
| H A D | Time.cxx | 133 ,OLimitedFormats(_rxFactory, FormComponentType::TIMEFIELD) in DBG_NAME() 146 ,OLimitedFormats( _rxFactory, FormComponentType::TIMEFIELD ) in OTimeModel()
|
| H A D | Time.hxx | 40 ,public OLimitedFormats
|
| H A D | Date.hxx | 40 ,public OLimitedFormats
|