Home
last modified time | relevance | path

Searched refs:col (Results 1 – 25 of 163) sorted by relevance

1234567

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRow.java145 int col = findColumnOfType(String.class) ; in _getString() local
189 int col = findColumnOfType(Byte.class) ; in _getByte() local
193 byte getVal = oObj.getByte(col) ; in _getByte()
211 int col = findColumnOfType(Short.class) ; in _getShort() local
237 int getVal = oObj.getInt(col) ; in _getInt()
253 int col = findColumnOfType(Long.class) ; in _getLong() local
257 long getVal = oObj.getLong(col) ; in _getLong()
333 int col = findColumnOfType(Date.class) ; in _getDate() local
353 int col = findColumnOfType(Time.class) ; in _getTime() local
453 int col = findColumnOfType(XRef.class) ; in _getRef() local
[all …]
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java117 final short col = 0; in checkTextFieldBinding() local
154 short col = (short)0; in checkBooleanRadioBinding() local
172 setCellValue( col, row1, 1.0 ); in checkBooleanRadioBinding()
178 setCellEmpty( col, row1 ); in checkBooleanRadioBinding()
197 short col = (short)0; in checkStringRadioBinding() local
226 short col = (short)0; in checkBooleanCheckBoxBinding() local
257 short col = (short)0; in checkStringCheckBoxBinding() local
288 short col = (short)0; in checkListBoxBinding() local
304 bindToCell( listBox, col, row ); in checkListBoxBinding()
330 short col = (short)0; in checkListBoxIndexBinding() local
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1852 for (SCSIZE col = 0; col < l; col++) in lcl_MFastMult() local
1887 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnEuclideanNorm() local
1909 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnMaximumNorm() local
1933 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnSumProduct() local
1966 for (SCSIZE col = 0; col <nK; col++) in lcl_CalculateQRdecomposition() local
2013 for (SCSIZE col = row; col <nN; col++) in lcl_TCalculateQRdecomposition() local
2061 for (SCSIZE col = nR; col < nN; col++) in lcl_TApplyHouseholderTransformation() local
2084 for (SCSIZE col = rowp1; col<nK ; col++) in lcl_SolveWithUpperRightTriangle() local
2108 for (SCSIZE col=0; col < row; col++) in lcl_SolveWithLowerLeftTriangle() local
2134 for (SCSIZE col = row+1; col < nK; col++) in lcl_ApplyUpperRightTriangle() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCollator.java164 Collator col = null ; in _compareSubstring() local
171 result &= testCompareSubstring(chars, col) ; in _compareSubstring()
180 result &= testCompareSubstring(chars, col) ; in _compareSubstring()
225 Collator col = null ; in _compareString() local
232 result &= testCompareString(chars, col) ; in _compareString()
241 result &= testCompareString(chars, col) ; in _compareString()
250 result &= testCompareString(chars, col) ; in _compareString()
258 result &= testCompareString(chars, col) ; in _compareString()
266 result &= testCompareString(chars, col) ; in _compareString()
308 col.compare(char0, char1) + "\n" ; in testCompareString()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java51 public String getItemText(int row, int col) { in getItemText() argument
101 public String getSelText(int col) { in getSelText() argument
102 return (String) invoke(Constant.M_GetSelText, new Object[]{col + 1}); in getSelText()
111 public String getSelText(int index, int col) { in getSelText() argument
240 public boolean isChecked(int row, int col) { in isChecked() argument
268 public boolean isTristate(int row, int col) { in isTristate() argument
296 public int getState(int row, int col) { in getState() argument
312 public void check(int row, int col) { in check() argument
328 public void unCheck(int row, int col) { in unCheck() argument
345 public void triState(int row, int col) { in triState() argument
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dcolor.hxx66 Color operator^( Color col ) const { return Color(col.getRed()^getRed(), in operator ^()
67 col.getGreen()^getGreen(), in operator ^()
68 col.getBlue()^getBlue()); } in operator ^()
69 Color operator-( Color col ) const { return Color((sal_uInt8)abs((int)getRed()-col.getRed()), in operator -()
70 … (sal_uInt8)abs((int)getGreen()-col.getGreen()), in operator -()
71 … (sal_uInt8)abs((int)getBlue()-col.getBlue())); } in operator -()
72 Color operator+( Color col ) const { return Color(getRed()+col.getRed(), in operator +()
73 getGreen()+col.getGreen(), in operator +()
74 getBlue()+col.getBlue()); } in operator +()
75 …Color operator*( Color col ) const { return Color((sal_uInt8)((sal_uInt32)col.getRed()*getRed()/SA… in operator *()
[all …]
H A Dcolorblendaccessoradapter.hxx74 color_type col ) : in ConstantColorBlendSetterAccessorAdapter() argument
77 maBlendColor(col), in ConstantColorBlendSetterAccessorAdapter()
82 color_type col, in ConstantColorBlendSetterAccessorAdapter() argument
86 maBlendColor(col), in ConstantColorBlendSetterAccessorAdapter()
92 void setColor( color_type col ) { maBlendColor=col; } in setColor() argument
/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java87 for ( int col=0; col<m_rowValues[row].length; ++col ) in testAddRows()
90 m_rowValues[row][col], m_dataModel.getCellData( col, row ) ); in testAddRows()
254 for ( int col=0; col<m_rowValues[row].length; ++col ) in testRemoveRow()
257 m_rowValues[row+1][col], m_dataModel.getCellData( col, row ) ); in testRemoveRow()
303 final int col = ((Integer)modifyValues[i][1]).intValue(); in testUpdateCellData() local
305 m_dataModel.updateCellData( col, row, value ); in testUpdateCellData()
310 … assertEquals( "data change notification: FirstColumn is invalid", col, event.FirstColumn ); in testUpdateCellData()
311 … assertEquals( "data change notification: LastColumn is invalid", col, event.LastColumn ); in testUpdateCellData()
314 …assertEquals( "data change at (" + col + ", " + row + ") not successful", value, m_dataModel.getCe… in testUpdateCellData()
417 for ( int col=0; col<colCount; ++col ) in impl_getCurrentData()
[all …]
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java348 for ( int col = 0; col < data[row].length; ++col ) in testDataModel()
351 data[row][col], m_dataModel.getCellData( col, row ) ); in testDataModel()
529 for ( int col = 0; col < m_columnModel.getColumnCount(); ++col ) in impl_assertColumnModelConsistency()
531 final XGridColumn column = m_columnModel.getColumn( col ); in impl_assertColumnModelConsistency()
533 …assertEquals( "column/model inconsistency: column " + col + " has a wrong index!", col, column.get… in impl_assertColumnModelConsistency()
539 for ( int col = 0; col < m_columnModel.getColumnCount(); ++col ) in impl_assertColumnModelConsistency()
541 …etColumns inconsistency", impl_areSameInterface( allColumns[col], m_columnModel.getColumn(col) ) ); in impl_assertColumnModelConsistency()
558 for ( int col = 0; col < i_reference.getRowCount(); ++col ) in impl_assertEquality()
561 i_reference.getCellData( col, row ) ); in impl_assertEquality()
563 i_reference.getCellToolTip( col, row ) ); in impl_assertEquality()
[all …]
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java126 if (col != 2) in initComponents()
130 Object o = getValueAt(row, col); in initComponents()
144 if (col != 2) in initComponents()
148 Object o = getValueAt(row,col); in initComponents()
323 public String getColumnName(int col) { in getColumnName() argument
324 return colNames[col]; in getColumnName()
329 col < 0 || col > getColumnCount()) in getValueAt()
333 return aRow.get(col); in getValueAt()
341 if (col == 0) { in isCellEditable()
350 aRow.set(col, value); in setValueAt()
[all …]
H A DVersion.java99 if (col != 2) in initComponents()
103 Object o = getValueAt(row, col); in initComponents()
117 if (col != 2) in initComponents()
121 Object o = getValueAt(row,col); in initComponents()
314 public String getColumnName(int col) { in getColumnName() argument
315 return colNames[col]; in getColumnName()
320 col < 0 || col > getColumnCount()) in getValueAt()
324 return aRow.get(col); in getValueAt()
332 if (col == 0) { in isCellEditable()
341 aRow.set(col, value); in setValueAt()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx87 for ( sal_Int32 col = 0; col < nCols; ++col ) in setSuperscript() local
91 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSuperscript()
127 for ( sal_Int32 col = 0; col < nCols; ++col ) in getSuperscript() local
131 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSuperscript()
133 if ( !col && !row ) in getSuperscript()
159 for ( sal_Int32 col = 0; col < nCols; ++col ) in setSubscript() local
163 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSubscript()
201 for ( sal_Int32 col = 0; col < nCols; ++col ) in getSubscript() local
205 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSubscript()
207 if ( !col && !row ) in getSubscript()
/trunk/test/testuno/source/testlib/uno/
H A DCellInfo.java29 private int col; field in CellInfo
33 this.col = 0; in CellInfo()
36 public CellInfo(int col, int row) { in CellInfo() argument
37 this.col = col; in CellInfo()
42 return col; in getCol()
44 public void setCol(int col) { in setCol() argument
45 this.col = col; in setCol()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DCellValue.java36 protected byte col; field in CellValue
80 return col + 1; // The cols start at 1 in getCol()
88 public void setCol(int col) { in setCol() argument
89 this.col = (byte) (col - 1); // The cols start at 1 in setCol()
100 output.write(col); in write()
112 col += input.read(); in read()
117 " Column : " + col + in read()
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java149 public String getColumnName(int col) { in getColumnName() argument
150 return columnNames[col]; in getColumnName()
175 public Object getValueAt(int row, int col) { in getValueAt() argument
181 if (col == 0) in getValueAt()
183 else if (col == 1) in getValueAt()
189 public boolean isCellEditable(int row, int col) { in isCellEditable() argument
190 if (col == 0) in isCellEditable()
196 public void setValueAt(Object value, int row, int col) { in setValueAt() argument
199 fireTableCellUpdated(row, col); in setValueAt()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java354 private boolean checkColumn(int col, int idx) in checkColumn() argument
357 if (col >= oObj.getCount()) return true; in checkColumn()
359 String c1 = getCellText(xCellRange.getCellByPosition(col, 0)); in checkColumn()
360 String c2 = getCellText(xCellRange.getCellByPosition(col, 1)); in checkColumn()
364 log.println("FAILED for column " + col + " and index " + idx + "(" in checkColumn()
379 private boolean checkColumnEmpty(int col) in checkColumnEmpty() argument
382 if (col >= oObj.getCount()) return true; in checkColumnEmpty()
384 String c1 = getCellText(xCellRange.getCellByPosition(col, 0)); in checkColumnEmpty()
385 String c2 = getCellText(xCellRange.getCellByPosition(col, 1)); in checkColumnEmpty()
387 log.println("FAILED for column " + col + " is not empty (" in checkColumnEmpty()
/trunk/main/xmlsecurity/tools/uno/
H A DUnsolvedReferenceTableModel.java45 public String getColumnName(int col) in getColumnName() argument
47 return m_columnNames[col].toString(); in getColumnName()
60 public Object getValueAt(int row, int col) in getValueAt() argument
62 if (col == 0) in getValueAt()
66 else if (col == 1) in getValueAt()
70 else if (col == 2) in getValueAt()
80 public boolean isCellEditable(int row, int col) in isCellEditable() argument
/trunk/main/l10ntools/java/receditor/java/transex3/view/
H A DSdfTable.java32 public boolean isCellEditable(int row, int col) { in isCellEditable() argument
33 …if( row == 0 && col == 0 || row == 0 && col == 1 || row == 0 && col == 2 || row == 0 && col == 3 |… in isCellEditable()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx341 for ( sal_Int32 col = 0; col < columnCount; ++col ) in updateRowData() local
343 if ( ( i_columnIndexes[col] < 0 ) || ( i_columnIndexes[col] > m_nColumnCount ) ) in updateRowData()
348 for ( sal_Int32 col = 0; col < columnCount; ++col ) in updateRowData() local
350 sal_Int32 const columnIndex = i_columnIndexes[ col ]; in updateRowData()
354 rDataRow[ columnIndex ].first = i_values[ col ]; in updateRowData()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java449 int col = 1; in processCells() local
468 if (col <= lastColumn && rowElement != null) { in processCells()
469 int numSkippedCells = lastColumn - col + 1; in processCells()
488 col = 1; in processCells()
532 if (newCol != col) { in processCells()
535 int numColsSkipped = newCol - col; in processCells()
541 col = newCol; in processCells()
604 col++; in processCells()
608 if (col <= lastColumn && rowElement != null) { in processCells()
609 int numSkippedCells = lastColumn - col + 1; in processCells()
/trunk/main/toolkit/source/layout/core/
H A Dtable.cxx120 int col = 0; in getMinimumSize() local
129 while ( col + SAL_MIN( child->mnColSpan, mnColsLen ) > mnColsLen ) in getMinimumSize()
131 col = 0; in getMinimumSize()
134 unsigned int i = col +( row*mnColsLen ); in getMinimumSize()
138 col = i % mnColsLen; in getMinimumSize()
142 child->mnLeftCol = col; in getMinimumSize()
143 child->mnRightCol = SAL_MIN( col + child->mnColSpan, mnColsLen ); in getMinimumSize()
147 col += child->mnColSpan; in getMinimumSize()
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx462 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea() local
466 if ( pDoc->HasStringData( col, row, nTab ) ) in CopyListFromArea()
468 pDoc->GetString( col, row, nTab, aStrField ); in CopyListFromArea()
488 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea() local
490 if ( pDoc->HasStringData( col, row, nTab ) ) in CopyListFromArea()
492 pDoc->GetString( col, row, nTab, aStrField ); in CopyListFromArea()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DQuery.java102 for ( int col = 0; col < columns.getCount(); ++col ) in testQueryColumns()
105 XNamed.class, columns.getByIndex(col) ); in testQueryColumns()
106 … assertTrue( "column no. " + col + " of query \"" + queryNames[i] + "\" not matching", in testQueryColumns()
107 columnName.getName().equals( expectedColumnNames[i][col] ) ); in testQueryColumns()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java239 int col = 0; in column() local
248 col = char2int(columnStr.charAt(0)); in column()
250 col = char2int(columnStr.charAt(0)) + 1; in column()
251 col = (col*26) + char2int(columnStr.charAt(1)); in column()
257 return col; in column()
291 int col = 0, row = 0; in encodeCellCoordinates() local
301 col = column(); in encodeCellCoordinates()
311 tokenBytes[2] = (byte)col; in encodeCellCoordinates()
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx246 bool UnoControlTableModel::isCellEditable( ColPos col, RowPos row ) const in isCellEditable() argument
249 (void)col; in isCellEditable()
328 for ( ColumnModels::const_iterator col = m_pImpl->aColumns.begin(); in removeAllColumns() local
329 col != m_pImpl->aColumns.end(); in removeAllColumns()
330 ++col in removeAllColumns()
333 UnoGridColumnFacade* pColumn = dynamic_cast< UnoGridColumnFacade* >( col->get() ); in removeAllColumns()
797 for ( ColumnModels::const_iterator col = m_pImpl->aColumns.begin(); in getColumnPos() local
798 col != m_pImpl->aColumns.end(); in getColumnPos()
799 ++col in getColumnPos()
802 if ( &i_column == col->get() ) in getColumnPos()
[all …]

Completed in 120 milliseconds

1234567