Home
last modified time | relevance | path

Searched refs:nFirstNew (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen4.cxx1268 SCCOL nFirstNew = nThisCol; in CompareDocument() local
1269 while ( nFirstNew > 0 && pOtherCols[nFirstNew-1] > MaxCol() ) in CompareDocument()
1270 --nFirstNew; in CompareDocument()
1271 SCCOL nDiff = nThisCol - nFirstNew; in CompareDocument()
1307 SCROW nFirstNew = nThisRow; in CompareDocument() local
1308 while ( nFirstNew > 0 && pOtherRows[nFirstNew-1] > MaxRow() ) in CompareDocument()
1309 --nFirstNew; in CompareDocument()
1310 SCROW nDiff = nThisRow - nFirstNew; in CompareDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen4.cxx1255 SCCOL nFirstNew = nThisCol; in CompareDocument() local
1256 while ( nFirstNew > 0 && pOtherCols[nFirstNew-1] > MaxCol() ) in CompareDocument()
1257 --nFirstNew; in CompareDocument()
1258 SCCOL nDiff = nThisCol - nFirstNew; in CompareDocument()
1294 SCROW nFirstNew = nThisRow; in CompareDocument() local
1295 while ( nFirstNew > 0 && pOtherRows[nFirstNew-1] > MaxRow() ) in CompareDocument()
1296 --nFirstNew; in CompareDocument()
1297 SCROW nDiff = nThisRow - nFirstNew; in CompareDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunochart.cxx2436 sal_Int32 nFirstNew, sal_Int32 nCount ) in ExtendTo() argument
2448 if (nCount < 1 || nFirstNew < 0 || pTable->IsTableComplex()) in ExtendTo()
2468 if (bExtendCol && aDesc.nBottom + 1 == nFirstNew) in ExtendTo()
2477 else if (bExtendCol && aDesc.nTop - nCount == nFirstNew) in ExtendTo()
2486 else if (!bExtendCol && aDesc.nRight + 1 == nFirstNew) in ExtendTo()
2495 else if (!bExtendCol && aDesc.nLeft - nCount == nFirstNew) in ExtendTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunochart.cxx2441 sal_Int32 nFirstNew, sal_Int32 nCount ) in ExtendTo() argument
2453 if (nCount < 1 || nFirstNew < 0 || pTable->IsTableComplex()) in ExtendTo()
2473 if (bExtendCol && aDesc.nBottom + 1 == nFirstNew) in ExtendTo()
2482 else if (bExtendCol && aDesc.nTop - nCount == nFirstNew) in ExtendTo()
2491 else if (!bExtendCol && aDesc.nRight + 1 == nFirstNew) in ExtendTo()
2500 else if (!bExtendCol && aDesc.nLeft - nCount == nFirstNew) in ExtendTo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunochart.hxx314 void ExtendTo( bool bExtendCol, sal_Int32 nFirstNew, sal_Int32 nCount );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunochart.hxx313 void ExtendTo( bool bExtendCol, sal_Int32 nFirstNew, sal_Int32 nCount );
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts2/
H A Dfts2.c788 int nFirstOld, nFirstNew; /* Old and new varint len of first docid. */ in dlwAppend() local
796 nFirstNew = putVarint(c, iFirstDocid-pWriter->iPrevDocid); in dlwAppend()
809 dataBufferAppend2(pWriter->b, c, nFirstNew, in dlwAppend()
812 dataBufferAppend(pWriter->b, c, nFirstNew); in dlwAppend()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts2/
H A Dfts2.c788 int nFirstOld, nFirstNew; /* Old and new varint len of first docid. */ in dlwAppend() local
796 nFirstNew = putVarint(c, iFirstDocid-pWriter->iPrevDocid); in dlwAppend()
809 dataBufferAppend2(pWriter->b, c, nFirstNew, in dlwAppend()
812 dataBufferAppend(pWriter->b, c, nFirstNew); in dlwAppend()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts2/
H A Dfts2.c788 int nFirstOld, nFirstNew; /* Old and new varint len of first docid. */ in dlwAppend() local
796 nFirstNew = putVarint(c, iFirstDocid-pWriter->iPrevDocid); in dlwAppend()
809 dataBufferAppend2(pWriter->b, c, nFirstNew, in dlwAppend()
812 dataBufferAppend(pWriter->b, c, nFirstNew); in dlwAppend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts2/
H A Dfts2.c788 int nFirstOld, nFirstNew; /* Old and new varint len of first docid. */ in dlwAppend() local
796 nFirstNew = putVarint(c, iFirstDocid-pWriter->iPrevDocid); in dlwAppend()
809 dataBufferAppend2(pWriter->b, c, nFirstNew, in dlwAppend()
812 dataBufferAppend(pWriter->b, c, nFirstNew); in dlwAppend()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts2/
H A Dfts2.c788 int nFirstOld, nFirstNew; /* Old and new varint len of first docid. */ in dlwAppend() local
796 nFirstNew = putVarint(c, iFirstDocid-pWriter->iPrevDocid); in dlwAppend()
809 dataBufferAppend2(pWriter->b, c, nFirstNew, in dlwAppend()
812 dataBufferAppend(pWriter->b, c, nFirstNew); in dlwAppend()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c92447 int nFirstOld, nFirstNew; /* Old and new varint len of first docid. */
92455 nFirstNew = fts3PutVarint(c, iFirstDocid-pWriter->iPrevDocid);
92468 dataBufferAppend2(pWriter->b, c, nFirstNew,
92471 dataBufferAppend(pWriter->b, c, nFirstNew);