Home
last modified time | relevance | path

Searched refs:nCursorPos (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfield2.cxx347 sal_uInt16 nCursorPos, sal_uInt16& rPos ) in ImplPatternMaxPos() argument
382 if ( rPos < nCursorPos ) in ImplPatternMaxPos()
383 rPos = nCursorPos; in ImplPatternMaxPos()
444 xub_StrLen nNewPos = nCursorPos; in ImplPatternLeftPos()
462 xub_StrLen nCursorPos ) in ImplPatternRightPos() argument
465 xub_StrLen nNewPos = nCursorPos; in ImplPatternRightPos()
498 xub_StrLen nCursorPos = (xub_StrLen)aOldSel.Max(); in ImplPatternProcessKeyInput() local
519 nCursorPos = (xub_StrLen)aSel.Min(); in ImplPatternProcessKeyInput()
536 if ( nCursorPos < nNewPos ) in ImplPatternProcessKeyInput()
537 nNewPos = nCursorPos; in ImplPatternProcessKeyInput()
[all …]
H A Dedit.cxx2302 xub_StrLen nCursorPos = mpIMEInfos->nPos + pData->GetCursorPos(); in Command() local
2303 SetSelection( Selection( nCursorPos, nCursorPos ) ); in Command()
2315 xub_StrLen nCursorPos = (sal_uInt16)GetSelection().Max(); in Command() local
2317 if ( nCursorPos == ( mpIMEInfos->nPos + mpIMEInfos->nLen ) ) { in Command()
/trunk/main/sc/source/ui/view/
H A Dselect.cxx702 nCursorPos( 0 ) in ScHeaderFunctionSet()
731 …pView->InitBlockMode( static_cast<SCCOL>(nCursorPos), 0, pViewData->GetTabNo(), sal_True, sal_True… in CreateAnchor()
732 pView->MarkCursor( static_cast<SCCOL>(nCursorPos), MAXROW, pViewData->GetTabNo() ); in CreateAnchor()
736 pView->InitBlockMode( 0, nCursorPos, pViewData->GetTabNo(), sal_True, sal_False, sal_True ); in CreateAnchor()
737 pView->MarkCursor( MAXCOL, nCursorPos, pViewData->GetTabNo() ); in CreateAnchor()
812 nCursorPos = static_cast<SCCOLROW>(nPosX); in SetCursorAtPoint()
817 nCursorPos = static_cast<SCCOLROW>(nPosY); in SetCursorAtPoint()
/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx480 sal_uInt16 nCursorPos = nStart; in GetAttribs() local
481 if ( ( pAttr->GetStart() <= nCursorPos ) && ( pAttr->GetEnd() >= nCursorPos ) ) in GetAttribs()
485 if ( ( pAttr->GetStart() < nCursorPos ) || pAttr->IsEmpty() || !nCursorPos ) in GetAttribs()
/trunk/main/vcl/source/window/
H A Dcmdevt.cxx51 xub_StrLen nCursorPos, in CommandExtTextInputData() argument
65 mnCursorPos = nCursorPos; in CommandExtTextInputData()
H A Dwinproc.cxx1249 sal_uLong nCursorPos, sal_uInt16 nCursorFlags ) in ImplHandleExtTextInput() argument
1326 (xub_StrLen)nCursorPos, nCursorFlags, in ImplHandleExtTextInput()
/trunk/main/sw/source/core/text/
H A Dwrong.cxx373 xub_StrLen nLen, MSHORT nIndex, xub_StrLen nCursorPos ) in Fresh() argument
376 sal_Bool bRet = nLen && ( nCursorPos > nPos + nLen || nCursorPos < nPos ); in Fresh()
/trunk/main/vcl/inc/unx/
H A Di18n_cb.hxx68 unsigned int nCursorPos; member
/trunk/main/sc/source/ui/inc/
H A Dselect.hxx95 SCCOLROW nCursorPos; member in ScHeaderFunctionSet
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx228 xub_StrLen nLen, sal_uInt16 nIndex, xub_StrLen nCursorPos );
/trunk/main/vcl/inc/vcl/
H A Dcmdevt.hxx64 xub_StrLen nCursorPos,
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx59 pPreeditData->aText.nCursorPos = 0; in PreeditStartCallback()
H A Di18n_ic.cxx206 maClientData.aText.nCursorPos = 0; in SalI18N_InputContext()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx3390 ULONG nCursorPos = 0; in ImplHandleIMEOpenCandidate() local
3394 aEvt.mnFirstPos = nCursorPos; in ImplHandleIMEOpenCandidate()
3395 aEvt.mnChars = nBufLen-nCursorPos; in ImplHandleIMEOpenCandidate()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3630 gint nCursorPos = 0; in signalIMPreeditChanged() local
3635 &nCursorPos ); in signalIMPreeditChanged()
3653 pThis->m_aInputEvent.mnCursorPos = nCursorPos; in signalIMPreeditChanged()

Completed in 220 milliseconds