Home
last modified time | relevance | path

Searched refs:nStart1 (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
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 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/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Ddbinsdlg.cxx661 nStart1 = 0, in IMPL_LINK_NOARG() local
666 nStart1 = pCol->GetLeft() + nWidth1; 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.cxx672 nStart1 = 0, in IMPL_LINK_NOARG() local
677 nStart1 = pCol->GetLeft() + nWidth1; in IMPL_LINK_NOARG()
681 if(nStart1 || nEnd1 != nWidth) in IMPL_LINK_NOARG()
682 nWidth = nEnd1 - nStart1; in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/pyuno/source/module/
H A Dpyuno.cxx659 sal_Int32 nStart1 = 0, nStop1 = 0, nStep1 = 0, nSliceLength1 = 0; in lcl_getitem_XCellRange() local
671 …int nSuccess2 = lcl_PySlice_GetIndicesEx( rKey1.get(), nLen1, &nStart1, &nStop1, &nStep1, &nSliceL… in lcl_getitem_XCellRange()
684 aParams[0] <<= nStart1; in lcl_getitem_XCellRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/pyuno/source/module/
H A Dpyuno.cxx671 sal_Int32 nStart1 = 0, nStop1 = 0, nStep1 = 0, nSliceLength1 = 0; in lcl_PyNumber_AsSal_Int32() local
683 …int nSuccess2 = lcl_PySlice_GetIndicesEx( rKey1.get(), nLen1, &nStart1, &nStop1, &nStep1, &nSliceL… in lcl_PyNumber_AsSal_Int32()
696 aParams[0] <<= nStart1; in lcl_PyNumber_AsSal_Int32()
/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.results2015 int nStart1
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstantparam.numbers.results2075 int nStart1