Home
last modified time | relevance | path

Searched refs:xModelComp (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/toolkit/source/controls/
H A Daccessiblecontrolcontext.cxx110 Reference< XComponent > xModelComp( m_xControlModel, UNO_QUERY ); in startModelListening() local
111 OSL_ENSURE( xModelComp.is(), "OAccessibleControlContext::startModelListening: invalid model!" ); in startModelListening()
112 if ( xModelComp.is() ) in startModelListening()
113 xModelComp->addEventListener( this ); in startModelListening()
119 Reference< XComponent > xModelComp( m_xControlModel, UNO_QUERY ); in stopModelListening() local
120 OSL_ENSURE( xModelComp.is(), "OAccessibleControlContext::stopModelListening: invalid model!" ); in stopModelListening()
121 if ( xModelComp.is() ) in stopModelListening()
122 xModelComp->removeEventListener( this ); in stopModelListening()
/aoo41x/main/sw/source/filter/xml/
H A Dwrtxml.cxx291 uno::Reference< lang::XComponent > xModelComp( in _Write() local
293 ASSERT( xModelComp.is(), "XMLWriter::Write: got no model" ); in _Write()
294 if( !xModelComp.is() ) in _Write()
330 xModelComp, uno::UNO_QUERY_THROW); in _Write()
347 Reference< frame::XModule > xModule( xModelComp, UNO_QUERY ); in _Write()
363 xModelComp, "meta.xml", xServiceFactory, in _Write()
379 xModelComp, "settings.xml", xServiceFactory, in _Write()
395 xModelComp, "styles.xml", xServiceFactory, in _Write()
409 xModelComp, "content.xml", xServiceFactory, in _Write()
H A Dswxml.cxx576 uno::Reference< lang::XComponent > xModelComp( pDocSh->GetModel(), UNO_QUERY ); in Read() local
577 ASSERT( xModelComp.is(), in Read()
579 if( !xModelComp.is() ) in Read()
672 uno::Reference< container::XChild > xChild( xModelComp, uno::UNO_QUERY ); in Read()
892 const uno::Reference<rdf::XDocumentMetadataAccess> xDMA(xModelComp, in Read()
923 xStorage, xModelComp, "meta.xml", "Meta.xml", xServiceFactory, in Read()
933 xStorage, xModelComp, "settings.xml", NULL, xServiceFactory, in Read()
940 xStorage, xModelComp, "styles.xml", NULL, xServiceFactory, in Read()
947 xStorage, xModelComp, "content.xml", "Content.xml", xServiceFactory, in Read()
1053 uno::Reference< beans::XPropertySet > xModelSet( xModelComp, uno::UNO_QUERY ); in Read()
/aoo41x/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx627 uno::Reference< lang::XComponent > xModelComp( in SetMacroTable() local
629 ASSERT( xModelComp.is(), "XMLWriter::Write: got no model" ); in SetMacroTable()
630 if( !xModelComp.is() ) in SetMacroTable()
696 xExporter->setSourceDocument( xModelComp ); in SetMacroTable()
/aoo41x/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx547 Reference< lang::XComponent > xModelComp( mxModel, uno::UNO_QUERY ); in Import() local
666 xStorage, xModelComp, "meta.xml", "Meta.xml", xServiceFactory, in Import()
673 xStorage, xModelComp, "settings.xml", NULL, xServiceFactory, in Import()
679 xStorage, xModelComp, "styles.xml", NULL, xServiceFactory, in Import()
685 xStorage, xModelComp, "content.xml", "Content.xml", xServiceFactory, in Import()
/aoo41x/main/starmath/source/
H A Dmathmlexport.cxx106 uno::Reference< lang::XComponent > xModelComp(xModel, uno::UNO_QUERY ); in Export() local
211 xStg, xModelComp, "meta.xml", xServiceFactory, xInfoSet, in Export()
222 xStg, xModelComp, "content.xml", xServiceFactory, xInfoSet, in Export()
232 xStg, xModelComp, "settings.xml", xServiceFactory, xInfoSet, in Export()
247 xOut, xModelComp, xServiceFactory, xInfoSet, in Export()
H A Dmathmlimport.cxx103 uno::Reference< lang::XComponent > xModelComp( xModel, uno::UNO_QUERY ); in Import() local
104 DBG_ASSERT( xModelComp.is(), "XMLReader::Read: got no model" ); in Import()
203 rMedium.GetStorage(), xModelComp, "meta.xml", "Meta.xml", in Import()
214 rMedium.GetStorage(), xModelComp, "settings.xml", 0, in Import()
225 rMedium.GetStorage(), xModelComp, "content.xml", "Content.xml", in Import()
242 nError = ReadThroughComponent( xInputStream, xModelComp, in Import()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx381 uno::Reference<lang::XComponent> xModelComp(pDocShell->GetModel(), in SV_IMPL_PTRARR() local
383 xProps = uno::Reference<beans::XPropertySet>(xModelComp, in SV_IMPL_PTRARR()
386 xModelComp, uno::UNO_QUERY_THROW); in SV_IMPL_PTRARR()
H A Dww8par.cxx1773 uno::Reference<lang::XComponent> xModelComp(mpDocShell->GetModel(), in ImportDop() local
1775 uno::Reference<beans::XPropertySet> xDocProps(xModelComp, in ImportDop()

Completed in 325 milliseconds