/aoo4110/main/framework/source/services/ |
H A D | modulemanager.cxx | 215 css::uno::Reference< css::container::XNameReplace > xModule ; in replaceByName() local 217 xModules->getByName(sName) >>= xModule; in replaceByName() 218 if (!xModule.is()) in replaceByName() 235 xModule->replaceByName(sPropName, aPropValue); in replaceByName() 251 css::uno::Reference< css::container::XNameAccess > xModule; in getByName() local 252 xCFG->getByName(sName) >>= xModule; in getByName() 253 if (!xModule.is()) in getByName() 261 const css::uno::Sequence< ::rtl::OUString > lPropNames = xModule->getElementNames(); in getByName() 270 lProps[sPropName] = xModule->getByName(sPropName); in getByName() 398 if (xModule.is()) in implts_identify() [all …]
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside2.cxx | 215 if ( !xModule.Is() ) in XModule() 228 return xModule; in XModule() 302 bDone = GetBasic()->Compile( xModule ); in CheckCompileBasic() 343 DBG_ASSERT( xModule.Is(), "Kein Modul!" ); in BasicExecute() 404 bIsCompiled = xModule->IsCompiled(); in CompileBasic() 596 xModule->ClearBP( (sal_uInt16)nLine ); in ToggleBreakPoint() 601 if ( xModule->SetBP( (sal_uInt16)nLine) ) in ToggleBreakPoint() 931 SetModule( xModule->GetSource32() ); in UpdateData() 1252 aModuleName = xModule->GetName(); in GetSbModuleName() 1380 rList.SetBreakPointsInBasic( xModule ); in BasicStarted() [all …]
|
H A D | basobj2.cxx | 402 SbModuleRef xModule = new SbModule( rModName ); in GetMethodNames() local 403 xModule->SetSource32( aOUSource ); in GetMethodNames() 404 sal_uInt16 nCount = xModule->GetMethods()->Count(); in GetMethodNames() 408 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( i ); in GetMethodNames() 417 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( i ); in GetMethodNames() 437 SbModuleRef xModule = new SbModule( rModName ); in HasMethod() local 438 xModule->SetSource32( aOUSource ); in HasMethod() 439 SbxArray* pMethods = xModule->GetMethods(); in HasMethod()
|
H A D | baside2.hxx | 341 SbModuleRef xModule; member in ModulWindow 391 SbModule* GetSbModule() { return xModule; } in GetSbModule() 392 void SetSbModule( SbModule* pModule ) { xModule = pModule; } in SetSbModule()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docxforms.cxx | 85 Reference< XModule > xModule; in initXForms() local 88 xModule = xModule.query( pShell->GetModel() ); in initXForms() 89 DBG_ASSERT( xModule.is(), "SwDoc::initXForms: no XModule at the document!" ); in initXForms() 90 if ( xModule.is() ) in initXForms() 91 …xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xforms.XMLForm… in initXForms()
|
/aoo4110/main/svx/source/form/ |
H A D | fmdocumentclassification.cxx | 134 Reference< XModule > xModule( _rxDocumentModel, UNO_QUERY ); in classifyDocument() local 135 if ( xModule.is() ) in classifyDocument() 136 eType = getDocumentTypeForModuleIdentifier( xModule->getIdentifier() ); in classifyDocument()
|
/aoo4110/main/filter/source/config/cache/ |
H A D | filterfactory.cxx | 673 css::uno::Reference< css::container::XNameAccess > xModule; in impl_readSortedFilterListFromConfig() local 674 xUISortConfig->getByName(sModule) >>= xModule; in impl_readSortedFilterListFromConfig() 675 if (xModule.is()) // only to be on the safe side of life if the exception was not thrown .-) in impl_readSortedFilterListFromConfig() 680 OUStringList lSortedFilters(xModule->getByName(PROPNAME_SORTEDFILTERLIST)); in impl_readSortedFilterListFromConfig()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | wrtxml.cxx | 348 Reference< frame::XModule > xModule( xModelComp, UNO_QUERY ); in _Write() local 349 if ( xModule.is() ) in _Write() 351 ::rtl::OUString aModuleID = xModule->getIdentifier(); in _Write()
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | dbloader.cxx | 238 Reference< XModule > xModule( xController, UNO_QUERY_THROW ); in load() local 239 …xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.TableDataV… in load()
|
/aoo4110/main/desktop/source/migration/ |
H A D | migration.cxx | 1001 …uno::Reference< embed::XStorage > xModule = xModules->openStorageElement(sModuleShortName, embed::… in dectectUIChangesForAllModules() local 1002 if (xModule.is()) in dectectUIChangesForAllModules() 1006 …uno::Reference< embed::XStorage > xMenubar = xModule->openStorageElement(MENUBAR, embed::ElementMo… in dectectUIChangesForAllModules() 1017 …uno::Reference< embed::XStorage > xToolbar = xModule->openStorageElement(TOOLBAR, embed::ElementMo… in dectectUIChangesForAllModules()
|
/aoo4110/main/wizards/com/sun/star/wizards/text/ |
H A D | TextDocument.java | 168 XModule xModule = UnoRuntime.queryInterface(XModule.class, in TextDocument() local 170 xModule.setIdentifier(_moduleIdentifier.getIdentifier()); in TextDocument()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.cxx | 1116 Reference< XModule > xModule( xModel, UNO_QUERY ); in onCommandOpenSomething() local 1117 if ( xModule.is() ) in onCommandOpenSomething() 1120 …xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.FormDesign… in onCommandOpenSomething() 1122 …xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.TextReport… in onCommandOpenSomething()
|
/aoo4110/main/framework/inc/services/ |
H A D | modulemanager.hxx | 103 …rtual ::rtl::OUString SAL_CALL identify(const css::uno::Reference< css::uno::XInterface >& xModule)
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 214 static Reference< uno::XInterface > xModule = (cppu::OWeakObject*)new SwXModule();; in SwXModule_createInstance() local 215 return xModule; in SwXModule_createInstance()
|
/aoo4110/main/embeddedobj/source/commonembedding/ |
H A D | persistence.cxx | 253 uno::Reference< frame::XModule > xModule( xDocument, uno::UNO_QUERY_THROW ); in SetDocToEmbedded() local 254 xModule->setIdentifier( aModuleName ); in SetDocToEmbedded()
|