Searched refs:GetEmptyLinesInBlock (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 108 sal_Bool bInCell = (pDoc->GetEmptyLinesInBlock( in FillGraphList()
|
/trunk/main/sc/source/core/data/ |
H A D | table1.cxx | 845 SCSIZE ScTable::GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, in GetEmptyLinesInBlock() function in ScTable 854 nCount = Min(nCount, aCol[nCol].GetEmptyLinesInBlock(nStartRow, nEndRow, eDir)); in GetEmptyLinesInBlock()
|
H A D | column2.cxx | 1350 SCSIZE ScColumn::GetEmptyLinesInBlock( SCROW nStartRow, SCROW nEndRow, ScDirection eDir ) const in GetEmptyLinesInBlock() function in ScColumn
|
H A D | table3.cxx | 676 SCSIZE nEmpty = GetEmptyLinesInBlock( nStartCol, nStartRow, nEndCol, nEndRow, DIR_BOTTOM ); in DoSubTotals()
|
H A D | document.cxx | 5009 SCSIZE ScDocument::GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, in GetEmptyLinesInBlock() function in ScDocument 5018 return pTab[nStartTab]->GetEmptyLinesInBlock(nStartCol, nStartRow, nEndCol, nEndRow, eDir); in GetEmptyLinesInBlock()
|
/trunk/main/sc/inc/ |
H A D | column.hxx | 155 SCSIZE GetEmptyLinesInBlock( SCROW nStartRow, SCROW nEndRow, ScDirection eDir ) const;
|
H A D | table.hxx | 439 SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow,
|
H A D | document.hxx | 994 SC_DLLPUBLIC SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 1355 … nLastContentCol - pDoc->GetEmptyLinesInBlock( nX2+1, nY1, nTab, MAXCOL, nY2, nTab, DIR_RIGHT ) ); in DrawStrings() 2147 … nLastContentCol - pDoc->GetEmptyLinesInBlock( nX2+1, nY1, nTab, MAXCOL, nY2, nTab, DIR_RIGHT ) ); in DrawEdit()
|
H A D | cellsh2.cxx | 149 …SCSIZE nCount = pDoc->GetEmptyLinesInBlock( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.n… in lcl_GetSortParam()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 4096 SCSIZE nCount = pDoc->GetEmptyLinesInBlock( in FillSeries()
|
Completed in 116 milliseconds