Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1184 sal_uInt64 nEndStreamPos; in endStream() local
1185 if( osl_File_E_None != osl_getFilePos( m_pWriter->m_aFile, &nEndStreamPos ) ) in endStream()
1200 aLine.append( (sal_Int64)(nEndStreamPos-m_nBeginStreamPos) ); in endStream()
3641 sal_uInt64 nEndStreamPos = 0; in emitEmbeddedFont() local
3642 osl_getFilePos( m_aFile, &nEndStreamPos ); in emitEmbeddedFont()
3656 aLine.append( (sal_Int64)(nEndStreamPos-nBeginStreamPos ) ); in emitEmbeddedFont()
6255 sal_uInt64 nEndStreamPos = 0; in emitOutputIntent() local
6256 osl_getFilePos( m_aFile, &nEndStreamPos ); in emitOutputIntent()
6269 aLine.append( (sal_Int64)(nEndStreamPos-nBeginStreamPos) ); in emitOutputIntent()
6786 sal_uInt64 nBeginStreamPos = 0, nEndStreamPos = 0; in emitAdditionalStreams() local
[all …]