Home
last modified time | relevance | path

Searched refs:newCol (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java529 int newCol = decoder.getColNumber(); in processCells() local
532 if (newCol != col) { in processCells()
535 int numColsSkipped = newCol - col; in processCells()
541 col = newCol; in processCells()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextColumns.java101 TextColumn newCol = new TextColumn(5,1,1); in _setColumns() local
102 TextColumn[] cols = {newCol}; in _setColumns()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx2794 ColPos newCol = m_pTableControl->getColAtPoint( rPoint ); in SetCursorAtPoint() local
2795 if ( newCol == COL_ROW_HEADERS ) in SetCursorAtPoint()
2796 newCol = m_pTableControl->getLeftColumn(); in SetCursorAtPoint()
2798 if ( ( newRow == ROW_INVALID ) || ( newCol == COL_INVALID ) ) in SetCursorAtPoint()
2860 m_pTableControl->goTo( newCol, newRow ); in SetCursorAtPoint()
/trunk/main/hsqldb/patches/
H A Di121754.patch421 oldCol.setType(newCol);
422 oldCol.setDefaultExpression(newCol.getDefaultExpression());

Completed in 47 milliseconds