| /AOO41X/main/sc/source/core/data/ |
| H A D | table1.cxx | 614 sal_Bool ScTable::GetDataStart( SCCOL& rStartCol, SCROW& rStartRow ) const in GetDataStart() 657 rStartRow = nMinY; in GetDataStart() 661 void ScTable::GetDataArea( SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, SCROW& rEndRow, in GetDataArea() argument 679 SCROW nStart = rStartRow; in GetDataArea() 700 if (rStartRow > 0) in GetDataArea() 702 nTest = rStartRow-1; in GetDataArea() 709 --rStartRow; in GetDataArea() 736 if ( aCol[rStartCol].IsEmptyBlock(rStartRow,rEndRow) ) in GetDataArea() 739 if ( aCol[rEndCol].IsEmptyBlock(rStartRow,rEndRow) ) in GetDataArea() 741 if ( !bTop && rStartRow < MAXROW && rStartRow < rEndRow ) in GetDataArea() [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 | 674 bool ScDocument::ShrinkToDataArea(SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, S… in ShrinkToDataArea() argument 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 713 …return pTab[nTab]->ShrinkToUsedDataArea( o_bShrunk, rStartCol, rStartRow, rEndCol, rEndRow, bColum… in ShrinkToUsedDataArea() 718 void ScDocument::GetDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in GetDataArea() argument 722 pTab[nTab]->GetDataArea( rStartCol, rStartRow, rEndCol, rEndRow, bIncludeOld, bOnlyDown ); in GetDataArea() 726 void ScDocument::LimitChartArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in LimitChartArea() argument 731 pTab[nTab]->LimitChartArea( rStartCol, rStartRow, rEndCol, rEndRow ); in LimitChartArea() [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()
|
| /AOO41X/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 ) con… 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;
|
| /AOO41X/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,
|
| /AOO41X/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()
|