Searched refs:TestBlock (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | editable.cxx | 47 TestBlock( pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in ScEditableTester() 82 void ScEditableTester::TestBlock( ScDocument* pDoc, SCTAB nTab, in TestBlock() function in ScEditableTester 104 TestBlock( pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in TestSelectedBlock() 116 TestBlock( pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in TestRange()
|
H A D | dbdocimp.cxx | 444 aTester.TestBlock( pDoc, nTab, rParam.nCol1,rParam.nRow1,rParam.nCol2,rParam.nRow2 ); in DoImport() 445 aTester.TestBlock( pDoc, nTab, rParam.nCol1,rParam.nRow1,nEndCol,nEndRow ); in DoImport()
|
H A D | docfunc.cxx | 2339 aTester.TestBlock( pDoc, nTab, nDestCol,nDestRow, nUndoEndCol,nUndoEndRow ); in MoveBlock() 2342 aTester.TestBlock( pDoc, nTab, nStartCol,nStartRow, nEndCol,nEndRow ); in MoveBlock()
|
/trunk/main/sc/source/ui/inc/ |
H A D | editable.hxx | 67 void TestBlock( ScDocument* pDoc, SCTAB nTab,
|
Completed in 84 milliseconds