Home
last modified time | relevance | path

Searched refs:embed (Results 176 – 200 of 667) sorted by relevance

12345678910>>...27

/trunk/main/sot/inc/sot/
H A Dstorage.hxx247 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >
251 …* OpenOLEStorage( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStor…
253 …static sal_Int32 GetFormatID( const com::sun::star::uno::Reference < com::sun::star::embed::XSt…
254 …static sal_Int32 GetVersion( const com::sun::star::uno::Reference < com::sun::star::embed::XStorag…
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java29 import com.sun.star.embed.ElementModes;
30 import com.sun.star.embed.InvalidStorageException;
31 import com.sun.star.embed.XStorage;
32 import com.sun.star.embed.XTransactedObject;
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1145 …:data::XDatabaseDataProvider > lcl_getDataProvider(const uno::Reference < embed::XEmbeddedObject >… in lcl_getDataProvider()
1148 uno::Reference< embed::XComponentSupplier > xCompSupp(_xObj,uno::UNO_QUERY); in lcl_getDataProvider()
1181 uno::Reference < embed::XEmbeddedObject > xObj = GetObjRef(); in impl_createDataProvider_nothrow()
1183 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in impl_createDataProvider_nothrow()
1204 uno::Reference < embed::XEmbeddedObject > xObj = GetObjRef(); in initializeOle()
1208 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in initializeOle()
1220 uno::Reference < embed::XEmbeddedObject > xObj = GetObjRef(); in initializeChart()
1222 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in initializeChart()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx94 ScXMLImportWrapper::ScXMLImportWrapper(ScDocument& rD, SfxMedium* pM, const uno::Reference < embed:… in ScXMLImportWrapper()
171 xDocStream = xStorage->openStreamElement( sDocName, embed::ElementModes::READ ); in ImportFromComponent()
174 xDocStream = xStorage->openStreamElement( sOldDocName, embed::ElementModes::READ ); in ImportFromComponent()
753 …xStream = xStorage->openStreamElement( sName, embed::ElementModes::READWRITE | embed::ElementModes… in ExportToComponent()
809 uno::Reference<embed::XStorage> xTmpStorage = rDoc.GetDocumentShell()->GetStorage(); in ExportToComponent()
821 … xSrcStream = xTmpStorage->openStreamElement( sName, embed::ElementModes::READ ); in ExportToComponent()
902 …{ MAP_LEN( "TargetStorage" ), 0, &embed::XStorage::static_type(), ::com::sun::star::beans::Propert… in Export()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx343 uno::Reference < embed::XEmbeddedObject > xObj; in FindOLEObj()
477 uno::Reference < embed::XEmbeddedObject > xObj = FindOLEObj( nAspect ); in GetData()
654 uno::Reference< embed::XStorage > xWorkStore = in WriteObject()
679 xWorkStore = uno::Reference < embed::XStorage >(); in WriteObject()
1738 uno::Reference < embed::XStorage > xStore; in _PasteOLE()
1802 uno::Reference< embed::XStorage > xTmpStor; in _PasteOLE()
1803 uno::Reference < embed::XEmbeddedObject > xObj; in _PasteOLE()
1827 uno::Reference < embed::XEmbedObjectClipboardCreator > xClipboardCreator( in _PasteOLE()
1877 else if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in _PasteOLE()
1892 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in _PasteOLE()
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscfobj.cxx66 uno::Reference < embed::XEmbeddedObject > xObj = pDoc->GetDocumentShell()-> in InsertChart()
70 …SdrOle2Obj* pSdrOle2Obj = new SdrOle2Obj( ::svt::EmbeddedObjectRef( xObj, embed::Aspects::MSOLE_CO… in InsertChart()
88 xObj->setVisualAreaSize( embed::Aspects::MSOLE_CONTENT, aSz ); in InsertChart()
/trunk/main/xmloff/source/meta/
H A Dxmlversion.cxx355 void SAL_CALL XMLVersionListPersistence::store( const uno::Reference< embed::XStorage >& xRoot, con… in store()
386 embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE ); in store()
421 …sionTag > SAL_CALL XMLVersionListPersistence::load( const uno::Reference< embed::XStorage >& xRoot… in load()
451 embed::ElementModes::READ ); in load()
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx189 …uno::Reference< embed::XStorage > xTemp = OStorageHelper::GetTemporaryStorage(/*sFileTemp,embed::E… in getNewOutputName()
221 …uno::Reference< embed::XStorage > xOut = OStorageHelper::GetStorageFromURL(sFileURL,embed::Element… in getNewOutputName()
266 uno::Reference<embed::XTransactedObject> xTransact(xOut,uno::UNO_QUERY); in getNewOutputName()
/trunk/main/sfx2/inc/sfx2/
H A DDocumentMetadataAccess.hxx52 namespace com { namespace sun { namespace star { namespace embed { namespace
72 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage>
177 ::com::sun::star::embed::XStorage > & i_xStorage,
187 ::com::sun::star::embed::XStorage > & i_xStorage)
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx129 bool OOXMLStreamImpl::lcl_getTarget(uno::Reference<embed::XRelationshipAccess> in lcl_getTarget()
238 uno::Reference<embed::XRelationshipAccess> xRelationshipAccess in getTargetForId()
262 uno::Reference<embed::XHierarchicalStorageAccess> in init()
269 (msTarget, embed::ElementModes::SEEKABLEREAD)); in init()
H A DOOXMLStreamImpl.hxx43 uno::Reference<embed::XStorage> mxStorage;
44 uno::Reference<embed::XRelationshipAccess> mxRelationshipAccess;
55 bool lcl_getTarget(uno::Reference<embed::XRelationshipAccess>
/trunk/main/chart2/source/tools/
H A DChartModelHelper.cxx165 uno::Reference< embed::XVisualObject > xVisualObject(xModel,uno::UNO_QUERY); in getPageSize()
168 aPageSize = xVisualObject->getVisualAreaSize( embed::Aspects::MSOLE_CONTENT ); in getPageSize()
174 uno::Reference< embed::XVisualObject > xVisualObject(xModel,uno::UNO_QUERY); in setPageSize()
177 xVisualObject->setVisualAreaSize( embed::Aspects::MSOLE_CONTENT, rSize ); in setPageSize()
/trunk/main/oox/inc/oox/helper/
H A Dzipstorage.hxx54 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxStorage,
61 virtual ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >
82 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >
/trunk/main/sw/source/core/frmedt/
H A Dfeflyole.cxx52 SwFlyFrm *SwFEShell::FindFlyFrm( const uno::Reference < embed::XEmbeddedObject >& xObj ) const in FindFlyFrm()
105 void SwFEShell::MakeObjVisible( const uno::Reference < embed::XEmbeddedObject >& xObj ) const in MakeObjVisible()
130 uno::Reference < embed::XEmbeddedObject > xObj = pIPClient->GetObject(); in FinishOLEObj()
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Ddigitalsignaturesdialog.hxx49 namespace embed { namespace
66 css::uno::Reference < css::embed::XStorage > mxStore;
135 void SetStorage( const cssu::Reference < css::embed::XStorage >& rxStore );
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx97 , m_xObject( static_cast< embed::XEmbeddedObject* >( xObj.get() ) ) in MainThreadNotificationRequest()
114 else if ( m_nAspect == embed::Aspects::MSOLE_CONTENT ) in notify()
116 else if ( m_nAspect == embed::Aspects::MSOLE_ICON ) in notify()
/trunk/main/framework/source/accelerators/
H A Ddocumentacceleratorconfiguration.cxx142 css::uno::Reference< css::embed::XStorage >()); in initialize()
151 void SAL_CALL DocumentAcceleratorConfiguration::setStorage(const css::uno::Reference< css::embed::X… in setStorage()
185 css::uno::Reference< css::embed::XStorage > xDocumentRoot = m_xDocumentRoot; in impl_ts_fillCache()
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java31 import com.sun.star.embed.XStorage;
32 import com.sun.star.embed.XTransactedObject;
633 aArgs[1] = new Integer(com.sun.star.embed.ElementModes.READ); in LoadDocumentAcceleratorConfiguration()
636 …XStorage xUIConfig = xRootStorage.openStorageElement("Configurations2", com.sun.star.embed.Element… in LoadDocumentAcceleratorConfiguration()
669 aArgs[1] = new Integer(com.sun.star.embed.ElementModes.WRITE); in SaveDocumentAcceleratorConfiguration()
672 …XStorage xUIConfig = xRootStorage.openStorageElement("Configurations2", com.sun.star.embed.Element… in SaveDocumentAcceleratorConfiguration()
/trunk/main/basic/source/inc/
H A Dscriptcont.hxx73 …const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage>& xStorage, const ::com:…
77 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
102 …SfxScriptLibraryContainer( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStora…
159 < ::com::sun::star::embed::XStorage >& xStorage );
/trunk/main/offapi/com/sun/star/embed/
H A DStateChangeInProgressException.idl27 #include <com/sun/star/embed/WrongStateException.idl>
33 module com { module sun { module star { module embed {
41 published exception StateChangeInProgressException: com::sun::star::embed::WrongStateException
/trunk/main/framework/inc/uiconfiguration/
H A Dmoduleuicfgsupplier.hxx106 …com::sun::star::uno::Reference< com::sun::star::embed::XStorage > m_xDefaultCfgR…
107 …com::sun::star::uno::Reference< com::sun::star::embed::XStorage > m_xUserCfgRoot…
108 …com::sun::star::uno::Reference< com::sun::star::embed::XTransactedObject > m_xUserRootCom…
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx423 …uno::Reference < embed::XEmbeddedObject > xObj = aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUG… in InsertEmbed()
473 …pDoc->Insert( *pPam, ::svt::EmbeddedObjectRef( xObj, embed::Aspects::MSOLE_CONTENT ), &aFrmSet, NU… in InsertEmbed()
648 ::svt::EmbeddedObjectRef( pAppletImpl->GetApplet(), embed::Aspects::MSOLE_CONTENT ), in EndObject()
781 ::svt::EmbeddedObjectRef( pAppletImpl->GetApplet(), embed::Aspects::MSOLE_CONTENT ), in EndApplet()
892 …uno::Reference < embed::XEmbeddedObject > xObj = aCnt.CreateEmbeddedObject( SvGlobalName( SO3_IFRA… in InsertFloatingFrame()
961 …pDoc->Insert( *pPam, ::svt::EmbeddedObjectRef( xObj, embed::Aspects::MSOLE_CONTENT ), &aFrmSet, NU… in InsertFloatingFrame()
1066 uno::Reference < embed::XClassifiedObject > xClass ( rObj.GetOleRef(), uno::UNO_QUERY ); in GuessOLENodeFrmType()
1101 uno::Reference < embed::XEmbeddedObject > xObj( rObj.GetOleRef() ); in OutHTML_FrmFmtOLENode()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx173 { "TargetStorage", sizeof("TargetStorage")-1,0, &embed::XStorage::static_type(), in _Write()
428 …::XStream > xStm = xStg->openStreamElement( sStreamName, embed::ElementModes::READWRITE | embed::E… in _Write()
543 embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE ); in WriteThroughComponent()
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindow.hxx33 class VCLXHatchWindow : public ::com::sun::star::embed::XHatchWindow,
36 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XHatchWindowController > m_xController;
64 … setController( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XHatchWindowContr…
H A Dhatchwindowfactory.cxx60 uno::Reference< embed::XHatchWindow > SAL_CALL OHatchWindowFactory::createHatchWindowInstance( in createHatchWindowInstance()
72 return uno::Reference< embed::XHatchWindow >( static_cast< embed::XHatchWindow* >( pResult ) ); in createHatchWindowInstance()

Completed in 186 milliseconds

12345678910>>...27