Searched refs:nSelEnd (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoparagraph.cxx | 133 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = -1) in Impl() argument 141 , m_nSelectionEndPos(nSelEnd) in Impl() 214 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in SwXParagraph() argument 216 new SwXParagraph::Impl(*this, &rTxtNode, xParent, nSelStart, nSelEnd)) in SwXParagraph() 240 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in CreateXParagraph() argument 245 if ((-1 == nSelStart) && (-1 == nSelEnd)) // only use cache if no selection! in CreateXParagraph() 262 new SwXParagraph(xParentText, rTxtNode, nSelStart, nSelEnd) ); in CreateXParagraph() 266 if ((-1 == nSelStart) && (-1 == nSelEnd)) in CreateXParagraph()
|
/aoo41x/main/sc/inc/ |
H A D | reffind.hxx | 42 xub_StrLen nSelEnd; member in ScRefFinder 55 xub_StrLen GetSelEnd() const { return nSelEnd; } in GetSelEnd()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | rfindlst.hxx | 38 xub_StrLen nSelEnd; member 41 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | reffind.cxx | 70 nSelStart = nSelEnd = nFound = 0; in ScRefFinder() 143 nSelEnd = nAbsStart+aExpr.Len(); // Selektion, keine Indizes in ToggleRel()
|
/aoo41x/main/sw/inc/ |
H A D | unoparagraph.hxx | 87 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1); 99 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 254 xub_StrLen nOldEnd = pData->nSelEnd; in UpdateRange() 276 pData->nSelEnd = (xub_StrLen)(pData->nSelEnd + nDiff); in UpdateRange() 283 pNext->nSelEnd = (xub_StrLen)(pNext->nSelEnd + nDiff); in UpdateRange()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 214 xub_StrLen nSelEnd = static_cast< xub_StrLen >( rSelEnd.GetIndex() ); in GetWordAtCursor() local 223 … && nSelStart >= nStart && nSelStart <= nEnd && nSelEnd >= nStart && nSelEnd <= nEnd ) in GetWordAtCursor()
|
Completed in 49 milliseconds