Home
last modified time | relevance | path

Searched refs:SeekPos (Results 1 – 25 of 29) sorted by relevance

12

/AOO41X/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx147 sal_Bool SeekPos( long nPos ); // geht ueber FC- bzw. CP-Wert
229 sal_Bool SeekPos( long nPos );
274 sal_Bool SeekPos( long nPos );
302 virtual sal_Bool SeekPos( WW8_CP nCpPos ) = 0;
330 virtual sal_Bool SeekPos( WW8_CP nCpPos );
349 virtual sal_Bool SeekPos( WW8_CP nCpPos );
405 sal_Bool SeekPos( long nPos );
450 virtual sal_Bool SeekPos( WW8_FC nFcPos );
482 virtual sal_Bool SeekPos( WW8_CP nCpPos );
506 virtual sal_Bool SeekPos( WW8_CP nCpPos );
[all …]
H A Dww8scan.cxx861 bool WW8PLCFx_PCDAttrs::SeekPos(WW8_CP ) in SeekPos() function in WW8PLCFx_PCDAttrs
1064 bool WW8PLCFx_PCD::SeekPos(WW8_CP nCpPos) in SeekPos() function in WW8PLCFx_PCD
1066 return pPcdI ? pPcdI->SeekPos( nCpPos ) : false; in SeekPos()
1494 if( !pPieceIter->SeekPos( nCpPos ) ) in WW8Cp2Fc()
2050 SeekPos( nStartPos ); in WW8PLCFspecial()
2059 bool WW8PLCFspecial::SeekPos(long nP) in SeekPos() function in WW8PLCFspecial
2159 SeekPos( nStartPos ); in WW8PLCF()
2178 SeekPos( nStartPos ); in WW8PLCF()
2236 bool WW8PLCF::SeekPos(long nPos) in SeekPos() function in WW8PLCF
2323 SeekPos( nStartPos ); in WW8PLCFpcd_Iter()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8scan.hxx225 bool SeekPos(long nPos); // geht ueber FC- bzw. CP-Wert
311 bool SeekPos(WW8_CP nPos);
352 bool SeekPos(long nPos);
392 virtual bool SeekPos(WW8_CP nCpPos) = 0;
425 virtual bool SeekPos(WW8_CP nCpPos);
450 virtual bool SeekPos(WW8_CP nCpPos);
517 bool SeekPos(WW8_FC nFc);
583 virtual bool SeekPos(WW8_FC nFcPos);
618 virtual bool SeekPos(WW8_CP nCpPos);
648 virtual bool SeekPos(WW8_CP nCpPos);
[all …]
H A Dww8scan.cxx985 bool WW8PLCFx_PCDAttrs::SeekPos(WW8_CP ) in SeekPos() function in WW8PLCFx_PCDAttrs
1188 bool WW8PLCFx_PCD::SeekPos(WW8_CP nCpPos) in SeekPos() function in WW8PLCFx_PCD
1190 return pPcdI ? pPcdI->SeekPos( nCpPos ) : false; in SeekPos()
1592 if( !pPieceIter->SeekPos( nCpPos ) ) in WW8Cp2Fc()
2229 SeekPos( nStartPos ); in WW8PLCFspecial()
2243 bool WW8PLCFspecial::SeekPos(long nP) in SeekPos() function in WW8PLCFspecial
2352 SeekPos( nStartPos ); in WW8PLCF()
2372 SeekPos( nStartPos ); in WW8PLCF()
2490 bool WW8PLCF::SeekPos(WW8_CP nPos) in SeekPos() function in WW8PLCF
2582 SeekPos( nStartPos ); in WW8PLCFpcd_Iter()
[all …]
H A Dww8graf.cxx867 if( !pT->SeekPos( rStartCp ) ) in GetTxbxTextSttEndCp()
1387 pPF->SeekPos( nGrafAnchorCp ); in ReadGrafLayer1()
2553 pPF->SeekPos( nGrafAnchorCp ); in Read_GrafLayer()
H A Drtfsdrexport.cxx58 virtual sal_Size SeekPos( sal_Size nPos ) { return nPos; } in SeekPos() function in SvNullStream
/AOO41X/main/tools/source/stream/
H A Dstream.cxx379 sal_Size SvStream::SeekPos( sal_Size nPos ) in SeekPos() function in SvStream
613 SeekPos( nActualFilePos ); in SetBufferSize()
1754 SeekPos( nBufFilePos ); in Read()
1770 SeekPos( nBufFilePos + nBufActualPos ); in Read()
1787 SeekPos( nBufFilePos ); in Read()
1862 SeekPos( nBufFilePos ); in Write()
1878 SeekPos( nBufFilePos ); in Write()
1920 nBufFilePos = SeekPos( nFilePos ); in Seek()
1938 SeekPos( nBufFilePos ); in Seek()
1948 nBufFilePos = SeekPos( nFilePos ); in Seek()
[all …]
H A Dcachestr.cxx200 sal_uIntPtr SvCacheStream::SeekPos( sal_uIntPtr nPos ) in SeekPos() function in SvCacheStream
H A Dstrmwnt.cxx267 sal_uIntPtr SvFileStream::SeekPos( sal_uIntPtr nPos ) in SeekPos() function in SvFileStream
H A Dstrmos2.cxx273 sal_uIntPtr SvFileStream::SeekPos( sal_uIntPtr nPos ) in SeekPos() function in SvFileStream
H A Dstrmunx.cxx417 sal_Size SvFileStream::SeekPos( sal_Size nPos ) in SeekPos() function in SvFileStream
/AOO41X/main/basic/source/runtime/
H A Diosys.cxx352 virtual sal_uIntPtr SeekPos( sal_uIntPtr nPos );
411 sal_uIntPtr OslStream::SeekPos( sal_uIntPtr nPos ) in SeekPos() function in OslStream
455 virtual sal_uIntPtr SeekPos( sal_uIntPtr nPos );
590 sal_uIntPtr UCBStream::SeekPos( sal_uIntPtr nPos ) in SeekPos() function in UCBStream
/AOO41X/main/tools/inc/tools/
H A Dstream.hxx301 virtual sal_Size SeekPos( sal_Size nPos );
750 virtual sal_Size SeekPos( sal_Size nPos );
800 virtual sal_Size SeekPos( sal_Size nPos );
H A Dcachestr.hxx52 TOOLS_DLLPRIVATE virtual sal_uIntPtr SeekPos( sal_uIntPtr nPos );
H A Dpstm.hxx206 virtual sal_uIntPtr SeekPos( sal_uIntPtr nPos );
/AOO41X/main/svl/inc/svl/
H A Doutstrm.hxx45 SVL_DLLPRIVATE virtual sal_uLong SeekPos(sal_uLong);
H A Dinstrm.hxx54 SVL_DLLPRIVATE virtual sal_uLong SeekPos(sal_uLong nPos);
/AOO41X/main/sot/source/sdstor/
H A Dstgole.hxx37 virtual sal_uLong SeekPos( sal_uLong nPos );
H A Dstgole.cxx81 sal_uLong StgInternalStream::SeekPos( sal_uLong nPos ) in SeekPos() function in StgInternalStream
H A Dstgstrms.hxx155 virtual sal_uLong SeekPos( sal_uLong nPos );
H A Dstgstrms.cxx1251 sal_uLong StgTmpStrm::SeekPos( sal_uLong n ) in SeekPos() function in StgTmpStrm
1270 return SvMemoryStream::SeekPos( n ); in SeekPos()
H A Dstorage.cxx234 sal_uLong SotStorageStream::SeekPos( sal_uLong nPos ) in SeekPos() function in SotStorageStream
244 nRet = SvStream::SeekPos( nPos ); in SeekPos()
/AOO41X/main/svl/source/misc/
H A Dstrmadpt.cxx583 sal_uLong SvInputStream::SeekPos(sal_uLong nPos) in SeekPos() function in SvInputStream
738 sal_uLong SvOutputStream::SeekPos(sal_uLong) in SeekPos() function in SvOutputStream
/AOO41X/main/sot/inc/sot/
H A Dstorage.hxx72 virtual sal_uLong SeekPos( sal_uLong nPos );
/AOO41X/main/tools/source/ref/
H A Dpstm.cxx332 sal_uIntPtr SvPersistStream::SeekPos( sal_uIntPtr nPos ) in SeekPos() function in SvPersistStream

12