Home
last modified time | relevance | path

Searched refs:SCCOLROW (Results 1 – 25 of 71) sorted by relevance

123

/AOO42X/main/sc/source/core/data/
H A Dsegmenttree.cxx46 SCCOLROW mnPos1;
47 SCCOLROW mnPos2;
51 ScFlatSegmentsImpl(SCCOLROW nMax, ValueType nDefault);
55 void setValue(SCCOLROW nPos1, SCCOLROW nPos2, ValueType nValue);
56 ValueType getValue(SCCOLROW nPos);
57 ExtValueType getSumValue(SCCOLROW nPos1, SCCOLROW nPos2);
58 bool getRangeData(SCCOLROW nPos, RangeData& rData);
59 void removeSegment(SCCOLROW nPos1, SCCOLROW nPos2);
60 void insertSegment(SCCOLROW nPos, SCCOLROW nSize, bool bSkipStartBoundary);
79 typedef ::mdds::flat_segment_tree<SCCOLROW, ValueType> fst_type;
[all …]
H A Dolinetab.cxx44 ScOutlineEntry::ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize, bool bNewHidden ) : in ScOutlineEntry()
68 SCCOLROW nNewPos = nStart + nDelta; in Move()
87 void ScOutlineEntry::SetPosSize( SCCOLROW nNewPos, SCSIZE nNewSize ) in SetPosSize()
110 inline short IntCompare( SCCOLROW nX, SCCOLROW nY ) in IntCompare()
123 sal_uInt16 ScOutlineCollection::FindStart( SCCOLROW nMinStart ) in FindStart()
156 void ScOutlineArray::FindEntry( SCCOLROW nSearchPos, sal_uInt16& rFindLevel, sal_uInt16& rFindIndex, in FindEntry()
180 sal_Bool ScOutlineArray::Insert( SCCOLROW nStartCol, SCCOLROW nEndCol, sal_Bool& rSizeChanged, in Insert()
237 SCCOLROW nEntryStart = pEntry->GetStart(); in Insert()
305 sal_Bool ScOutlineArray::FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rF… in FindTouchedLevel()
317 SCCOLROW nStart = pEntry->GetStart(); in FindTouchedLevel()
[all …]
H A Ddocumen4.cxx762 SCCOL nMaxCol, SCCOLROW* pOtherCols ) in RowDifferences()
801 SCROW nMaxRow, SCCOLROW* pOtherRows ) in ColDifferences()
840 void ScDocument::FindOrder( SCCOLROW* pOtherRows, SCCOLROW nThisEndRow, SCCOLROW nOtherEndRow, in FindOrder()
842SCCOLROW nEndCol, SCCOLROW* pTranslate, ScProgress* pProgress, sal_uLong nProAdd ) in FindOrder()
846 SCCOLROW nMaxCont; // wieviel weiter in FindOrder()
847 SCCOLROW nMinGood; // was ist ein Treffer (incl.) in FindOrder()
862 SCCOLROW nOtherRow = 0; in FindOrder()
864 SCCOLROW nThisRow; in FindOrder()
866 SCCOLROW nUnknown = 0; in FindOrder()
869 SCCOLROW nTempOther = nOtherRow; in FindOrder()
[all …]
H A Dmarkdata.cxx420 SCCOLROW ScMarkData::GetMarkColumnRanges( SCCOLROW* pRanges ) in GetMarkColumnRanges()
430 const SCCOLROW nMultiStart = aMultiRange.aStart.Col(); in GetMarkColumnRanges()
431 const SCCOLROW nMultiEnd = aMultiRange.aEnd.Col(); in GetMarkColumnRanges()
440 SCCOLROW nRangeCnt = 0; in GetMarkColumnRanges()
441 SCCOLROW nStart = nMultiStart; in GetMarkColumnRanges()
448 SCCOLROW nEnd = nStart; in GetMarkColumnRanges()
465 SCCOLROW ScMarkData::GetMarkRowRanges( SCCOLROW* pRanges ) in GetMarkRowRanges()
479 const SCCOLROW nMultiStart = aMultiRange.aStart.Row(); in GetMarkRowRanges()
480 const SCCOLROW nMultiEnd = aMultiRange.aEnd.Row(); in GetMarkRowRanges()
508 SCCOLROW nRangeCnt = 0; in GetMarkRowRanges()
[all …]
H A Dtable3.cxx70 SCCOLROW nOrg;
84 SCCOLROW nStart;
88 ScSortInfoArray( sal_uInt16 nSorts, SCCOLROW nInd1, SCCOLROW nInd2 ) : in ScSortInfoArray()
110 ScSortInfo* Get( sal_uInt16 nSort, SCCOLROW nInd ) in Get()
112 void Swap( SCCOLROW nInd1, SCCOLROW nInd2 ) in Swap()
126 SCCOLROW GetStart() { return nStart; } in GetStart()
130 ScSortInfoArray* ScTable::CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 ) in CreateSortInfoArray()
209 SCCOLROW nStart = pArray->GetStart(); in SortReorder()
216 SCCOLROW nDest = nStart; in SortReorder()
219 SCCOLROW nOrg = ppInfo[nPos]->nOrg; in SortReorder()
[all …]
/AOO42X/main/sc/inc/
H A Dolinetab.hxx39 SCCOLROW nStart;
45 ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize,
51 SCCOLROW GetStart() const { return nStart; } in GetStart()
53 SCCOLROW GetEnd() const { return nStart+nSize-1; } in GetEnd()
59 void SetPosSize( SCCOLROW nNewPos, SCSIZE nNewSize );
72 sal_uInt16 FindStart( SCCOLROW nMinStart );
85 …void FindEntry( SCCOLROW nSearchPos, sal_uInt16& rFindLevel, sal_uInt16& rFindI…
87 void RemoveSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nLevel );
88 …void PromoteSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nStartLevel );
96 sal_Bool FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd,
[all …]
H A Dmarkdata.hxx96 SCCOLROW GetMarkColumnRanges( SCCOLROW* pRanges );
97 SCCOLROW GetMarkRowRanges( SCCOLROW* pRanges );
H A Dtable.hxx752 SCCOLROW LastHiddenColRow(SCCOLROW nPos, bool bCol) const;
843 sal_Bool IsSorted(SCCOLROW nStart, SCCOLROW nEnd);
850 short Compare(SCCOLROW nIndex1, SCCOLROW nIndex2);
851 short Compare( ScSortInfoArray*, SCCOLROW nIndex1, SCCOLROW nIndex2);
852 ScSortInfoArray* CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 );
/AOO42X/main/sc/source/ui/inc/
H A Dhdrcont.hxx60 SCCOLROW nSize;
62 SCCOLROW nMarkStart;
63 SCCOLROW nMarkEnd;
67 SCCOLROW nDragNo;
74 long GetScrPos( SCCOLROW nEntryNo );
75 SCCOLROW GetMousePos( const MouseEvent& rMEvt, sal_Bool& rBorder );
76 bool IsSelectionAllowed(SCCOLROW nPos) const;
79 void DoPaint( SCCOLROW nStart, SCCOLROW nEnd );
97 virtual SCCOLROW GetPos() = 0; // aktuelle Position (Scrolling)
98 virtual sal_uInt16 GetEntrySize( SCCOLROW nEntryNo ) = 0; // Breite / Hoehe (Pixel)
[all …]
H A Dcolrowba.hxx48 virtual SCCOLROW GetPos();
49 virtual sal_uInt16 GetEntrySize( SCCOLROW nEntryNo );
50 virtual String GetEntryText( SCCOLROW nEntryNo );
54 virtual void SetEntrySize( SCCOLROW nPos, sal_uInt16 nNewSize );
55 virtual void HideEntries( SCCOLROW nStart, SCCOLROW nEnd );
82 virtual SCCOLROW GetPos();
83 virtual sal_uInt16 GetEntrySize( SCCOLROW nEntryNo );
84 virtual String GetEntryText( SCCOLROW nEntryNo );
89 virtual void SetEntrySize( SCCOLROW nPos, sal_uInt16 nNewSize );
90 virtual void HideEntries( SCCOLROW nStart, SCCOLROW nEnd );
H A Dundoblk.hxx116 const SCCOLROW* pRng, SCCOLROW nRngCnt,
131 SCCOLROW* pRanges;
132 SCCOLROW nRangeCnt;
369 SCCOLROW nNewStart, SCTAB nNewStartTab,
370 SCCOLROW nNewEnd, SCTAB nNewEndTab,
372 SCCOLROW nNewCnt, SCCOLROW* pNewRanges,
387 SCCOLROW nStart;
388 SCCOLROW nEnd;
393 SCCOLROW nRangeCnt;
394 SCCOLROW* pRanges;
H A Dolinewin.hxx101 bool IsHidden( SCCOLROW nColRowIndex ) const;
103 bool IsFiltered( SCCOLROW nColRowIndex ) const;
105 bool IsFirstVisible( SCCOLROW nColRowIndex ) const;
107 …void GetVisibleRange( SCCOLROW& rnColRowStart, SCCOLROW& rnColRowEnd ) cons…
129 long GetColRowPos( SCCOLROW nColRowIndex ) const;
H A Dundodat.hxx51 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab,
64 SCCOLROW nStart;
65 SCCOLROW nEnd;
107 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab,
120 SCCOLROW nStart;
121 SCCOLROW nEnd;
/AOO42X/main/sc/source/ui/view/
H A Dhdrcont.cxx65 SCCOLROW nNewSize, sal_uInt16 nNewFlags ) : in ScHeaderControl()
124 void ScHeaderControl::DoPaint( SCCOLROW nStart, SCCOLROW nEnd ) in DoPaint()
143 void ScHeaderControl::SetMark( sal_Bool bNewSet, SCCOLROW nNewStart, SCCOLROW nNewEnd ) in SetMark()
152 SCCOLROW nOldStart = nMarkStart; in SetMark()
153 SCCOLROW nOldEnd = nMarkEnd; in SetMark()
191 long ScHeaderControl::GetScrPos( SCCOLROW nEntryNo ) in GetScrPos()
201 for (SCCOLROW i=GetPos(); i<nEntryNo && nScrPos<nMax; i++) in GetScrPos()
208 SCCOLROW nHidden = GetHiddenCount(i); in GetScrPos()
301 SCCOLROW nPos = GetPos(); in Paint()
330 for (SCCOLROW i=nPos; i<nSize; i++) in Paint()
[all …]
H A Dcolrowba.cxx88 SCCOLROW ScColBar::GetPos() in GetPos()
93 sal_uInt16 ScColBar::GetEntrySize( SCCOLROW nEntryNo ) in GetEntrySize()
104 String ScColBar::GetEntryText( SCCOLROW nEntryNo ) in GetEntryText()
111 void ScColBar::SetEntrySize( SCCOLROW nPos, sal_uInt16 nNewSize ) in SetEntrySize()
128 SCCOLROW* pRanges = new SCCOLROW[MAXCOL+1]; in SetEntrySize()
164 void ScColBar::HideEntries( SCCOLROW nStart, SCCOLROW nEnd ) in HideEntries()
166 SCCOLROW nRange[2]; in HideEntries()
256 SCCOLROW ScRowBar::GetPos() in GetPos()
261 sal_uInt16 ScRowBar::GetEntrySize( SCCOLROW nEntryNo ) in GetEntrySize()
273 String ScRowBar::GetEntryText( SCCOLROW nEntryNo ) in GetEntryText()
[all …]
H A Dolinewin.cxx180 bool ScOutlineWindow::IsHidden( SCCOLROW nColRowIndex ) const in IsHidden()
187 bool ScOutlineWindow::IsFiltered( SCCOLROW nColRowIndex ) const in IsFiltered()
193 bool ScOutlineWindow::IsFirstVisible( SCCOLROW nColRowIndex ) const in IsFirstVisible()
196 for ( SCCOLROW nPos = 0; (nPos < nColRowIndex) && bAllHidden; ++nPos ) in IsFirstVisible()
201 void ScOutlineWindow::GetVisibleRange( SCCOLROW& rnColRowStart, SCCOLROW& rnColRowEnd ) const in GetVisibleRange()
265 long ScOutlineWindow::GetColRowPos( SCCOLROW nColRowIndex ) const in GetColRowPos()
286 SCCOLROW nStart = pEntry->GetStart(); in GetEntryPos()
287 SCCOLROW nEnd = pEntry->GetEnd(); in GetEntryPos()
314 SCCOLROW nPrevEnd = pPrevEntry->GetEnd(); in GetEntryPos()
338 for ( SCCOLROW nRow = nStart; (nRow <= nEnd) && !bVisible; ++nRow ) in GetEntryPos()
[all …]
H A Dviewfunc.cxx1651 SCCOLROW nCount = 0; in DeleteCells()
1654 … nCount = sal::static_int_cast< SCCOLROW >( aRange.aEnd.Row() - aRange.aStart.Row() + 1 ); in DeleteCells()
1658 … nCount = sal::static_int_cast< SCCOLROW >( aRange.aEnd.Col() - aRange.aStart.Col() + 1 ); in DeleteCells()
1722 SCCOLROW* pRanges = new SCCOLROW[MAXCOLROWCOUNT]; in DeleteMulti()
1723 SCCOLROW nRangeCnt = bRows ? aFuncMark.GetMarkRowRanges( pRanges ) : in DeleteMulti()
1727 …pRanges[0] = pRanges[1] = bRows ? static_cast<SCCOLROW>(GetViewData()->GetCurY()) : static_cast<SC… in DeleteMulti()
1733 SCCOLROW* pOneRange = pRanges; in DeleteMulti()
1736 SCCOLROW nRangeNo; in DeleteMulti()
1739 SCCOLROW nStart = *(pOneRange++); in DeleteMulti()
1740 SCCOLROW nEnd = *(pOneRange++); in DeleteMulti()
[all …]
H A Dtabview4.cxx375 long lcl_UpdateBar( ScrollBar& rScroll, SCCOLROW nSize ) // Size = (komplette) Zellen in lcl_UpdateBar()
390 long lcl_GetScrollRange( SCCOLROW nDocEnd, SCCOLROW nPos, SCCOLROW nVis, SCCOLROW nMax, SCCOLROW nS… in lcl_GetScrollRange()
396 SCCOLROW nEnd = Max(nDocEnd, (SCCOLROW)(nPos+nVis)) + nVis; in lcl_GetScrollRange()
/AOO42X/main/sc/source/ui/docshell/
H A Dolinefun.cxx63 sal_Bool bColumns, SCCOLROW nStart, SCCOLROW nEnd ) in lcl_PaintWidthHeight()
239 SCCOLROW nCol1, nCol2, nRow1, nRow2; in RemoveAllOutlines()
307 SCCOLROW nCol1, nCol2, nRow1, nRow2; in AutoOutline()
364 SCCOLROW nStart, nEnd; in SelectLevel()
414 SCCOLROW nThisStart = pEntry->GetStart(); in SelectLevel()
415 SCCOLROW nThisEnd = pEntry->GetEnd(); in SelectLevel()
416 for (SCCOLROW i=nThisStart; i<=nThisEnd; i++) in SelectLevel()
467 SCCOLROW nStart; in ShowMarkedOutlines()
468 SCCOLROW nEnd; in ShowMarkedOutlines()
469 SCCOLROW nMin; in ShowMarkedOutlines()
[all …]
/AOO42X/main/sc/source/filter/inc/
H A Dhtmlpars.hxx227 inline SCCOLROW Get( ScHTMLOrient eOrient ) const in Get()
261 inline SCCOLROW Get( ScHTMLOrient eOrient ) const in Get()
413 SCCOLROW GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const;
415SCCOLROW GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellBegin, SCCOLROW nCellEnd ) con…
417 SCCOLROW GetDocSize( ScHTMLOrient eOrient ) const;
424 SCCOLROW GetDocPos( ScHTMLOrient eOrient, SCCOLROW nCellPos = 0 ) const;
454 typedef ::std::vector< SCCOLROW > ScSizeVec;
518 void SetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nSize );
525 ScHTMLOrient eOrient, SCCOLROW nCellPos,
526 SCCOLROW nCellSpan, SCCOLROW nRealDocSize );
/AOO42X/main/sc/source/ui/undo/
H A Dundoblk2.cxx63 SCCOLROW nNewStart, SCTAB nNewStartTab, SCCOLROW nNewEnd, SCTAB nNewEndTab, in ScUndoWidthOrHeight()
64 ScDocument* pNewUndoDoc, SCCOLROW nNewCnt, SCCOLROW* pNewRanges, in ScUndoWidthOrHeight()
113 SCCOLROW nPaintStart = nStart > 0 ? nStart-1 : static_cast<SCCOLROW>(0); in Undo()
H A Dundodat.cxx80 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab, in ScUndoDoOutline()
262 SCCOLROW nNewStart, SCCOLROW nNewEnd, SCTAB nNewTab, in ScUndoOutlineLevel()
391 SCCOLROW nStartCol = aBlockStart.Col(); in Undo()
392 SCCOLROW nEndCol = aBlockEnd.Col(); in Undo()
393 SCCOLROW nStartRow = aBlockStart.Row(); in Undo()
394 SCCOLROW nEndRow = aBlockEnd.Row(); in Undo()
589 SCCOLROW nStartCol; in Undo()
590 SCCOLROW nStartRow; in Undo()
591 SCCOLROW nEndCol; in Undo()
592 SCCOLROW nEndRow; in Undo()
[all …]
H A Dundoblk.cxx576 const SCCOLROW* pRng, SCCOLROW nRngCnt, in ScUndoDeleteMulti()
584 pRanges = new SCCOLROW[ 2 * nRangeCnt ]; in ScUndoDeleteMulti()
585 memcpy(pRanges,pRng,nRangeCnt*2*sizeof(SCCOLROW)); in ScUndoDeleteMulti()
647 SCCOLROW* pOneRange = &pRanges[2*nRangeCnt]; in SetChangeTrack()
648 for ( SCCOLROW nRangeNo=0; nRangeNo<nRangeCnt; nRangeNo++ ) in SetChangeTrack()
650 SCCOLROW nEnd = *(--pOneRange); in SetChangeTrack()
651 SCCOLROW nStart = *(--pOneRange); in SetChangeTrack()
677 SCCOLROW* pOneRange; in Undo()
678 SCCOLROW nRangeNo; in Undo()
684 SCCOLROW nStart = *(pOneRange++); in Undo()
[all …]
/AOO42X/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx700 bool lcl_CheckOne_OOO( const String& rStr, bool bIsRow, SCCOLROW& rVal ) in lcl_CheckOne_OOO()
708 SCCOLROW nNum = 0; in lcl_CheckOne_OOO()
725 nNum = static_cast<SCCOLROW>(n - 1); in lcl_CheckOne_OOO()
742 bool lcl_CheckOne_XL_A1( const String& rStr, bool bIsRow, SCCOLROW& rVal ) in lcl_CheckOne_XL_A1()
748 bool lcl_CheckOne_XL_R1C1( const String& rStr, bool bIsRow, SCCOLROW& rVal ) in lcl_CheckOne_XL_R1C1()
772 rVal = static_cast<SCCOLROW>(nNum-1); in lcl_CheckOne_XL_R1C1()
776 …const String& rStr, formula::FormulaGrammar::AddressConvention eConv, bool bIsRow, SCCOLROW& rVal ) in lcl_CheckRepeatOne()
812 SCCOLROW nVal = 0; in lcl_CheckRepeatString()
/AOO42X/main/sc/source/filter/html/
H A Dhtmlpars.cxx2176 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const in GetDocSize()
2184 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellBegin, SCCOLROW nCellEnd ) co… in GetDocSize()
2187 size_t nBeginIdx = static_cast< size_t >( ::std::max< SCCOLROW >( nCellBegin, 0 ) ); in GetDocSize()
2188 …size_t nEndIdx = static_cast< size_t >( ::std::min< SCCOLROW >( nCellEnd, static_cast< SCCOLROW >(… in GetDocSize()
2193 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient ) const in GetDocSize()
2207 SCCOLROW ScHTMLTable::GetDocPos( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const in GetDocPos()
2533 void ScHTMLTable::SetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nSize ) in SetDocSize()
2550 ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nCellSpan, SCCOLROW nRealDocSize ) in CalcNeededDocSize()
2552 SCCOLROW nDiffSize = 0; in CalcNeededDocSize()
2561 nRealDocSize -= ::std::min< SCCOLROW >( nRealDocSize - 1, nDiffSize ); in CalcNeededDocSize()

123