Home
last modified time | relevance | path

Searched refs:embed (Results 76 – 100 of 667) sorted by relevance

12345678910>>...27

/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx47 SvEmbedTransferHelper::SvEmbedTransferHelper( const uno::Reference< embed::XEmbeddedObject >& xObj, in SvEmbedTransferHelper()
110 uno::Reference < embed::XEmbedPersist > xPers( m_xObj, uno::UNO_QUERY ); in GetData()
113 … uno::Reference < embed::XStorage > xStg = comphelper::OStorageHelper::GetTemporaryStorage(); in GetData()
128 …uno::Reference < embed::XStorage > xStor = comphelper::OStorageHelper::GetStorageFromStream( new u… in GetData()
129 … xStg->openStorageElement( aName, embed::ElementModes::READ )->copyToStorage( xStor ); in GetData()
194 m_xObj = uno::Reference< embed::XEmbeddedObject >(); in ObjectReleased()
198 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj, in FillTransferableObjectDescriptor()
219 if ( nAspect == embed::Aspects::MSOLE_ICON ) in FillTransferableObjectDescriptor()
237 catch( embed::NoVisualAreaSizeException& ) in FillTransferableObjectDescriptor()
/trunk/main/embeddedobj/source/inc/
H A Dspecialobject.hxx49 …virtual ::com::sun::star::embed::VisualRepresentation SAL_CALL getPreferredVisualRepresentation( :…
51 ::com::sun::star::embed::WrongStateException,
57 ::com::sun::star::embed::WrongStateException,
63 ::com::sun::star::embed::WrongStateException,
72 throw ( ::com::sun::star::embed::UnreachableStateException,
73 ::com::sun::star::embed::WrongStateException,
79 ::com::sun::star::embed::WrongStateException,
80 ::com::sun::star::embed::UnreachableStateException,
/trunk/main/offapi/com/sun/star/embed/
H A DXStorage2.idl27 #include <com/sun/star/embed/XStorage.idl>
37 module com { module sun { module star { module embed {
70 @throws ::com::sun::star::embed::InvalidStorageException
85 @throws ::com::sun::star::embed::StorageWrappedTargetException
92 raises( ::com::sun::star::embed::InvalidStorageException,
97 ::com::sun::star::embed::StorageWrappedTargetException );
127 @throws ::com::sun::star::embed::InvalidStorageException
142 @throws ::com::sun::star::embed::StorageWrappedTargetException
148 raises( ::com::sun::star::embed::InvalidStorageException,
153 ::com::sun::star::embed::StorageWrappedTargetException );
H A DXVisualObject.idl35 #include <com/sun/star/embed/VisualRepresentation.idl>
39 #include <com/sun/star/embed/WrongStateException.idl>
49 module com { module sun { module star { module embed {
79 @throws ::com::sun::star::embed::WrongStateException
88 ::com::sun::star::embed::WrongStateException,
109 @throws ::com::sun::star::embed::WrongStateException
114 ::com::sun::star::embed::WrongStateException,
136 @throws ::com::sun::star::embed::WrongStateException
145 ::com::sun::star::embed::WrongStateException,
160 @throws ::com::sun::star::embed::WrongStateException
H A DXInplaceObject.idl39 #include <com/sun/star/embed/WrongStateException.idl>
46 module com { module sun { module star { module embed {
74 @throws com::sun::star::embed::WrongStateException
82 raises( ::com::sun::star::embed::WrongStateException,
98 @throws com::sun::star::embed::WrongStateException
105 raises( ::com::sun::star::embed::WrongStateException,
115 @throws com::sun::star::embed::WrongStateException
120 raises( ::com::sun::star::embed::WrongStateException );
H A DXEmbeddedClient.idl31 #include <com/sun/star/embed/WrongStateException.idl>
35 #include <com/sun/star/embed/XComponentSupplier.idl>
39 #include <com/sun/star/embed/ObjectSaveVetoException.idl>
46 module com { module sun { module star { module embed {
63 raises( ::com::sun::star::embed::ObjectSaveVetoException,
73 @throws com::sun::star::embed::WrongStateException
77 raises( ::com::sun::star::embed::WrongStateException );
H A DXExtendedStorageStream.idl35 #include <com/sun/star/embed/XEncryptionProtectedSource.idl>
47 #include <com/sun/star/embed/XTransactedObject.idl>
51 #include <com/sun/star/embed/XTransactionBroadcaster.idl>
56 module com { module sun { module star { module embed {
101 [optional] interface ::com::sun::star::embed::XEncryptionProtectedSource;
111 [optional] interface ::com::sun::star::embed::XTransactedObject;
121 [optional] interface ::com::sun::star::embed::XTransactionBroadcaster;
/trunk/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl34 #include <com/sun/star/embed/XStorage.idl>
54 boolean signDocumentContent( [in] ::com::sun::star::embed::XStorage xStorage,
62 [in] ::com::sun::star::embed::XStorage xStorage,
68 [in] ::com::sun::star::embed::XStorage xStorage,
80 boolean signScriptingContent( [in] ::com::sun::star::embed::XStorage xStorage,
88 [in] ::com::sun::star::embed::XStorage xStorage,
94 [in] ::com::sun::star::embed::XStorage xStorage,
104 boolean signPackage( [in] ::com::sun::star::embed::XStorage Storage,
112 [in] ::com::sun::star::embed::XStorage Storage,
118 [in] ::com::sun::star::embed::XStorage xStorage,
/trunk/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx279 …ialog::SetStorage( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxSto… in SetStorage()
289 Reference < css::embed::XStorage > xSubStore(rxStore->openStorageElement( in SetStorage()
290 OUSTR("META-INF"), css::embed::ElementModes::READ), UNO_QUERY_THROW); in SetStorage()
293 xSubStore->openStreamElement(OUSTR("manifest.xml"), css::embed::ElementModes::READ), in SetStorage()
391 embed::ElementModes::WRITE|embed::ElementModes::TRUNCATE, false ); in IMPL_LINK()
407 uno::Reference< embed::XTransactedObject > xTrans( in IMPL_LINK()
484 css::embed::ElementModes::WRITE|css::embed::ElementModes::TRUNCATE, true); in IMPL_LINK()
547 css::embed::ElementModes::WRITE | css::embed::ElementModes::TRUNCATE, true); in IMPL_LINK()
734 css::embed::ElementModes::READ, bUseTempStream); in ImplGetSignatureInformations()
786 if (nStreamOpenMode & css::embed::ElementModes::TRUNCATE) in ImplOpenSignatureStream()
[all …]
/trunk/main/sot/source/sdstor/
H A Dunostorageholder.cxx42 uno::Reference< embed::XStorage > xStorage, in UNOStorageHolder()
53 uno::Reference< embed::XTransactionBroadcaster > xTrBroadcast( m_xStorage, uno::UNO_QUERY ); in UNOStorageHolder()
57 xTrBroadcast->addTransactionListener( (embed::XTransactionListener*)this ); in UNOStorageHolder()
62 uno::Reference< embed::XTransactionBroadcaster > xTrBroadcast( m_xStorage, uno::UNO_QUERY ); in InternalDispose()
64 xTrBroadcast->removeTransactionListener( (embed::XTransactionListener*)this ); in InternalDispose()
69 m_xStorage = uno::Reference< embed::XStorage >(); in InternalDispose()
117 aArg[1] <<= embed::ElementModes::READWRITE; in commited()
118 …uno::Reference< embed::XStorage > xTempStorage( xStorageFactory->createInstanceWithArguments( aArg… in commited()
/trunk/main/package/source/xstor/
H A Docompinstream.cxx107 if ( m_nStorageType == embed::StorageFormats::OFOPXML ) in queryInterface()
356 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in hasByID()
384 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getTargetByID()
409 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getTypeByID()
434 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipByID()
464 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipsByType()
499 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getAllRelationships()
530 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in insertRelationshipByID()
550 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in removeRelationshipByID()
570 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in insertRelationships()
[all …]
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx86 uno::Reference<embed::XStorage> xStorage;
167 …rtl::OUString::createFromAscii(buf), embed::ElementModes::READWRITE | embed::ElementModes::TRUNCAT… in rbrace()
193 …rtl::OUString::createFromAscii(buf), embed::ElementModes::READWRITE | embed::ElementModes::TRUNCAT… in rbrace()
212 uno::Reference<embed::XTransactedObject> xTransact(xNameContainer2, uno::UNO_QUERY); in rbrace()
265 …nce<com::sun::star::ucb::XSimpleFileAccess> &xFileAccess_, uno::Reference<embed::XStorage> &xStora… in MyRtfScannerHandler()
396 aArgs2[1] <<= embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE; in run()
397 …uno::Reference<embed::XStorage> xStorage(xStorageFactory->createInstanceWithArguments(aArgs2), uno… in run()
416 uno::Reference<embed::XTransactedObject> xTransact(xStorage, uno::UNO_QUERY); in run()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx140 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in lcl_ChartInit()
224 uno::Reference < embed::XEmbeddedObject > xObj; in FuInsertOLE()
229 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in FuInsertOLE()
273 nAspect = embed::Aspects::MSOLE_ICON; in FuInsertOLE()
337 if ( nAspect == embed::Aspects::MSOLE_ICON ) in FuInsertOLE()
349 catch( embed::NoVisualAreaSizeException& ) in FuInsertOLE()
390 if ( nAspect != embed::Aspects::MSOLE_ICON ) in FuInsertOLE()
409 catch( embed::NoVisualAreaSizeException& ) in FuInsertOLE()
539 const sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in FuInsertChart()
541 uno::Reference < embed::XEmbeddedObject > xObj = in FuInsertChart()
[all …]
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx130 uno::Reference<embed::XStorage> const & i_xStorage, in createBaseURI()
546 uno::Reference< embed::XStorage > const & i_xStorage, in readStream()
577 embed::ElementModes::READ)); in readStream()
616 uno::Reference<embed::XStorage> const & i_xStorage, in importFile()
638 uno::Reference< embed::XStorage > const & i_xStorage, in exportStream()
645 embed::ElementModes::WRITE | embed::ElementModes::TRUNCATE), in exportStream()
665 uno::Reference< embed::XStorage > const & i_xStorage, in writeStream()
678 const uno::Reference<embed::XStorage> xDir( in writeStream()
680 embed::ElementModes::WRITE)); in writeStream()
713 const uno::Reference< embed::XStorage > & i_xStorage, in initLoading()
[all …]
H A Ddocfile.cxx284 uno::Reference < embed::XStorage > xStorage;
305 uno::Reference < embed::XStorage > m_xZipStorage;
875 return uno::Reference< embed::XStorage >(); in GetOutputStorage()
1488 aArgs[1] <<= embed::ElementModes::READWRITE; in GetStorage()
1495 aArgs[1] <<= embed::ElementModes::READ; in GetStorage()
1502 aArgs[1] <<= embed::ElementModes::READ; in GetStorage()
1508 pImp->xStorage = uno::Reference< embed::XStorage >( in GetStorage()
1522 return uno::Reference< embed::XStorage >(); in GetStorage()
1556 embed::ElementModes::READ ); in GetStorage()
1754 catch ( embed::UseBackupException& aBackupExc ) in StorageCommit_Impl()
[all …]
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx87 SfxDialogLibraryContainer::SfxDialogLibraryContainer( const uno::Reference< embed::XStorage >& xSto… in SfxDialogLibraryContainer()
223 void SfxDialogLibraryContainer::storeLibrariesToStorage( const uno::Reference< embed::XStorage >& x… in storeLibrariesToStorage()
381 uno::Reference< embed::XStorage > xLibrariesStor; in implCreateStringResource()
382 uno::Reference< embed::XStorage > xLibraryStor; in implCreateStringResource()
384 xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implCreateStringResource()
389 xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READ ); in implCreateStringResource()
458 Reference< embed::XStorage > xLibrariesStor; in onNewRootStorage()
459 Reference< embed::XStorage > xLibraryStor; in onNewRootStorage()
461 … xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRITE ); in onNewRootStorage()
466 xLibraryStor = xLibrariesStor->openStorageElement( aLibName, embed::ElementModes::READWRITE ); in onNewRootStorage()
[all …]
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx102 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > StorageBase::getXStorage() co… in getXStorage()
285 using namespace ::com::sun::star::embed::ElementModes; in ZipStorage()
295 …rParentStorage, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxSto… in ZipStorage()
312 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > ZipStorage::implGetXStorage()… in implGetXStorage()
336 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > xSubXStorage; in implOpenSubStorage()
344 …xSubXStorage = m_xStorage->openStorageElement(rElementName, ::com::sun::star::embed::ElementModes:… in implOpenSubStorage()
360 …xSubXStorage = m_xStorage->openStorageElement(rElementName, ::com::sun::star::embed::ElementModes:… in implOpenSubStorage()
382 rElementName, ::com::sun::star::embed::ElementModes::READ), ::com::sun::star::uno::UNO_QUERY); in implOpenInputStream()
400 …rElementName, ::com::sun::star::embed::ElementModes::READWRITE), ::com::sun::star::uno::UNO_QUERY); in implOpenOutputStream()
414 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XTransactedObject > (m_xStorage, in implCommit()
/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.hxx154 …void storeToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& …
186 … const com::sun::star::uno::Reference< com::sun::star::embed::XStorage >& xUserImageStorage,
187 … const com::sun::star::uno::Reference< com::sun::star::embed::XStorage >& xUserBitmapsStorage );
189 … const com::sun::star::uno::Reference< com::sun::star::embed::XStorage >& xUserImageStorage,
190 … const com::sun::star::uno::Reference< com::sun::star::embed::XStorage >& xUserBitmapsStorage );
195 …com::sun::star::uno::Reference< com::sun::star::embed::XStorage > m_xUserConfigStora…
196 …com::sun::star::uno::Reference< com::sun::star::embed::XStorage > m_xUserImageStorag…
197 …com::sun::star::uno::Reference< com::sun::star::embed::XStorage > m_xUserBitmapsStor…
198 … com::sun::star::uno::Reference< com::sun::star::embed::XTransactedObject > m_xUserRootCommit;
/trunk/main/embeddedobj/source/msole/
H A Dxolefactory.hxx37 ::com::sun::star::embed::XEmbedObjectCreator,
38 ::com::sun::star::embed::XEmbedObjectFactory,
39 ::com::sun::star::embed::XLinkCreator,
62 …ng& aClassName, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor…
63 …eInitFromEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor…
64 …ediaDescriptor( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor…
67 …ng& aClassName, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor…
70 …teInstanceLink( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor…
H A Dxdialogcreator.hxx36 ::com::sun::star::embed::XInsertObjectDialog,
37 ::com::sun::star::embed::XEmbedObjectClipboardCreator,
60 …om::sun::star::embed::InsertedObjectInfo SAL_CALL createInstanceByDialog( const ::com::sun::star::…
63 …sun::star::embed::InsertedObjectInfo SAL_CALL createInstanceInitFromClipboard( const ::com::sun::s…
/trunk/main/svx/inc/svx/
H A Dxmleohlp.hxx73 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > mxRootStorage; // package
75 …com::sun::star::uno::Reference < com::sun::star::embed::XStorage > mxContainerStorage; // containe…
76 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > mxTempStorage; // package
89 …SVX_DLLPRIVATE com::sun::star::uno::Reference < com::sun::star::embed::XStorage > ImplGetContainer…
103 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj );
109 …void Init( const com::sun::star::uno::Reference < com::sun::star::embed::XS…
121 … const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&,
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx343 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
352 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
468 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor );
630 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xSource,
631 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xTarget );
640 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
644 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetStorage();
651 virtual com::sun::star::uno::Reference < com::sun::star::embed::XStorage > getStorage() const in getStorage()
720 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDocStorage,
724 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
[all …]
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx213 if ( m_nFormat == embed::StorageFormats::PACKAGE ) in parseManifest()
464 if ( m_nFormat == embed::StorageFormats::OFOPXML ) in parseContentType()
596 if ( m_nFormat == embed::StorageFormats::PACKAGE ) in getZipFileContents()
598 else if ( m_nFormat == embed::StorageFormats::OFOPXML ) in getZipFileContents()
638 m_nFormat = embed::StorageFormats::ZIP; in initialize()
644 m_nFormat = embed::StorageFormats::OFOPXML; in initialize()
699 m_nFormat = embed::StorageFormats::ZIP; in initialize()
1200 if ( m_nFormat == embed::StorageFormats::PACKAGE ) in writeTempFile()
1240 if ( m_nFormat == embed::StorageFormats::PACKAGE ) in writeTempFile()
1268 if( m_nFormat == embed::StorageFormats::PACKAGE ) in writeTempFile()
[all …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dinplaceobj.cxx45 throw ( embed::WrongStateException, in setObjectRectangles()
53 if ( m_nObjectState != embed::EmbedStates::INPLACE_ACTIVE in setObjectRectangles()
54 && m_nObjectState != embed::EmbedStates::UI_ACTIVE ) in setObjectRectangles()
55 …throw embed::WrongStateException( ::rtl::OUString::createFromAscii( "The object is not activated i… in setObjectRectangles()
71 throw ( embed::WrongStateException, in enableModeless()
80 throw ( embed::WrongStateException, in translateAccelerators()
/trunk/main/framework/source/inc/pattern/
H A Dstorages.hxx61 css::uno::Reference< css::embed::XStorage > createTempStorageBasedOnFolder(const ::rtl::OUString& … in createTempStorageBasedOnFolder()
68 return css::uno::Reference< css::embed::XStorage >(); in createTempStorageBasedOnFolder()
71 …css::uno::Reference< css::embed::XPackageStructureCreator > xPackageCreator(xSMGR->createInstance(… in createTempStorageBasedOnFolder()
82 sal_Int32 nOpenMode = css::embed::ElementModes::ELEMENT_READWRITE; in createTempStorageBasedOnFolder()
84 nOpenMode = css::embed::ElementModes::ELEMENT_READ; in createTempStorageBasedOnFolder()
90 …css::uno::Reference< css::embed::XStorage > xStorage(xStorageFactory->createInstanceWithArguments(… in createTempStorageBasedOnFolder()

Completed in 310 milliseconds

12345678910>>...27