Home
last modified time | relevance | path

Searched refs:pDocHandler (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLDocumentImpl.cxx98 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()
/trunk/main/sax/test/sax/
H A Dtestsax.cxx518 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 …]
/trunk/main/sax/test/
H A Dsaxdemo.cxx546 TestDocumentHandler *pDocHandler = new TestDocumentHandler( ); in main() local
548 Reference < XDocumentHandler > rDocHandler( (XDocumentHandler *) pDocHandler ); in main()
549 Reference< XEntityResolver > rEntityResolver( (XEntityResolver *) pDocHandler ); in main()
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx356 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()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx589 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 …]
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx632 ::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 45 milliseconds