Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Deffectrewinder.cxx194 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 Deffectrewinder.hxx150 void skipSomeMainSequenceEffects (const sal_Int32 nSkipCount);
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx517 …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;
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx1022 sal_Int32 nSkipCount = nLen - nRealLen; in read() local
1023 InStream->skipBytes( nSkipCount ); in read()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3353 …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()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx355 void ImplSkipActions( SvStream& rIStm, sal_uLong nSkipCount ) in ImplSkipActions() argument
360 for( sal_uLong i = 0UL; i < nSkipCount; i++ ) in ImplSkipActions()

Completed in 85 milliseconds