Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/filter/xml/
H A Dwrtxml.cxx292 uno::Reference< lang::XComponent > xModelComp( in _Write() local
294 ASSERT( xModelComp.is(), "XMLWriter::Write: got no model" ); in _Write()
295 if( !xModelComp.is() ) in _Write()
331 xModelComp, uno::UNO_QUERY_THROW); in _Write()
348 Reference< frame::XModule > xModule( xModelComp, UNO_QUERY ); in _Write()
364 xModelComp, "meta.xml", xServiceFactory, in _Write()
380 xModelComp, "settings.xml", xServiceFactory, in _Write()
396 xModelComp, "styles.xml", xServiceFactory, in _Write()
410 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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/starmath/source/
H A Dmathmlexport.cxx106 uno::Reference< lang::XComponent > xModelComp(xModel, uno::UNO_QUERY ); in Export() local
213 xStg, xModelComp, "meta.xml", xServiceFactory, xInfoSet, in Export()
224 xStg, xModelComp, "content.xml", xServiceFactory, xInfoSet, in Export()
234 xStg, xModelComp, "settings.xml", xServiceFactory, xInfoSet, in Export()
249 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()
/aoo4110/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 749 milliseconds