Searched refs:OOXMLFactory (Results 1 – 6 of 6) sorted by relevance
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLFactory.cxx | 99 typedef rtl::Static< osl::Mutex, OOXMLFactory > OOXMLFactory_Mutex; 101 OOXMLFactory::Pointer_t OOXMLFactory::m_Instance; 103 OOXMLFactory::OOXMLFactory() in OOXMLFactory() function in writerfilter::ooxml::OOXMLFactory 110 OOXMLFactory::~OOXMLFactory() in ~OOXMLFactory() 114 OOXMLFactory::Pointer_t OOXMLFactory::getInstance() in getInstance() 117 m_Instance.reset(new OOXMLFactory()); in getInstance() 122 void OOXMLFactory::attributes(OOXMLFastContextHandler * pHandler, in attributes() 257 OOXMLFactory::createFastChildContext(OOXMLFastContextHandler * pHandler, in createFastChildContext() 282 void OOXMLFactory::characters(OOXMLFastContextHandler * pHandler, in characters() 303 void OOXMLFactory::startAction(OOXMLFastContextHandler * pHandler, sal_Int32 /*nToken*/) in startAction() [all …]
|
H A D | OOXMLFactory.hxx | 136 class OOXMLFactory class 139 typedef boost::shared_ptr<OOXMLFactory> Pointer_t; 158 virtual ~OOXMLFactory(); 163 OOXMLFactory();
|
H A D | OOXMLFastContextHandler.cxx | 243 OOXMLFactory::getInstance()->startAction(this, Element); in lcl_startFastElement() 250 OOXMLFactory::getInstance()->endAction(this, Element); in lcl_endFastElement() 291 return OOXMLFactory::getInstance()->createFastChildContext(this, Element); in lcl_createFastChildContext() 326 OOXMLFactory::getInstance()->characters(this, rString); in lcl_characters() 363 OOXMLFactory::getInstance()->attributes(this, Attribs); in attributes() 379 OOXMLFactory::getInstance()->startAction(this, Element); in lcl_startAction() 395 OOXMLFactory::getInstance()->endAction(this, Element); in lcl_endAction() 1972 … xContextHandler.set(OOXMLFactory::getInstance()->createFastChildContextFromStart(this, Element)); in lcl_createFastChildContext() 2156 xResult.set(OOXMLFactory::getInstance()->createFastChildContextFromStart(this, Element)); in lcl_createFastChildContext()
|
H A D | OOXMLFastDocumentHandler.cxx | 119 …return OOXMLFactory::getInstance()->createFastChildContextFromStart(getContextHandler().get(), Ele… in createFastChildContext()
|
/trunk/main/writerfilter/source/ |
H A D | Makefile | 116 OOXMLFactory%.cxx : $(WFDIR)ooxml/factoryimpl_ns.xsl $(wf_GEN_ooxml_Model_processed) 119 OOXMLFactory%.hxx : $(WFDIR)ooxml/factory_ns.xsl $(wf_GEN_ooxml_Model_processed)
|
/trunk/main/writerfilter/ |
H A D | Library_writerfilter.mk | 128 writerfilter/source/ooxml/OOXMLFactory \
|
Completed in 37 milliseconds