Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable3.cxx1460 bool bStr2 = ( eType2 != CELLTYPE_VALUE ); in CompareCell() local
1466 bStr2 = false; in CompareCell()
1470 bStr2 = false; in CompareCell()
1474 if ( bStr1 && bStr2 ) // only compare strings as strings! in CompareCell()
1522 else if ( bStr2 ) // Number or Error <-> String in CompareCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable3.cxx1556 bool bStr2 = ( eType2 != CELLTYPE_VALUE ); in CompareCell() local
1562 bStr2 = false; in CompareCell()
1566 bStr2 = false; in CompareCell()
1570 if ( bStr1 && bStr2 ) // only compare strings as strings! in CompareCell()
1618 else if ( bStr2 ) // Number or Error <-> String in CompareCell()