Home
last modified time | relevance | path

Searched refs:rxStorage (Results 1 – 20 of 20) sorted by relevance

/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx105 const Reference< css::embed::XStorage >& rxStorage, in signDocumentContent()
115 const Reference< css::embed::XStorage >& rxStorage, in verifyDocumentContentSignatures()
123 const Reference< css::embed::XStorage >& rxStorage, in showDocumentContentSignatures()
137 const Reference< css::embed::XStorage >& rxStorage, in signScriptingContent()
147 const Reference< css::embed::XStorage >& rxStorage, in verifyScriptingContentSignatures()
155 const Reference< css::embed::XStorage >& rxStorage, in showScriptingContentSignatures()
170 const Reference< css::embed::XStorage >& rxStorage, in signPackage()
179 const Reference< css::embed::XStorage >& rxStorage, in verifyPackageSignatures()
223 aSignaturesDialog.SetStorage( rxStorage ); in ImplViewSignatures()
231 if ( rxStorage.is() && !xSignStream.is() ) in ImplViewSignatures()
[all …]
H A Ddocumentdigitalsignatures.hxx57 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxStorage, const ::com::su…
58 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxStorage, const ::com::su…
59 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxStorage, const ::com::su…
/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx131 …ffDetector::detectStorageBiffVersion( OUString& orWorkbookStreamName, const StorageRef& rxStorage ) in detectStorageBiffVersion() argument
137 if( rxStorage.get() ) in detectStorageBiffVersion()
139 if( rxStorage->isStorage() ) in detectStorageBiffVersion()
142 BinaryXInputStream aBookStrm5( rxStorage->openInputStream( saBookName ), true ); in detectStorageBiffVersion()
146 BinaryXInputStream aBookStrm8( rxStorage->openInputStream( saWorkbookName ), true ); in detectStorageBiffVersion()
168 BinaryXInputStream aStrm( rxStorage->openInputStream( OUString() ), false ); in detectStorageBiffVersion()
/trunk/main/sfx2/source/doc/
H A Ddocmacromode.cxx391 sal_Bool DocumentMacroMode::storageHasMacros( const Reference< XStorage >& rxStorage ) in storageHasMacros() argument
394 if ( rxStorage.is() ) in storageHasMacros()
401 bHasMacros =( ( rxStorage->hasByName( s_sBasicStorageName ) in storageHasMacros()
402 && rxStorage->isStorageElement( s_sBasicStorageName ) in storageHasMacros()
404 || ( rxStorage->hasByName( s_sScriptsStorageName ) in storageHasMacros()
405 && rxStorage->isStorageElement( s_sScriptsStorageName ) in storageHasMacros()
/trunk/main/oox/source/ole/
H A Dolestorage.cxx69 const Reference< XNameContainer >& rxStorage,
96 const Reference< XNameContainer >& rxStorage, const OUString& rElementName ) : in OleOutputStream()
97 mxStorage( rxStorage ), in OleOutputStream()
201 … const Reference< XNameContainer >& rxStorage, const OUString& rElementName, bool bReadOnly ) : in OleStorage()
204 mxStorage( rxStorage ), in OleStorage()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx75 Sequence< InputSource > lclGetRelatedStreams( const Reference< XStorage >& rxStorage, const OUStrin… in lclGetRelatedStreams() argument
77 Reference< XRelationshipAccess > xRelation( rxStorage, UNO_QUERY_THROW ); in lclGetRelatedStreams()
78 Reference< XHierarchicalStorageAccess > xHierarchy( rxStorage, UNO_QUERY_THROW ); in lclGetRelatedStreams()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper.cxx106 const Reference < css::embed::XStorage >& rxStorage, in SetStorage()
110 mxUriBinding = new UriBindingHelper( rxStorage ); in SetStorage()
111 DBG_ASSERT(rxStorage.is(), "SetStorage - empty storage!"); in SetStorage()
H A Dxmlsignaturehelper2.cxx160 …indingHelper( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStorage ) in UriBindingHelper() argument
162 mxStorage = rxStorage; in UriBindingHelper()
H A Dxmlsignaturehelper2.hxx120 …ndingHelper( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStorage );
/trunk/main/oox/source/helper/
H A Dzipstorage.cxx97 ZipStorage::ZipStorage( const ZipStorage& rParentStorage, const Reference< XStorage >& rxStorage, c… in ZipStorage() argument
99 mxStorage( rxStorage ) in ZipStorage()
H A Dgraphichelper.cxx67 …nentContext >& rxContext, const Reference< XFrame >& rxTargetFrame, const StorageRef& rxStorage ) : in GraphicHelper() argument
69 mxStorage( rxStorage ), in GraphicHelper()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.hxx64 com::sun::star::embed::XStorage > & rxStorage, in StorageInfo()
67 : aTitle( rTitle ), xStorage( rxStorage ), xModel( rxModel ) {} in StorageInfo()
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx295 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxStorage, const ::rtl::OU… in ZipStorage() argument
297 , m_xStorage(rxStorage) in ZipStorage()
H A Duof2storage.hxx162 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxStorage,
/trunk/main/oox/inc/oox/xls/
H A Dbiffdetector.hxx63 const StorageRef& rxStorage );
/trunk/main/oox/inc/oox/helper/
H A Dzipstorage.hxx54 … const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& rxStorage,
H A Dgraphichelper.hxx68 const StorageRef& rxStorage );
/trunk/main/oox/inc/oox/ole/
H A Dolestorage.hxx58 … const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& rxStorage,
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dxmlsignaturehelper.hxx143 …nst com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStorage, ::rtl::OUString…
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx239 inline explicit SfxDocPasswordVerifier( const Reference< embed::XStorage >& rxStorage ) : in SfxDocPasswordVerifier() argument
240 mxStorage( rxStorage ) {} in SfxDocPasswordVerifier()

Completed in 69 milliseconds