Home
last modified time | relevance | path

Searched refs:embed (Results 151 – 175 of 667) sorted by relevance

12345678910>>...27

/trunk/main/sw/source/core/inc/
H A DSwXMLTextBlocks.hxx50 …void InitBlockMode ( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rSt…
54 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xBlkRoot;
55 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xRoot;
58 …SwXMLTextBlocks( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const …
/trunk/main/desktop/source/migration/
H A Dmigration.cxx297 lArgs[1] <<= embed::ElementModes::READ; in doMigration()
300 uno::Reference< embed::XStorage > xModules; in doMigration()
302 …xModules = uno::Reference< embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), … in doMigration()
986 lArgs[1] <<= embed::ElementModes::READ; in dectectUIChangesForAllModules()
989 uno::Reference< embed::XStorage > xModules; in dectectUIChangesForAllModules()
991 …xModules = uno::Reference< embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), … in dectectUIChangesForAllModules()
1001 …uno::Reference< embed::XStorage > xModule = xModules->openStorageElement(sModuleShortName, embed::… in dectectUIChangesForAllModules()
1006 …uno::Reference< embed::XStorage > xMenubar = xModule->openStorageElement(MENUBAR, embed::ElementMo… in dectectUIChangesForAllModules()
1017 …uno::Reference< embed::XStorage > xToolbar = xModule->openStorageElement(TOOLBAR, embed::ElementMo… in dectectUIChangesForAllModules()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHStorageMap.hxx60 …typedef ::std::pair< ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >, ::rtl:…
68 …registerStorage(const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage>& _xStor…
70 …etRegisteredKey(const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage>& _xStor…
71 …OUString& _sKey,const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XTransactionListe…
/trunk/main/xmlsecurity/workben/
H A Dsignaturetest.cxx367 uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromURL( in IMPL_LINK()
368 aDocFileName, embed::ElementModes::READWRITE, comphelper::getProcessServiceFactory() ); in IMPL_LINK()
382 uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromURL( in IMPL_LINK()
383 aDocFileName, embed::ElementModes::READWRITE, comphelper::getProcessServiceFactory() ); in IMPL_LINK()
426 uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromURL( in IMPL_LINK()
427 aDocFileName, embed::ElementModes::READWRITE, comphelper::getProcessServiceFactory() ); in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx244 uno::Reference < embed::XEmbeddedObject > xObj = pOleObj->GetObjRef(); in Construct()
248 uno::Sequence < embed::VerbDescriptor > aVerbs; in Construct()
253 catch ( embed::NeedsRunningStateException& ) in Construct()
255 xObj->changeState( embed::EmbedStates::RUNNING ); in Construct()
261 embed::VerbDescriptor aVerb = aVerbs[i]; in Construct()
262 if( aVerb.VerbAttributes & embed::VerbAttributes::MS_VERBATTR_ONCONTAINERMENU ) in Construct()
719 uno::Reference < embed::XStorage > xStorage = aMedium.GetStorage(); in IMPL_LINK()
/trunk/main/offapi/com/sun/star/embed/
H A DXStateChangeListener.idl35 #include <com/sun/star/embed/WrongStateException.idl>
40 module com { module sun { module star { module embed {
68 @throws ::com::sun::star::embed::WrongStateException
74 raises( ::com::sun::star::embed::WrongStateException );
/trunk/main/svx/source/xml/
H A Dxmlxtexp.cxx70 using com::sun::star::embed::XTransactedObject;
179 uno::Reference < embed::XStorage > xStorage; in save()
214 …::comphelper::OStorageHelper::GetStorageFromURL( rURL, embed::ElementModes::WRITE | embed::Element… in save()
223 xStream = xStorage->openStreamElement( sMetaName, embed::ElementModes::WRITE ); in save()
/trunk/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx117 …storeToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& Stora…
122 …ALL setStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& Stora…
170 com::sun::star::uno::Reference< com::sun::star::embed::XStorage > xStorage;
184 …mpl_storeElementTypeData( com::sun::star::uno::Reference< com::sun::star::embed::XStorage >& xStor…
189 …com::sun::star::uno::Reference< com::sun::star::embed::XStorage > m_xDocConfigStorag…
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl31 #include <com/sun/star/embed/XStorage.idl>
68 stance of <type scope="com::sun::star::embed">XStorage</type>
76 <type scope="com::sun::star::embed">XStorage</type> respectively
133 thrown by the methods of <type scope="com::sun::star::embed">XStorage</type>
152 <type scope="com::sun::star::embed">XStorage</type>
154 void storeToStorage( [in] ::com::sun::star::embed::XStorage Storage,
H A DXStringResourceWithStorage.idl38 associated <type scope="com::sun::star::embed">XStorage</type> instance.
50 <type scope="com::sun::star::embed">XStorage</type>
52 void storeAsStorage( [in] ::com::sun::star::embed::XStorage Storage )
77 void setStorage( [in] ::com::sun::star::embed::XStorage Storage )
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.hxx41 namespace embed { namespace
115 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > mxStorage;
120 …UriBindingHelper( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStor…
128 …> OpenInputStream( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxSto…
H A Dxmlsignaturehelper2.cxx160 UriBindingHelper::UriBindingHelper( const com::sun::star::uno::Reference < com::sun::star::embed::X… in UriBindingHelper()
191 uno::Reference < io::XInputStream > UriBindingHelper::OpenInputStream( const uno::Reference < embed in OpenInputStream()
223 …uno::Reference < embed::XStorage > xSubStore = rxStore->openStorageElement( aStoreName, embed::Ele… in OpenInputStream()
/trunk/main/offapi/com/sun/star/document/
H A DXOOXMLDocumentPropertiesImporter.idl31 #include <com/sun/star/embed/XStorage.idl>
66 <type scope="com::sun::star::embed">XRelationshipAccess</type>
68 <type scope="com::sun::star::embed">StorageFactory</type> for details
89 [in] com::sun::star::embed::XStorage xSource,
/trunk/main/framework/source/inc/accelerators/
H A Dacceleratorconfiguration.hxx182 virtual void SAL_CALL storeToStorage(const css::uno::Reference< css::embed::XStorage >& xStorage)
193 virtual void SAL_CALL setStorage(const css::uno::Reference< css::embed::XStorage >& xStorage)
281 …:uno::XInterface > impl_ts_openSubStorage(const css::uno::Reference< css::embed::XStorage >& xRoot…
396 virtual void SAL_CALL storeToStorage(const css::uno::Reference< css::embed::XStorage >& xStorage)
407 virtual void SAL_CALL setStorage(const css::uno::Reference< css::embed::XStorage >& xStorage)
/trunk/main/sc/source/ui/app/
H A Dclient.cxx68 uno::Reference < embed::XEmbeddedObject > xObj = GetObject(); in GetDrawObj()
200 if ( GetAspect() == embed::Aspects::MSOLE_ICON ) in ViewChanged()
209 uno::Reference < embed::XEmbeddedObject > xObj = GetObject(); in ViewChanged()
215 } catch ( embed::NoVisualAreaSizeException& ) in ViewChanged()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx878 …uno::Reference < embed::XStorage > xStore( ::comphelper::OStorageHelper::GetStorageFromInputStream… in InsertData()
925 …uno::Reference < embed::XEmbeddedObject > xObj = mpDocSh->GetEmbeddedObjectContainer().InsertEmbed… in InsertData()
955 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in InsertData()
981 catch( embed::NoVisualAreaSizeException& ) in InsertData()
1065 uno::Reference < embed::XEmbeddedObject > xObj; in InsertData()
1077 … uno::Reference< embed::XStorage > xTmpStor = ::comphelper::OStorageHelper::GetTemporaryStorage(); in InsertData()
1078 uno::Reference < embed::XEmbedObjectClipboardCreator > xClipboardCreator( in InsertData()
1083 embed::InsertedObjectInfo aInfo = xClipboardCreator->createInstanceInitFromClipboard( in InsertData()
1125 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in InsertData()
1143 catch( embed::NoVisualAreaSizeException& ) in InsertData()
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch5 ## Compiler switch to embed a runtime search path
18 ## Compiler switch to embed a library name
50 ## Compiler switches to embed a library name and version information
54 ## Compiler switch to embed a runtime search path
136 ## Compiler switch to embed a runtime search path
149 ## Compiler switch to embed a library name
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx163 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in TestOleNeedsGraphic()
171 uno::Reference< embed::XEmbeddedObject > xObj = pOLENd->GetOLEObj().GetOleRef(); in TestOleNeedsGraphic()
178 uno::Reference< embed::XEmbedPersist > xPersist( in TestOleNeedsGraphic()
256 …uno::Reference < embed::XEmbeddedObject > xObj(const_cast<SwOLENode&>(rOLENode).GetOLEObj().GetOle… in OutputOLENode()
259 embed::XEmbeddedObject *pObj = xObj.get(); in OutputOLENode()
290 if ( nAspect == embed::Aspects::MSOLE_ICON ) in OutputOLENode()
937 uno::Reference < embed::XEmbeddedObject > rObj( rSObj.GetOleRef() ); in WriteGraphicNode()
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx84 … uno::Reference < embed::XEmbeddedObject > xObj = ((SdrOle2Obj*)pObject)->GetObjRef(); in lcl_FindChartObj()
148 … uno::Reference < embed::XEmbeddedObject > xObj = ((SdrOle2Obj*)pObject)->GetObjRef(); in GetObjectByIndex_Impl()
218 uno::Reference < embed::XEmbeddedObject > xObj; in addNewByName()
237 sal_Int64 nAspect(embed::Aspects::MSOLE_CONTENT); in addNewByName()
250 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in addNewByName()
289 …SdrOle2Obj* pObj = new SdrOle2Obj( ::svt::EmbeddedObjectRef( xObj, embed::Aspects::MSOLE_CONTENT )… in addNewByName()
430 … uno::Reference < embed::XEmbeddedObject > xObj = ((SdrOle2Obj*)pObject)->GetObjRef(); in getElementNames()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx173 #define XSTORAGE ::com::sun::star::embed::XStorage
174 #define XVISUALOBJECT ::com::sun::star::embed::XVisualObject
1097 ::com::sun::star::embed::WrongStateException,
1103 ::com::sun::star::embed::WrongStateException,
1107 …virtual ::com::sun::star::embed::VisualRepresentation SAL_CALL getPreferredVisualRepresentation( :…
1109 ::com::sun::star::embed::WrongStateException,
1404 ::com::sun::star::embed::XStorage > & i_xStorage,
1414 ::com::sun::star::embed::XStorage > & i_xStorage)
1532 …orStorage_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor…
/trunk/main/cui/source/customize/
H A Dacccfg.cxx1196 …css::uno::Reference< css::embed::XStorage > xRootStorage; // we must hold the root st… in IMPL_LINK()
1215 lArgs[1] <<= css::embed::ElementModes::READ; in IMPL_LINK()
1217 …xRootStorage = css::uno::Reference< css::embed::XStorage >(xStorageFactory->createInstanceWithArgu… in IMPL_LINK()
1218 …css::uno::Reference< css::embed::XStorage > xUIConfig = xRootStorage->openStorageElement(FOLDERNAM… in IMPL_LINK()
1280 css::uno::Reference< css::embed::XStorage > xRootStorage; in IMPL_LINK()
1298 lArgs[1] <<= css::embed::ElementModes::WRITE; in IMPL_LINK()
1300 xRootStorage = css::uno::Reference< css::embed::XStorage >( in IMPL_LINK()
1304 css::uno::Reference< css::embed::XStorage > xUIConfig( in IMPL_LINK()
1305 … xRootStorage->openStorageElement(FOLDERNAME_UICONFIG, css::embed::ElementModes::WRITE), in IMPL_LINK()
1340 …css::uno::Reference< css::embed::XTransactedObject > xCommit3(xRootStorage, css::uno::UNO_QUERY_TH… in IMPL_LINK()
/trunk/main/offapi/com/sun/star/script/
H A DXStorageBasedLibraryContainer.idl29 #include <com/sun/star/embed/XStorage.idl>
42 persistent in an <type scope="com::sun::star::embed">XStorage</type>.
66 [attribute] ::com::sun::star::embed::XStorage RootStorage
91 void storeLibrariesToStorage( [in] ::com::sun::star::embed::XStorage RootStorage )
/trunk/main/svtools/inc/svtools/
H A Dembedtransfer.hxx36 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject > m_xObj;
48 …SvEmbedTransferHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedO…
54 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
/trunk/main/sc/source/ui/view/
H A Dtabvwshb.cxx86 uno::Reference < embed::XEmbeddedObject > xObj = pObj->GetObjRef(); in ConnectObject()
120 uno::Reference < embed::XEmbeddedObject > xObj = pObj->GetObjRef(); in ActivateObject()
151 if ( pClient->GetAspect() != embed::Aspects::MSOLE_ICON in ActivateObject()
152 && ( xObj->getStatus( pClient->GetAspect() ) & embed::EmbedMisc::MS_EMBED_RECOMPOSEONRESIZE ) ) in ActivateObject()
201 … uno::Reference < embed::XComponentSupplier > xSup( xObj, uno::UNO_QUERY_THROW ); in ActivateObject()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.hxx81 typedef ::cppu::ImplHelper4 < ::com::sun::star::embed::XComponentSupplier
93 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject> m_xEmbeddedObject;
94 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStateChangeListener > m_xListener;
172 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >
208 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxContainerStorage,

Completed in 149 milliseconds

12345678910>>...27