Home
last modified time | relevance | path

Searched refs:xExtendedDocHandler (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx449 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteEventsDocument() local
450 if ( xExtendedDocHandler.is() ) in WriteEventsDocument()
452 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( EVENTS_DOCTYPE )) ); in WriteEventsDocument()
H A Dstatusbardocumenthandler.cxx542 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteStatusBarDocument() local
543 if ( xExtendedDocHandler.is() ) in WriteStatusBarDocument()
545xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( STATUSBAR_DOCTYPE )) ); in WriteStatusBarDocument()
H A Dtoolboxdocumenthandler.cxx708 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteToolBoxDocument() local
709 if ( xExtendedDocHandler.is() ) in WriteToolBoxDocument()
711 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( TOOLBAR_DOCTYPE )) ); in WriteToolBoxDocument()
H A Dmenudocumenthandler.cxx853 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteMenuDocument() local
854 if ( xExtendedDocHandler.is() ) in WriteMenuDocument()
856 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( MENUBAR_DOCTYPE )) ); in WriteMenuDocument()
/aoo42x/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx656 Reference< XExtendedDocumentHandler > xExtendedDocHandler( m_xWriteDocumentHandler, UNO_QUERY ); in WriteImagesDocument() local
657 if ( xExtendedDocHandler.is() ) in WriteImagesDocument()
659 xExtendedDocHandler->unknown( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( IMAGES_DOCTYPE )) ); in WriteImagesDocument()

Completed in 38 milliseconds