Searched refs:nSelStart (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoparagraph.cxx | 139 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = -1) in Impl() argument 146 , m_nSelectionStartPos(nSelStart) in Impl() 227 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in SwXParagraph() argument 229 new SwXParagraph::Impl(*this, &rTxtNode, xParent, nSelStart, nSelEnd)) in SwXParagraph() 253 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in CreateXParagraph() argument 258 if ((-1 == nSelStart) && (-1 == nSelEnd)) // only use cache if no selection! in CreateXParagraph() 275 new SwXParagraph(xParentText, rTxtNode, nSelStart, nSelEnd) ); in CreateXParagraph() 279 if ((-1 == nSelStart) && (-1 == nSelEnd)) in CreateXParagraph()
|
/aoo42x/main/sc/inc/ |
H A D | reffind.hxx | 41 xub_StrLen nSelStart; member in ScRefFinder 54 xub_StrLen GetSelStart() const { return nSelStart; } in GetSelStart()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | rfindlst.hxx | 37 xub_StrLen nSelStart; member 41 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | reffind.cxx | 70 nSelStart = nSelEnd = nFound = 0; in ScRefFinder() 142 nSelStart = nAbsStart; in ToggleRel()
|
/aoo42x/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);
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 213 xub_StrLen nSelStart = static_cast< xub_StrLen >( rSelStart.GetIndex() ); in GetWordAtCursor() local 223 … && nSelStart >= nStart && nSelStart <= nEnd && nSelEnd >= nStart && nSelEnd <= nEnd ) in GetWordAtCursor()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 253 xub_StrLen nOldStart = pData->nSelStart; in UpdateRange() 282 pNext->nSelStart = (xub_StrLen)(pNext->nSelStart + nDiff); in UpdateRange()
|
Completed in 60 milliseconds