| /AOO41X/main/embeddedobj/source/commonembedding/ |
| H A D | embedobj.cxx | 166 if ( m_nObjectState == embed::EmbedStates::LOADED ) in SwitchStateTo_Impl() 209 m_nObjectState = nNextState; in SwitchStateTo_Impl() 217 else if ( m_nObjectState == embed::EmbedStates::RUNNING ) in SwitchStateTo_Impl() 227 m_nObjectState = nNextState; in SwitchStateTo_Impl() 262 m_nObjectState = nNextState; in SwitchStateTo_Impl() 281 m_nObjectState = nNextState; in SwitchStateTo_Impl() 290 else if ( m_nObjectState == embed::EmbedStates::INPLACE_ACTIVE ) in SwitchStateTo_Impl() 302 m_nObjectState = nNextState; in SwitchStateTo_Impl() 343 m_nObjectState = nNextState; in SwitchStateTo_Impl() 362 else if ( m_nObjectState == embed::EmbedStates::ACTIVE ) in SwitchStateTo_Impl() [all …]
|
| H A D | persistence.cxx | 960 if ( ( m_nObjectState != -1 || nEntryConnectionMode == embed::EntryInitModes::NO_INIT ) in setPersistentEntry() 961 && ( m_nObjectState == -1 || nEntryConnectionMode != embed::EntryInitModes::NO_INIT ) ) in setPersistentEntry() 1106 m_nObjectState = embed::EmbedStates::LOADED; in setPersistentEntry() 1114 m_nObjectState = embed::EmbedStates::RUNNING; in setPersistentEntry() 1139 m_nObjectState = embed::EmbedStates::RUNNING; in setPersistentEntry() 1144 m_nObjectState = embed::EmbedStates::RUNNING; in setPersistentEntry() 1174 if ( m_nObjectState == -1 ) in storeToEntry() 1232 if ( m_nObjectState == embed::EmbedStates::LOADED ) in storeToEntry() 1263 if ( m_nObjectState != embed::EmbedStates::LOADED ) in storeToEntry() 1302 if ( m_nObjectState == -1 ) in storeAsEntry() [all …]
|
| H A D | visobj.cxx | 58 if ( m_nObjectState == -1 ) in setVisualAreaSize() 65 if ( m_nObjectState == embed::EmbedStates::LOADED ) in setVisualAreaSize() 94 if ( m_nObjectState == -1 ) in getVisualAreaSize() 104 if ( m_nObjectState == embed::EmbedStates::LOADED ) in getVisualAreaSize() 138 if ( m_nObjectState == -1 ) in getMapUnit() 146 if ( m_nObjectState == embed::EmbedStates::LOADED ) in getMapUnit() 177 if ( m_nObjectState == -1 ) in getPreferredVisualRepresentation() 189 if ( m_nObjectState == embed::EmbedStates::LOADED ) in getPreferredVisualRepresentation()
|
| H A D | specialobject.cxx | 56 m_nObjectState = embed::EmbedStates::LOADED; in OSpecialEmbeddedObject() 115 if ( m_nObjectState == -1 || m_nObjectState == embed::EmbedStates::LOADED ) in getPreferredVisualRepresentation() 178 if ( m_nObjectState == -1 ) in getVisualAreaSize() 225 if ( m_nObjectState == -1 ) in doVerb()
|
| H A D | inplaceobj.cxx | 53 if ( m_nObjectState != embed::EmbedStates::INPLACE_ACTIVE in setObjectRectangles() 54 && m_nObjectState != embed::EmbedStates::UI_ACTIVE ) in setObjectRectangles()
|
| H A D | miscobj.cxx | 57 , m_nObjectState( -1 ) in OCommonEmbeddedObject() 84 , m_nObjectState( embed::EmbedStates::LOADED ) in OCommonEmbeddedObject() 510 if ( m_nObjectState == -1 ) in getComponent()
|
| /AOO41X/main/embeddedobj/source/msole/ |
| H A D | oleembed.cxx | 112 …OSL_ENSURE( m_nObjectState != embed::EmbedStates::LOADED, "Loaded object is switched to running st… in GetIntermediateVerbsSequence_Impl() 115 if ( m_nObjectState == embed::EmbedStates::RUNNING && nNewState == embed::EmbedStates::ACTIVE ) in GetIntermediateVerbsSequence_Impl() 358 m_nObjectState = -1; in TryToConvertToOOo() 408 m_nObjectState = embed::EmbedStates::LOADED; in TryToConvertToOOo() 472 if ( m_nObjectState == -1 ) in changeState() 477 if ( m_nObjectState == nNewState ) in changeState() 496 sal_Int32 nOldState = m_nObjectState; in changeState() 512 m_nObjectState = nNewState; in changeState() 521 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState ); in changeState() 526 if ( m_nObjectState == embed::EmbedStates::LOADED ) in changeState() [all …]
|
| H A D | olepersist.cxx | 913 OSL_ENSURE( m_nObjectState != -1, "The object has no persistence!\n" ); in OnShowWindow_Impl() 914 …OSL_ENSURE( m_nObjectState != embed::EmbedStates::LOADED, "The object get OnShowWindow in loaded s… in OnShowWindow_Impl() 915 if ( m_nObjectState == -1 || m_nObjectState == embed::EmbedStates::LOADED ) in OnShowWindow_Impl() 919 sal_Int32 nOldState = m_nObjectState; in OnShowWindow_Impl() 920 if ( bShow && m_nObjectState == embed::EmbedStates::RUNNING ) in OnShowWindow_Impl() 922 m_nObjectState = embed::EmbedStates::ACTIVE; in OnShowWindow_Impl() 926 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState ); in OnShowWindow_Impl() 928 else if ( !bShow && m_nObjectState == embed::EmbedStates::ACTIVE ) in OnShowWindow_Impl() 930 m_nObjectState = embed::EmbedStates::RUNNING; in OnShowWindow_Impl() 932 StateChangeNotification_Impl( sal_False, nOldState, m_nObjectState ); in OnShowWindow_Impl() [all …]
|
| H A D | olevisual.cxx | 112 if ( m_nObjectState == -1 ) in setVisualAreaSize() 127 if ( m_nObjectState == embed::EmbedStates::LOADED && bAllowToSetExtent ) in setVisualAreaSize() 140 if ( m_pOleComponent && m_nObjectState != embed::EmbedStates::LOADED && bAllowToSetExtent ) in setVisualAreaSize() 192 if ( m_nObjectState == -1 ) in getVisualAreaSize() 342 if ( m_nObjectState == -1 ) in getPreferredVisualRepresentation() 351 && m_nObjectState == embed::EmbedStates::LOADED ) in getPreferredVisualRepresentation() 366 if ( m_nObjectState == embed::EmbedStates::LOADED ) in getPreferredVisualRepresentation() 433 if ( m_nObjectState == -1 ) in getMapUnit()
|
| H A D | olemisc.cxx | 51 , m_nObjectState( -1 ) in OleEmbeddedObject() 85 , m_nObjectState( -1 ) in OleEmbeddedObject() 116 , m_nObjectState( -1 ) in OleEmbeddedObject() 235 if ( m_nObjectState != -1 && m_nObjectState != embed::EmbedStates::LOADED ) in GetRidOfComponent() 382 if ( m_nObjectState == -1 ) // || m_nObjectState == embed::EmbedStates::LOADED ) in getComponent()
|
| /AOO41X/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
| H A D | OwnEmbeddedObject.java | 58 protected int m_nObjectState = -1; field in OwnEmbeddedObject 91 if ( m_nObjectState == com.sun.star.embed.EmbedStates.ACTIVE ) in UpdateSizeAndGetFromActive() 335 m_nObjectState = com.sun.star.embed.EmbedStates.RUNNING; in CloseFrameRequest() 336 StateChangeNotification( false, com.sun.star.embed.EmbedStates.ACTIVE, m_nObjectState ); in CloseFrameRequest() 348 if ( m_nObjectState == -1 || m_bWaitSaveCompleted ) in storeOwn() 352 if ( m_nObjectState == com.sun.star.embed.EmbedStates.LOADED ) in storeOwn() 391 … if ( ( m_nObjectState != -1 || nEntryConnectionMode == com.sun.star.embed.EntryInitModes.NO_INIT ) in setPersistentEntry() 392 … && ( m_nObjectState == -1 || nEntryConnectionMode != com.sun.star.embed.EntryInitModes.NO_INIT ) ) in setPersistentEntry() 435 m_nObjectState = com.sun.star.embed.EmbedStates.LOADED; in setPersistentEntry() 440 m_nObjectState = com.sun.star.embed.EmbedStates.RUNNING; in setPersistentEntry() [all …]
|
| /AOO41X/main/embeddedobj/source/general/ |
| H A D | dummyobject.cxx | 52 if ( m_nObjectState == -1 ) in CheckInit() 136 return m_nObjectState; in getCurrentState() 329 if ( ( m_nObjectState != -1 || nEntryConnectionMode == embed::EntryInitModes::NO_INIT ) in setPersistentEntry() 330 && ( m_nObjectState == -1 || nEntryConnectionMode != embed::EntryInitModes::NO_INIT ) ) in setPersistentEntry() 355 m_nObjectState = embed::EmbedStates::LOADED; in setPersistentEntry()
|
| /AOO41X/main/embeddedobj/source/inc/ |
| H A D | dummyobject.hxx | 68 sal_Int32 m_nObjectState; member in ODummyEmbeddedObject 91 , m_nObjectState( -1 ) in ODummyEmbeddedObject()
|
| H A D | commonembobj.hxx | 102 sal_Int32 m_nObjectState; member in OCommonEmbeddedObject
|
| H A D | oleembobj.hxx | 123 sal_Int32 m_nObjectState; member in OleEmbeddedObject
|