/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 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() 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() [all …]
|
/aoo4110/main/vos/inc/vos/ |
H A D | ref.inl | 127 inline T& ORef<T>::getBody() const function in ORef 129 VOS_PRECOND(m_refBody, "ORef::getBody(): can't deref nil body!");
|
H A D | ref.hxx | 124 T& SAL_CALL getBody() const;
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 1653 if ( aOldRowIter->isValid() && aOldRowIter->getBody().getRow().isValid() ) in reFillMatrix() 1654 … aOldRowIter->getBody().setRow(new ORowSetValueVector(aOldRowIter->getBody().getRow().getBody()) ); in reFillMatrix() 1675 if ( aOldRowIter->getBody().getRow().isEqualBody(*_aIter) ) in fill()
|
H A D | RowSet.cxx | 903 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in insertRow() 965 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in updateRow() 987 m_aOldRow->setRow(new ORowSetValueVector(m_aCurrentRow->getBody())); in updateRow() 1038 aOldValues = new ORowSetValueVector( m_pCache->m_aMatrixIter->getBody() ); in deleteRow() 1083 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in implCancelRowUpdates() 1217 aOldValues = new ORowSetValueVector( m_pCache->m_aMatrixIter->getBody() ); in moveToInsertRow()
|
H A D | RowSetBase.cxx | 1170 m_aOldRow->setRow(new ORowSetValueVector(m_aCurrentRow->getBody())); in setCurrentRow() 1427 aOldValues = new ORowSetValueVector( m_aOldRow->getRow().getBody()); // remember the old values in getOldRow()
|
/aoo4110/main/shell/source/cmdmail/ |
H A D | cmdmailmsg.cxx | 48 OUString SAL_CALL CmdMailMsg::getBody( ) in getBody() function in shell::CmdMailMsg
|
H A D | cmdmailmsg.hxx | 53 virtual ::rtl::OUString SAL_CALL getBody( )
|
H A D | syscmdmail.cxx | 228 OUString ustr = xMailMessage->getBody(); in sendMailMessage()
|
/aoo4110/main/shell/source/win32/sysmail/ |
H A D | sysmailmsg.cxx | 48 OUString SAL_CALL WinSysMailMsg::getBody( ) in getBody() function in shell::WinSysMailMsg
|
H A D | sysmailmsg.hxx | 44 virtual ::rtl::OUString SAL_CALL getBody( )
|
H A D | sysmailclient.cxx | 283 rtl::OUString body = xMailMessage->getBody(); in assembleCommandLine()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | sheetdata.cxx | 207 const NameSpaceEntry& rEntry = aIter->second.getBody(); in StoreLoadedNamespaces()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | mailmergehelper.hxx | 313 getBody()
|
/aoo4110/main/xmloff/source/core/ |
H A D | nmspmap.cxx | 308 const NameSpaceEntry &rEntry = (*it).second.getBody(); in _GetKeyByAttrName()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mailmergehelper.cxx | 966 uno::Reference< datatransfer::XTransferable > SwMailMessage::getBody() throw (uno::RuntimeException) in getBody() function in SwMailMessage
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 2874 rInfo.getBody() = (*aIter).getBody(); in HasFieldByAliasName()
|
/aoo4110/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 2561 bOk = fetchRow( aRow, m_aColumns.getBody(), sal_True, sal_True); in copyData()
|