Home
last modified time | relevance | path

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

/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx154 if (xContextHandler.is()) in startFastElement()
165 if (xContextHandler.is()) in startUnknownElement()
174 if (xContextHandler.is()) in endFastElement()
175 xContextHandler->endFastElement(Element); in endFastElement()
185 if (xContextHandler.is()) in endUnknownElement()
198 if (xContextHandler.is()) in createFastChildContext()
199 xResult.set(xContextHandler->createFastChildContext in createFastChildContext()
214 if (xContextHandler.is()) in createUnknownChildContext()
215 return xContextHandler->createUnknownChildContext in createUnknownChildContext()
226 if (xContextHandler.is()) in characters()
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx1963 uno::Reference< xml::sax::XFastContextHandler > xContextHandler; in lcl_createFastChildContext() local
1972xContextHandler.set(OOXMLFactory::getInstance()->createFastChildContextFromStart(this, Element)); in lcl_createFastChildContext()
1988 xContextHandler.set(pWrapper); in lcl_createFastChildContext()
1991 xContextHandler.set(this); in lcl_createFastChildContext()
1996 return xContextHandler; in lcl_createFastChildContext()

Completed in 43 milliseconds