Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/core/
H A Dxmlimp.cxx400 mpNumImport = new SvXMLNumFmtHelper(mxNumberFormatsSupplier, getServiceFactory()); in _InitCtor()
424 mpNumImport( NULL ), in SvXMLImport()
453 mpNumImport( NULL ), in SvXMLImport()
484 mpNumImport( NULL ), in SvXMLImport()
526 delete mpNumImport; in ~SvXMLImport()
638 if (mpNumImport) in endDocument()
640 delete mpNumImport; in endDocument()
641 mpNumImport = NULL; in endDocument()
957 DBG_ASSERT( !mpNumImport, "number format import already exists." ); in setTargetDocument()
958 if( mpNumImport ) in setTargetDocument()
[all …]
/AOO42X/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx135 SvXMLNumFmtHelper *mpNumImport; member in SvXMLImport
537 if ( mpNumImport == NULL) in GetDataStylesImport()
540 return mpNumImport; in GetDataStylesImport()