Home
last modified time | relevance | path

Searched refs:nInvStart (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dolinewin.cxx110 long nInvStart, nInvEnd; in ScrollPixel() local
114 nInvStart = nEnd + nDiff; in ScrollPixel()
120 nInvStart = nStart; in ScrollPixel()
125 Invalidate( GetRectangle( 0, nInvStart, GetOutputSizeLevel() - 1, nInvEnd ) ); in ScrollPixel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dolinewin.cxx116 tools::Long nInvStart, nInvEnd; in ScrollPixel() local
120 nInvStart = nEnd + nDiff; in ScrollPixel()
126 nInvStart = nStart; in ScrollPixel()
131 Invalidate( GetRectangle( 0, nInvStart, GetOutputSizeLevel() - 1, nInvEnd ) ); in ScrollPixel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dtxtedt.cxx1271 sal_Int32 nInvStart = COMPLETE_STRING; in AutoSpell_() local
1359 nInvStart = nBegin; in AutoSpell_()
1397 pNode->GetWrong()->SetInvalid( nInvStart, nInvEnd ); in AutoSpell_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dtxtedt.cxx1275 sal_Int32 nInvStart = COMPLETE_STRING; in AutoSpell_() local
1367 nInvStart = nBegin; in AutoSpell_()
1405 pNode->GetWrong()->SetInvalid( nInvStart, nInvEnd ); in AutoSpell_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit4.cxx2229 const size_t nInvStart = pWrongList->GetInvalidStart(); in DoOnlineSpelling() local
2238 EditPaM aPaM( pNode, nInvStart ); in DoOnlineSpelling()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit4.cxx2224 const size_t nInvStart = pWrongList->GetInvalidStart(); in DoOnlineSpelling() local
2233 EditPaM aPaM( pNode, nInvStart ); in DoOnlineSpelling()