Home
last modified time | relevance | path

Searched refs:xDestSeek (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlexprt.cxx1801 uno::Reference<io::XSeekable> xDestSeek( xDestStream, uno::UNO_QUERY ); in CopySourceStream() local
1802 if ( xDestSeek.is() ) in CopySourceStream()
1814 rNewStart = static_cast<sal_Int32>(xDestSeek->getPosition()); in CopySourceStream()
1829 rNewEnd = static_cast<sal_Int32>(xDestSeek->getPosition()); in CopySourceStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlexprt.cxx1813 uno::Reference<io::XSeekable> xDestSeek( xDestStream, uno::UNO_QUERY ); in CopySourceStream() local
1814 if ( !xDestSeek.is() ) in CopySourceStream()
1827 rNewStart = static_cast<sal_Int32>(xDestSeek->getPosition()); in CopySourceStream()
1842 rNewEnd = static_cast<sal_Int32>(xDestSeek->getPosition()); in CopySourceStream()