Home
last modified time | relevance | path

Searched refs:getBody (Results 1 – 18 of 18) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx582 … 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 …]
/trunk/main/vos/inc/vos/
H A Dref.inl127 inline T& ORef<T>::getBody() const function in ORef
129 VOS_PRECOND(m_refBody, "ORef::getBody(): can't deref nil body!");
H A Dref.hxx124 T& SAL_CALL getBody() const;
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1653 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 DRowSet.cxx903 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 DRowSetBase.cxx1170 m_aOldRow->setRow(new ORowSetValueVector(m_aCurrentRow->getBody())); in setCurrentRow()
1427 aOldValues = new ORowSetValueVector( m_aOldRow->getRow().getBody()); // remember the old values in getOldRow()
/trunk/main/shell/source/cmdmail/
H A Dcmdmailmsg.cxx48 OUString SAL_CALL CmdMailMsg::getBody( ) in getBody() function in shell::CmdMailMsg
H A Dcmdmailmsg.hxx53 virtual ::rtl::OUString SAL_CALL getBody( )
H A Dsyscmdmail.cxx228 OUString ustr = xMailMessage->getBody(); in sendMailMessage()
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailmsg.cxx48 OUString SAL_CALL WinSysMailMsg::getBody( ) in getBody() function in shell::WinSysMailMsg
H A Dsysmailmsg.hxx44 virtual ::rtl::OUString SAL_CALL getBody( )
H A Dsysmailclient.cxx283 rtl::OUString body = xMailMessage->getBody(); in assembleCommandLine()
/trunk/main/sc/source/filter/xml/
H A Dsheetdata.cxx207 const NameSpaceEntry& rEntry = aIter->second.getBody(); in StoreLoadedNamespaces()
/trunk/main/sw/source/ui/inc/
H A Dmailmergehelper.hxx313 getBody()
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx308 const NameSpaceEntry &rEntry = (*it).second.getBody(); in _GetKeyByAttrName()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx966 uno::Reference< datatransfer::XTransferable > SwMailMessage::getBody() throw (uno::RuntimeException) in getBody() function in SwMailMessage
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2874 rInfo.getBody() = (*aIter).getBody(); in HasFieldByAliasName()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2604 bOk = fetchRow( aRow, m_aColumns.getBody(), sal_True, sal_True); in copyData()

Completed in 122 milliseconds