/trunk/main/sc/source/core/data/ |
H A D | table1.cxx | 657 rStartRow = nMinY; in GetDataStart() 700 if (rStartRow > 0) in GetDataArea() 702 nTest = rStartRow-1; in GetDataArea() 709 --rStartRow; in GetDataArea() 741 if ( !bTop && rStartRow < MAXROW && rStartRow < rEndRow ) in GetDataArea() 748 ++rStartRow; in GetDataArea() 772 if (rStartRow < 0) in ShrinkToUsedDataArea() 816 ++rStartRow; in ShrinkToUsedDataArea() 841 (rStartRow != rEndRow || aCol[rStartCol].HasDataAt( rStartRow))); in ShrinkToUsedDataArea() 895 while ( rStartRow<rEndRow && IsEmptyLine(rStartRow, rStartCol, rEndCol) ) in LimitChartArea() [all …]
|
H A D | markarr.cxx | 269 sal_Bool ScMarkArray::HasOneMark( SCROW& rStartRow, SCROW& rEndRow ) const in HasOneMark() argument 276 rStartRow = 0; in HasOneMark() 285 rStartRow = 0; in HasOneMark() 290 rStartRow = pData[0].nRow + 1; in HasOneMark() 299 rStartRow = pData[0].nRow + 1; in HasOneMark()
|
H A D | documen2.cxx | 718 sal_Bool ScDocument::GetDataStart( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow ) const in GetDataStart() 722 sal_Bool bAny = pTab[nTab]->GetDataStart( rStartCol, rStartRow ); in GetDataStart() 729 if (aDrawRange.aStart.Row()<rStartRow) rStartRow=aDrawRange.aStart.Row(); in GetDataStart() 737 rStartRow = 0; in GetDataStart()
|
H A D | document.cxx | 693 if (rStartRow < nRow1) in ShrinkToDataArea() 694 rStartRow = nRow1; in ShrinkToDataArea() 698 if (rStartCol > rEndCol || rStartRow > rEndRow) in ShrinkToDataArea() 706 SCROW& rStartRow, SCCOL& rEndCol, SCROW& rEndRow, bool bColumnsOnly ) const in ShrinkToUsedDataArea() argument 718 void ScDocument::GetDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in GetDataArea() argument 726 void ScDocument::LimitChartArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in LimitChartArea() argument 731 pTab[nTab]->LimitChartArea( rStartCol, rStartRow, rEndCol, rEndRow ); in LimitChartArea() 4626 sal_Bool ScDocument::ExtendOverlapped( SCCOL& rStartCol, SCROW& rStartRow, in ExtendOverlapped() argument 4636 SCROW nOldRow = rStartRow; in ExtendOverlapped() 4638 while (((ScMergeFlagAttr*)GetAttr(nCol,rStartRow,nTab,ATTR_MERGE_FLAG))-> in ExtendOverlapped() [all …]
|
H A D | documen3.cxx | 1746 void lcl_SnapVer( ScTable* pTable, long& rVal, SCROW& rStartRow ) in lcl_SnapVer() argument 1764 if ( nSnap + nAdd/2 < nTwips || nRow < rStartRow ) in lcl_SnapVer() 1779 rStartRow = nRow; in lcl_SnapVer()
|
H A D | attarray.cxx | 275 const ScPatternAttr* ScAttrArray::GetPatternRange( SCROW& rStartRow, in GetPatternRange() argument 282 rStartRow = pData[nIndex-1].nRow + 1; in GetPatternRange() 284 rStartRow = 0; in GetPatternRange()
|
H A D | column.cxx | 322 const ScPatternAttr* ScColumn::GetPatternRange( SCROW& rStartRow, SCROW& rEndRow, SCROW nRow ) const in GetPatternRange() argument 324 return pAttrArray->GetPatternRange( rStartRow, rEndRow, nRow ); in GetPatternRange()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 428 sal_Bool GetDataStart( SCCOL& rStartCol, SCROW& rStartRow ) const; 433 void GetDataArea( SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, SCROW& rEndRow, 436 bool ShrinkToUsedDataArea( bool& o_bShrunk, SCCOL& rStartCol, SCROW& rStartRow, 446 void LimitChartArea( SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, SCROW& rEndRow );
|
H A D | document.hxx | 868 SC_DLLPUBLIC sal_Bool ExtendOverlapped( SCCOL& rStartCol, SCROW& rStartRow, 954 …bool ShrinkToDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, … 964 SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, 967 SC_DLLPUBLIC void GetDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, 984 SC_DLLPUBLIC sal_Bool GetDataStart( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow ) const; 1005 void LimitChartArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow,
|
H A D | markarr.hxx | 54 sal_Bool HasOneMark( SCROW& rStartRow, SCROW& rEndRow ) const;
|
H A D | attarray.hxx | 114 const ScPatternAttr* GetPatternRange( SCROW& rStartRow, SCROW& rEndRow, SCROW nRow ) const;
|
H A D | column.hxx | 302 const ScPatternAttr* GetPatternRange( SCROW& rStartRow, SCROW& rEndRow, SCROW nRow ) const;
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 328 ScMarkType GetSimpleArea( SCCOL& rStartCol, SCROW& rStartRow, SCTAB& rStartTab, 343 void GetFillData( SCCOL& rStartCol, SCROW& rStartRow,
|
/trunk/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 791 ScMarkType ScViewData::GetSimpleArea( SCCOL& rStartCol, SCROW& rStartRow, SCTAB& rStartTab, in GetSimpleArea() argument 802 aRange.GetVars( rStartCol, rStartRow, rStartTab, rEndCol, rEndRow, rEndTab); in GetSimpleArea() 904 void ScViewData::GetFillData( SCCOL& rStartCol, SCROW& rStartRow, in GetFillData() argument 908 rStartRow = nFillStartY; in GetFillData()
|