/aoo4110/main/toolkit/source/controls/ |
H A D | accessiblecontrolcontext.cxx | 110 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 D | wrtxml.cxx | 292 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 D | swxml.cxx | 576 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 D | SwXMLTextBlocks1.cxx | 627 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 D | sdxmlwrp.cxx | 547 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 D | mathmlexport.cxx | 106 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 D | mathmlimport.cxx | 103 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 D | wrtww8.cxx | 381 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 D | ww8par.cxx | 1773 uno::Reference<lang::XComponent> xModelComp(mpDocShell->GetModel(), in ImportDop() local 1775 uno::Reference<beans::XPropertySet> xDocProps(xModelComp, in ImportDop()
|