Searched refs:xExtendedDocHandler (Results 1 – 5 of 5) sorted by relevance
449 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteEventsDocument() local450 if ( xExtendedDocHandler.is() ) in WriteEventsDocument()452 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( EVENTS_DOCTYPE )) ); in WriteEventsDocument()
542 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteStatusBarDocument() local543 if ( xExtendedDocHandler.is() ) in WriteStatusBarDocument()545 …xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( STATUSBAR_DOCTYPE )) ); in WriteStatusBarDocument()
708 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteToolBoxDocument() local709 if ( xExtendedDocHandler.is() ) in WriteToolBoxDocument()711 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( TOOLBAR_DOCTYPE )) ); in WriteToolBoxDocument()
853 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteMenuDocument() local854 if ( xExtendedDocHandler.is() ) in WriteMenuDocument()856 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MENUBAR_DOCTYPE )) ); in WriteMenuDocument()
656 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteImagesDocument() local657 if ( xExtendedDocHandler.is() ) in WriteImagesDocument()659 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( IMAGES_DOCTYPE )) ); in WriteImagesDocument()
Completed in 62 milliseconds