Lines Matching refs:getBody
582 … bRet = m_pTable->fetchRow(m_aEvaluateRow,m_pTable->getTableColumns().getBody(),sal_True,sal_True); in evaluate()
587 bRet = m_pTable->fetchRow(m_aRow,m_xColumns.getBody(),sal_False,sal_True); in evaluate()
644 m_bRowInserted = m_pTable->InsertRow(m_aInsertRow.getBody(), sal_True,m_xColsIdx); in insertRow()
665 m_bRowUpdated = m_pTable->UpdateRow(m_aInsertRow.getBody(), m_aRow,m_xColsIdx); in updateRow()
686 m_bRowDeleted = m_pTable->DeleteRow(m_xColumns.getBody()); in deleteRow()
912 const OSQLColumns & rTableCols = m_pTable->getTableColumns().getBody(); in ExecuteRow()
1014 …bOK = m_pTable->fetchRow(m_aEvaluateRow, m_pTable->getTableColumns().getBody(), sal_True,sal_True); in ExecuteRow()
1020 if(!m_pTable->UpdateRow(m_aAssignValues.getBody(),m_aEvaluateRow,m_xColsIdx)) in ExecuteRow()
1029 …bOK = m_pTable->fetchRow(m_aEvaluateRow, m_pTable->getTableColumns().getBody(), sal_True,sal_True); in ExecuteRow()
1033 if(!m_pTable->DeleteRow(m_xColumns.getBody())) in ExecuteRow()
1150 m_pTable->fetchRow(m_aRow, m_pTable->getTableColumns().getBody(), sal_True,bRetrieveData); in Move()
1637 if(!m_pTable->InsertRow(m_aAssignValues.getBody(), sal_True,m_xColsIdx)) in OpenImpl()