Home
last modified time | relevance | path

Searched refs:embed (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java37 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 …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx432 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 Dspecialobject.cxx56 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 Dpersistence.cxx306 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 Dmiscobj.cxx59 , 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 Dvisobj.cxx42 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 …]
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx80 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 Dolevisual.cxx48 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 Dolepersist.cxx877 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 …]
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx89 uno::Reference < embed::XStorage > mxStorage;
883 …if ( xResult->getStatus( embed::Aspects::MSOLE_CONTENT ) & embed::EmbedMisc::EMBED_NEEDSSIZEONLOAD… in CopyAndGetEmbeddedObject()
1004 …uno::Reference < embed::XStorage > xOld = pImpl->mxStorage->openStorageElement( rName, embed::Elem… in MoveEmbeddedObject()
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()
1521 embed::Aspects::MSOLE_CONTENT, in StoreChildren()
1550 …if (_bObjectsOnly && (nCurState == embed::EmbedStates::LOADED || nCurState == embed::EmbedStates::… in StoreChildren()
[all …]
/trunk/main/embeddedobj/source/general/
H A Ddummyobject.cxx101 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 …]
/trunk/main/sfx2/source/view/
H A Dipclient.cxx101 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 …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx77 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 Dtdoc_stgelems.cxx315 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 …]
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx235 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 Dfsstorage.hxx45 , public ::com::sun::star::embed::XStorage
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,
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 …]
/trunk/main/package/source/xstor/
H A Dxstorage.cxx201 …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 Dxstorage.hxx115 (::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 Dohierarchyholder.cxx44 …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 …]
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx219 …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 …]
/trunk/main/embeddedobj/source/inc/
H A Dcommonembobj.hxx48 namespace embed { namespace
283 ::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 Doleembobj.hxx106 < ::com::sun::star::embed::XEmbeddedObject
107 , ::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 …]
H A Ddummyobject.hxx35 namespace embed { namespace
59 < ::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 …]
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbeddedObject.idl31 #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 …]
/trunk/main/framework/source/accelerators/
H A Dpresethandler.cxx285 lArgs[1] <<= css::embed::ElementModes::READ | css::embed::ElementModes::NOCREATE; in getOrCreateRootStorageShare()
336 lArgs[1] <<= css::embed::ElementModes::READWRITE; in getOrCreateRootStorageUser()
377 css::uno::Reference< css::embed::XStorage > PresetHandler::getParentStorageShare(const css::uno::Re… in getParentStorageShare()
389 css::uno::Reference< css::embed::XStorage > PresetHandler::getParentStorageUser(const css::uno::Ref… in getParentStorageUser()
420 css::uno::Reference< css::embed::XStorage > xShare; in connectToResource()
421 css::uno::Reference< css::embed::XStorage > xNoLang; in connectToResource()
422 css::uno::Reference< css::embed::XStorage > xUser; in connectToResource()
450 … sal_Int32 eShareMode = (css::embed::ElementModes::READ | css::embed::ElementModes::NOCREATE); in connectToResource()
708 nOpenMode &= ~css::embed::ElementModes::WRITE; in openTarget()
816 css::uno::Reference< css::embed::XStorage > xPath; in impl_openPathIgnoringErrors()
[all …]

Completed in 252 milliseconds

12345678910>>...27