Home
last modified time | relevance | path

Searched refs:xSourceStream (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/uno/
H A Dscriptcont.cxx691 uno::Reference< io::XStream > xSourceStream = xStorage->openStreamElement( in implStorePasswordLibrary() local
694 uno::Reference< beans::XPropertySet > xProps( xSourceStream, uno::UNO_QUERY ); in implStorePasswordLibrary()
703 setStreamKey( xSourceStream, pLib->maPassword ); in implStorePasswordLibrary()
705 Reference< XOutputStream > xOutput = xSourceStream->getOutputStream(); in implStorePasswordLibrary()
811 uno::Reference< io::XStream > xSourceStream; in implStorePasswordLibrary() local
814 xSourceStream = xElementRootStorage->openStreamElement( in implStorePasswordLibrary()
828 xSourceStream = xElementRootStorage->openEncryptedStreamElement( in implStorePasswordLibrary()
834 uno::Reference< beans::XPropertySet > xProps( xSourceStream, uno::UNO_QUERY ); in implStorePasswordLibrary()
841 Reference< XOutputStream > xOut = xSourceStream->getOutputStream(); in implStorePasswordLibrary()
995 if ( !xSourceStream.is() ) in implLoadPasswordLibrary()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx577 xSourceStream = xNewStream; in SetSourceStream()
579 if ( xSourceStream.is() ) in SetSourceStream()
587 sal_Int32 nRead = xSourceStream->readBytes( aFileStart, nLen ); in SetSourceStream()
592 xSourceStream.clear(); in SetSourceStream()
607 xSourceStream.clear(); in SetSourceStream()
1620 lcl_SkipBytesInBlocks( xSourceStream, nStartOffset - nSourceStreamPos ); in CopySourceStream()
1622 if ( !lcl_CopyStreamElement( xSourceStream, xDestStream, nEndOffset - nStartOffset ) ) in CopySourceStream()
1696 if ( nStartOffset >= 0 && nEndOffset >= 0 && xSourceStream.is() ) in _ExportContent()
2456 pSheetData->HasStreamPos(nTable) && xSourceStream.is(); in _ExportAutoStyles()
H A Dxmlexprt.hxx72 com::sun::star::uno::Reference<com::sun::star::io::XInputStream> xSourceStream; member in ScXMLExport

Completed in 40 milliseconds