/aoo41x/main/connectivity/source/inc/file/ |
H A D | FTable.hxx | 87 virtual sal_Bool DeleteRow(const OSQLColumns& _rCols);
|
/aoo41x/main/sc/inc/ |
H A D | olinetab.hxx | 148 sal_Bool DeleteRow( SCROW nStartRow, SCSIZE nSize );
|
H A D | attarray.hxx | 181 void DeleteRow( SCROW nStartRow, SCSIZE nSize );
|
H A D | column.hxx | 186 void DeleteRow( SCROW nStartRow, SCSIZE nSize );
|
H A D | document.hxx | 1014 void DeleteRow( SCCOL nStartCol, SCTAB nStartTab, 1019 void DeleteRow( const ScRange& rRange,
|
H A D | table.hxx | 363 void DeleteRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize,
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FTable.cxx | 209 sal_Bool OFileTable::DeleteRow(const OSQLColumns& /*_rCols*/) in DeleteRow() function in OFileTable
|
H A D | FResultSet.cxx | 686 m_bRowDeleted = m_pTable->DeleteRow(m_xColumns.getBody()); in deleteRow() 1033 if(!m_pTable->DeleteRow(m_xColumns.getBody())) in ExecuteRow()
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 165 virtual sal_Bool DeleteRow(const OSQLColumns& _rCols);
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 702 …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()
|
H A D | undoblk.cxx | 199 … 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()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 802 if ( rSh.DeleteRow() && rSh.HasSelection() ) in Execute() 1125 rSh.DeleteRow(); in Execute()
|
H A D | textsh.cxx | 980 rSh.DeleteRow(); in ExecDelete()
|
/aoo41x/main/sw/inc/ |
H A D | fesh.hxx | 624 sal_Bool DeleteRow();
|
H A D | doc.hxx | 1720 sal_Bool DeleteRow( const SwCursor& rCursor );
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 266 void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow() function in ScColumn 268 pAttrArray->DeleteRow( nStartRow, nSize ); in DeleteRow()
|
H A D | document.cxx | 924 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 D | olinetab.cxx | 715 sal_Bool ScOutlineTable::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow() function in ScOutlineTable
|
H A D | table2.cxx | 187 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 D | table3.cxx | 625 pDocument->DeleteRow( 0,nTab, MAXCOL,nTab, nRow, 1 ); in RemoveSubTotals()
|
H A D | attarray.cxx | 2177 void ScAttrArray::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow() function in ScAttrArray
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 345 sal_Bool SwFEShell::DeleteRow() in DeleteRow() function in SwFEShell
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 2052 …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()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1619 sal_Bool ODbaseTable::DeleteRow(const OSQLColumns& _rCols) in DeleteRow() function in ODbaseTable
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 3159 pActiveShell->DeleteRow(); in EditEntry()
|