Searched refs:nSkipCount (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/slideshow/source/engine/ |
H A D | effectrewinder.cxx | 194 const int nSkipCount (mnMainSequenceEffectCount - 1); in rewind() local 195 if (nSkipCount < 0) in rewind() 220 nSkipCount, in rewind() 305 void EffectRewinder::skipSomeMainSequenceEffects (sal_Int32 nSkipCount) in skipSomeMainSequenceEffects() argument 307 while (--nSkipCount >= 0) in skipSomeMainSequenceEffects()
|
H A D | effectrewinder.hxx | 150 void skipSomeMainSequenceEffects (const sal_Int32 nSkipCount);
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 517 …16 nRecId, sal_uLong nMaxFilePos, DffRecordHeader* pRecHd = NULL, sal_uLong nSkipCount = 0 ) const; 518 …6 nRecId2, sal_uLong nMaxFilePos, DffRecordHeader* pRecHd = NULL, sal_uLong nSkipCount = 0 ) const;
|
/aoo42x/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 1022 sal_Int32 nSkipCount = nLen - nRealLen; in read() local 1023 InStream->skipBytes( nSkipCount ); in read()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 3353 …St, sal_uInt16 nRecId, sal_uLong nMaxFilePos, DffRecordHeader* pRecHd, sal_uLong nSkipCount ) const in SeekToRec() 3372 if ( nSkipCount ) in SeekToRec() 3373 nSkipCount--; in SeekToRec() 3392 …1, sal_uInt16 nRecId2, sal_uLong nMaxFilePos, DffRecordHeader* pRecHd, sal_uLong nSkipCount ) const in SeekToRec2() 3402 if ( nSkipCount ) in SeekToRec2() 3403 nSkipCount--; in SeekToRec2()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 355 void ImplSkipActions( SvStream& rIStm, sal_uLong nSkipCount ) in ImplSkipActions() argument 360 for( sal_uLong i = 0UL; i < nSkipCount; i++ ) in ImplSkipActions()
|
Completed in 108 milliseconds