Home
last modified time | relevance | path

Searched refs:SetRepeatArea (Results 1 – 5 of 5) sorted by path

/trunk/main/sc/inc/
H A Ddocument.hxx1454 void SetRepeatArea( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow );
H A Dtable.hxx288 void SetRepeatArea( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow );
/trunk/main/sc/source/core/data/
H A Ddocument.cxx5170 void ScDocument::SetRepeatArea( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW … in SetRepeatArea() function in ScDocument
5173 pTab[nTab]->SetRepeatArea( nStartCol, nEndCol, nStartRow, nEndRow ); in SetRepeatArea()
H A Dtable5.cxx1053 void ScTable::SetRepeatArea( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow ) in SetRepeatArea() function in ScTable
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx2454 pDoc->SetRepeatArea( nTab, nRepeatStartCol,nRepeatEndCol, nRepeatStartRow,nRepeatEndRow ); in UpdatePages()
2834 pDoc->SetRepeatArea( nPrintTab, nRepeatStartCol,nRepeatEndCol, nRepeatStartRow,nRepeatEndRow ); in CalcZoom()

Completed in 76 milliseconds