| /aoo41x/main/connectivity/source/commontools/ | 
| H A D | parameters.cxx | 137 …OSL_PRECOND( isAlive(), "ParameterManager::setAllParametersNull: not initialized, or already dispo…  in setAllParametersNull()138         if ( !isAlive() )  in setAllParametersNull()
 348 …OSL_PRECOND( isAlive(), "ParameterManager::analyzeFieldLinks: not initialized, or already disposed…  in analyzeFieldLinks()
 349         if ( !isAlive() )  in analyzeFieldLinks()
 495         if ( !isAlive() )  in updateParameterInfo()
 549         if ( !isAlive() )  in fillLinkedParameters()
 723         if ( !isAlive() )  in fillParameterValues()
 748 …OSL_PRECOND( isAlive(), "ParameterManager::getConnection: not initialized, or already disposed!" );  in getConnection()
 749         if ( !isAlive() )  in getConnection()
 809 …OSL_PRECOND( isAlive(), "ParameterManager::getParentColumns: not initialized, or already disposed!…  in getParentColumns()
 [all …]
 
 | 
| /aoo41x/main/vcl/aqua/source/window/ | 
| H A D | salframeview.mm | 335         if( AquaSalFrame::isAlive( mpFrame ) )476 	if( !AquaSalFrame::isAlive( mpFrame))
 719     if( AquaSalFrame::isAlive( mpFrame ) )
 792     if( AquaSalFrame::isAlive( mpFrame ) )
 852     if( AquaSalFrame::isAlive( mpFrame ) )
 919     if( AquaSalFrame::isAlive( mpFrame ) )
 981     if( AquaSalFrame::isAlive( mpFrame ) )
 992     if( AquaSalFrame::isAlive( mpFrame ) )
 1463     if( AquaSalFrame::isAlive( mpFrame ) )
 1474         if( AquaSalFrame::isAlive( mpFrame ) )
 [all …]
 
 | 
| H A D | salnsmenu.mm | 50         if( pFrame && AquaSalFrame::isAlive( pFrame ) )88     if( pFrame && AquaSalFrame::isAlive( pFrame ) && ! pFrame->GetWindow()->IsInModalMode() )
 170 …if( AquaSalMenu::pCurrentMenuBar->mpFrame && AquaSalFrame::isAlive( AquaSalMenu::pCurrentMenuBar->…
 
 | 
| H A D | salmenu.cxx | 58         if( pFrame && AquaSalFrame::isAlive( pFrame ) )271     if( mpFrame && AquaSalFrame::isAlive( mpFrame ) && mpFrame->mpMenu == this )  in ~AquaSalMenu()
 874 …if( ! i_pReferenceFrame || ! AquaSalFrame::isAlive( static_cast<AquaSalFrame*>(i_pReferenceFrame) …  in GetMenuBarButtonRectPixel()
 
 | 
| /aoo41x/main/migrationanalysis/src/wizard/ | 
| H A D | Analyse.bas | 234     Dim isAlive As Boolean  variable239     isAlive = False
 244             isAlive = False
 246             isAlive = True
 253             isAlive = True
 257                 isAlive = True
 259                 isAlive = False
 261                 isAlive = IsOfficeAppRunning(curApplication)
 266     CheckAliveStatus = isAlive
 
 | 
| /aoo41x/main/qadevOOo/tests/java/ifc/connection/ | 
| H A D | _XAcceptor.java | 170             if (acception.isAlive()) {  in _accept()202             if (acception.isAlive()) {  in _accept()
 222             if (dupAcception.isAlive()) {  in _accept()
 234                 if (acception.isAlive()) {  in _accept()
 266             if (dupAcception.isAlive()) {  in _accept()
 294         if (acception.isAlive()) {  in _stopAccepting()
 
 | 
| H A D | _XConnector.java | 154             if (acceptorThread.isAlive()) {  in _connect()186             if (acceptorThread.isAlive()) {  in _connect()
 
 | 
| /aoo41x/main/qadevOOo/tests/java/ifc/ui/dialogs/ | 
| H A D | _XExecutableDialog.java | 135         if (eThread.isAlive()) {  in after()156         while (eThread.isAlive() && !toLong) {  in closeDialog()
 164             if (eThread.isAlive()) {  in closeDialog()
 178         while (eThread.isAlive() && !toLong) {  in closeDialog()
 183         log.println("DialogThread alive: "+eThread.isAlive());  in closeDialog()
 
 | 
| H A D | _XFilePickerNotifier.java | 234         while (eThread.isAlive() && !toLong) {  in closeDialog()242             if (eThread.isAlive()) {  in closeDialog()
 256         while (eThread.isAlive() && !toLong) {  in closeDialog()
 261         log.println("DialogThread alive: "+eThread.isAlive());  in closeDialog()
 269         if (eThread.isAlive()) {  in openDialog()
 
 | 
| /aoo41x/main/comphelper/source/misc/ | 
| H A D | accessiblecontexthelper.cxx | 151 		if ( !isAlive() )  in addEventListener()174 		if ( !isAlive() )  in removeEventListener()
 242 	sal_Bool OAccessibleContextHelper::isAlive() const  in isAlive()  function in comphelper::OAccessibleContextHelper
 250 		if( !isAlive() )  in ensureAlive()
 
 | 
| /aoo41x/main/qadevOOo/tests/java/ifc/awt/ | 
| H A D | _XDialog.java | 106         result &= execThread.isAlive() ;  in _execute()137         if (execThread.isAlive()) {  in _endExecute()
 141         result &= !execThread.isAlive() ;  in _endExecute()
 
 | 
| /aoo41x/main/basctl/source/basicide/ | 
| H A D | bastype3.cxx | 54     OSL_ENSURE( aDocument.isAlive(), "BasicTreeListBox::RequestingChilds: invalid document!" );  in RequestingChilds()55     if ( !aDocument.isAlive() )  in RequestingChilds()
 170         if ( doc->isAlive() )  in ScanAllEntries()
 430             bIsValid =  aDocument.isAlive()  in IsValidEntry()
 
 | 
| H A D | bastype2.cxx | 215     OSL_ENSURE( rDocument.isAlive(), "BasicTreeListBox::ScanEntry: illegal document!" );  in ScanEntry()216     if ( !rDocument.isAlive() )  in ScanEntry()
 656 …OSL_ENSURE( aDocument.isAlive(), "BasicTreeListBox::ExpandingHdl: no document, or document is dead…  in ExpandingHdl()
 657         if ( aDocument.isAlive() )  in ExpandingHdl()
 691 …OSL_ENSURE( aDocument.isAlive(), "BasicTreeListBox::IsEntryProtected: no document, or document is …  in IsEntryProtected()
 692         if ( aDocument.isAlive() )  in IsEntryProtected()
 
 | 
| H A D | macrodlg.cxx | 356     OSL_ENSURE( aDocument.isAlive(), "MacroChooser::CreateMacro: no document!" );  in CreateMacro()357     if ( !aDocument.isAlive() )  in CreateMacro()
 716 …   DBG_ASSERT( aDocument.isAlive(), "MacroChooser::ButtonHdl: no document, or document is dead!" );  in IMPL_LINK()
 717         if ( !aDocument.isAlive() )  in IMPL_LINK()
 802 …   DBG_ASSERT( aDocument.isAlive(), "MacroChooser::ButtonHdl: no document, or document is dead!" );  in IMPL_LINK()
 803         if ( !aDocument.isAlive() )  in IMPL_LINK()
 
 | 
| H A D | moduldlg.cxx | 760 …DBG_ASSERT( rDocument.isAlive(), "ObjectPage::GetSelection: no or dead ScriptDocument in the selec…  in GetSelection()761     if ( !rDocument.isAlive() )  in GetSelection()
 888     DBG_ASSERT( aDocument.isAlive(), "ObjectPage::DeleteCurrent: no document!" );  in DeleteCurrent()
 889     if ( !aDocument.isAlive() )  in DeleteCurrent()
 969     OSL_ENSURE( rDocument.isAlive(), "createModImpl: invalid document!" );  in createModImpl()
 970     if ( !rDocument.isAlive() )  in createModImpl()
 
 | 
| /aoo41x/main/accessibility/source/extended/ | 
| H A D | AccessibleGridControlBase.cxx | 74     if( isAlive() )  in ~AccessibleGridControlBase()341     if( isAlive() )  in implCreateStateSetHelper()
 356 sal_Bool AccessibleGridControlBase::isAlive() const  in isAlive()  function in accessibility::AccessibleGridControlBase
 364     if( !isAlive() )  in ensureIsAlive()
 
 | 
| H A D | AccessibleBrowseBoxBase.cxx | 103     if( isAlive() )  in ~AccessibleBrowseBoxBase()430     if( isAlive() )  in implCreateStateSetHelper()
 446 sal_Bool AccessibleBrowseBoxBase::isAlive() const  in isAlive()  function in accessibility::AccessibleBrowseBoxBase
 454     if( !isAlive() )  in ensureIsAlive()
 
 | 
| H A D | AccessibleGridControl.cxx | 151 	if (isAlive())  in getAccessibleChild()432 	if ( m_pContext && !m_pContext->isAlive() )  in getAccessibleContext()
 444 	return  ( NULL != m_pContext ) && m_pContext->isAlive();  in isContextAlive()
 
 | 
| H A D | accessiblelistbox.cxx | 69 		if ( isAlive() )  in ~AccessibleListBox()86     	if ( isAlive() )  in ProcessWindowEvent()
 618 		if ( getListBox() && isAlive() )  in FillAccessibleStateSet()
 
 | 
| H A D | AccessibleBrowseBox.cxx | 380     if ( m_pContext && !m_pContext->isAlive() )  in getAccessibleContext()392     return  ( NULL != m_pContext ) && m_pContext->isAlive();  in isContextAlive()
 
 | 
| H A D | accessibleiconchoicectrl.cxx | 72     	if ( isAlive() )  in IMPLEMENT_FORWARD_XINTERFACE2()379 		if ( isAlive() )  in FillAccessibleStateSet()
 
 | 
| /aoo41x/main/svtools/source/brwbox/ | 
| H A D | brwbox3.cxx | 79         if ( m_pAccessible && m_pAccessible->isAlive() )  in getAccessibleHeaderBar()87         if ( m_pAccessible && m_pAccessible->isAlive() )  in getAccessibleTable()
 445     return ( NULL != m_pImpl->m_pAccessible ) && m_pImpl->m_pAccessible->isAlive();  in isAccessibleAlive()
 
 | 
| /aoo41x/main/vcl/aqua/source/gdi/ | 
| H A D | salvd.cxx | 81             if( pFrame && AquaSalFrame::isAlive( pFrame ) )  in AquaSalVirtualDevice()193         if( !pSalFrame || !AquaSalFrame::isAlive( pSalFrame ))  in SetSize()
 
 | 
| /aoo41x/main/qadevOOo/runner/complexlib/ | 
| H A D | ComplexTestCase.java | 167 …          while (th.isAlive() && (lastPing != newPing || factor * sleepingStep < m_nThreadTimeOut))  in test_method()186                 if (th.isAlive())  in test_method()
 
 | 
| /aoo41x/main/qadevOOo/runner/base/ | 
| H A D | basic_fat.java | 168                     if ((ow != null) && ow.isAlive())  in executeTest()197                     if ((ow != null) && ow.isAlive())  in executeTest()
 
 |