Searched refs:NOT_FOUND (Results 1 – 7 of 7) sorted by relevance
86 nEdFocus=NOT_FOUND; in ParaWin()108 if (nArg==NOT_FOUND) return; in UpdateArgDesc()515 if(nEdFocus!=NOT_FOUND) in SliderMoved()540 nEdFocus=NOT_FOUND; in IMPL_LINK()550 if(nEdFocus!=NOT_FOUND) in IMPL_LINK()562 nEdFocus=NOT_FOUND; in IMPL_LINK()572 if(nEdFocus!=NOT_FOUND) in IMPL_LINK()586 nEdFocus=NOT_FOUND; in IMPL_LINK()596 if(nEdFocus!=NOT_FOUND) in IMPL_LINK()619 nEdFocus=NOT_FOUND; in IMPL_LINK()[all …]
43 #define NOT_FOUND 0xffff macro
111 void EditNextFunc( sal_Bool bForward, xub_StrLen nFStart=NOT_FOUND );1174 if(nFStart==NOT_FOUND) in EditThisFunc()1211 if(nFStart==NOT_FOUND) in EditNextFunc()
50 #define NOT_FOUND 0xffff macro
2307 SCROW ScRowBreakIterator::NOT_FOUND = -1; member in ScRowBreakIterator2318 return maItr == maEnd ? NOT_FOUND : *maItr; in first()2324 return maItr == maEnd ? NOT_FOUND : *maItr; in next()
553 static SCROW NOT_FOUND; member in ScRowBreakIterator
3083 while (nNextPageBreak != ScRowBreakIterator::NOT_FOUND && nNextPageBreak < nStartRow) in CalcPages()
Completed in 77 milliseconds