Home
last modified time | relevance | path

Searched refs:pFormatterRegistry (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svl/source/numbers/
H A Dzforlist.cxx158 SvNumberFormatterRegistry_Impl* SvNumberFormatter::pFormatterRegistry = NULL; member in SvNumberFormatter
201 pFormatterRegistry->Remove( this ); in ~SvNumberFormatter()
202 if ( !pFormatterRegistry->Count() ) in ~SvNumberFormatter()
204 delete pFormatterRegistry; in ~SvNumberFormatter()
205 pFormatterRegistry = NULL; in ~SvNumberFormatter()
309 if ( !pFormatterRegistry ) in GetFormatterRegistry()
310 pFormatterRegistry = new SvNumberFormatterRegistry_Impl; in GetFormatterRegistry()
311 return *pFormatterRegistry; in GetFormatterRegistry()
/aoo41x/main/svl/inc/svl/
H A Dzforlist.hxx834 SVL_DLLPRIVATE static SvNumberFormatterRegistry_Impl* pFormatterRegistry; member in SvNumberFormatter

Completed in 34 milliseconds