Lines Matching refs:SAXEventKeeperImpl

44 SAXEventKeeperImpl::SAXEventKeeperImpl( )  in SAXEventKeeperImpl()  function in SAXEventKeeperImpl
58 SAXEventKeeperImpl::~SAXEventKeeperImpl() in ~SAXEventKeeperImpl()
85 void SAXEventKeeperImpl::setCurrentBufferNode(BufferNode* pBufferNode) in setCurrentBufferNode()
135 BufferNode* SAXEventKeeperImpl::addNewElementMarkBuffers() in addNewElementMarkBuffers()
224 ElementMark* SAXEventKeeperImpl::findElementMarkBuffer(sal_Int32 nId) const in findElementMarkBuffer()
268 void SAXEventKeeperImpl::removeElementMarkBuffer(sal_Int32 nId) in removeElementMarkBuffer()
332 rtl::OUString SAXEventKeeperImpl::printBufferNode( in printBufferNode()
425 SAXEventKeeperImpl::collectChildWorkingElement(BufferNode* pBufferNode) const in collectChildWorkingElement()
471 void SAXEventKeeperImpl::smashBufferNode( in smashBufferNode()
628 BufferNode* SAXEventKeeperImpl::findNextBlockingBufferNode( in findNextBlockingBufferNode()
676 void SAXEventKeeperImpl::diffuse(BufferNode* pBufferNode) const in diffuse()
714 void SAXEventKeeperImpl::releaseElementMarkBuffer() in releaseElementMarkBuffer()
876 void SAXEventKeeperImpl::markElementMarkBuffer(sal_Int32 nId) in markElementMarkBuffer()
911 sal_Int32 SAXEventKeeperImpl::createElementCollector( in createElementCollector()
971 sal_Int32 SAXEventKeeperImpl::createBlocker(sal_Int32 nSecurityId) in createBlocker()
1009 sal_Int32 SAL_CALL SAXEventKeeperImpl::addElementCollector( ) in addElementCollector()
1019 void SAL_CALL SAXEventKeeperImpl::removeElementCollector( sal_Int32 id ) in removeElementCollector()
1025 sal_Int32 SAL_CALL SAXEventKeeperImpl::addBlocker( ) in addBlocker()
1031 void SAL_CALL SAXEventKeeperImpl::removeBlocker( sal_Int32 id ) in removeBlocker()
1037 sal_Bool SAL_CALL SAXEventKeeperImpl::isBlocking( ) in isBlocking()
1044 SAXEventKeeperImpl::getElement( sal_Int32 id ) in getElement()
1058 void SAL_CALL SAXEventKeeperImpl::setElement( in setElement()
1090 cssu::Reference< cssxs::XDocumentHandler > SAL_CALL SAXEventKeeperImpl::setNextHandler( in setNextHandler()
1100 rtl::OUString SAL_CALL SAXEventKeeperImpl::printBufferNodeTree() in printBufferNodeTree()
1115 cssu::Reference< cssxw::XXMLElementWrapper > SAL_CALL SAXEventKeeperImpl::getCurrentBlockingNode() in getCurrentBlockingNode()
1129 sal_Int32 SAL_CALL SAXEventKeeperImpl::addSecurityElementCollector( in addSecurityElementCollector()
1141 sal_Int32 SAL_CALL SAXEventKeeperImpl::cloneElementCollector( in cloneElementCollector()
1175 void SAL_CALL SAXEventKeeperImpl::setSecurityId( sal_Int32 id, sal_Int32 securityId ) in setSecurityId()
1187 void SAL_CALL SAXEventKeeperImpl::addReferenceResolvedListener( in addReferenceResolvedListener()
1199 void SAL_CALL SAXEventKeeperImpl::removeReferenceResolvedListener( in removeReferenceResolvedListener()
1207 void SAL_CALL SAXEventKeeperImpl::addSAXEventKeeperStatusChangeListener( in addSAXEventKeeperStatusChangeListener()
1214 void SAL_CALL SAXEventKeeperImpl::removeSAXEventKeeperStatusChangeListener( in removeSAXEventKeeperStatusChangeListener()
1221 void SAL_CALL SAXEventKeeperImpl::startDocument( ) in startDocument()
1230 void SAL_CALL SAXEventKeeperImpl::endDocument( ) in endDocument()
1239 void SAL_CALL SAXEventKeeperImpl::startElement( in startElement()
1285 void SAL_CALL SAXEventKeeperImpl::endElement( const rtl::OUString& aName ) in endElement()
1342 void SAL_CALL SAXEventKeeperImpl::characters( const rtl::OUString& aChars ) in characters()
1364 void SAL_CALL SAXEventKeeperImpl::ignorableWhitespace( const rtl::OUString& aWhitespaces ) in ignorableWhitespace()
1370 void SAL_CALL SAXEventKeeperImpl::processingInstruction( in processingInstruction()
1393 void SAL_CALL SAXEventKeeperImpl::setDocumentLocator( const cssu::Reference< cssxs::XLocator >&) in setDocumentLocator()
1399 void SAL_CALL SAXEventKeeperImpl::initialize( const cssu::Sequence< cssu::Any >& aArguments ) in initialize()
1440 return (cppu::OWeakObject*) new SAXEventKeeperImpl(); in SAXEventKeeperImpl_createInstance()
1444 rtl::OUString SAL_CALL SAXEventKeeperImpl::getImplementationName( ) in getImplementationName()
1449 sal_Bool SAL_CALL SAXEventKeeperImpl::supportsService( const rtl::OUString& rServiceName ) in supportsService()
1454 cssu::Sequence< rtl::OUString > SAL_CALL SAXEventKeeperImpl::getSupportedServiceNames( ) in getSupportedServiceNames()