Home
last modified time | relevance | path

Searched refs:FORCE (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/slideshow/source/engine/animationnodes/ !
H A Dbasenode.cxx276 enum Options { NONE, FORCE }; enumerator
291 bool const bForce = ((options & FORCE) != 0); in enter()
573 if (st.enter( FROZEN, StateTransition::FORCE )) { in deactivate()
610 if (st.enter( ENDED, StateTransition::FORCE )) { in end()
/AOO42X/main/solenv/gbuild/ !
H A DAnt.mk40 $(call gb_Ant_get_target,%) : FORCE
46 FORCE:
/AOO42X/main/slideshow/source/engine/shapes/ !
H A Ddrawshape.cxx711 ViewShape::FORCE, in addViewLayer()
774 return implRender( ViewShape::FORCE | getUpdateFlags() ); in render()
H A Dviewshape.hxx118 FORCE= 32 enumerator
H A Dviewshape.cxx454 bool bRedrawRequired( mbForceUpdate || (nUpdateFlags & FORCE) ); in renderSprite()