/trunk/main/slideshow/source/engine/animationnodes/ |
H A D | basenode.cxx | 74 AnimationNode::ACTIVE|AnimationNode::ENDED, // active successors for RESOLVED in getStateTransitionTable() 95 …AnimationNode::ACTIVE|AnimationNode::ENDED, // active successors for RESOL… in getStateTransitionTable() 110 …AnimationNode::ENDED|AnimationNode::RESOLVED|AnimationNode::ACTIVE // active successors for ENDED: in getStateTransitionTable() 118 …AnimationNode::ACTIVE|AnimationNode::ENDED, // active successors for RESOL… in getStateTransitionTable() 140 AnimationNode::ACTIVE|AnimationNode::ENDED, // active successors for RESOLVED in getStateTransitionTable() 167 …AnimationNode::ENDED|AnimationNode::RESOLVED|AnimationNode::ACTIVE, // active successors for FROZE… in getStateTransitionTable() 176 …AnimationNode::ENDED|AnimationNode::RESOLVED|AnimationNode::ACTIVE // active successors for ENDED: in getStateTransitionTable() 456 isTransition( RESOLVED, ACTIVE ) && in resolve() 511 OSL_ASSERT( meCurrState != ACTIVE ); in activate() 512 if (inStateOrTransition( ACTIVE )) in activate() [all …]
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleStateAdapter.java | 37 AccessibleState.ACTIVE, 164 isActiveInSync = !as.add(AccessibleState.ACTIVE); in getAccessibleStateSet() 166 isActiveInSync = !as.remove(AccessibleState.ACTIVE); in getAccessibleStateSet() 175 … printOutOfSyncMessage(AccessibleState.ACTIVE, c, ((java.awt.Window) c).isActive()); in getAccessibleStateSet() 192 if (as.contains(AccessibleState.ACTIVE)) { in getAccessibleStateSet() 193 printToplevelStateMessage(AccessibleState.ACTIVE, c); in getAccessibleStateSet()
|
H A D | Dialog.java | 202 case AccessibleStateType.ACTIVE: in setComponentState() 372 null, javax.accessibility.AccessibleState.ACTIVE); in windowActivated() 396 javax.accessibility.AccessibleState.ACTIVE, null); in windowDeactivated()
|
H A D | Frame.java | 174 case AccessibleStateType.ACTIVE: in setComponentState() 349 null, javax.accessibility.AccessibleState.ACTIVE); in windowActivated() 373 javax.accessibility.AccessibleState.ACTIVE, null); in windowDeactivated()
|
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | OwnEmbeddedObject.java | 91 if ( m_nObjectState == com.sun.star.embed.EmbedStates.ACTIVE ) in UpdateSizeAndGetFromActive() 325 …StateChangeNotification( true, com.sun.star.embed.EmbedStates.ACTIVE, com.sun.star.embed.EmbedStat… in CloseFrameRequest() 336 StateChangeNotification( false, com.sun.star.embed.EmbedStates.ACTIVE, m_nObjectState ); in CloseFrameRequest() 842 if ( nOldState == com.sun.star.embed.EmbedStates.ACTIVE ) in changeState() 854 && nNewState != com.sun.star.embed.EmbedStates.ACTIVE ) in changeState() 874 if ( nNewState == com.sun.star.embed.EmbedStates.ACTIVE ) in changeState() 886 m_nObjectState = com.sun.star.embed.EmbedStates.ACTIVE; in changeState() 956 pStates[2] = com.sun.star.embed.EmbedStates.ACTIVE; in getReachableStates() 985 changeState( com.sun.star.embed.EmbedStates.ACTIVE ); in doVerb()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.cxx | 356 …ngState && nNewState == EmbedStates::RUNNING && nOldState == EmbedStates::ACTIVE && m_pDefinition ) in changingState() 366 …if ( !m_bInStateChange && nNewState == EmbedStates::RUNNING && nOldState == EmbedStates::ACTIVE &&… in stateChanged() 958 m_xEmbeddedObject->changeState( EmbedStates::ACTIVE ); in impl_showOrHideComponent_throw() 963 case EmbedStates::ACTIVE: in impl_showOrHideComponent_throw() 1144 m_xEmbeddedObject->changeState( EmbedStates::ACTIVE ); in onCommandOpenSomething() 1194 bool bIsActive = ( nCurrentState == EmbedStates::ACTIVE ); in execute() 1908 … OSL_ENSURE( ( nCurrentState == EmbedStates::RUNNING ) || ( nCurrentState == EmbedStates::ACTIVE ), in loadEmbeddedObject() 2027 if ( nState == EmbedStates::ACTIVE || nState == EmbedStates::RUNNING ) in impl_getComponent_throw() 2202 if ( m_xEmbeddedObject.is() && m_xEmbeddedObject->getCurrentState() == EmbedStates::ACTIVE ) in rename() 2251 … OSL_ENSURE( xController.is() || ( m_xEmbeddedObject->getCurrentState() < EmbedStates::ACTIVE ), in prepareClose()
|
/trunk/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 103 aStates[2] = embed::EmbedStates::ACTIVE; in GetReachableStatesList_Impl() 115 if ( m_nObjectState == embed::EmbedStates::RUNNING && nNewState == embed::EmbedStates::ACTIVE ) in GetIntermediateVerbsSequence_Impl() 524 else if ( nNewState == embed::EmbedStates::RUNNING || nNewState == embed::EmbedStates::ACTIVE ) in changeState() 558 if ( m_nObjectState == embed::EmbedStates::RUNNING && nNewState == embed::EmbedStates::ACTIVE ) in changeState() 579 …else if ( m_nObjectState == embed::EmbedStates::ACTIVE && nNewState == embed::EmbedStates::RUNNING… in changeState()
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleParaManager.cxx | 231 SetState( AccessibleStateType::ACTIVE ); in SetActive() 236 UnSetState( AccessibleStateType::ACTIVE ); in SetActive() 265 rChild.SetState( AccessibleStateType::ACTIVE ); in InitChild()
|
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeckTabBarItem.cxx | 224 impl_notifyStateChange( AccessibleStateType::ACTIVE, -1 ); in ActivePanelChanged() 229 impl_notifyStateChange( -1, AccessibleStateType::ACTIVE ); in ActivePanelChanged() 349 pStateSet->AddState( AccessibleStateType::ACTIVE ); in getAccessibleStateSet()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol.cxx | 459 rStateSet.AddState( AccessibleStateType::ACTIVE ); in FillAccessibleStateSet() 489 rStateSet.AddState( AccessibleStateType::ACTIVE ); in FillAccessibleStateSet() 628 _rStateSet.AddState( AccessibleStateType::ACTIVE ); in FillAccessibleStateSetForCell()
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/ |
H A D | XAccessibleEventLog.java | 108 case AccessibleStateType.ACTIVE: in logStateChange() 109 logMessage(o, s + javax.accessibility.AccessibleState.ACTIVE); in logStateChange()
|
/trunk/main/embeddedobj/source/commonembedding/ |
H A D | embedobj.cxx | 272 else if ( nNextState == embed::EmbedStates::ACTIVE ) in SwitchStateTo_Impl() 362 else if ( m_nObjectState == embed::EmbedStates::ACTIVE ) in SwitchStateTo_Impl() 465 if ( m_nObjectState == embed::EmbedStates::ACTIVE ) in changeState()
|
H A D | miscobj.cxx | 137 m_aAcceptedStates[4] = embed::EmbedStates::ACTIVE; in CommonInit_Impl() 198 m_aVerbTable[nVerbTableSize - 1][1] = embed::EmbedStates::ACTIVE; in CommonInit_Impl()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxaccessiblecomponent.cxx | 298 aNewValue <<= accessibility::AccessibleStateType::ACTIVE; in ProcessWindowEvent() 309 aOldValue <<= accessibility::AccessibleStateType::ACTIVE; in ProcessWindowEvent() 501 rStateSet.AddState( accessibility::AccessibleStateType::ACTIVE ); in FillAccessibleStateSet()
|
/trunk/main/slideshow/source/inc/ |
H A D | animationnode.hxx | 50 ACTIVE =4, enumerator
|
/trunk/main/svx/source/accessibility/ |
H A D | charmapacc.cxx | 222 pStateSet->AddState( AccessibleStateType::ACTIVE ); in getAccessibleStateSet() 458 pStateSet->AddState( AccessibleStateType::ACTIVE ); in getAccessibleStateSet()
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkwrapper.cxx | 148 MAP_DIRECT( ACTIVE ); in mapAtkState() 519 { accessibility::AccessibleStateType::ACTIVE, "ACTIVE" },
|
/trunk/main/basctl/source/accessibility/ |
H A D | accessibledialogwindow.cxx | 416 aNewValue <<= AccessibleStateType::ACTIVE; in ProcessWindowEvent() 422 aOldValue <<= AccessibleStateType::ACTIVE; in ProcessWindowEvent()
|
/trunk/main/winaccessibility/source/service/ |
H A D | AccDialogEventListener.cxx | 143 case AccessibleStateType::ACTIVE: in setComponentState()
|
H A D | AccFrameEventListener.cxx | 166 case AccessibleStateType::ACTIVE: in setComponentState()
|
H A D | AccComponentEventListener.cxx | 205 case AccessibleStateType::ACTIVE: in setComponentState()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrole2obj.cxx | 71 const bool bIsOutplaceActive(nState == embed::EmbedStates::ACTIVE); in createPrimitive2DSequence()
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | EmbedStates.idl | 66 const long ACTIVE = 2;
|
/trunk/main/slideshow/source/engine/ |
H A D | debug.cxx | 122 case AnimationNode::ACTIVE: in DebugShowState()
|
/trunk/main/sfx2/source/view/ |
H A D | ipclient.cxx | 372 …if ( m_xObject->getCurrentState() == embed::EmbedStates::ACTIVE || m_nAspect == embed::Aspects::MS… in canInplaceActivate() 895 …m_pImp->m_xObject.is() && ( m_pImp->m_xObject->getCurrentState() == embed::EmbedStates::ACTIVE ) ); in IsObjectActive()
|