Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx482 mpImageMapExport( NULL ), in SvXMLExport()
514 mpImageMapExport( NULL ), in SvXMLExport()
554 mpImageMapExport( NULL ), in SvXMLExport()
595 mpImageMapExport( NULL ), in SvXMLExport()
615 delete mpImageMapExport; in ~SvXMLExport()
2155 if( NULL == mpImageMapExport ) in GetImageMapExport()
2157 mpImageMapExport = new XMLImageMapExport(*this); in GetImageMapExport()
2160 return *mpImageMapExport; in GetImageMapExport()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx154 XMLImageMapExport* mpImageMapExport; member in SvXMLExport