/trunk/main/vcl/source/control/ |
H A D | field2.cxx | 347 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 D | edit.cxx | 2302 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 D | select.cxx | 702 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 D | impedit5.cxx | 480 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 D | cmdevt.cxx | 51 xub_StrLen nCursorPos, in CommandExtTextInputData() argument 65 mnCursorPos = nCursorPos; in CommandExtTextInputData()
|
H A D | winproc.cxx | 1249 sal_uLong nCursorPos, sal_uInt16 nCursorFlags ) in ImplHandleExtTextInput() argument 1326 (xub_StrLen)nCursorPos, nCursorFlags, in ImplHandleExtTextInput()
|
/trunk/main/sw/source/core/text/ |
H A D | wrong.cxx | 373 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 D | i18n_cb.hxx | 68 unsigned int nCursorPos; member
|
/trunk/main/sc/source/ui/inc/ |
H A D | select.hxx | 95 SCCOLROW nCursorPos; member in ScHeaderFunctionSet
|
/trunk/main/sw/source/core/inc/ |
H A D | wrong.hxx | 228 xub_StrLen nLen, sal_uInt16 nIndex, xub_StrLen nCursorPos );
|
/trunk/main/vcl/inc/vcl/ |
H A D | cmdevt.hxx | 64 xub_StrLen nCursorPos,
|
/trunk/main/vcl/unx/generic/app/ |
H A D | i18n_cb.cxx | 59 pPreeditData->aText.nCursorPos = 0; in PreeditStartCallback()
|
H A D | i18n_ic.cxx | 206 maClientData.aText.nCursorPos = 0; in SalI18N_InputContext()
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 3390 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 D | gtkframe.cxx | 3630 gint nCursorPos = 0; in signalIMPreeditChanged() local 3635 &nCursorPos ); in signalIMPreeditChanged() 3653 pThis->m_aInputEvent.mnCursorPos = nCursorPos; in signalIMPreeditChanged()
|