Searched refs:pDocHandler (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sax/test/sax/ |
H A D | testsax.cxx | 518 rEntityResolver( (XEntityResolver *) pDocHandler , UNO_QUERY ); in testSimple() 526 ERROR_ASSERT( pDocHandler->m_iElementCount == 4 , "wrong element count" ); in testSimple() 527 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testSimple() 528 ERROR_ASSERT( pDocHandler->m_iCharCount == 130 , "wrong char count" ); in testSimple() 529 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0, "wrong whitespace count" ); in testSimple() 584 (XEntityResolver *) pDocHandler , UNO_QUERY ); in testNamespaces() 592 ERROR_ASSERT( pDocHandler->m_iElementCount == 6 , "wrong element count" ); in testNamespaces() 593 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testNamespaces() 594 ERROR_ASSERT( pDocHandler->m_iCharCount == 33, "wrong char count" ); in testNamespaces() 595 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0 , "wrong whitespace count" ); in testNamespaces() [all …]
|
/aoo4110/main/extensions/test/sax/ |
H A D | testsax.cxx | 589 XDocumentHandlerRef rDocHandler( (XDocumentHandler *) pDocHandler , USR_QUERY ); in testSimple() 597 ERROR_ASSERT( pDocHandler->m_iElementCount == 4 , "wrong element count" ); in testSimple() 598 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testSimple() 599 ERROR_ASSERT( pDocHandler->m_iCharCount == 130 , "wrong char count" ); in testSimple() 650 XDocumentHandlerRef rDocHandler( (XDocumentHandler *) pDocHandler , USR_QUERY ); in testNamespaces() 658 ERROR_ASSERT( pDocHandler->m_iElementCount == 6 , "wrong element count" ); in testNamespaces() 659 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testNamespaces() 660 ERROR_ASSERT( pDocHandler->m_iCharCount == 33, "wrong char count" ); in testNamespaces() 707 XDocumentHandlerRef rDocHandler( (XDocumentHandler *) pDocHandler , USR_QUERY ); in testEncoding() 749 XErrorHandlerRef rErrorHandler( ( XErrorHandler * )pDocHandler , USR_QUERY ); in testFile() [all …]
|
/aoo4110/main/writerfilter/source/ooxml/ |
H A D | OOXMLDocumentImpl.cxx | 98 OOXMLFastDocumentHandler * pDocHandler = in resolveFastSubStream() local 102 (pDocHandler); in resolveFastSubStream() 341 OOXMLFastDocumentHandler * pDocHandler = in resolve() local 343 pDocHandler->setIsSubstream( mbIsSubstream ); in resolve() 345 (pDocHandler); in resolve()
|
/aoo4110/main/i18npool/source/localedata/ |
H A D | saxparser.cxx | 356 TestDocumentHandler *pDocHandler = new TestDocumentHandler( argv[1], argv[3]); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 358 Reference < XDocumentHandler > rDocHandler( (XDocumentHandler *) pDocHandler ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 359 Reference< XEntityResolver > rEntityResolver( (XEntityResolver *) pDocHandler ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 381 nError = pDocHandler->nError; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo4110/main/sax/test/ |
H A D | saxdemo.cxx | 546 TestDocumentHandler *pDocHandler = new TestDocumentHandler( ); in main() local 548 Reference < XDocumentHandler > rDocHandler( (XDocumentHandler *) pDocHandler ); in main() 549 Reference< XEntityResolver > rEntityResolver( (XEntityResolver *) pDocHandler ); in main()
|
/aoo4110/main/dbaccess/source/core/recovery/ |
H A D | subcomponentrecovery.cxx | 632 ::rtl::Reference< SettingsDocumentHandler > pDocHandler( new SettingsDocumentHandler ); in impl_recoverQueryDesign_throw() 633 aDesignInput.import( pDocHandler.get() ); in impl_recoverQueryDesign_throw() 635 const ::comphelper::NamedValueCollection& rSettings( pDocHandler->getSettings() ); in impl_recoverQueryDesign_throw()
|
Completed in 71 milliseconds