Home
last modified time | relevance | path

Searched refs:IsGlobal (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/desktop/source/app/
H A Dcmdlineargs.cxx818 sal_Bool CommandLineArgs::IsGlobal() const in IsGlobal() function in desktop::CommandLineArgs
H A Dofficeipcthread.cxx811 else if ( aCmdLineArgs->IsGlobal() ) in run()
H A Dapp.cxx3265 else if ( pArgs->IsGlobal() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault()
3554 else if ( pCmdLine->IsGlobal() ) in OpenSplashScreen()
H A Dcmdlineargs.hxx153 sal_Bool IsGlobal() const;
/trunk/main/sc/source/filter/inc/
H A Dxiname.hxx48 inline bool IsGlobal() const { return mnScTab == SCTAB_MAX; } in IsGlobal() function in XclImpName
/trunk/main/sc/source/filter/excel/
H A Dxiname.cxx245 else if( pName->IsGlobal() ) in FindName()
H A Dxename.cxx87 inline bool IsGlobal() const { return mnXclTab == EXC_NAME_GLOBAL; } in IsGlobal() function in XclExpName
313 …DBG_ASSERT( !(IsGlobal() && ::get_flag( mnFlags, EXC_NAME_BUILTIN )), "XclExpName::Save - global b… in Save()
426 if( xName->IsGlobal() && (xName->GetOrigName() == rName) ) in InsertRawName()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx176 sal_Bool IsGlobal() const { return bGlobal; } in IsGlobal() function in SbiSymDef
/trunk/main/basic/source/comp/
H A Dexprgen.cxx104 eOp = aVar.pDef->IsGlobal() ? _FIND_G : _FIND; in Gen()
115 (aVar.pDef->IsGlobal() ? _FIND_G : _FIND); in Gen()

Completed in 55 milliseconds