| /aoo4110/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
 232 …    com.sun.star.embed.XStateChangeListener xListener = ( com.sun.star.embed.XStateChangeListener )  in StateChangeNotification()
 472 …            com.sun.star.embed.ElementModes.READWRITE | com.sun.star.embed.ElementModes.TRUNCATE );  in storeToEntry()
 495 …            com.sun.star.embed.ElementModes.READWRITE | com.sun.star.embed.ElementModes.NOCREATE );  in storeAsEntry()
 503 …            com.sun.star.embed.ElementModes.READWRITE | com.sun.star.embed.ElementModes.TRUNCATE );  in storeAsEntry()
 991 …ublic com.sun.star.embed.VerbDescriptor[] getSupportedVerbs() throws com.sun.star.embed.NeedsRunni…  in getSupportedVerbs()
 1040 …                 com.sun.star.embed.VerbDescriptor aVerb = new com.sun.star.embed.VerbDescriptor();  in getSupportedVerbs()
 [all …]
 
 | 
| /aoo4110/main/embeddedobj/source/commonembedding/ | 
| H A D | embedobj.cxx | 432                 embed::WrongStateException,  in changeState()497 …if ( nNewState == embed::EmbedStates::UI_ACTIVE || nNewState == embed::EmbedStates::INPLACE_ACTIVE…  in changeState()
 505         throw ( embed::WrongStateException,  in getReachableStates()
 520         throw ( embed::WrongStateException,  in getCurrentState()
 536                 embed::WrongStateException,  in doVerb()
 574         throw ( embed::WrongStateException,  in getSupportedVerbs()
 590         throw ( embed::WrongStateException,  in setClientSite()
 599 …if ( m_nObjectState != embed::EmbedStates::LOADED && m_nObjectState != embed::EmbedStates::RUNNING…  in setClientSite()
 610         throw ( embed::WrongStateException,  in getClientSite()
 625         throw ( embed::WrongStateException,  in update()
 [all …]
 
 | 
| H A D | specialobject.cxx | 56     m_nObjectState = embed::EmbedStates::LOADED;  in OSpecialEmbeddedObject()106 				embed::WrongStateException,  in getPreferredVisualRepresentation()
 120 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in getPreferredVisualRepresentation()
 145 				embed::WrongStateException,  in setVisualAreaSize()
 154 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in setVisualAreaSize()
 164 				embed::WrongStateException,  in getVisualAreaSize()
 173 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in getVisualAreaSize()
 195 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in getMapUnit()
 200     return embed::EmbedMapUnits::ONE_100TH_MM;  in getMapUnit()
 216 				embed::WrongStateException,  in doVerb()
 [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()
 377                     static_cast< embed::XVisualObject* >( this ),  in queryInterface()
 378 …        static_cast< embed::XCommonEmbedPersist* >( static_cast< embed::XEmbedPersist* >( this ) ),  in queryInterface()
 [all …]
 
 | 
| H A D | persistence.cxx | 306 	sal_Int32 nStorageMode = m_bReadOnly ? embed::ElementModes::READ : embed::ElementModes::READWRITE;  in SwitchOwnPersistence()935 				embed::WrongStateException,  in setPersistentEntry()
 969 		throw embed::WrongStateException(  in setPersistentEntry()
 1097 	sal_Int32 nStorageMode = m_bReadOnly ? embed::ElementModes::READ : embed::ElementModes::READWRITE;  in setPersistentEntry()
 1119 		if ( ( nStorageMode & embed::ElementModes::READWRITE ) != embed::ElementModes::READWRITE )  in setPersistentEntry()
 1163 				embed::WrongStateException,  in storeToEntry()
 1182 		throw embed::WrongStateException(  in storeToEntry()
 1289 				embed::WrongStateException,  in storeAsEntry()
 1310 		throw embed::WrongStateException(  in storeAsEntry()
 1669 				embed::WrongStateException,  in reload()
 [all …]
 
 | 
| H A D | visobj.cxx | 42 				embed::WrongStateException,  in setVisualAreaSize()53 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in setVisualAreaSize()
 67 		changeState( embed::EmbedStates::RUNNING );  in setVisualAreaSize()
 76 		changeState( embed::EmbedStates::LOADED );  in setVisualAreaSize()
 84 				embed::WrongStateException,  in getVisualAreaSize()
 106 		changeState( embed::EmbedStates::RUNNING );  in getVisualAreaSize()
 116 		changeState( embed::EmbedStates::LOADED );  in getVisualAreaSize()
 133 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in getMapUnit()
 157 		changeState( embed::EmbedStates::LOADED );  in getMapUnit()
 167 				embed::WrongStateException,  in getPreferredVisualRepresentation()
 [all …]
 
 | 
| /aoo4110/main/embeddedobj/source/msole/ | 
| H A D | oleembed.cxx | 80 		catch( embed::WrongStateException& )  in SwitchComponentToRunningState_Impl()115 	if ( m_nObjectState == embed::EmbedStates::RUNNING && nNewState == embed::EmbedStates::ACTIVE )  in GetIntermediateVerbsSequence_Impl()
 451 				embed::WrongStateException,  in changeState()
 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()
 611 		throw ( embed::WrongStateException,  in getReachableStates()
 655 		throw ( embed::WrongStateException,  in getCurrentState()
 761 				embed::WrongStateException,  in doVerb()
 962 …if ( m_nObjectState != embed::EmbedStates::LOADED && m_nObjectState != embed::EmbedStates::RUNNING…  in setClientSite()
 [all …]
 
 | 
| H A D | olevisual.cxx | 48 	embed::VisualRepresentation aVisualRepr;  in GetVisualRepresentationInNativeFormat_Impl()86 				embed::WrongStateException,  in setVisualAreaSize()
 107 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in setVisualAreaSize()
 167 				embed::WrongStateException,  in getVisualAreaSize()
 187 	if ( nAspect == embed::Aspects::MSOLE_ICON )  in getVisualAreaSize()
 269 					throw embed::NoVisualAreaSizeException(  in getVisualAreaSize()
 288 			throw embed::NoVisualAreaSizeException(  in getVisualAreaSize()
 304 			throw embed::NoVisualAreaSizeException(  in getVisualAreaSize()
 315 				embed::WrongStateException,  in getPreferredVisualRepresentation()
 346 	embed::VisualRepresentation aVisualRepr;  in getPreferredVisualRepresentation()
 [all …]
 
 | 
| H A D | olepersist.cxx | 877 	sal_Int32 nStreamMode = m_bReadOnly ? embed::ElementModes::READ : embed::ElementModes::READWRITE;  in SwitchOwnPersistence()1176 		throw embed::WrongStateException(  in StoreToLocation_Impl()
 1377 				embed::WrongStateException,  in setPersistentEntry()
 1425 		throw embed::WrongStateException(  in setPersistentEntry()
 1454 	sal_Int32 nStorageMode = m_bReadOnly ? embed::ElementModes::READ : embed::ElementModes::READWRITE;  in setPersistentEntry()
 1505 		if ( ( nStorageMode & embed::ElementModes::READWRITE ) != embed::ElementModes::READWRITE )  in setPersistentEntry()
 1586 				embed::WrongStateException,  in storeToEntry()
 1620 				embed::WrongStateException,  in storeAsEntry()
 1768 		throw embed::WrongStateException(  in hasEntry()
 1984 				embed::WrongStateException,  in reload()
 [all …]
 
 | 
| /aoo4110/main/comphelper/source/container/ | 
| H A D | embeddedobjectcontainer.cxx | 89     uno::Reference < embed::XStorage > mxStorage;332     uno::Reference < embed::XEmbeddedObject > xObj;  in GetEmbeddedObject()
 358     uno::Reference < embed::XEmbeddedObject > xObj;  in Get_Impl()
 883 …if ( xResult->getStatus( embed::Aspects::MSOLE_CONTENT ) & embed::EmbedMisc::EMBED_NEEDSSIZEONLOAD…  in CopyAndGetEmbeddedObject()
 1274                 embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE );  in InsertGraphicStream()
 1359 									    embed::ElementModes::READWRITE );  in InsertStreamIntoPicturesStorage_Impl()
 1362 									    embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE );  in InsertStreamIntoPicturesStorage_Impl()
 1403 …         if ( nCurState == embed::EmbedStates::LOADED || nCurState == embed::EmbedStates::RUNNING )  in StoreAsChildren()
 1512 …if ( _bOasisFormat && nCurState != embed::EmbedStates::LOADED && nCurState != embed::EmbedStates::…  in StoreChildren()
 1550 …if (_bObjectsOnly && (nCurState == embed::EmbedStates::LOADED || nCurState == embed::EmbedStates::…  in StoreChildren()
 [all …]
 
 | 
| /aoo4110/main/embeddedobj/source/general/ | 
| H A D | dummyobject.cxx | 101 				embed::WrongStateException,  in changeState()116 		throw ( embed::WrongStateException,  in getReachableStates()
 142 				embed::WrongStateException,  in doVerb()
 228 				embed::WrongStateException,  in setVisualAreaSize()
 249 				embed::WrongStateException,  in getVisualAreaSize()
 290 				embed::WrongStateException,  in getPreferredVisualRepresentation()
 310 				embed::WrongStateException,  in setPersistentEntry()
 332 		throw embed::WrongStateException(  in setPersistentEntry()
 375 				embed::WrongStateException,  in storeToEntry()
 397 				embed::WrongStateException,  in storeAsEntry()
 [all …]
 
 | 
| /aoo4110/main/sfx2/source/view/ | 
| H A D | ipclient.cxx | 101 															  embed::XInplaceClient,350 	throw ( embed::WrongStateException,  in visibilityChanged()
 380 	throw ( embed::WrongStateException,  in activatingInplace()
 391 	throw ( embed::WrongStateException,  in activatingUI()
 404 	throw ( embed::WrongStateException,  in deactivatedInplace()
 415 	throw ( embed::WrongStateException,  in deactivatedUI()
 427 	throw ( embed::WrongStateException,  in getLayoutManager()
 450 	throw ( embed::WrongStateException,  in getInplaceDispatchProvider()
 458 	throw ( embed::WrongStateException,  in getPlacement()
 475 	throw ( embed::WrongStateException,  in getClipRectangle()
 [all …]
 
 | 
| /aoo4110/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()
 264     throw ( embed::InvalidStorageException,  in createInputStream()
 294     throw ( embed::InvalidStorageException,  in createOutputStream()
 342     throw ( embed::InvalidStorageException,  in createStream()
 396     throw ( embed::InvalidStorageException,  in queryParentStorage()
 422     throw ( embed::InvalidStorageException,  in queryStorage()
 [all …]
 
 | 
| H A D | tdoc_stgelems.cxx | 315     throw ( embed::InvalidStorageException,  in copyToStorage()328     throw ( embed::InvalidStorageException,  in openStreamElement()
 344     throw ( embed::InvalidStorageException,  in openEncryptedStreamElement()
 360     throw ( embed::InvalidStorageException,  in openStorageElement()
 373     throw ( embed::InvalidStorageException,  in cloneStreamElement()
 388     throw ( embed::InvalidStorageException,  in cloneEncryptedStreamElement()
 404     throw ( embed::InvalidStorageException,  in copyLastCommitTo()
 418     throw ( embed::InvalidStorageException,  in copyStorageElementLastCommitTo()
 433             embed::InvalidStorageException,  in isStreamElement()
 445             embed::InvalidStorageException,  in isStorageElement()
 [all …]
 
 | 
| /aoo4110/main/svl/source/fsstor/ | 
| H A D | fsstorage.cxx | 235 												embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE );  in CopyStreamToSubStream()398 		throw ( embed::InvalidStorageException,  in copyToStorage()
 401 				embed::StorageWrappedTargetException,  in copyToStorage()
 419 	catch( embed::InvalidStorageException& )  in copyToStorage()
 451 		throw ( embed::InvalidStorageException,  in openStreamElement()
 455 				embed::StorageWrappedTargetException,  in openStreamElement()
 525 	catch( embed::InvalidStorageException& )  in openStreamElement()
 563 		throw ( embed::InvalidStorageException,  in openEncryptedStreamElement()
 568 				embed::StorageWrappedTargetException,  in openEncryptedStreamElement()
 577 		throw ( embed::InvalidStorageException,  in openStorageElement()
 [all …]
 
 | 
| H A D | fsstorage.hxx | 45 				, public ::com::sun::star::embed::XStorage101 		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,
 123 				::com::sun::star::embed::StorageWrappedTargetException,
 128 		throw ( ::com::sun::star::embed::InvalidStorageException,
 131 				::com::sun::star::embed::StorageWrappedTargetException,
 173 				::com::sun::star::embed::InvalidStorageException,
 [all …]
 
 | 
| /aoo4110/main/package/source/xstor/ | 
| H A D | xstorage.cxx | 201 …bIsModified( ( nMode & ( embed::ElementModes::WRITE | embed::ElementModes::TRUNCATE ) ) == ( embed…  in OStorage_Impl()241 …bIsModified( ( nMode & ( embed::ElementModes::WRITE | embed::ElementModes::TRUNCATE ) ) == ( embed…  in OStorage_Impl()
 284 …bIsModified( ( nMode & ( embed::ElementModes::WRITE | embed::ElementModes::TRUNCATE ) ) == ( embed…  in OStorage_Impl()
 910 											embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE );  in CopyStorageElement()
 943 												embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE );  in CopyStorageElement()
 958 												embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE,  in CopyStorageElement()
 977 												embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE );  in CopyStorageElement()
 1846 															embed::ElementModes::TRUNCATE | embed::ElementModes::READWRITE );  in CommitRelInfo()
 1873 														embed::ElementModes::TRUNCATE | embed::ElementModes::READWRITE );  in CommitRelInfo()
 2689 		xResult = uno::Reference< embed::XStorage >( (embed::XStorage*) pResultStorage );  in openStorageElement()
 [all …]
 
 | 
| H A D | xstorage.hxx | 115 												(::com::sun::star::embed::XStorage*)pStorage ) )  in StorageHolder_Impl()267 		throw ( ::com::sun::star::embed::InvalidStorageException,
 271 				::com::sun::star::embed::StorageWrappedTargetException,
 290 				, public ::com::sun::star::embed::XStorage2
 291 				, public ::com::sun::star::embed::XStorageRawAccess
 292 				, public ::com::sun::star::embed::XTransactedObject
 299 				, public ::com::sun::star::embed::XOptimizedStorage
 300 				, public ::com::sun::star::embed::XRelationshipAccess
 370 		throw ( ::com::sun::star::embed::InvalidStorageException,
 442 				::com::sun::star::embed::InvalidStorageException,
 [all …]
 
 | 
| H A D | ohierarchyholder.cxx | 44 …if ( !( nStorageMode & embed::ElementModes::WRITE ) && ( nStreamMode & embed::ElementModes::WRITE …  in GetStreamHierarchically()47 	uno::Reference< embed::XExtendedStorageStream > xResult =  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()
 182 	uno::Reference< embed::XExtendedStorageStream > xResult;  in RemoveStreamHierarchically()
 184 	uno::Reference< embed::XStorage > xOwnStor = m_xOwnStorage.is() ? m_xOwnStorage  in RemoveStreamHierarchically()
 205 																							embed::ElementModes::READWRITE );  in RemoveStreamHierarchically()
 227 	uno::Reference< embed::XStorage > xOwnStor;  in Commit()
 269 			m_xOwnStorage = uno::Reference< embed::XStorage >();  in TestForClosing()
 [all …]
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdoole2.cxx | 219 …if ( mpObj && nOldState == embed::EmbedStates::LOADED && nNewState == embed::EmbedStates::RUNNING )  in stateChanged()333 	throw ( embed::WrongStateException,  in visibilityChanged()
 384 	throw ( embed::WrongStateException,  in activatingInplace()
 391 	throw ( embed::WrongStateException,  in activatingUI()
 438 	throw ( embed::WrongStateException,  in deactivatedInplace()
 445 	throw ( embed::WrongStateException,  in deactivatedUI()
 460 	throw ( embed::WrongStateException,  in getLayoutManager()
 480 	throw ( embed::WrongStateException,  in getInplaceDispatchProvider()
 489 	throw ( embed::WrongStateException,  in getPlacement()
 508 	throw ( embed::WrongStateException,  in getClipRectangle()
 [all …]
 
 | 
| /aoo4110/main/embeddedobj/source/inc/ | 
| H A D | commonembobj.hxx | 48     namespace embed {  namespace283                 ::com::sun::star::embed::WrongStateException,
 288         throw ( ::com::sun::star::embed::WrongStateException,
 292         throw ( ::com::sun::star::embed::WrongStateException,
 297                 ::com::sun::star::embed::WrongStateException,
 303         throw ( ::com::sun::star::embed::WrongStateException,
 308         throw ( ::com::sun::star::embed::WrongStateException,
 312         throw ( ::com::sun::star::embed::WrongStateException,
 316         throw ( ::com::sun::star::embed::WrongStateException,
 321         throw ( ::com::sun::star::embed::WrongStateException,
 [all …]
 
 | 
| H A D | dummyobject.hxx | 35 	namespace embed {  namespace59 						< ::com::sun::star::embed::XEmbeddedObject
 60 						, ::com::sun::star::embed::XEmbedPersist >
 103 				::com::sun::star::embed::WrongStateException,
 117 				::com::sun::star::embed::WrongStateException,
 156 				::com::sun::star::embed::WrongStateException,
 162 				::com::sun::star::embed::WrongStateException,
 168 				::com::sun::star::embed::WrongStateException,
 185 				::com::sun::star::embed::WrongStateException,
 192 				::com::sun::star::embed::WrongStateException,
 [all …]
 
 | 
| H A D | oleembobj.hxx | 106 						< ::com::sun::star::embed::XEmbeddedObject107 						, ::com::sun::star::embed::XEmbedPersist
 108 						, ::com::sun::star::embed::XLinkageSupport
 313 				::com::sun::star::embed::WrongStateException,
 327 				::com::sun::star::embed::WrongStateException,
 366 				::com::sun::star::embed::WrongStateException,
 372 				::com::sun::star::embed::WrongStateException,
 378 				::com::sun::star::embed::WrongStateException,
 396 				::com::sun::star::embed::WrongStateException,
 403 				::com::sun::star::embed::WrongStateException,
 [all …]
 
 | 
| /aoo4110/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>
 67 #include <com/sun/star/embed/WrongStateException.idl>
 145 				::com::sun::star::embed::WrongStateException,
 164 				::com::sun::star::embed::WrongStateException );
 199 				::com::sun::star::embed::WrongStateException,
 [all …]
 
 | 
| /aoo4110/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);
 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 >& );
 97     ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >
 100     ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >
 109     ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >
 114     ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >
 119     ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >
 [all …]
 
 |