Home
last modified time | relevance | path

Searched refs:nEntryStart (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dolinetab.cxx256 SCCOLROW nEntryStart = pEntry->GetStart(); in Insert() local
257 if (nEntryStart >= nStartCol && nEntryStart <= nEndCol) in Insert()
636 SCCOLROW nEntryStart = pEntry->GetStart(); in DeleteSpace() local
642 if ( nEntryStart > nEndPos ) // Right in DeleteSpace()
649 if ( nEntryStart >= nStartPos && nEntryEnd <= nEndPos ) // Inside in DeleteSpace()
654 else if ( nEntryStart >= nStartPos ) // Top right in DeleteSpace()
676 SCCOLROW nEntryStart = pEntry->GetStart(); in ManualAction() local
679 if (nEntryEnd>=nStartPos && nEntryStart<=nEndPos) in ManualAction()
685 SCCOLROW nEnd = rTable.LastHiddenColRow(nEntryStart, bCol); in ManualAction()
720 SCCOLROW nEntryStart = pEntry->GetStart(); in finalizeImport() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dolinetab.cxx239 SCCOLROW nEntryStart = pEntry->GetStart(); in Insert() local
240 if (nEntryStart >= nStartCol && nEntryStart <= nEndCol) in Insert()
633 SCCOLROW nEntryStart = pEntry->GetStart(); in DeleteSpace() local
639 if ( nEntryStart > nEndPos ) // Right in DeleteSpace()
646 if ( nEntryStart >= nStartPos && nEntryEnd <= nEndPos ) // Inside in DeleteSpace()
651 else if ( nEntryStart >= nStartPos ) // Top right in DeleteSpace()
673 SCCOLROW nEntryStart = pEntry->GetStart(); in ManualAction() local
676 if (nEntryEnd>=nStartPos && nEntryStart<=nEndPos) in ManualAction()
682 SCCOLROW nEnd = rTable.LastHiddenColRow(nEntryStart, bCol); in ManualAction()
717 SCCOLROW nEntryStart = pEntry->GetStart(); in finalizeImport() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dolinewin.hxx102 long nLevelStart, long nEntryStart,
189 long nLevelStart, long nEntryStart,
193 long nLevelStart, long nEntryStart,
206 void ScrollRel( long nEntryDiff, long nEntryStart, long nEntryEnd );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dolinewin.hxx102 tools::Long nLevelStart, tools::Long nEntryStart,
189 tools::Long nLevelStart, tools::Long nEntryStart,
193 tools::Long nLevelStart, tools::Long nEntryStart,
206 …void ScrollRel( tools::Long nEntryDiff, tools::Long nEntryStart, tools::Lon…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Drechead.cxx115 nEntryStart = nDataPos; in ScMultipleWriteHeader()
139 aMemStream.WriteUInt32( nPos - nEntryStart ); in EndEntry()
145 nEntryStart = nPos; in StartEntry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drechead.cxx115 nEntryStart = nDataPos; in ScMultipleWriteHeader()
139 aMemStream.WriteUInt32( nPos - nEntryStart ); in EndEntry()
145 nEntryStart = nPos; in StartEntry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dolinewin.cxx135 void ScOutlineWindow::ScrollRel( long nEntryDiff, long nEntryStart, long nEntryEnd ) in ScrollRel() argument
137 tools::Rectangle aRect( GetRectangle( 0, nEntryStart, GetOutputSizeLevel() - 1, nEntryEnd ) ); in ScrollRel()
212 long nLevelStart, long nEntryStart, long nLevelEnd, long nEntryEnd ) const in GetRectangle() argument
214 … return tools::Rectangle( GetPoint( nLevelStart, nEntryStart ), GetPoint( nLevelEnd, nEntryEnd ) ); in GetRectangle()
517 long nLevelStart, long nEntryStart, long nLevelEnd, long nEntryEnd ) in DrawLineRel() argument
519 DrawLine( GetPoint( nLevelStart, nEntryStart ), GetPoint( nLevelEnd, nEntryEnd ) ); in DrawLineRel()
523 long nLevelStart, long nEntryStart, long nLevelEnd, long nEntryEnd ) in DrawRectRel() argument
525 DrawRect( GetRectangle( nLevelStart, nEntryStart, nLevelEnd, nEntryEnd ) ); in DrawRectRel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dolinewin.cxx140 void ScOutlineWindow::ScrollRel( tools::Long nEntryDiff, tools::Long nEntryStart, tools::Long nEntr… in ScrollRel() argument
142 tools::Rectangle aRect( GetRectangle( 0, nEntryStart, GetOutputSizeLevel() - 1, nEntryEnd ) ); in ScrollRel()
217 …tools::Long nLevelStart, tools::Long nEntryStart, tools::Long nLevelEnd, tools::Long nEntryEnd ) c… in GetRectangle() argument
219 … return tools::Rectangle( GetPoint( nLevelStart, nEntryStart ), GetPoint( nLevelEnd, nEntryEnd ) ); in GetRectangle()
522 … tools::Long nLevelStart, tools::Long nEntryStart, tools::Long nLevelEnd, tools::Long nEntryEnd ) in DrawLineRel() argument
524 GetOutDev()->DrawLine( GetPoint( nLevelStart, nEntryStart ), GetPoint( nLevelEnd, nEntryEnd ) ); in DrawLineRel()
528 … tools::Long nLevelStart, tools::Long nEntryStart, tools::Long nLevelEnd, tools::Long nEntryEnd ) in DrawRectRel() argument
530 GetOutDev()->DrawRect( GetRectangle( nLevelStart, nEntryStart, nLevelEnd, nEntryEnd ) ); in DrawRectRel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Drechead.hxx75 sal_uInt64 nEntryStart; member in ScMultipleWriteHeader
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Drechead.hxx77 sal_uLong nEntryStart; member in ScMultipleWriteHeader
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTgui.cpp6850 int nEntryStart = 0; in HandleMouse() local
6853 if( nCharHit >= nEntryStart ) in HandleMouse()
6856nEntryStart += lstrlenW( s_CandList.awszCandidate[i] ) + 1; // plus space separator in HandleMouse()