| /AOO41X/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
| H A D | OwnEmbeddedObject.java | 37 import com.sun.star.embed.VisualRepresentation; 41 import com.sun.star.embed.*; 51 implements com.sun.star.embed.XEmbedPersist, 52 com.sun.star.embed.XEmbeddedObject 60 protected com.sun.star.embed.XStorage m_xParentStorage; 61 protected com.sun.star.embed.XStorage m_xOwnStorage; 64 protected com.sun.star.embed.XStorage m_xNewParentStorage; 65 protected com.sun.star.embed.XStorage m_xNewOwnStorage; 73 com.sun.star.embed.VerbDescriptor[] m_pOwnVerbs; 75 com.sun.star.embed.XEmbeddedClient m_xClient; [all …]
|
| /AOO41X/main/embeddedobj/source/commonembedding/ |
| H A D | embedobj.cxx | 95 uno::Reference< embed::XEmbeddedClient > xClientSite = m_xClientSite; in Deactivate() 97 throw embed::WrongStateException(); //TODO: client site is not set! in Deactivate() 105 catch( embed::ObjectSaveVetoException& ) in Deactivate() 110 throw embed::StorageWrappedTargetException( in Deactivate() 128 … ::getCppuType( ( const uno::Reference< embed::XStateChangeListener >*) NULL ) ); in StateChangeNotification_Impl() 142 … ((embed::XStateChangeListener*)pIterator.next())->changingState( aSource, nOldState, nNewState ); in StateChangeNotification_Impl() 144 … ((embed::XStateChangeListener*)pIterator.next())->stateChanged( aSource, nOldState, nNewState ); in StateChangeNotification_Impl() 166 if ( m_nObjectState == embed::EmbedStates::LOADED ) in SwitchStateTo_Impl() 168 if ( nNextState == embed::EmbedStates::RUNNING ) in SwitchStateTo_Impl() 179 …uno::Reference < embed::XEmbedPersist > xPersist( static_cast < embed::XClassifiedObject* > (this)… in SwitchStateTo_Impl() [all …]
|
| H A D | specialobject.cxx | 56 m_nObjectState = embed::EmbedStates::LOADED; in OSpecialEmbeddedObject() 66 static_cast< embed::XEmbeddedObject* >( this ), in queryInterface() 67 static_cast< embed::XInplaceObject* >( this ), in queryInterface() 68 static_cast< embed::XVisualObject* >( this ), in queryInterface() 69 static_cast< embed::XClassifiedObject* >( this ), in queryInterface() 70 static_cast< embed::XComponentSupplier* >( this ), in queryInterface() 93 … ::getCppuType( (const uno::Reference< embed::XEmbeddedObject >*)NULL ), in getTypes() 94 … ::getCppuType( (const uno::Reference< embed::XInplaceObject >*)NULL ) ); in getTypes() 104 embed::VisualRepresentation SAL_CALL OSpecialEmbeddedObject::getPreferredVisualRepresentation( sal_… in getPreferredVisualRepresentation() 106 embed::WrongStateException, in getPreferredVisualRepresentation() [all …]
|
| H A D | miscobj.cxx | 59 , m_nUpdateMode ( embed::EmbedUpdateModes::ALWAYS_UPDATE ) in OCommonEmbeddedObject() 84 , m_nObjectState( embed::EmbedStates::LOADED ) in OCommonEmbeddedObject() 86 , m_nUpdateMode ( embed::EmbedUpdateModes::ALWAYS_UPDATE ) in OCommonEmbeddedObject() 133 m_aAcceptedStates[0] = embed::EmbedStates::LOADED; in CommonInit_Impl() 134 m_aAcceptedStates[1] = embed::EmbedStates::RUNNING; in CommonInit_Impl() 135 m_aAcceptedStates[2] = embed::EmbedStates::INPLACE_ACTIVE; in CommonInit_Impl() 136 m_aAcceptedStates[3] = embed::EmbedStates::UI_ACTIVE; in CommonInit_Impl() 137 m_aAcceptedStates[4] = embed::EmbedStates::ACTIVE; in CommonInit_Impl() 150 m_pIntermediateStatesSeqs[0][2][0] = embed::EmbedStates::RUNNING; in CommonInit_Impl() 153 m_pIntermediateStatesSeqs[0][3][0] = embed::EmbedStates::RUNNING; in CommonInit_Impl() [all …]
|
| H A D | persistence.cxx | 134 … const uno::Reference< embed::XStorage >& xStorage, in createTempInpStreamFromStor() 153 aArgs[1] <<= embed::ElementModes::READWRITE; in createTempInpStreamFromStor() 154 …uno::Reference< embed::XStorage > xTempStorage( xStorageFactory->createInstanceWithArguments( aArg… in createTempInpStreamFromStor() 164 throw embed::StorageWrappedTargetException( in createTempInpStreamFromStor() 197 …c void TransferMediaType( const uno::Reference< embed::XStorage >& i_rSource, const uno::Reference… in TransferMediaType() 263 void OCommonEmbeddedObject::SwitchOwnPersistence( const uno::Reference< embed::XStorage >& xNewPare… in SwitchOwnPersistence() 264 … const uno::Reference< embed::XStorage >& xNewObjectStorage, in SwitchOwnPersistence() 300 void OCommonEmbeddedObject::SwitchOwnPersistence( const uno::Reference< embed::XStorage >& xNewPare… in SwitchOwnPersistence() 306 … sal_Int32 nStorageMode = m_bReadOnly ? embed::ElementModes::READ : embed::ElementModes::READWRITE; in SwitchOwnPersistence() 308 …uno::Reference< embed::XStorage > xNewOwnStorage = xNewParentStorage->openStorageElement( aNewName… in SwitchOwnPersistence() [all …]
|
| H A D | visobj.cxx | 42 embed::WrongStateException, in setVisualAreaSize() 52 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in setVisualAreaSize() 53 if ( nAspect == embed::Aspects::MSOLE_ICON ) in setVisualAreaSize() 55 throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "Illegal call!\n" ), in setVisualAreaSize() 59 …throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "The own object has no persist… in setVisualAreaSize() 65 if ( m_nObjectState == embed::EmbedStates::LOADED ) in setVisualAreaSize() 67 changeState( embed::EmbedStates::RUNNING ); in setVisualAreaSize() 76 changeState( embed::EmbedStates::LOADED ); in setVisualAreaSize() 84 embed::WrongStateException, in getVisualAreaSize() 95 …throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "The own object has no persist… in getVisualAreaSize() [all …]
|
| /AOO41X/main/embeddedobj/source/msole/ |
| H A D | oleembed.cxx | 75 catch( embed::UnreachableStateException& ) in SwitchComponentToRunningState_Impl() 80 catch( embed::WrongStateException& ) in SwitchComponentToRunningState_Impl() 88 throw embed::UnreachableStateException(); in SwitchComponentToRunningState_Impl() 94 … const uno::Sequence< embed::VerbDescriptor >& aVerbList ) in GetReachableStatesList_Impl() 97 aStates[0] = embed::EmbedStates::LOADED; in GetReachableStatesList_Impl() 98 aStates[1] = embed::EmbedStates::RUNNING; in GetReachableStatesList_Impl() 100 if ( aVerbList[nInd].VerbID == embed::EmbedVerbs::MS_OLEVERB_OPEN ) in GetReachableStatesList_Impl() 103 aStates[2] = embed::EmbedStates::ACTIVE; in GetReachableStatesList_Impl() 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() [all …]
|
| H A D | olevisual.cxx | 44 embed::VisualRepresentation OleEmbeddedObject::GetVisualRepresentationInNativeFormat_Impl( in GetVisualRepresentationInNativeFormat_Impl() 48 embed::VisualRepresentation aVisualRepr; in GetVisualRepresentationInNativeFormat_Impl() 86 embed::WrongStateException, in setVisualAreaSize() 93 uno::Reference< embed::XEmbeddedObject > xWrappedObject = m_xWrappedObject; in setVisualAreaSize() 106 …OSL_ENSURE( nAspect != embed::Aspects::MSOLE_ICON, "For iconified objects no graphical replacement… in setVisualAreaSize() 107 if ( nAspect == embed::Aspects::MSOLE_ICON ) in setVisualAreaSize() 109 throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "Illegal call!\n" ), in setVisualAreaSize() 113 …throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "The object is not loaded!\n" … in setVisualAreaSize() 122 ( ( getStatus( nAspect ) & embed::EmbedMisc::MS_EMBED_RECOMPOSEONRESIZE ) in setVisualAreaSize() 127 if ( m_nObjectState == embed::EmbedStates::LOADED && bAllowToSetExtent ) in setVisualAreaSize() [all …]
|
| H A D | olepersist.cxx | 173 ::rtl::OUString GetNewFilledTempFile_Impl( const uno::Reference< embed::XOptimizedStorage >& xParen… in GetNewFilledTempFile_Impl() 527 awt::Size aSize = getVisualAreaSize( embed::Aspects::MSOLE_CONTENT ); in InsertVisualCache_Impl() 586 uno::Reference< embed::XTransactedObject > xTransacted( xNameContainer, uno::UNO_QUERY ); in InsertVisualCache_Impl() 621 uno::Reference< embed::XTransactedObject > xTransacted( xNameContainer, uno::UNO_QUERY ); in RemoveVisualCache_Impl() 778 … uno::Reference< embed::XClassifiedObject > xClassified( xNameContainer, uno::UNO_QUERY_THROW ); in TryToRetrieveCachedVisualRepresentation_Impl() 845 void OleEmbeddedObject::SwitchOwnPersistence( const uno::Reference< embed::XStorage >& xNewParentSt… in SwitchOwnPersistence() 871 void OleEmbeddedObject::SwitchOwnPersistence( const uno::Reference< embed::XStorage >& xNewParentSt… in SwitchOwnPersistence() 877 … sal_Int32 nStreamMode = m_bReadOnly ? embed::ElementModes::READ : embed::ElementModes::READWRITE; in SwitchOwnPersistence() 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() [all …]
|
| /AOO41X/main/comphelper/source/container/ |
| H A D | embeddedobjectcontainer.cxx | 80 ::com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >, 90 uno::Reference < embed::XStorage > mxStorage; 92 uno::Reference < embed::XStorage > mxImageStorage; 101 const uno::Reference < embed::XStorage >& GetReplacements(); 104 const uno::Reference < embed::XStorage >& EmbedImpl::GetReplacements() in GetReplacements() 111 … ::rtl::OUString::createFromAscii( "ObjectReplacements" ), embed::ElementModes::READWRITE ); in GetReplacements() 116 … ::rtl::OUString::createFromAscii( "ObjectReplacements" ), embed::ElementModes::READ ); in GetReplacements() 135 EmbeddedObjectContainer::EmbeddedObjectContainer( const uno::Reference < embed::XStorage >& rStor ) in EmbeddedObjectContainer() 144 EmbeddedObjectContainer::EmbeddedObjectContainer( const uno::Reference < embed::XStorage >& rStor, … in EmbeddedObjectContainer() 154 void EmbeddedObjectContainer::SwitchPersistence( const uno::Reference < embed::XStorage >& rStor ) in SwitchPersistence() [all …]
|
| /AOO41X/main/embeddedobj/source/general/ |
| H A D | dummyobject.cxx | 53 …throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "The object has no persistence… in CheckInit() 100 throw ( embed::UnreachableStateException, in changeState() 101 embed::WrongStateException, in changeState() 108 if ( nNewState == embed::EmbedStates::LOADED ) in changeState() 111 throw embed::UnreachableStateException(); in changeState() 116 throw ( embed::WrongStateException, in getReachableStates() 123 aResult[0] = embed::EmbedStates::LOADED; in getReachableStates() 130 throw ( embed::WrongStateException, in getCurrentState() 142 embed::WrongStateException, in doVerb() 143 embed::UnreachableStateException, in doVerb() [all …]
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | ipclient.cxx | 100 class SfxInPlaceClient_Impl : public ::cppu::WeakImplHelper5< embed::XEmbeddedClient, 101 embed::XInplaceClient, 103 embed::XStateChangeListener, 104 embed::XWindowSupplier > 118 uno::Reference < embed::XEmbeddedObject > m_xObject; 119 uno::Reference < embed::XEmbeddedClient > m_xClient; 137 …virtual void SAL_CALL saveObject() throw ( embed::ObjectSaveVetoException, uno::Exception, uno::Ru… 138 …virtual void SAL_CALL visibilityChanged( sal_Bool bVisible ) throw ( embed::WrongStateException, u… 142 …virtual void SAL_CALL activatingInplace() throw ( embed::WrongStateException, uno::RuntimeExceptio… 143 … virtual void SAL_CALL activatingUI() throw ( embed::WrongStateException, uno::RuntimeException ); [all …]
|
| /AOO41X/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_storage.cxx | 77 uno::Reference< embed::XStorage > 82 uno::Reference< embed::XStorage > xStorage; in createTemporaryStorage() 95 xStorage = uno::Reference< embed::XStorage >( in createTemporaryStorage() 106 uno::Reference< embed::XStorage > 109 throw ( embed::InvalidStorageException, in createStorage() 112 embed::StorageWrappedTargetException, in createStorage() 173 uno::Reference< embed::XStorage > xParentStorage; in createStorage() 189 uno::Reference< embed::XStorage > xStorage in createStorage() 226 uno::Reference< embed::XStorage > xParentStorage; in createStorage() 242 uno::Reference< embed::XStorage > xStorage in createStorage() [all …]
|
| H A D | tdoc_stgelems.cxx | 54 const uno::Reference< embed::XStorage > & xParentStorage, in ParentStorageHolder() 75 const uno::Reference< embed::XStorage > & xParentStorage, in Storage() 76 const uno::Reference< embed::XStorage > & xStorageToWrap ) in Storage() 314 const uno::Reference< embed::XStorage >& xDest ) in copyToStorage() 315 throw ( embed::InvalidStorageException, in copyToStorage() 318 embed::StorageWrappedTargetException, in copyToStorage() 328 throw ( embed::InvalidStorageException, in openStreamElement() 332 embed::StorageWrappedTargetException, in openStreamElement() 344 throw ( embed::InvalidStorageException, in openEncryptedStreamElement() 349 embed::StorageWrappedTargetException, in openEncryptedStreamElement() [all …]
|
| /AOO41X/main/svl/source/fsstor/ |
| H A D | fsstorage.cxx | 220 const uno::Reference< embed::XStorage >& xDest, in CopyStreamToSubStream() 235 … embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE ); in CopyStreamToSubStream() 248 …tentToStorage_Impl( ::ucbhelper::Content* pContent, const uno::Reference< embed::XStorage >& xDest… in CopyContentToStorage_Impl() 280 … uno::Reference< embed::XStorage > xSubStorage = xDest->openStorageElement( aNewEntryName, in CopyContentToStorage_Impl() 281 … embed::ElementModes::READWRITE ); in CopyContentToStorage_Impl() 296 uno::Reference< embed::XTransactedObject > xTransact( xDest, uno::UNO_QUERY ); in CopyContentToStorage_Impl() 321 , static_cast<embed::XStorage*> ( this ) in queryInterface() 322 , static_cast<embed::XHierarchicalStorageAccess*> ( this ) in queryInterface() 362 … , ::getCppuType( ( const uno::Reference< embed::XStorage >* )NULL ) in getTypes() 363 … , ::getCppuType( ( const uno::Reference< embed::XHierarchicalStorageAccess >* )NULL ) in getTypes() [all …]
|
| H A D | fsstorage.hxx | 45 , public ::com::sun::star::embed::XStorage 46 , public ::com::sun::star::embed::XHierarchicalStorageAccess 67 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest, 71 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest ); 100 … copyToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest… 101 throw ( ::com::sun::star::embed::InvalidStorageException, 104 ::com::sun::star::embed::StorageWrappedTargetException, 109 throw ( ::com::sun::star::embed::InvalidStorageException, 113 ::com::sun::star::embed::StorageWrappedTargetException, 118 throw ( ::com::sun::star::embed::InvalidStorageException, [all …]
|
| /AOO41X/main/package/source/xstor/ |
| H A D | xstorage.cxx | 126 if ( nStorageType == embed::StorageFormats::PACKAGE ) in completeStorageStreamCopy_Impl() 132 else if ( nStorageType == embed::StorageFormats::OFOPXML ) in completeStorageStreamCopy_Impl() 135 uno::Reference< embed::XRelationshipAccess > xRelAccess( xDest, uno::UNO_QUERY_THROW ); in completeStorageStreamCopy_Impl() 200 , m_nStorageMode( nMode & ~embed::ElementModes::SEEKABLE ) in OStorage_Impl() 201 …bIsModified( ( nMode & ( embed::ElementModes::WRITE | embed::ElementModes::TRUNCATE ) ) == ( embed… in OStorage_Impl() 224 if ( m_nStorageMode & embed::ElementModes::WRITE ) in OStorage_Impl() 240 , m_nStorageMode( nMode & ~embed::ElementModes::SEEKABLE ) in OStorage_Impl() 241 …bIsModified( ( nMode & ( embed::ElementModes::WRITE | embed::ElementModes::TRUNCATE ) ) == ( embed… in OStorage_Impl() 261 if ( m_nStorageMode & embed::ElementModes::WRITE ) in OStorage_Impl() 283 , m_nStorageMode( nMode & ~embed::ElementModes::SEEKABLE ) in OStorage_Impl() [all …]
|
| H A D | xstorage.hxx | 110 ::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XStorage > m_xWeakRef; 114 , m_xWeakRef( ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >( in StorageHolder_Impl() 115 (::com::sun::star::embed::XStorage*)pStorage ) ) in StorageHolder_Impl() 177 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xRelStorage; 221 …void CopyLastCommitTo( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >… 222 …void CopyLastCommitTo( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >… 234 …void CopyToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& x… 237 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > xDest, 267 throw ( ::com::sun::star::embed::InvalidStorageException, 271 ::com::sun::star::embed::StorageWrappedTargetException, [all …]
|
| H A D | ohierarchyholder.cxx | 40 uno::Reference< embed::XExtendedStorageStream > OHierarchyHolder_Impl::GetStreamHierarchically( sal… in GetStreamHierarchically() 42 uno::Reference< embed::XStorage > xOwnStor( m_xWeakOwnStorage.get(), uno::UNO_QUERY_THROW ); in GetStreamHierarchically() 44 …if ( !( nStorageMode & embed::ElementModes::WRITE ) && ( nStreamMode & embed::ElementModes::WRITE … in GetStreamHierarchically() 47 uno::Reference< embed::XExtendedStorageStream > xResult = in GetStreamHierarchically() 58 uno::Reference< embed::XStorage > xOwnStor( m_xWeakOwnStorage.get(), uno::UNO_QUERY_THROW ); in RemoveStreamHierarchically() 87 uno::Reference< embed::XExtendedStorageStream > OHierarchyElement_Impl::GetStreamHierarchically( sa… in GetStreamHierarchically() 91 …if ( !( nStorageMode & embed::ElementModes::WRITE ) && ( nStreamMode & embed::ElementModes::WRITE … in GetStreamHierarchically() 100 uno::Reference< embed::XExtendedStorageStream > xResult; in GetStreamHierarchically() 102 uno::Reference< embed::XStorage > xOwnStor = m_xOwnStorage.is() ? m_xOwnStorage in GetStreamHierarchically() 103 : uno::Reference< embed::XStorage >( m_xWeakOwnStorage.get(), uno::UNO_QUERY ); in GetStreamHierarchically() [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdoole2.cxx | 117 < embed::XStateChangeListener 119 , embed::XInplaceClient 120 , embed::XEmbeddedClient 121 , embed::XWindowSupplier 149 …, ::sal_Int32 nOldState, ::sal_Int32 nNewState ) throw (::com::sun::star::embed::WrongStateExcepti… 157 …virtual void SAL_CALL saveObject() throw ( embed::ObjectSaveVetoException, uno::Exception, uno::Ru… 158 …virtual void SAL_CALL visibilityChanged( sal_Bool bVisible ) throw ( embed::WrongStateException, u… 165 …virtual void SAL_CALL activatingInplace() throw ( embed::WrongStateException, uno::RuntimeExceptio… 166 … virtual void SAL_CALL activatingUI() throw ( embed::WrongStateException, uno::RuntimeException ); 167 …virtual void SAL_CALL deactivatedInplace() throw ( embed::WrongStateException, uno::RuntimeExcepti… [all …]
|
| /AOO41X/main/embeddedobj/source/inc/ |
| H A D | commonembobj.hxx | 48 namespace embed { namespace 82 class OCommonEmbeddedObject : public ::com::sun::star::embed::XEmbeddedObject 83 , public ::com::sun::star::embed::XEmbedPersist 84 , public ::com::sun::star::embed::XLinkageSupport 85 , public ::com::sun::star::embed::XInplaceObject 118 ::com::sun::star::uno::Sequence< ::com::sun::star::embed::VerbDescriptor > m_aObjectVerbs; 124 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedClient > m_xClientSite; 137 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xNewParentStorage; 138 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xNewObjectStorage; 149 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage; [all …]
|
| H A D | dummyobject.hxx | 35 namespace embed { namespace 59 < ::com::sun::star::embed::XEmbeddedObject 60 , ::com::sun::star::embed::XEmbedPersist > 67 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage; 70 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedClient > m_xClientSite; 79 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xNewParentStorage; 102 throw ( ::com::sun::star::embed::UnreachableStateException, 103 ::com::sun::star::embed::WrongStateException, 108 throw ( ::com::sun::star::embed::WrongStateException, 112 throw ( ::com::sun::star::embed::WrongStateException, [all …]
|
| H A D | oleembobj.hxx | 106 < ::com::sun::star::embed::XEmbeddedObject 107 , ::com::sun::star::embed::XEmbedPersist 108 , ::com::sun::star::embed::XLinkageSupport 109 , ::com::sun::star::embed::XInplaceObject 132 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedClient > m_xClientSite; 142 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xNewParentStorage; 171 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xParentStorage; 192 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject > m_xWrappedObject; 218 … const ::com::sun::star::uno::Sequence< ::com::sun::star::embed::VerbDescriptor >& aVerbList ); 225 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xNewParentStorage, [all …]
|
| /AOO41X/main/offapi/com/sun/star/embed/ |
| H A D | XEmbeddedObject.idl | 31 #include <com/sun/star/embed/XEmbeddedClient.idl> 35 #include <com/sun/star/embed/XVisualObject.idl> 39 #include <com/sun/star/embed/XClassifiedObject.idl> 43 #include <com/sun/star/embed/XComponentSupplier.idl> 47 #include <com/sun/star/embed/XStateChangeBroadcaster.idl> 59 #include <com/sun/star/embed/VerbDescriptor.idl> 63 #include <com/sun/star/embed/UnreachableStateException.idl> 67 #include <com/sun/star/embed/WrongStateException.idl> 71 #include <com/sun/star/embed/NeedsRunningStateException.idl> 86 module com { module sun { module star { module embed { [all …]
|
| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | embeddedobjectcontainer.hxx | 47 … virtual com::sun::star::uno::Reference < com::sun::star::embed::XStorage > getStorage() const = 0; 57 …::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject > Get_Impl( const ::rt… 58 … const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& xCopy); 62 …mbeddedObject( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >… 65 …mbeddedObject( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >… 68 …beddedObjectContainer( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& ); 69 …EmbeddedObjectContainer( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, 73 … SwitchPersistence( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& ); 87 …mbeddedObject( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >… 91 …dedObjectName( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >… [all …]
|