Home
last modified time | relevance | path

Searched refs:isActive (Results 1 – 25 of 95) sorted by relevance

1234

/trunk/main/slideshow/source/engine/activities/
H A Dactivitybase.cxx73 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 Dsimplecontinuousactivitybase.cxx58 if (! isActive()) in calcTimeLag()
251 return isActive(); in perform()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx179 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFrame.java160 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()
/trunk/main/slideshow/source/engine/shapes/
H A Dintrinsicanimationactivity.cxx86 virtual bool isActive() const;
179 if( !isActive() ) in perform()
244 bool IntrinsicAnimationActivity::isActive() const in isActive() function in slideshow::internal::IntrinsicAnimationActivity
H A Ddrawinglayeranimation.cxx160 virtual bool isActive() const;
696 if( !isActive() ) in perform()
921 bool ActivityImpl::isActive() const in isActive() function in __anon10d101710111::ActivityImpl
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx542 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 Dpolypolygonprimitive2d.cxx345 if(getStart().isActive() || getEnd().isActive()) in getB2DRange()
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx276 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()
/trunk/main/embedserv/source/embed/
H A Ded_ioleobject.cxx193 if(m_pDocHolder->isActive()) in DoVerb()
212 if(m_pDocHolder->isActive()) in DoVerb()
231 if(m_pDocHolder->isActive()) in DoVerb()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dsetactivity.hxx88 if (! isActive()) in perform()
105 virtual bool isActive() const in isActive() function in slideshow::internal::SetActivity
/trunk/main/connectivity/source/drivers/jdbc/
H A DContextClassLoader.cxx92 if ( !isActive() ) in ContextClassLoaderScope()
112 if ( isActive() ) in pop()
/trunk/main/canvas/source/directx/
H A Ddx_spritehelper.cxx108 if( !isActive() || in needRedraw()
128 if( isActive() && in redraw()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx189 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()
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl211 @see <member>isActive()</member>
220 @see <member>isActive()</member>
233 boolean isActive();
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.hxx144 virtual sal_Bool SAL_CALL isActive( ) throw(RuntimeException);
145 virtual void SAL_CALL setActive( sal_Bool isActive ) throw(RuntimeException);
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DFrame.java109 public boolean isActive( ) in isActive() method in Frame
111 return xFrame.isActive(); in isActive()
/trunk/main/extensions/qa/integration/extensions/
H A DFrame.java148 public boolean isActive() in isActive() method in Frame
150 return m_frame.isActive(); in isActive()
/trunk/main/framework/inc/services/
H A Dtask.hxx301 virtual sal_Bool SAL_CALL isActive() throw( css::uno::RuntimeException ) in isActive() function in framework::Task
303 return Frame::isActive(); in isActive()
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.hxx112 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);
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleStateAdapter.java163 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()
/trunk/main/offapi/com/sun/star/frame/
H A DXFrame.idl238 @see XFrame::isActive()
252 @see XFrame::isActive()
267 boolean isActive();
/trunk/main/dbaccess/source/ui/misc/
H A Dcontrollerframe.cxx182 bIsActive = xWindow->isActive(); in lcl_isActive_nothrow()
411 bool ControllerFrame::isActive() const in isActive() function in dbaui::ControllerFrame
/trunk/main/vcl/source/components/
H A Ddtranscomp.cxx440 virtual sal_Bool SAL_CALL isActive() throw();
474 sal_Bool GenericDropTarget::isActive() throw() in isActive() function in vcl::GenericDropTarget
/trunk/main/slideshow/source/inc/
H A Dactivity.hxx73 virtual bool isActive() const = 0;

Completed in 102 milliseconds

1234