Home
last modified time | relevance | path

Searched refs:rxStore (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx88 std::vector< rtl::OUString >& rList, const Reference < css::embed::XStorage >& rxStore, in ImplFillElementList()
96 Reference < css::container::XNameAccess > xElements( rxStore, UNO_QUERY ); in ImplFillElementList()
118 if ( rxStore->isStreamElement( pNames[n] ) ) in ImplFillElementList()
127 else if ( bRecursive && rxStore->isStorageElement( pNames[n] ) ) in ImplFillElementList()
198 const Reference < css::embed::XStorage >& rxStore, in CreateElementList()
212 ImplFillElementList(aElements, rxStore, ::rtl::OUString(), false, mode); in CreateElementList()
235 Reference < css::container::XNameAccess > xElements( rxStore, UNO_QUERY ); in CreateElementList()
241 if ( ( pNames[n].match( aMatchStr ) ) && rxStore->isStorageElement( pNames[n] ) ) in CreateElementList()
256 ImplFillElementList(aElements, rxStore, ::rtl::OUString(), true, mode); in CreateElementList()
301 ImplFillElementList(aElements, rxStore, ::rtl::OUString(), true, mode); in CreateElementList()
[all …]
H A Dxmlsignaturehelper2.cxx191 …indingHelper::OpenInputStream( const uno::Reference < embed::XStorage >& rxStore, const rtl::OUStr… in OpenInputStream() argument
208 xStream = rxStore->cloneStreamElement( sName ); in OpenInputStream()
223 …uno::Reference < embed::XStorage > xSubStore = rxStore->openStorageElement( aStoreName, embed::Ele… in OpenInputStream()
H A Dxmlsignaturehelper2.hxx128 …onst com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStore, const rtl::OUStr…
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Ddocumentsignaturehelper.hxx79 const css::uno::Reference < css::embed::XStorage >& rxStore, sal_Int32 nOpenMode,
82 const css::uno::Reference < css::embed::XStorage >& rxStore,
H A Ddigitalsignaturesdialog.hxx135 void SetStorage( const cssu::Reference < css::embed::XStorage >& rxStore );
/trunk/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx279 …og::SetStorage( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStore ) in SetStorage() argument
281 mxStore = rxStore; in SetStorage()
289 Reference < css::embed::XStorage > xSubStore(rxStore->openStorageElement( in SetStorage()
/trunk/main/uui/source/
H A Dsecmacrowarnings.cxx337 void MacroWarning::SetStorage( const cssu::Reference < css::embed::XStorage >& rxStore, in SetStorage() argument
341 mxStore = rxStore; in SetStorage()
H A Dsecmacrowarnings.hxx92 void SetStorage( const cssu::Reference < css::embed::XStorage >& rxStore,

Completed in 33 milliseconds