/aoo41x/main/slideshow/source/engine/activities/ |
H A D | activitybase.cxx | 73 if (isActive() && mbFirstPerformCall) in calcTimeLag() 87 if( !isActive() ) in perform() 95 bool ActivityBase::isActive() const in isActive() function in slideshow::internal::ActivityBase 132 if( !isActive() ) in dequeued() 138 if (!isActive() || isDisposed()) in end()
|
H A D | simplecontinuousactivitybase.cxx | 58 if (! isActive()) in calcTimeLag() 251 return isActive(); in perform()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | sqlcommanddesign.cxx | 179 if ( isActive() ) in dispose() 211 OSL_PRECOND( isActive(), "SQLCommandDesigner::impl_raise_nothrow: not active!" ); in impl_raise_nothrow() 212 if ( !isActive() ) in impl_raise_nothrow() 234 OSL_PRECOND( !isActive(), in impl_doOpenDesignerFrame_nothrow() 331 OSL_PRECOND( isActive(), "SQLCommandDesigner::impl_closeDesigner_nothrow: invalid calle!" ); in impl_closeDesigner_nothrow() 373 …OSL_PRECOND( isActive(), "SQLCommandDesigner::impl_trySuspendDesigner_nothrow: no active designer,… in impl_trySuspendDesigner_nothrow()
|
/aoo41x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XFrame.java | 160 tRes.tested("isActive()", oObj.isActive()) ; in _isActive() 165 result &= !oObj.isActive(); in _isActive() 166 if (oObj.isActive()) in _isActive() 169 result &= oObj.isActive(); in _isActive() 170 if (!oObj.isActive()) in _isActive()
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | intrinsicanimationactivity.cxx | 86 virtual bool isActive() const; 179 if( !isActive() ) in perform() 244 bool IntrinsicAnimationActivity::isActive() const in isActive() function in slideshow::internal::IntrinsicAnimationActivity
|
H A D | drawinglayeranimation.cxx | 160 virtual bool isActive() const; 696 if( !isActive() ) in perform() 921 bool ActivityImpl::isActive() const in isActive() function in __anonf7020b590111::ActivityImpl
|
/aoo41x/main/slideshow/source/engine/ |
H A D | rehearsetimingsactivity.cxx | 276 if( !isActive() ) in perform() 295 bool RehearseTimingsActivity::isActive() const in isActive() function in slideshow::internal::RehearseTimingsActivity 307 if (isActive()) in end() 359 if (isActive()) in viewAdded()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | polygonprimitive2d.cxx | 542 if(!getStart().isDefault() && getStart().isActive()) in create2DDecomposition() 554 if(!getEnd().isDefault() && getEnd().isActive()) in create2DDecomposition() 641 if(getStart().isActive() || getEnd().isActive()) in getB2DRange()
|
H A D | polypolygonprimitive2d.cxx | 345 if(getStart().isActive() || getEnd().isActive()) in getB2DRange()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | ed_ioleobject.cxx | 193 if(m_pDocHolder->isActive()) in DoVerb() 212 if(m_pDocHolder->isActive()) in DoVerb() 231 if(m_pDocHolder->isActive()) in DoVerb()
|
/aoo41x/main/slideshow/source/engine/animationnodes/ |
H A D | setactivity.hxx | 88 if (! isActive()) in perform() 105 virtual bool isActive() const in isActive() function in slideshow::internal::SetActivity
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | ContextClassLoader.cxx | 92 if ( !isActive() ) in ContextClassLoaderScope() 112 if ( isActive() ) in pop()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_spritehelper.cxx | 108 if( !isActive() || in needRedraw() 128 if( isActive() && in redraw()
|
/aoo41x/main/dtrans/source/win32/dnd/ |
H A D | target.hxx | 143 virtual sal_Bool SAL_CALL isActive( ) throw(RuntimeException); 144 virtual void SAL_CALL setActive( sal_Bool isActive ) throw(RuntimeException);
|
/aoo41x/main/linguistic/source/ |
H A D | dlistimp.cxx | 189 if ((rDicEvent.nEvent & DictionaryEventFlags::ADD_ENTRY) && xDic->isActive()) in processDictionaryEvent() 193 if ((rDicEvent.nEvent & DictionaryEventFlags::DEL_ENTRY) && xDic->isActive()) in processDictionaryEvent() 197 if ((rDicEvent.nEvent & DictionaryEventFlags::ENTRIES_CLEARED) && xDic->isActive()) in processDictionaryEvent() 201 if ((rDicEvent.nEvent & DictionaryEventFlags::CHG_LANGUAGE) && xDic->isActive()) in processDictionaryEvent()
|
/aoo41x/main/offapi/com/sun/star/presentation/ |
H A D | XSlideShowController.idl | 211 @see <member>isActive()</member> 220 @see <member>isActive()</member> 233 boolean isActive();
|
/aoo41x/main/bean/com/sun/star/comp/beans/ |
H A D | Frame.java | 109 public boolean isActive( ) in isActive() method in Frame 111 return xFrame.isActive(); in isActive()
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | Frame.java | 148 public boolean isActive() in isActive() method in Frame 150 return m_frame.isActive(); in isActive()
|
/aoo41x/main/framework/inc/services/ |
H A D | task.hxx | 301 virtual sal_Bool SAL_CALL isActive() throw( css::uno::RuntimeException ) in isActive() function in framework::Task 303 return Frame::isActive(); in isActive()
|
/aoo41x/main/vcl/aqua/source/dtrans/ |
H A D | DropTarget.hxx | 112 virtual sal_Bool SAL_CALL isActive() throw(com::sun::star::uno::RuntimeException); 113 virtual void SAL_CALL setActive(sal_Bool isActive) throw(com::sun::star::uno::RuntimeException);
|
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleStateAdapter.java | 163 if (c instanceof java.awt.Window && ((java.awt.Window) c).isActive()) { in getAccessibleStateSet() 175 … printOutOfSyncMessage(AccessibleState.ACTIVE, c, ((java.awt.Window) c).isActive()); in getAccessibleStateSet()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | controllerframe.cxx | 179 bIsActive = xWindow->isActive(); in lcl_isActive_nothrow() 408 bool ControllerFrame::isActive() const in isActive() function in dbaui::ControllerFrame
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XFrame.idl | 238 @see XFrame::isActive() 252 @see XFrame::isActive() 267 boolean isActive();
|
/aoo41x/main/vcl/source/components/ |
H A D | dtranscomp.cxx | 440 virtual sal_Bool SAL_CALL isActive() throw(); 474 sal_Bool GenericDropTarget::isActive() throw() in isActive() function in vcl::GenericDropTarget
|
/aoo41x/main/slideshow/source/inc/ |
H A D | activity.hxx | 73 virtual bool isActive() const = 0;
|