Searched refs:xUpdRow (Results 1 – 1 of 1) sorted by relevance
116 Reference<XRowUpdate> xUpdRow(m_xRowLocate,UNO_QUERY); in insertRow() local117 if(!xUpdRow.is()) in insertRow()129 updateColumn(i,xUpdRow,*aIter); in insertRow()142 Reference<XRowUpdate> xUpdRow(m_xRowLocate,UNO_QUERY); in updateRow() local143 if(!xUpdRow.is()) in updateRow()152 updateColumn(i,xUpdRow,*aIter); in updateRow()
Completed in 8 milliseconds