/trunk/main/cppu/source/uno/ |
H A D | sequence.cxx | 76 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idefaultConstructElements() argument 98 pSeq->elements + (sizeof(sal_Bool) * nStartIndex), in idefaultConstructElements() 99 sizeof(sal_Bool) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 109 sizeof(sal_Int8) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 120 sizeof(sal_Int16) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 131 sizeof(sal_Int32) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 142 sizeof(sal_Int64) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 345 sizeof(void *) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 370 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in icopyConstructFromElements() argument 454 sizeof(float) * (nStopIndex - nStartIndex) ); in icopyConstructFromElements() [all …]
|
H A D | destr.hxx | 192 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idestructElements() argument 221 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 230 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 239 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 253 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 269 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 285 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 299 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 310 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
|
/trunk/main/tools/source/memtools/ |
H A D | unqidx.cxx | 45 nStartIndex = _nStartIndex; in UniqueIndex() 64 nStartIndex = rIdx.nStartIndex; in UniqueIndex() 102 return ( nUniqIndex + nStartIndex - 1 ); in Insert() 121 sal_uIntPtr nContIndex = nIndex - nStartIndex; in Insert() 147 if ( (nIndex >= nStartIndex) && in Remove() 200 if ( (nIndex >= nStartIndex) && in Get() 225 return nPos+nStartIndex; in GetCurIndex() 247 return nIndex+nStartIndex; in GetIndex() 265 if ( (nIndex >= nStartIndex) && in IsIndexValid() 417 nStartIndex = rIdx.nStartIndex; in operator =() [all …]
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessibleedit.cxx | 173 nStartIndex = aSelection.Min; in implGetSelection() 434 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in setSelection() 441 pVCLXEdit->setSelection( awt::Selection( nStartIndex, nEndIndex ) ); in setSelection() 463 return VCLXAccessibleTextComponent::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 499 return VCLXAccessibleTextComponent::copyText( nStartIndex, nEndIndex ); in copyText() 510 return copyText( nStartIndex, nEndIndex ) && deleteText( nStartIndex, nEndIndex ); in cutText() 553 return replaceText( nStartIndex, nEndIndex, ::rtl::OUString() ); in deleteText() 574 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in replaceText() 577 sal_Int32 nMinIndex = ::std::min( nStartIndex, nEndIndex ); in replaceText() 578 sal_Int32 nMaxIndex = ::std::max( nStartIndex, nEndIndex ); in replaceText() [all …]
|
H A D | vclxaccessibletextcomponent.cxx | 120 void VCLXAccessibleTextComponent::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 122 nStartIndex = 0; in implGetSelection() 323 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() argument 327 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 344 ::rtl::OUString VCLXAccessibleTextComponent::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndInd… in getTextRange() argument 348 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 380 sal_Bool VCLXAccessibleTextComponent::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … in copyText() argument 391 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
H A D | vclxaccessiblemenuitem.cxx | 151 void VCLXAccessibleMenuItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 153 nStartIndex = 0; in implGetSelection() 344 sal_Bool VCLXAccessibleMenuItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (… in setSelection() argument 348 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 365 ::rtl::OUString VCLXAccessibleMenuItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) … in getTextRange() argument 369 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 401 sal_Bool VCLXAccessibleMenuItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in copyText() argument 415 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
H A D | vclxaccessiblelistitem.cxx | 151 void VCLXAccessibleListItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 153 nStartIndex = 0; in implGetSelection() 540 sal_Bool SAL_CALL VCLXAccessibleListItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex … in setSelection() argument 545 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 559 ::rtl::OUString SAL_CALL VCLXAccessibleListItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEn… in getTextRange() argument 564 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 591 sal_Bool SAL_CALL VCLXAccessibleListItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in copyText() argument 596 checkIndex_Impl( nStartIndex, m_sEntryText ); in copyText() 605 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
H A D | vclxaccessiblestatusbaritem.cxx | 205 void VCLXAccessibleStatusBarItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 207 nStartIndex = 0; in implGetSelection() 583 sal_Bool VCLXAccessibleStatusBarItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() argument 587 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 595 sal_Bool VCLXAccessibleStatusBarItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … in copyText() argument 606 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleStaticTextBase.cxx | 96 nStartIndex >= 0 && nStartIndex <= USHRT_MAX && in MakeSelection() 854 if( nStartIndex > nEndIndex ) in getTextRange() 855 ::std::swap(nStartIndex, nEndIndex); in getTextRange() 857 if ( nStartIndex == nEndIndex ) in getTextRange() 862 sal_Bool bStart = mpImpl->RemoveLineBreakCount( nStartIndex ); in getTextRange() 866 nStartIndex++; in getTextRange() 875 if ( bStart && bEnd && ( nStartIndex == nEndIndex) ) in getTextRange() 962 sal_uInt16 nStartIndex, nEndIndex; in getTextAtIndex() local 966 aResult.SegmentStart = nStartIndex; in getTextAtIndex() 1075 if( nStartIndex > nEndIndex ) in copyText() [all …]
|
H A D | AccessibleEditableTextPara.cxx | 207 nStartIndex = nStart; in implGetSelection() 213 nStartIndex = -1; in implGetSelection() 1721 CheckRange(nStartIndex, nEndIndex); in setSelection() 2076 nStartIndex -= aBulletInfo.aText.Len(); in getTextAtIndex() 2187 if( nStartIndex > 0 && in getTextBeforeIndex() 2188 GetAttributeRun(nStartIndex, nEndIndex, nStartIndex-1) ) in getTextBeforeIndex() 2465 CheckRange(nStartIndex, nEndIndex); in copyText() 2504 CheckRange(nStartIndex, nEndIndex); in cutText() 2580 CheckRange(nStartIndex, nEndIndex); in deleteText() 2665 CheckRange(nStartIndex, nEndIndex); in replaceText() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 117 …return ( nStartIndex >= 0 ) && ( nStartIndex <= nLength ) && ( nEndIndex >= 0 ) && ( nEndIndex <= … in implIsValidRange() 135 …nStartIndex = xBreakIter->nextCharacters( sText, nStartIndex, implGetLocale(), i18n::CharacterIter… in implGetGlyphBoundary() 139 rBoundary.startPos = nStartIndex; in implGetGlyphBoundary() 276 sal_Int32 nStartIndex; in getSelectedText() local 279 implGetSelection( nStartIndex, nEndIndex ); in getSelectedText() 283 sText = getTextRange( nStartIndex, nEndIndex ); in getSelectedText() 296 sal_Int32 nStartIndex; in getSelectionStart() local 299 implGetSelection( nStartIndex, nEndIndex ); in getSelectionStart() 301 return nStartIndex; in getSelectionStart() 308 sal_Int32 nStartIndex; in getSelectionEnd() local [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | attarray.cxx | 1026 SCSIZE nStartIndex; in MergeBlockFrame() local 1114 SCSIZE nStartIndex; in ApplyBlockFrame() local 1171 SCSIZE nStartIndex; in HasLines() local 1247 SCSIZE nStartIndex; in HasAttrib() local 1367 SCSIZE nStartIndex; in ExtendMerge() local 2191 nStartIndex = i; in DeleteRow() 2199 if (nStartIndex==0) in DeleteRow() 2207 ++nStartIndex; in DeleteRow() 2212 if (nStartIndex > 0) in DeleteRow() 2213 if ( pData[nStartIndex-1].pPattern == pData[nStartIndex].pPattern ) in DeleteRow() [all …]
|
H A D | column3.cxx | 283 SCSIZE nStartIndex = 0; in DeleteRow() local 291 nStartIndex = i; in DeleteRow() 418 nCount -= nEndIndex-nStartIndex+1; in DeleteRange() 424 SCSIZE j = nStartIndex; in DeleteRange() 571 SCSIZE nStartIndex = 0; in DeleteArea() local 578 nStartIndex = i; in DeleteArea() 679 SCSIZE nStartIndex; in CopyFromClip() local 680 rColumn.Search( nRow1-nDy, nStartIndex ); in CopyFromClip() 681 while ( nStartIndex < rColumn.nCount && rColumn.pItems[nStartIndex].nRow <= nRow2-nDy ) in CopyFromClip() 683 SCSIZE nEndIndex = nStartIndex; in CopyFromClip() [all …]
|
/trunk/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessibleedit.hxx | 63 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ); 100 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:… 102 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … 106 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun… 109 …virtual sal_Bool SAL_CALL cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun:… 111 …virtual sal_Bool SAL_CALL deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::s… 113 …virtual sal_Bool SAL_CALL replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::rtl::OU… 114 …virtual sal_Bool SAL_CALL setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::com::…
|
/trunk/main/sw/source/core/access/ |
H A D | accpara.cxx | 252 if( ( nHere >= nStartIndex ) && in GetSelection() 259 if( nHere > nStartIndex ) in GetSelection() 666 sal_Int32 nStartIndex, in CreateUnoPortion() argument 2893 OrderRange( nStartIndex, nEndIndex ); in getTextRange() 2894 return sText.copy(nStartIndex, nEndIndex-nStartIndex ); in getTextRange() 3112 setSelection( nStartIndex, nEndIndex ); in copyText() 3132 setSelection( nStartIndex, nEndIndex ); in cutText() 3216 sal_Int32 nStartIndex, in setAttributes() argument 4116 if( nHere > nStartIndex ) in GetSelectionAtIndex() 4124 DBG_ASSERT( nHere == nStartIndex, in GetSelectionAtIndex() [all …]
|
/trunk/main/accessibility/source/extended/ |
H A D | accessibleiconchoicectrlentry.cxx | 230 …void AccessibleIconChoiceCtrlEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex… in implGetSelection() argument 232 nStartIndex = 0; in implGetSelection() 537 …sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIn… in copyText() argument 543 if ( ( 0 > nStartIndex ) || ( sText.Len() <= nStartIndex ) in copyText() 547 sal_Int32 nLen = nEndIndex - nStartIndex + 1; in copyText() 548 …::svt::OStringTransfer::CopyString( sText.Copy( (sal_uInt16)nStartIndex, (sal_uInt16)nLen ), m_pIc… in copyText() 650 …sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nE… in setSelection() argument 656 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 668 …::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getTextRange( sal_Int32 nStartIndex, sal_I… in getTextRange() argument 673 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
|
H A D | AccessibleBrowseBoxTableCell.cxx | 73 void AccessibleBrowseBoxTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 75 nStartIndex = 0; in implGetSelection() 292 …sal_Bool SAL_CALL AccessibleBrowseBoxTableCell::setSelection( sal_Int32 nStartIndex, sal_Int32 nEn… in setSelection() argument 296 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 307 …::rtl::OUString SAL_CALL AccessibleBrowseBoxTableCell::getTextRange( sal_Int32 nStartIndex, sal_In… in getTextRange() argument 311 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 331 …sal_Bool SAL_CALL AccessibleBrowseBoxTableCell::copyText( sal_Int32 nStartIndex, sal_Int32 nEndInd… in copyText() argument 336 checkIndex_Impl( nStartIndex, sText ); in copyText()
|
H A D | AccessibleGridControlTableCell.cxx | 110 …void AccessibleGridControlTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndInde… in implGetSelection() argument 112 nStartIndex = 0; in implGetSelection() 306 …sal_Bool SAL_CALL AccessibleGridControlTableCell::setSelection( sal_Int32 nStartIndex, sal_Int32 n… in setSelection() argument 310 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 321 …::rtl::OUString SAL_CALL AccessibleGridControlTableCell::getTextRange( sal_Int32 nStartIndex, sal_… in getTextRange() argument 325 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 345 …sal_Bool SAL_CALL AccessibleGridControlTableCell::copyText( sal_Int32 nStartIndex, sal_Int32 nEndI… in copyText() argument 350 checkIndex_Impl( nStartIndex, sText ); in copyText()
|
H A D | accessiblelistboxentry.cxx | 228 void AccessibleListBoxEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 230 nStartIndex = 0; in implGetSelection() 743 …sal_Bool SAL_CALL AccessibleListBoxEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) t… in copyText() argument 750 if ( ( 0 > nStartIndex ) || ( sText.Len() <= nStartIndex ) in copyText() 754 sal_Int32 nLen = nEndIndex - nStartIndex + 1; in copyText() 755 …::svt::OStringTransfer::CopyString( sText.Copy( (sal_uInt16)nStartIndex, (sal_uInt16)nLen ), getLi… in copyText() 1107 …sal_Bool SAL_CALL AccessibleListBoxEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex… in setSelection() argument 1113 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 1125 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nE… in getTextRange() argument 1130 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertAnimator.cxx | 65 const sal_Int32 nStartIndex, 268 const sal_Int32 nStartIndex (rLayouter.GetIndex(nRow, 0)); in GetRun() local 270 if (nStartIndex <= nEndIndex) in GetRun() 275 nStartIndex, in GetRun() 352 const sal_Int32 nStartIndex, in PageObjectRun() argument 356 mnStartIndex(nStartIndex), in PageObjectRun() 367 maStartOffset.resize(nEndIndex - nStartIndex + 1); in PageObjectRun() 368 maEndOffset.resize(nEndIndex - nStartIndex + 1); in PageObjectRun()
|
/trunk/main/sw/source/core/text/ |
H A D | itratr.cxx | 173 nStartIndex = nEndIndex = nPos = nChgCnt = 0; in SeekStartAndChgAttrIter() 190 while ( ( nStartIndex < pHints->GetStartCount() ) && in SeekStartAndChgAttrIter() 191 !(*(pTxtAttr=pHints->GetStart(nStartIndex))->GetStart()) ) in SeekStartAndChgAttrIter() 195 nStartIndex++; in SeekStartAndChgAttrIter() 228 if ( nStartIndex ) // wenn ueberhaupt schon Attribute geoeffnet wurden... in SeekFwd() 253 while ( ( nStartIndex < pHints->GetStartCount() ) && in SeekFwd() 254 (*(pTxtAttr=pHints->GetStart(nStartIndex))->GetStart()<=nNewPos)) in SeekFwd() 258 nStartIndex++; in SeekFwd() 285 nStartIndex = nEndIndex = nPos = 0; in Seek() 321 if (pHints->GetStartCount() > nStartIndex) // Gibt es noch Starts? in GetNextAttr() [all …]
|
/trunk/main/editeng/inc/editeng/ |
H A D | AccessibleEditableTextPara.hxx | 72 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ); 139 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:… 141 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … 148 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun… 151 …virtual sal_Bool SAL_CALL cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun:… 153 …virtual sal_Bool SAL_CALL deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::s… 155 …virtual sal_Bool SAL_CALL replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::rtl::OU… 156 …virtual sal_Bool SAL_CALL setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::com::… 319 … sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_Int32 nIndex ); 351 …String GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((::com::sun::star::uno…
|
/trunk/main/editeng/source/uno/ |
H A D | unoedhlp.cxx | 131 sal_Bool SvxEditSourceHelper::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, cons… in GetAttributeRun() argument 211 nStartIndex = static_cast<sal_uInt16>( nClosestStartIndex ); in GetAttributeRun() 215 EPosition aStartPos( nPara, nStartIndex ), aEndPos( nPara, nEndIndex ); in GetAttributeRun() 266 nStartIndex = 0; in GetAttributeRun() 271 nStartIndex += rEE.GetTextLen(i)+1; in GetAttributeRun() 274 nStartIndex += aStartPos.nIndex; in GetAttributeRun() 323 nStartIndex = static_cast<sal_uInt16>( nClosestStartIndex ); in GetAttributeRun()
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleEditableText.idl | 63 @param nStartIndex 78 boolean cutText ([in] long nStartIndex, [in] long nEndIndex) 112 @param nStartIndex 127 boolean deleteText ([in] long nStartIndex, [in] long nEndIndex) 165 @param nStartIndex 183 boolean replaceText ([in] long nStartIndex, [in] long nEndIndex, 197 @param nStartIndex 216 boolean setAttributes ([in] long nStartIndex, [in] long nEndIndex,
|
/trunk/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 385 SCCOLROW nStartIndex, nEndIndex; in ItemHit() local 386 GetVisibleRange( nStartIndex, nEndIndex ); in ItemHit() 422 if ( (nEnd >= nStartIndex) && (nStart <= nEndIndex) ) in ItemHit() 431 …if ( (nStart >= nStartIndex) && (nImagePos <= nEntryMousePos) && (nEntryMousePos < nImagePos + SC_… in ItemHit() 643 SCCOLROW nStartIndex, nEndIndex; in Paint() local 644 GetVisibleRange( nStartIndex, nEndIndex ); in Paint() 665 bool bDraw = (nEnd >= nStartIndex) && (nStart <= nEndIndex); in Paint() 672 if ( nStart >= nStartIndex ) in Paint() 698 bool bDraw = (nStartIndex <= nStart) && (nStart <= nEndIndex + 1); in Paint()
|