Home
last modified time | relevance | path

Searched refs:nEnd1 (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddoccomp.cxx812 --nEnd1; in Compare()
817 if( nStt1 == nEnd1 ) in Compare()
822 while (nStt1 < nEnd1) in Compare()
863 m_pBDiag[bmid] = nEnd1; in CheckDiag()
2159 m_nLen1 = nEnd1 - nStt1; in LineArrayComparator()
2334 int nLen1 = nEnd1 ? nEnd1 - nStt1 : m_rComparator.GetLen1(); in FindLCS()
2457 int nLen1 = nEnd1 ? nEnd1 - nStt1 : m_rComparator.GetLen1(); in FindL()
2495 nLen1 = nEnd1 - nStt1; in HirschbergLCS()
2557 nEnd1--; in Find()
2594 nEnd1--; in FindFastCS()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddoccomp.cxx797 --nEnd1; in Compare()
802 if( nStt1 == nEnd1 ) in Compare()
807 while (nStt1 < nEnd1) in Compare()
848 pBDiag[bmid] = nEnd1; in CheckDiag()
2136 nLen1 = nEnd1 - nStt1; in LineArrayComparator()
2311 int nLen1 = nEnd1 ? nEnd1 - nStt1 : rCmp.GetLen1(); in FindLCS()
2434 int nLen1 = nEnd1 ? nEnd1 - nStt1 : rCmp.GetLen1(); in FindL()
2472 nLen1 = nEnd1 - nStt1; in HirschbergLCS()
2534 nEnd1--; in Find()
2571 nEnd1--; in FindFastCS()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dndhints.cxx95 const sal_Int32 nEnd1 = rHt1.GetAnyEnd(); in operator ()() local
97 if ( nEnd1 > nEnd2 ) in operator ()()
99 if ( nEnd1 < nEnd2 ) in operator ()()
H A Dthints.cxx136 bool isOverlap(const sal_Int32 nStart1, const sal_Int32 nEnd1, in isOverlap() argument
140 ((nStart1 > nStart2) && (nStart1 < nEnd2) && (nEnd1 > nEnd2)) // (1) in isOverlap()
141 || ((nStart1 < nStart2) && (nStart2 < nEnd1) && (nEnd1 < nEnd2)); // (2) in isOverlap()
146 bool isNestedAny(const sal_Int32 nStart1, const sal_Int32 nEnd1, in isNestedAny() argument
149 return ((nStart1 == nStart2) || (nEnd1 == nEnd2)) in isNestedAny()
151 ? (nStart1 != nEnd1) || (nStart2 == nEnd2) in isNestedAny()
152 : ((nStart1 < nStart2) ? (nEnd1 >= nEnd2) : (nEnd1 <= nEnd2)); in isNestedAny()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dndhints.cxx97 const sal_Int32 nEnd1 = rHt1.GetAnyEnd(); in operator ()() local
99 if ( nEnd1 > nEnd2 ) in operator ()()
101 if ( nEnd1 < nEnd2 ) in operator ()()
H A Dthints.cxx143 bool isOverlap(const sal_Int32 nStart1, const sal_Int32 nEnd1, in isOverlap() argument
147 ((nStart1 > nStart2) && (nStart1 < nEnd2) && (nEnd1 > nEnd2)) // (1) in isOverlap()
148 || ((nStart1 < nStart2) && (nStart2 < nEnd1) && (nEnd1 < nEnd2)); // (2) in isOverlap()
153 bool isNestedAny(const sal_Int32 nStart1, const sal_Int32 nEnd1, in isNestedAny() argument
156 return ((nStart1 == nStart2) || (nEnd1 == nEnd2)) in isNestedAny()
158 ? (nStart1 != nEnd1) || (nStart2 == nEnd2) in isNestedAny()
159 : ((nStart1 < nStart2) ? (nEnd1 >= nEnd2) : (nEnd1 <= nEnd2)); in isNestedAny()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/util/
H A DutilTruth.h2254 int c, Var, nBeg0, nEnd0, nEnd1; in Abc_Tt6IsopCover() local
2280 nEnd1 = *pnCubes; in Abc_Tt6IsopCover()
2286 for ( c = nEnd0; c < nEnd1; c++ ) in Abc_Tt6IsopCover()
2299 int c, nBeg0, nEnd0, nEnd1; in Abc_Tt7IsopCover() local
2306 nEnd1 = *pnCubes; in Abc_Tt7IsopCover()
2313 for ( c = nEnd0; c < nEnd1; c++ ) in Abc_Tt7IsopCover()
2332 int c, nBeg0, nEnd0, nEnd1; in Abc_Tt8IsopCover() local
2346 nEnd1 = *pnCubes; in Abc_Tt8IsopCover()
2357 for ( c = nEnd0; c < nEnd1; c++ ) in Abc_Tt8IsopCover()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Ddbinsdlg.cxx662 nEnd1 = nWidth; in IMPL_LINK_NOARG() local
668 nEnd1 = nWidth1 - pCol->GetRight(); in IMPL_LINK_NOARG()
670 if(nStart1 || nEnd1 != nWidth) in IMPL_LINK_NOARG()
671 nWidth = nEnd1 - nStart1; in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Ddbinsdlg.cxx673 nEnd1 = nWidth; in IMPL_LINK_NOARG() local
679 nEnd1 = nWidth1 - pCol->GetRight(); in IMPL_LINK_NOARG()
681 if(nStart1 || nEnd1 != nWidth) in IMPL_LINK_NOARG()
682 nWidth = nEnd1 - nStart1; in IMPL_LINK_NOARG()
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichi_bns.c334 int MarkAtomsAtTautGroups( BN_STRUCT *pBNS, int num_atoms, BN_AATG *pAATG, int nEnd1, int nEnd2 );
1119 int MarkAtomsAtTautGroups( BN_STRUCT *pBNS, int num_atoms, BN_AATG *pAATG, int nEnd1, int nEnd2 ) in MarkAtomsAtTautGroups() argument
1137 if ( nEnd1 != vFirst && nEnd1 != vLast ) { in MarkAtomsAtTautGroups()
1138 nEnd1 = -1; /* really not the end */ in MarkAtomsAtTautGroups()
1191 … if ( ((0 <= v1) && (v1 == nEnd1)) || ((v1 == nEnd2) && (0 <= v2) && (v2 < num_atoms)) ) { in MarkAtomsAtTautGroups()
1198 … if ( ((0 <= v2) && (v2 == nEnd1)) || ((v2 == nEnd2) && (0 <= v1) && (v1 < num_atoms)) ) { in MarkAtomsAtTautGroups()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_formula.cxx154 SCROW nStart1, SCROW nEnd1, SCROW nStart2, SCROW nEnd2 ) in ColumnTest() argument
156 , m_nStart1(nStart1), m_nEnd1(nEnd1) in ColumnTest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_formula.cxx8206 SCROW nStart1, SCROW nEnd1, SCROW nStart2, SCROW nEnd2 ) in ColumnTest() argument
8208 , m_nStart1(nStart1), m_nEnd1(nEnd1) in ColumnTest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstantparam.numbers.results2019 int nEnd1
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstantparam.numbers.results2059 int nEnd1