Home
last modified time | relevance | path

Searched refs:IsRunning (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx830 if ( StarBASIC::IsRunning() ) in GetState()
853 …else if ( ( nWh == SID_BASICLOAD ) && ( StarBASIC::IsRunning() || ( pCurWin && pCurWin->IsReadOnly… in GetState()
866 else if ( StarBASIC::IsRunning() && !((ModulWindow*)pCurWin)->GetBasicStatus().bIsInReschedule ) in GetState()
872 if ( !pCurWin || !pCurWin->IsA( TYPE( ModulWindow ) ) || StarBASIC::IsRunning() ) in GetState()
879 if ( !StarBASIC::IsRunning() ) in GetState()
1251 if ( StarBASIC::IsRunning() ) // Falls abgebrochen... in CallBasicBreakHdl()
H A Dmacrodlg.cxx248 if ( StarBASIC::IsRunning() ) in Execute()
447 if ( ( nMode != MACROCHOOSER_CHOOSEONLY ) && StarBASIC::IsRunning() ) in CheckButtons()
461 EnableButton( aOrganizeButton, !StarBASIC::IsRunning() && ( nMode == MACROCHOOSER_ALL )); in CheckButtons()
467 …!StarBASIC::IsRunning() && ( nMode == MACROCHOOSER_ALL ) && !bProtected && !bReadOnly && !bShare ); in CheckButtons()
H A Dbaside2b.cxx263 if ( StarBASIC::IsRunning() ) in RequestHelp()
401 if ( StarBASIC::IsRunning() ) in ImpCanModify()
510 if ( !StarBASIC::IsRunning() ) // Nicht zur Laufzeit! in SetSourceInBasic()
1621 if ( StarBASIC::IsRunning() ) in IMPL_LINK_INLINE_END()
1808 if( !StarBASIC::IsRunning() ) in RequestingChilds()
1963 if ( StarBASIC::IsRunning() && StarBASIC::GetActiveMethod() && !SbxBase::IsError() ) in EditingEntry()
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx194 if( SlideShow::IsRunning(*this) ) in ~DrawViewShell()
438 if(SlideShow::IsRunning( GetViewShellBase() ) ) in Shutdown()
649 if (GetDocSh()->IsUIActive() || (SlideShow::IsRunning(GetViewShellBase())) ) in GetStatusBarState()
H A Ddrviews2.cxx132 if(SlideShow::IsRunning( GetViewShellBase() ) && (rReq.GetSlot() != SID_NAVIGATOR)) in FuTemporary()
1093 if(SlideShow::IsRunning( GetViewShellBase() )) in ExecutePropPanelAttr()
H A Ddrviewsh.cxx104 if(!aVisArea.IsInside(rRect) && !SlideShow::IsRunning( GetViewShellBase() ) ) in MakeVisible()
H A Ddrviews1.cxx1425 if( SlideShow::IsRunning( GetViewShellBase() ) ) in AcceptDrop()
1447 if( SlideShow::IsRunning( GetViewShellBase() ) ) in ExecuteDrop()
H A Ddrviewse.cxx159 if (SlideShow::IsRunning(GetViewShellBase())) in FuPermanent()
656 if(SlideShow::IsRunning(GetViewShellBase()) && in FuSupport()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx113 static bool IsRunning( ViewShellBase& rBase );
117 static bool IsRunning( ViewShell& rViewShell );
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx848 if (pFCell->IsRunning()) in InsertPredLevel()
941 if (pFCell->IsRunning()) in FindPredLevel()
1003 if (pFCell->IsRunning()) in InsertErrorLevel()
1061 sal_Bool bRunning = pFCell->IsRunning(); in InsertSuccLevel()
1152 sal_Bool bRunning = pFCell->IsRunning(); in FindSuccLevel()
H A Dcellform.cxx114 || pFCell->IsRunning()) ) in GetString()
/trunk/main/automation/source/server/
H A Dstatemnt.hxx196 bBasicWasRunning = StarBASIC::IsRunning(); in SafeReschedule()
219 || ( StarBASIC::IsRunning() && !bBasicWasRunning ) ) in MaybeResetSafeReschedule()
/trunk/main/dbaccess/inc/
H A DAsyncronousLink.hxx57 bool IsRunning() const { return m_nEventId != 0; } in IsRunning() function in dbaui::OAsyncronousLink
/trunk/main/basic/inc/basic/
H A Dprocess.hxx54 sal_Bool IsRunning();
H A Dsbstar.hxx131 static sal_Bool IsRunning();
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx183 !SlideShow::IsRunning( mpViewShell->GetViewShellBase() ) ) in ForceScroll()
257 sal_Bool bSlideShow = SlideShow::IsRunning( mpViewShell->GetViewShellBase() ); in IMPL_LINK_INLINE_END()
/trunk/main/basic/source/runtime/
H A Dbasrdll.cxx90 if ( StarBASIC::IsRunning() && !bJustStopping && ( pThis->bBreakEnabled || pThis->bDebugMode ) ) in BasicBreak()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx235 if( sd::SlideShow::IsRunning( pViewShell->GetViewShellBase() ) ) in Execute()
364 if( sd::SlideShow::IsRunning( pViewShell->GetViewShellBase() ) ) in GetState()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel3.cxx86 if(mpViewShell && SlideShow::IsRunning( mpViewShell->GetViewShellBase() )) in Execute()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx251 bool SlideShow::IsRunning( ViewShellBase& rBase ) in IsRunning() function in SlideShow
259 bool SlideShow::IsRunning( ViewShell& rViewShell ) in IsRunning() function in SlideShow
/trunk/main/basic/source/classes/
H A Dsb.cxx767 if( StarBASIC::IsRunning() ) in ~SbClassModuleObject()
1435 sal_Bool StarBASIC::IsRunning() in IsRunning() function in StarBASIC
1741 if( IsRunning() ) in CError()
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.h204 virtual BOOL STDMETHODCALLTYPE IsRunning( void);
H A Dinprocembobj.cxx1459 BOOL STDMETHODCALLTYPE InprocEmbedDocument_Impl::IsRunning() in IsRunning() function in inprocserv::InprocEmbedDocument_Impl
1469 return pIRunObj->IsRunning(); in IsRunning()
/trunk/main/sc/inc/
H A Dcell.hxx433 sal_Bool IsRunning() const { return bRunning; } in IsRunning() function in ScFormulaCell
/trunk/main/sc/source/core/data/
H A Dconditio.cxx633 if (!pEff1->IsRunning()) // keine 522 erzeugen in Interpret()
663 if (!pEff2->IsRunning()) // keine 522 erzeugen in Interpret()

Completed in 151 milliseconds

12