Home
last modified time | relevance | path

Searched refs:pModule (Results 26 – 50 of 79) sorted by relevance

1234

/trunk/main/sal/osl/unx/
H A Dmodule.c46 oslModule pModule=0; in osl_loadModule() local
60 pModule = osl_loadAsciiModule(buffer, nRtldMode); in osl_loadModule()
64 return pModule; in osl_loadModule()
/trunk/main/basctl/source/basicide/
H A Dbasobj2.cxx303 SbModule* pModule = pMethod->GetModule(); in ChooseMacro() local
304 ENSURE_OR_BREAK( pModule, "BasicIDE::ChooseMacro: No Module found!" ); in ChooseMacro()
306 StarBASIC* pBasic = (StarBASIC*)pModule->GetParent(); in ChooseMacro()
316 aName += pModule->GetName(); in ChooseMacro()
H A Dbasides1.cxx385 SbModule* pModule = pBasic->FindModule( rInfo.GetModule() ); in ExecuteGlobal() local
386 if ( !pModule ) in ExecuteGlobal()
394 pModule = pBasic->FindModule( aModName ); in ExecuteGlobal()
397 pModule = (SbModule*) pBasic->GetModules()->Get(0); in ExecuteGlobal()
399 DBG_ASSERT( pModule, "Kein Modul!" ); in ExecuteGlobal()
400 if ( !pModule->GetMethods()->Find( rInfo.GetMethod(), SbxCLASS_METHOD ) ) in ExecuteGlobal()
401 BasicIDE::CreateMacro( pModule, rInfo.GetMethod() ); in ExecuteGlobal()
H A Dbaside2.hxx392 void SetSbModule( SbModule* pModule ) { xModule = pModule; } in SetSbModule() argument
H A Dbastypes.cxx310 void BreakPointList::SetBreakPointsInBasic( SbModule* pModule ) in SetBreakPointsInBasic() argument
312 pModule->ClearAllBP(); in SetBreakPointsInBasic()
318 pModule->SetBP( (sal_uInt16)pBrk->nLine ); in SetBreakPointsInBasic()
/trunk/main/sal/osl/os2/
H A Dmodule.c44 oslModule pModule=0; in osl_loadModule() local
58 pModule = osl_loadAsciiModule(buffer, nRtldMode); in osl_loadModule()
62 return pModule; in osl_loadModule()
/trunk/main/idlc/source/
H A Dparser.y515 AstModule* pModule = NULL;
520 pModule = new AstModule(*$3, pScope);
521 if( (pExists = pScope->lookupForAdd(pModule)) )
524 pExists->setFileName(pModule->getFileName());
529 pModule->getDocumentation().getLength() > 0)
531 pExists->setDocumentation(pModule->getDocumentation());
534 delete(pModule);
535 pModule = (AstModule*)pExists;
538 pScope->addDeclaration(pModule);
540 idlc()->scopes()->push(pModule);
/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx83 SfxModule* pModule; member
92 pModule ( NULL ), in SfxObjectFactory_Impl()
200 return pImpl->pModule; in GetModule()
205 pImpl->pModule = pMod; in SetModule_Impl()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx118 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxStatusBarControllerFactory() local
121 if ( pModule ) in SfxStatusBarControllerFactory()
122 pSlotPool = pModule->GetSlotPool(); in SfxStatusBarControllerFactory()
135 return SfxStatusBarControl::CreateControl( nSlotId, nID, pStatusBar, pModule ); in SfxStatusBarControllerFactory()
/trunk/main/sw/source/ui/uiview/
H A Dview0.cxx579 SwModule* pModule = SW_MOD(); in ExecViewOptions() local
591 pModule->GetUsrPref(bWebView); in ExecViewOptions()
592 pModule->CheckSpellChanges( pOpt->IsOnlineSpell(), sal_False, sal_False, sal_False ); in ExecViewOptions()
599 pModule->ApplyUsrPref( *pOpt, this, bWebView ? VIEWOPT_DEST_WEB : VIEWOPT_DEST_TEXT ); in ExecViewOptions()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1157 SfxModule* pModule = xObjSh->GetModule(); in ReleaseObjectShell_Impl() local
1158 if( pModule ) in ReleaseObjectShell_Impl()
1159 pDispatcher->RemoveShell_Impl( *pModule ); in ReleaseObjectShell_Impl()
1514 SfxModule* pModule = xObjSh->GetModule(); in Construct_Impl() local
1515 if( pModule ) in Construct_Impl()
1516 pDispatcher->Push( *pModule ); in Construct_Impl()
1614 if( pModule ) in KillDispatcher_Impl()
1615 pDispatcher->Pop( *pModule, SFX_SHELL_POP_UNTIL ); in KillDispatcher_Impl()
2929 SbModule* pModule = pBasic->FindModule( aModuleName ); in AddDispatchMacroToBasic_Impl() local
2930 if ( pModule ) in AddDispatchMacroToBasic_Impl()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx343 SfxModule* pModule = SfxModule::GetActiveModule(); in SetDescriptionText_Impl() local
344 if ( pModule ) in SetDescriptionText_Impl()
346 const SfxPoolItem* pPoolItem = pModule->GetItem( SID_ATTR_METRIC ); in SetDescriptionText_Impl()
/trunk/main/unotools/inc/unotools/
H A Dcomponentresmodule.hxx171 static ModuleClass* pModule = new ModuleClass; \
172 return pModule; \
/trunk/main/scripting/source/basprov/
H A Dbasprov.cxx404 SbModule* pModule = pBasic->FindModule( aModule ); in getScript() local
405 if ( pModule ) in getScript()
407 SbxArray* pMethods = pModule->GetMethods(); in getScript()
H A Dbasmodnode.cxx53 const ::rtl::OUString& sScriptingContext, SbModule* pModule, bool isAppScript ) in BasicModuleNodeImpl() argument
56 ,m_pModule( pModule ) in BasicModuleNodeImpl()
/trunk/main/sw/source/core/text/
H A Dguess.cxx362 SwModule *pModule = SW_MOD(); in Guess() local
363 if (!pModule->GetLngSvcEvtListener().is()) in Guess()
364 pModule->CreateLngSvcEvtListener(); in Guess()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx779 SbModule* pModule = (SbModule*)pBasic->GetModules()->Get( nMod ); in copyToLibraryContainer() local
780 DBG_ASSERT( pModule, "Modul nicht erhalten!" ); in copyToLibraryContainer()
782 String aModName = pModule->GetName(); in copyToLibraryContainer()
785 ::rtl::OUString aSource = pModule->GetSource32(); in copyToLibraryContainer()
1327 SbModule* pModule = (SbModule*)pLib->GetModules()->Get( nMod ); in CheckModules() local
1328 DBG_ASSERT( pModule, "Modul nicht erhalten!" ); in CheckModules()
1329 if ( !pModule->IsCompiled() && !StarBASIC::GetErrorCode() ) in CheckModules()
1330 pLib->Compile( pModule ); in CheckModules()
/trunk/main/sfx2/source/control/
H A Dobjface.cxx100 SfxModule* pModule; member
150 pImpData->pModule = pMod; in Register()
306 SfxModule *pMod = pImpData->pModule; in ~SfxInterface()
/trunk/main/sw/source/ui/inc/
H A Dfldmgr.hxx114 SbModule* pModule; member in SwFldMgr
162 inline void SetMacroModule(SbModule* pMod) { pModule = pMod; } in SetMacroModule()
/trunk/main/comphelper/inc/comphelper/
H A Dcomponentmodule.hxx370 static ModuleClass* pModule = new ModuleClass; \
371 return pModule; \
/trunk/main/sfx2/source/appl/
H A Dimagemgr.cxx115 SfxModule* pModule = pDoc->GetFactory().GetModule(); in GetImage() local
116 pSlot = pModule->GetSlotPool()->GetSlot( nId ); in GetImage()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx312 SbModule* pModule = pMethod->GetModule(); in DoMacro() local
313 SbxObject* pObject = pModule->GetParent(); in DoMacro()
316 aMacroStr += pModule->GetName(); in DoMacro()
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx655 SfxModule* pModule = pSh->GetModule(); in MetricState() local
656 if ( pModule ) in MetricState()
658 const SfxPoolItem* pItem = pModule->GetItem( SID_ATTR_METRIC ); in MetricState()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx182 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxToolBoxControllerFactory() local
185 if ( pModule ) in SfxToolBoxControllerFactory()
186 pSlotPool = pModule->GetSlotPool(); in SfxToolBoxControllerFactory()
195 return SfxToolBoxControl::CreateControl( nSlotId, nID, pToolbox, pModule ); in SfxToolBoxControllerFactory()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1436 SbModule* pModule = (SbModule*)pModules->Get( nMod ); in ClearAllModuleVars() local
1438 …if( pModule->pImage && pModule->pImage->bInit && !pModule->isProxyModule() && !pModule->ISA(SbObjM… in ClearAllModuleVars()
1439 pModule->ClearPrivateVars(); in ClearAllModuleVars()

Completed in 157 milliseconds

1234