Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx1760 sal_Int32 nStopCount; in importFill() local
1763 nStopCount = rStrm.readInt32(); in importFill()
1764 for( sal_Int32 nStop = 0; (nStop < nStopCount) && !rStrm.isEof(); ++nStop ) in importFill()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx1757 sal_Int32 nStopCount; in importFill() local
1760 nStopCount = rStrm.readInt32(); in importFill()
1761 for( sal_Int32 nStop = 0; (nStop < nStopCount) && !rStrm.isEof(); ++nStop ) in importFill()