Home
last modified time | relevance | path

Searched refs:xModule (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/framework/source/services/
H A Dmodulemanager.cxx215 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 …]
/aoo41x/main/basctl/source/basicide/
H A Dbaside2.cxx215 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 Dbasobj2.cxx402 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 Dbaside2.hxx341 SbModuleRef xModule; member in ModulWindow
391 SbModule* GetSbModule() { return xModule; } in GetSbModule()
392 void SetSbModule( SbModule* pModule ) { xModule = pModule; } in SetSbModule()
/aoo41x/main/sw/source/core/doc/
H A Ddocxforms.cxx85 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()
91xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xforms.XMLForm… in initXForms()
/aoo41x/main/svx/source/form/
H A Dfmdocumentclassification.cxx134 Reference< XModule > xModule( _rxDocumentModel, UNO_QUERY ); in classifyDocument() local
135 if ( xModule.is() ) in classifyDocument()
136 eType = getDocumentTypeForModuleIdentifier( xModule->getIdentifier() ); in classifyDocument()
/aoo41x/main/filter/source/config/cache/
H A Dfilterfactory.cxx673 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()
/aoo41x/main/sw/source/filter/xml/
H A Dwrtxml.cxx348 Reference< frame::XModule > xModule( xModelComp, UNO_QUERY ); in _Write() local
349 if ( xModule.is() ) in _Write()
351 ::rtl::OUString aModuleID = xModule->getIdentifier(); in _Write()
/aoo41x/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx238 Reference< XModule > xModule( xController, UNO_QUERY_THROW ); in load() local
239xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.TableDataV… in load()
/aoo41x/main/desktop/source/migration/
H A Dmigration.cxx1001 …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()
/aoo41x/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java168 XModule xModule = UnoRuntime.queryInterface(XModule.class, in TextDocument() local
170 xModule.setIdentifier(_moduleIdentifier.getIdentifier()); in TextDocument()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1116 Reference< XModule > xModule( xModel, UNO_QUERY ); in onCommandOpenSomething() local
1117 if ( xModule.is() ) in onCommandOpenSomething()
1120xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.FormDesign… in onCommandOpenSomething()
1122xModule->setIdentifier( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.TextReport… in onCommandOpenSomething()
/aoo41x/main/framework/inc/services/
H A Dmodulemanager.hxx103 …rtual ::rtl::OUString SAL_CALL identify(const css::uno::Reference< css::uno::XInterface >& xModule)
/aoo41x/main/sw/source/ui/uno/
H A Dunomod.cxx214 static Reference< uno::XInterface > xModule = (cppu::OWeakObject*)new SwXModule();; in SwXModule_createInstance() local
215 return xModule; in SwXModule_createInstance()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx253 uno::Reference< frame::XModule > xModule( xDocument, uno::UNO_QUERY_THROW ); in SetDocToEmbedded() local
254 xModule->setIdentifier( aModuleName ); in SetDocToEmbedded()

Completed in 133 milliseconds