Searched refs:xUpdRow (Results 1 – 1 of 1) sorted by relevance
106 Reference<XRowUpdate> xUpdRow(m_xRowLocate,UNO_QUERY); in insertRow() local107 if(!xUpdRow.is()) in insertRow()119 updateColumn(i,xUpdRow,*aIter); in insertRow()132 Reference<XRowUpdate> xUpdRow(m_xRowLocate,UNO_QUERY); in updateRow() local133 if(!xUpdRow.is()) in updateRow()142 updateColumn(i,xUpdRow,*aIter); in updateRow()
Completed in 12 milliseconds