Searched refs:xNewStor (Results 1 – 3 of 3) sorted by relevance
2002 uno::Reference < embed::XStorage > xNewStor = rMedium.GetStorage(); in DoSaveObjectAs() local2003 if ( !xNewStor.is() ) in DoSaveObjectAs()2006 uno::Reference < beans::XPropertySet > xPropSet( xNewStor, uno::UNO_QUERY ); in DoSaveObjectAs()2014 SetupStorage( xNewStor, SOFFICE_FILEFORMAT_CURRENT, sal_False ); in DoSaveObjectAs()2023 … uno::Reference< embed::XTransactedObject > xTransact( xNewStor, uno::UNO_QUERY_THROW ); in DoSaveObjectAs()
221 …tCommitTo( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xNewStor );222 …astCommitTo( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xNewStor,
1020 void OStorage_Impl::CopyLastCommitTo( const uno::Reference< embed::XStorage >& xNewStor ) in CopyLastCommitTo() argument1036 aTempRepresent.CopyToStorage( xNewStor, sal_False ); in CopyLastCommitTo()
Completed in 61 milliseconds