Lines Matching refs:SfxApplication

150 SfxApplication* SfxApplication::pApp = NULL;
285 ::osl::Mutex SfxApplication::gMutex;
287 SfxApplication* SfxApplication::GetOrCreate() in GetOrCreate()
290 ::osl::MutexGuard aGuard(SfxApplication::gMutex); in GetOrCreate()
293 SfxApplication *pNew = new SfxApplication; in GetOrCreate()
329 SfxApplication::SfxApplication() in SfxApplication() function in SfxApplication
363 StarBASIC::SetGlobalErrorHdl( LINK( this, SfxApplication, GlobalBasicErrorHdl_Impl ) ); in SfxApplication()
367 SfxApplication::~SfxApplication() in ~SfxApplication()
388 const String& SfxApplication::GetLastDir_Impl() const in GetLastDir_Impl()
407 const String& SfxApplication::GetLastSaveDirectory() const in GetLastSaveDirectory()
423 void SfxApplication::SetLastDir_Impl in SetLastDir_Impl()
443 void SfxApplication::ResetLastDir() in ResetLastDir()
451 SfxDispatcher* SfxApplication::GetDispatcher_Impl() in GetDispatcher_Impl()
457 void SfxApplication::SetViewFrame_Impl( SfxViewFrame *pFrame ) in SetViewFrame_Impl()
535 short SfxApplication::QuerySave_Impl( SfxObjectShell& rDoc, sal_Bool /*bAutoSave*/ ) in QuerySave_Impl()
554 ResMgr* SfxApplication::CreateResManager( const char *pPrefix ) in CreateResManager()
561 SimpleResMgr* SfxApplication::CreateSimpleResManager() in CreateSimpleResManager()
573 ResMgr* SfxApplication::GetSfxResManager() in GetSfxResManager()
580 SimpleResMgr* SfxApplication::GetSimpleResManager() in GetSimpleResManager()
589 void SfxApplication::SetProgress_Impl in SetProgress_Impl()
611 sal_uInt16 SfxApplication::GetFreeIndex() in GetFreeIndex()
618 void SfxApplication::ReleaseIndex(sal_uInt16 i) in ReleaseIndex()
625 void SfxApplication::EnterAsynchronCall_Impl() in EnterAsynchronCall_Impl()
632 void SfxApplication::LeaveAsynchronCall_Impl() in LeaveAsynchronCall_Impl()
639 bool SfxApplication::IsInAsynchronCall_Impl() const in IsInAsynchronCall_Impl()
646 Window* SfxApplication::GetTopWindow() const in GetTopWindow()
654 uno::Reference< task::XStatusIndicator > SfxApplication::GetStatusIndicator() const in GetStatusIndicator()
666 SfxTbxCtrlFactArr_Impl& SfxApplication::GetTbxCtrlFactories_Impl() const in GetTbxCtrlFactories_Impl()
671 SfxStbCtrlFactArr_Impl& SfxApplication::GetStbCtrlFactories_Impl() const in GetStbCtrlFactories_Impl()
676 SfxMenuCtrlFactArr_Impl& SfxApplication::GetMenuCtrlFactories_Impl() const in GetMenuCtrlFactories_Impl()
681 SfxViewFrameArr_Impl& SfxApplication::GetViewFrames_Impl() const in GetViewFrames_Impl()
686 SfxViewShellArr_Impl& SfxApplication::GetViewShells_Impl() const in GetViewShells_Impl()
691 SfxObjectShellArr_Impl& SfxApplication::GetObjectShells_Impl() const in GetObjectShells_Impl()
696 void SfxApplication::Invalidate( sal_uInt16 nId ) in Invalidate()
711 IMPL_LINK( SfxApplication, GlobalBasicErrorHdl_Impl, StarBASIC*, pStarBasic ) in IMPL_LINK() argument
730 sal_Bool SfxApplication::IsXScriptURL( const String& rScriptURL ) in IsXScriptURL()
768 SfxApplication::ChooseScript() in ChooseScript()
800 void SfxApplication::MacroOrganizer( sal_Int16 nTabId ) in MacroOrganizer()
817 ErrCode SfxApplication::CallBasic( const String& rCode, BasicManager* pMgr, SbxArray* pArgs, SbxVal… in CallBasic()