Searched refs:SetRepeatArea (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | table5.cxx | 1053 void ScTable::SetRepeatArea( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow ) in SetRepeatArea() function in ScTable
|
H A D | document.cxx | 5170 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 2454 pDoc->SetRepeatArea( nTab, nRepeatStartCol,nRepeatEndCol, nRepeatStartRow,nRepeatEndRow ); in UpdatePages() 2834 pDoc->SetRepeatArea( nPrintTab, nRepeatStartCol,nRepeatEndCol, nRepeatStartRow,nRepeatEndRow ); in CalcZoom()
|
/aoo42x/main/sc/inc/ |
H A D | table.hxx | 288 void SetRepeatArea( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow );
|
H A D | document.hxx | 1454 void SetRepeatArea( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow );
|
Completed in 320 milliseconds