Home
last modified time | relevance | path

Searched refs:GetEmptyLinesInBlock (Results 1 – 11 of 11) sorted by path

/trunk/main/sc/inc/
H A Dcolumn.hxx155 SCSIZE GetEmptyLinesInBlock( SCROW nStartRow, SCROW nEndRow, ScDirection eDir ) const;
H A Ddocument.hxx994 SC_DLLPUBLIC SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
H A Dtable.hxx439 SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow,
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1350 SCSIZE ScColumn::GetEmptyLinesInBlock( SCROW nStartRow, SCROW nEndRow, ScDirection eDir ) const in GetEmptyLinesInBlock() function in ScColumn
H A Ddocument.cxx5009 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()
H A Dtable1.cxx845 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 Dtable3.cxx676 SCSIZE nEmpty = GetEmptyLinesInBlock( nStartCol, nStartRow, nEndCol, nEndRow, DIR_BOTTOM ); in DoSubTotals()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx108 sal_Bool bInCell = (pDoc->GetEmptyLinesInBlock( in FillGraphList()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4096 SCSIZE nCount = pDoc->GetEmptyLinesInBlock( in FillSeries()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx149 …SCSIZE nCount = pDoc->GetEmptyLinesInBlock( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.n… in lcl_GetSortParam()
H A Doutput2.cxx1355 … 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()

Completed in 126 milliseconds