Home
last modified time | relevance | path

Searched refs:xStor (Results 26 – 45 of 45) sorted by relevance

12

/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx114 sal_Bool SwDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor ) in InitNew() argument
118 sal_Bool bRet = SfxObjectShell::InitNew( xStor ); in InitNew()
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx446 uno::Reference< embed::XClassifiedObject > xStor( xNameAccess, uno::UNO_QUERY_THROW ); in CreateNative() local
447 uno::Sequence< sal_Int8 > aStorClassID = xStor->getClassID(); in CreateNative()
/trunk/main/sot/workben/
H A Dtestsot.cxx34 SotStorageRef xStor = new SotStorage( "c:\\temp\\65254.ppt" ); in main() local
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.hxx96 SvStorageRef xStor; member in VBA_Impl
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx133 const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStor,
H A Dobjsh.hxx468 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor );
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1712 uno::Reference< embed::XStorage > xStor = xDoc->getDocumentStorage(); in IsODFVersionConsistent() local
1713 uno::Reference< beans::XPropertySet > xStorProps( xStor, uno::UNO_QUERY_THROW ); in IsODFVersionConsistent()
1718 if ( ::comphelper::OStorageHelper::GetXStorageFormat( xStor ) >= SOFFICE_FILEFORMAT_8 ) in IsODFVersionConsistent()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1164 uno::Reference< frame::XStorable > xStor( xDicTmp, uno::UNO_QUERY ); in ExecuteSpellPopup() local
1169 && (!xStor.is() || !xStor->isReadonly()) ) in ExecuteSpellPopup()
/trunk/main/starmath/source/
H A Dmathmlexport.hxx70 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStor,
H A Dmathtype.cxx2069 SvStorageStreamRef xStor( pStor->OpenSotStream( C2S("\1CompObj"))); in ConvertFromStarMath() local
2070 xStor->Write(aCompObj,sizeof(aCompObj)); in ConvertFromStarMath()
2079 xStor.Clear(); in ConvertFromStarMath()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx986 uno::Reference< frame::XStorable > xStor( xDicTmp, uno::UNO_QUERY );
991 && (!xStor.is() || !xStor->isReadonly()) )
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx357 SvStorageRef xMacros= xStor->OpenStorage(rToplevel); in Open()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx94 …XMLImportWrapper(ScDocument& rD, SfxMedium* pM, const uno::Reference < embed::XStorage >& xStor ) : in ScXMLImportWrapper() argument
97 xStorage(xStor) in ScXMLImportWrapper()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx562 Reference<XStorable> xStor(getModel(),UNO_QUERY); in suspend() local
565 && xStor.is() in suspend()
566 && !xStor->isReadonly() in suspend()
/trunk/main/cui/source/factory/
H A Ddlgfact.hxx630 const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStor,
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2789 … SotStorageRef xStor = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in PutText() local
2790 MakeBlocklist_Imp( *xStor ); in PutText()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx3698 const uno::Reference< embed::XStorage >& xStor ) in GenerateAndStoreThumbnail()
3708xStor->openStorageElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Thumbnails")), in GenerateAndStoreThumbnail()
H A Ddocfile.cxx2084 …uno::Reference < embed::XStorage > xStor = comphelper::OStorageHelper::GetStorageFromURL( GetName(… in Transfer_Impl() local
2096 GetStorage()->copyToStorage( xStor ); in Transfer_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3481 SvStorageStreamRef xStor( GetWriter().GetStorage().OpenSotStream(sCompObj) ); in PrepareStorage() local
3482 xStor->Write( pData, nLen ); in PrepareStorage()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java3790 XStorable xStor = (XStorable) UnoRuntime.queryInterface( in doStore() local
3793 xStor.storeToURL(file, new PropertyValue[0]); in doStore()

Completed in 193 milliseconds

12