Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dimage.cxx622 … sal_uInt32 nNextOff = (nId < short(mvStringOffsets.size())) ? mvStringOffsets[ nId ] : nStringOff; in GetString() local
623 sal_uInt32 nLen = nNextOff - nOff - 1; in GetString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dimage.cxx659 … sal_uInt32 nNextOff = (nId < short(mvStringOffsets.size())) ? mvStringOffsets[ nId ] : nStringOff; in GetString() local
660 sal_uInt32 nLen = nNextOff - nOff - 1; in GetString()