Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx148 bool isOverlap(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isOverlap() argument
152 ((nStart1 > nStart2) && (nStart1 < nEnd2) && (nEnd1 > nEnd2)) // (1) in isOverlap()
153 || ((nStart1 < nStart2) && (nStart2 < nEnd1) && (nEnd1 < nEnd2)); // (2) in isOverlap()
158 bool isNestedAny(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isNestedAny() argument
161 return ((nStart1 == nStart2) || (nEnd1 == nEnd2)) in isNestedAny()
163 ? (nStart1 != nEnd1) || (nStart2 == nEnd2) in isNestedAny()
164 : ((nStart1 < nStart2) ? (nEnd1 >= nEnd2) : (nEnd1 <= nEnd2)); in isNestedAny()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx736 nStart1 = 0, in IMPL_LINK() local
741 nStart1 = pCol->GetLeft() + nWidth1; in IMPL_LINK()
745 if(nStart1 || nEnd1 != nWidth) in IMPL_LINK()
746 nWidth = nEnd1 - nStart1; in IMPL_LINK()

Completed in 26 milliseconds