Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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.cxx560 uno::Reference< lang::XComponent > xModelComp( pDocSh->GetModel(), UNO_QUERY ); in Read() local
561 ASSERT( xModelComp.is(), in Read()
563 if( !xModelComp.is() ) in Read()
656 uno::Reference< container::XChild > xChild( xModelComp, uno::UNO_QUERY ); in Read()
876 const uno::Reference<rdf::XDocumentMetadataAccess> xDMA(xModelComp, in Read()
907 xStorage, xModelComp, "meta.xml", "Meta.xml", xServiceFactory, in Read()
917 xStorage, xModelComp, "settings.xml", NULL, xServiceFactory, in Read()
924 xStorage, xModelComp, "styles.xml", NULL, xServiceFactory, in Read()
931 xStorage, xModelComp, "content.xml", "Content.xml", xServiceFactory, in Read()
1037 uno::Reference< beans::XPropertySet > xModelSet( xModelComp, uno::UNO_QUERY ); in Read()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx367 uno::Reference<lang::XComponent> xModelComp(pDocShell->GetModel(), in SV_IMPL_PTRARR() local
369 xProps = uno::Reference<beans::XPropertySet>(xModelComp, in SV_IMPL_PTRARR()
372 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 105 milliseconds