Home
last modified time | relevance | path

Searched refs:embed (Results 201 – 225 of 667) sorted by relevance

12345678910>>...27

/trunk/main/sc/inc/
H A Dxmlwrap.hxx43 namespace embed { class XStorage; } namespace
52 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > xStorage;
75 …& rD, SfxMedium* pM, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >&);
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx359 const uno::Reference < embed::XStorage >& xStorage, in ReadThroughComponent()
421 xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()
590 uno::Reference < embed::XStorage > xStorage = mrMedium.GetStorage(); in Import()
916 { MAP_LEN( "TargetStorage" ), 0, &embed::XStorage::static_type(), in Export()
930 const uno::Reference < embed::XStorage >& xStorage = mrMedium.GetOutputStorage(); in Export()
1041 embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE ); in Export()
/trunk/main/oox/inc/oox/helper/
H A Dstoragebase.hxx33 namespace embed { class XStorage; } namespace
76 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >
152 virtual ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >
/trunk/main/offapi/com/sun/star/embed/
H A DBaseStorage.idl28 #include <com/sun/star/embed/XStorage.idl>
38 module com { module sun { module star { module embed {
50 interface ::com::sun::star::embed::XStorage;
H A DXHatchWindowFactory.idl27 #include <com/sun/star/embed/XHatchWindow.idl>
48 module com { module sun { module star { module embed {
75 ::com::sun::star::embed::XHatchWindow createHatchWindowInstance(
H A DXOLESimpleStorage.idl39 #include <com/sun/star/embed/XTransactedObject.idl>
43 #include <com/sun/star/embed/XClassifiedObject.idl>
48 module com { module sun { module star { module embed {
/trunk/main/sw/source/ui/uiview/
H A Dswcli.cxx108 if ( GetAspect() == embed::Aspects::MSOLE_ICON ) in ViewChanged()
129 catch( embed::NoVisualAreaSizeException& ) in ViewChanged()
173 const uno::Reference < embed::XEmbeddedObject >& xObj( GetObject() ); in FormatChanged()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_provider.hxx35 namespace com { namespace sun { namespace star { namespace embed { namespace
100 com::sun::star::uno::Reference< com::sun::star::embed::XStorage >
103 com::sun::star::uno::Reference< com::sun::star::embed::XStorage >
H A Dtdoc_docmgr.hxx55 com::sun::star::embed::XStorage > xStorage;
64 com::sun::star::embed::XStorage > & rxStorage, in StorageInfo()
135 com::sun::star::uno::Reference< com::sun::star::embed::XStorage >
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentSubStorageSupplier.idl31 #include <com/sun/star/embed/XStorage.idl>
58 … a mode the storage should be opened in can take value from ::com::sun::star::embed::ElementModes
63 com::sun::star::embed::XStorage getDocumentSubStorage(
H A DXDocumentRevisionListPersistence.idl31 #include <com/sun/star/embed/XStorage.idl>
66 …sequence < ::com::sun::star::util::RevisionTag > load( [in] ::com::sun::star::embed::XStorage Stor…
77 …void store( [in] ::com::sun::star::embed::XStorage Storage, [in] sequence < ::com::sun::star::util…
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx83 virtual com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetObject()=0;
133 const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStor,
136 … const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& xObj )=0;
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx86 , ::com::sun::star::embed::XVisualObject
420 …hrow (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::embed::WrongStateExcepti…
421 …hrow (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::embed::WrongStateExcepti…
422embed::VisualRepresentation SAL_CALL getPreferredVisualRepresentation( ::sal_Int64 nAspect ) throw…
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx296 uno::Reference<embed::XStorage> xStorage, in ReadThroughComponent()
357 …uno::Reference <io::XStream> xStream = xStorage->openStreamElement( sStreamName, embed::ElementMod… in ReadThroughComponent()
532 uno::Reference<embed::XStorage> xStorage; in Read()
942 …uno::Reference < io::XStream > xStm = xStorage->openStreamElement( sStreamName, embed::ElementMode… in Read()
1067 uno::Reference < embed::XStorage > xStg2; in GetSectionList()
1077 …uno::Reference < io::XStream > xStm = xStg2->openStreamElement( sDocName, embed::ElementModes::REA… in GetSectionList()
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx65 using namespace com::sun::star::embed;
384 catch ( ::com::sun::star::embed::InvalidStorageException& ) in impl_requestUIElementData()
393 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in impl_requestUIElementData()
691 catch ( ::com::sun::star::embed::InvalidStorageException& ) in impl_Initialize()
700 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in impl_Initialize()
851 … css::uno::Reference< css::embed::XStorage >()); // no document root used here! in initialize()
856 m_xUserRootCommit = css::uno::Reference< css::embed::XTransactedObject >( in initialize()
983 catch ( ::com::sun::star::embed::InvalidStorageException& ) in reset()
986 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in reset()
H A Duiconfigurationmanagerimpl.cxx67 using namespace com::sun::star::embed;
353 catch ( ::com::sun::star::embed::InvalidStorageException& ) in impl_requestUIElementData()
362 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in impl_requestUIElementData()
664 catch ( ::com::sun::star::embed::InvalidStorageException& ) in impl_Initialize()
673 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in impl_Initialize()
822 … css::uno::Reference< css::embed::XStorage >()); // no document root used here! in initialize()
827 m_xUserRootCommit = css::uno::Reference< css::embed::XTransactedObject >( in initialize()
950 catch ( ::com::sun::star::embed::InvalidStorageException& ) in reset()
953 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in reset()
H A Duiconfigurationmanager.cxx65 using namespace com::sun::star::embed;
321 catch ( ::com::sun::star::embed::InvalidStorageException& ) in impl_requestUIElementData()
330 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in impl_requestUIElementData()
568 catch ( ::com::sun::star::embed::InvalidStorageException& ) in impl_Initialize()
577 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in impl_Initialize()
765 catch ( ::com::sun::star::embed::InvalidStorageException& ) in reset()
768 catch ( ::com::sun::star::embed::StorageWrappedTargetException& ) in reset()
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindow.cxx123 static_cast< embed::XHatchWindow* >( this ) ) ); in queryInterface()
157 ::getCppuType(( const uno::Reference< embed::XHatchWindow >* )NULL ), in getTypes()
200 void SAL_CALL VCLXHatchWindow::setController( const uno::Reference< embed::XHatchWindowController >… in setController()
/trunk/main/sc/source/ui/view/
H A Dtabvwshh.cxx157 uno::Reference < embed::XEmbeddedObject > lcl_GetSelectedObj( SdrView* pDrView ) //! Member v… in lcl_GetSelectedObj()
159 uno::Reference < embed::XEmbeddedObject > xRet; in lcl_GetSelectedObj()
190 … uno::Reference < embed::XEmbeddedObject > xOLE = lcl_GetSelectedObj( GetSdrView() ); in GetObjectState()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx193 … uno::Reference < embed::XEmbeddedObject > xObj = static_cast< SdrOle2Obj* >( pObj )->GetObjRef(); in CreateObjectReplacement()
194 uno::Reference < embed::XEmbedPersist > xPersist( xObj, uno::UNO_QUERY ); in CreateObjectReplacement()
677 uno::Reference< embed::XStorage > xWorkStore = in WriteObject()
678 …::comphelper::OStorageHelper::GetStorageFromURL( aTempFile.GetURL(), embed::ElementModes::READWRIT… in WriteObject()
687 uno::Reference< embed::XTransactedObject > xTransact( xWorkStore, uno::UNO_QUERY ); in WriteObject()
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx223 rBase.SetVerbs( uno::Sequence< embed::VerbDescriptor >() ); in SelectionHasChanged()
245 uno::Reference < embed::XEmbeddedObject > xObj = pOleObj->GetObjRef(); in SelectionHasChanged()
252 rBase.SetVerbs( uno::Sequence < embed::VerbDescriptor >() ); in SelectionHasChanged()
260 uno::Reference < embed::XEmbeddedObject > xObj = pOleObj->GetObjRef(); in SelectionHasChanged()
267 rBase.SetVerbs( uno::Sequence < embed::VerbDescriptor >() ); in SelectionHasChanged()
272 rBase.SetVerbs( uno::Sequence < embed::VerbDescriptor >() ); in SelectionHasChanged()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx141 …SfxMedium* pMedium, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
142 …SfxMedium* pMedium, const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
197 …virtual sal_Bool InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XSto…
212 … SaveCompleted( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& ); …
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx226 uno::Reference < embed::XClassifiedObject > xClass( rObject.GetObjRef(), uno::UNO_QUERY ); in InsertOle()
441 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in ImportOleBase()
450 if ( ( nByte >> 4 ) & embed::Aspects::MSOLE_ICON ) in ImportOleBase()
451 nAspect = embed::Aspects::MSOLE_ICON; in ImportOleBase()
/trunk/main/basic/source/inc/
H A Ddlgcont.hxx79 …SfxDialogLibraryContainer( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStora…
83 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& RootStorage )
124 < ::com::sun::star::embed::XStorage >& xStorage );
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2175 uno::Reference < embed::XEmbeddedObject > xIP = pOleNode->GetOLEObj().GetOleRef(); in getPropertyValue()
2902 uno::Reference < embed::XEmbeddedObject > xIPObj; in attachToRange()
2928 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in attachToRange()
2945 catch ( embed::NoVisualAreaSizeException& ) in attachToRange()
2966 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; in attachToRange()
3646 uno::Reference < embed::XEmbeddedObject > xIP = pOleNode->GetOLEObj().GetOleRef(); in getEmbeddedObject()
3671 uno::Reference< embed::XEmbeddedObject > SAL_CALL SwXTextEmbeddedObject::getExtendedControlOverEmbe… in getExtendedControlOverEmbeddedObject()
3674 uno::Reference< embed::XEmbeddedObject > xResult; in getExtendedControlOverEmbeddedObject()
3725 return embed::Aspects::MSOLE_CONTENT; // return the default value in getAspect()
3836 uno::Reference < embed::XEmbeddedObject > xIP = pNd->GetOLEObj().GetOleRef(); in modified()
[all …]

Completed in 138 milliseconds

12345678910>>...27