Home
last modified time | relevance | path

Searched refs:DeleteRow (Results 1 – 25 of 29) sorted by path

12

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1619 sal_Bool ODbaseTable::DeleteRow(const OSQLColumns& _rCols) in DeleteRow() function in ODbaseTable
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx686 m_bRowDeleted = m_pTable->DeleteRow(m_xColumns.getBody()); in deleteRow()
1033 if(!m_pTable->DeleteRow(m_xColumns.getBody())) in ExecuteRow()
H A DFTable.cxx209 sal_Bool OFileTable::DeleteRow(const OSQLColumns& /*_rCols*/) in DeleteRow() function in OFileTable
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx165 virtual sal_Bool DeleteRow(const OSQLColumns& _rCols);
/trunk/main/connectivity/source/inc/file/
H A DFTable.hxx87 virtual sal_Bool DeleteRow(const OSQLColumns& _rCols);
/trunk/main/sc/inc/
H A Dattarray.hxx181 void DeleteRow( SCROW nStartRow, SCSIZE nSize );
H A Dcolumn.hxx186 void DeleteRow( SCROW nStartRow, SCSIZE nSize );
H A Ddocument.hxx1014 void DeleteRow( SCCOL nStartCol, SCTAB nStartTab,
1019 void DeleteRow( const ScRange& rRange,
H A Dolinetab.hxx148 sal_Bool DeleteRow( SCROW nStartRow, SCSIZE nSize );
H A Dtable.hxx363 void DeleteRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize,
/trunk/main/sc/source/core/data/
H A Dattarray.cxx2177 void ScAttrArray::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow() function in ScAttrArray
H A Dcolumn3.cxx266 void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow() function in ScColumn
268 pAttrArray->DeleteRow( nStartRow, nSize ); in DeleteRow()
H A Ddocument.cxx924 void ScDocument::DeleteRow( SCCOL nStartCol, SCTAB nStartTab, in DeleteRow() function in ScDocument
982 pTab[i]->DeleteRow( nStartCol, nEndCol, nStartRow, nSize, pUndoOutline ); in DeleteRow()
1001 void ScDocument::DeleteRow( const ScRange& rRange, ScDocument* pRefUndoDoc, sal_Bool* pUndoOutline ) in DeleteRow() function in ScDocument
1003 DeleteRow( rRange.aStart.Col(), rRange.aStart.Tab(), in DeleteRow()
1323 DeleteRow( aRowRange ); // Zeilen zuerst loeschen in FitBlock()
H A Dolinetab.cxx715 sal_Bool ScOutlineTable::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow() function in ScOutlineTable
H A Dtable2.cxx187 void ScTable::DeleteRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize, in DeleteRow() function in ScTable
201 if (pOutlineTable->DeleteRow( nStartRow, nSize )) in DeleteRow()
224 aCol[j].DeleteRow( nStartRow, nSize ); in DeleteRow()
H A Dtable3.cxx625 pDocument->DeleteRow( 0,nTab, MAXCOL,nTab, nRow, 1 ); in RemoveSubTotals()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx879 pDoc->DeleteRow( aRange ); in Reject()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2052 …pDoc->DeleteRow( nStartCol, 0, nEndCol, MAXTAB, nStartRow, static_cast<SCSIZE>(nEndRow-nStartRow+1… in DeleteCells()
2056 …pDoc->DeleteRow( 0, 0, MAXCOL, MAXTAB, nStartRow, static_cast<SCSIZE>(nEndRow-nStartRow+1), pRefUn… in DeleteCells()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx199 … pDoc->DeleteRow( aEffRange.aStart.Col(), pTabs[i], aEffRange.aEnd.Col(), pTabs[i]+pScenarios[i], in DoChange()
412 … pDoc->DeleteRow( aEffRange.aStart.Col(), pTabs[i], aEffRange.aEnd.Col(), pTabs[i]+pScenarios[i], in DoChange()
731 pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, nStart,static_cast<SCSIZE>(nEnd-nStart+1) ); in Redo()
H A Dundodat.cxx702 …pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, aParam.nRow2+1, static_cast<SCSIZE>(nNewEndRow-aParam.nRow2)… in Undo()
1536 …pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, aBlockEnd.Row()+1, static_cast<SCSIZE>(nNewEndRow-aBlockEnd.… in Undo()
1998 pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, aDestArea.nRowStart, nInsertCount ); in Undo()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1839 pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, nStart, static_cast<SCSIZE>(nEnd-nStart+1) ); in DeleteMulti()
/trunk/main/sw/inc/
H A Ddoc.hxx1712 sal_Bool DeleteRow( const SwCursor& rCursor );
H A Dfesh.hxx624 sal_Bool DeleteRow();
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1877 sal_Bool SwDoc::DeleteRow( const SwCursor& rCursor ) in DeleteRow() function in SwDoc
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx345 sal_Bool SwFEShell::DeleteRow() in DeleteRow() function in SwFEShell

Completed in 219 milliseconds

12