/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.cxx | 249 void ScMyStyleRanges::InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc) in InsertRow() function in ScMyStyleRanges 534 void ScMyStylesImportHelper::InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc) in InsertRow() function in ScMyStylesImportHelper 541 aItr->xRanges->InsertRow(nRow, nTab, pDoc); in InsertRow()
|
H A D | XMLStylesImportHelper.hxx | 121 void InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc); 184 …void InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc); // a row is inserted…
|
H A D | xmlsubti.cxx | 361 void ScMyTables::InsertRow() in InsertRow() function in ScMyTables 385 rImport.GetStylesImportHelper()->InsertRow(nRow, nCurrentSheet, rImport.GetDocument()); in InsertRow() 396 InsertRow(); in NewRow()
|
H A D | xmlsubti.hxx | 135 void InsertRow();
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 712 pUndo->InsertRow( *this, aBoxes, aTarget.mnAddLine ); in InsNewTable() 714 InsertRow( pDoc, aBoxes, aTarget.mnAddLine, sal_True ); in InsNewTable() 930 ? !pUndo->InsertRow( *this, SelLineFromBox( pInsBox, in InsTable() 932 : !InsertRow( pDoc, SelLineFromBox( pInsBox, in InsTable()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.hxx | 123 void InsertRow();
|
H A D | dlg_DataEditor.cxx | 139 m_apBrwData->InsertRow(); in IMPL_LINK()
|
/aoo42x/main/connectivity/source/inc/file/ |
H A D | FTable.hxx | 86 …virtual sal_Bool InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const ::com::sun::star::uno::Ref…
|
/aoo42x/main/sc/inc/ |
H A D | olinetab.hxx | 147 void InsertRow( SCROW nStartRow, SCSIZE nSize );
|
H A D | attarray.hxx | 180 void InsertRow( SCROW nStartRow, SCSIZE nSize );
|
H A D | column.hxx | 185 void InsertRow( SCROW nStartRow, SCSIZE nSize );
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.hxx | 184 void InsertRow( const ::rtl::OUString& rStyleName,
|
H A D | xmltbli.cxx | 940 GetTable()->InsertRow( aStyleName, aDfltCellStyleName, bInHead, in SwXMLTableRowContext_Impl() 1695 void SwXMLTableContext::InsertRow( const OUString& rStyleName, in InsertRow() function in SwXMLTableContext 1740 InsertRow( pSrcRow->GetStyleName(), pSrcRow->GetDefaultCellStyleName(), in InsertRepRows()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FTable.cxx | 203 sal_Bool OFileTable::InsertRow(OValueRefVector& /*rRow*/, sal_Bool /*bFlush*/,const ::com::sun::sta… in InsertRow() function in OFileTable
|
H A D | FResultSet.cxx | 644 m_bRowInserted = m_pTable->InsertRow(m_aInsertRow.getBody(), sal_True,m_xColsIdx); in insertRow() 1637 if(!m_pTable->InsertRow(m_aAssignValues.getBody(), sal_True,m_xColsIdx)) in OpenImpl()
|
/aoo42x/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 164 …virtual sal_Bool InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const ::com::sun::star::uno::Ref…
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 308 sal_Bool InsertRow( SwTable& rTbl, const SwSelBoxes& rBoxes, sal_uInt16 nCnt );
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 202 … pDoc->InsertRow( aEffRange.aStart.Col(), pTabs[i], aEffRange.aEnd.Col(), pTabs[i]+pScenarios[i], in DoChange() 409 … pDoc->InsertRow( aEffRange.aStart.Col(), pTabs[i], aEffRange.aEnd.Col(), pTabs[i]+pScenarios[i], in DoChange() 687 pDoc->InsertRow( 0,nTab, MAXCOL,nTab, nStart,static_cast<SCSIZE>(nEnd-nStart+1) ); in Undo()
|
H A D | undodat.cxx | 706 …pDoc->InsertRow( 0,nTab, MAXCOL,nTab, nNewEndRow+1, static_cast<SCSIZE>(aParam.nRow2-nNewEndRow) ); in Undo() 1540 …pDoc->InsertRow( 0,nTab, MAXCOL,nTab, nNewEndRow+1, static_cast<SCSIZE>(nNewEndRow-aBlockEnd.Row()… in Undo()
|
/aoo42x/main/sw/inc/ |
H A D | swtable.hxx | 230 sal_Bool InsertRow( SwDoc*, const SwSelBoxes& rBoxes,
|
H A D | doc.hxx | 1706 sal_Bool InsertRow( const SwCursor& rCursor, 1708 sal_Bool InsertRow( const SwSelBoxes& rBoxes,
|
H A D | fesh.hxx | 621 sal_Bool InsertRow( sal_uInt16 nCnt, sal_Bool bBehind );
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 1807 sal_Bool SwDoc::InsertRow( const SwCursor& rCursor, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() function in SwDoc 1815 bRet = InsertRow( aBoxes, nCnt, bBehind ); in InsertRow() 1819 sal_Bool SwDoc::InsertRow( const SwSelBoxes& rBoxes, sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() function in SwDoc 1852 bRet = rTbl.InsertRow( this, rBoxes, nCnt, bBehind ); in InsertRow()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 204 sal_Bool SwFEShell::InsertRow( sal_uInt16 nCnt, sal_Bool bBehind ) in InsertRow() function in SwFEShell 229 bRet = GetDoc()->InsertRow( aBoxes, nCnt, bBehind ); in InsertRow()
|
/aoo42x/main/sc/source/core/data/ |
H A D | document.cxx | 829 sal_Bool ScDocument::InsertRow( SCCOL nStartCol, SCTAB nStartTab, in InsertRow() function in ScDocument 879 pTab[i]->InsertRow( nStartCol, nEndCol, nStartRow, nSize ); in InsertRow() 915 sal_Bool ScDocument::InsertRow( const ScRange& rRange, ScDocument* pRefUndoDoc ) in InsertRow() function in ScDocument 917 return InsertRow( rRange.aStart.Col(), rRange.aStart.Tab(), in InsertRow() 1320 InsertRow( aRowRange ); in FitBlock()
|