Searched refs:DoColResize (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | documen4.cxx | 184 pTab[i]->DoColResize( nCol1, nCol2, static_cast<SCSIZE>(nRow2 - nRow1 + 1) ); in InsertMatrixFormula() 400 void ScDocument::DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize() function in ScDocument 403 pTab[nTab]->DoColResize( nCol1, nCol2, nAdd ); in DoColResize()
|
H A D | table1.cxx | 1549 void ScTable::DoColResize( SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize() function in ScTable
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | dbdocimp.cxx | 419 pImportDoc->DoColResize( nTab, rParam.nCol1,nEndCol, 0 ); in DoImport() 585 pImportDoc->DoColResize( nTab, nCopyCol, nCopyCol, 0 ); in DoImport()
|
H A D | docsh8.cxx | 389 aDocument.DoColResize( 0, 0, static_cast<SCCOL>(nColCount) - 1, 0 ); in DBaseImport()
|
H A D | impex.cxx | 1367 pDoc->DoColResize( nTab, nStartCol, nEndCol, 0 ); in ExtText2Doc()
|
/aoo4110/main/sc/inc/ |
H A D | table.hxx | 785 void DoColResize( SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd );
|
H A D | document.hxx | 1553 void DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd );
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 1304 pDoc->DoColResize( nTab, nCopyCol, nCopyCol, 0 ); in Undo()
|
Completed in 144 milliseconds