| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
| H A D | _XRow.java | 145 int col = findColumnOfType(String.class) ; in _getString() local 167 int col = findColumnOfType(Boolean.class) ; in _getBoolean() local 189 int col = findColumnOfType(Byte.class) ; in _getByte() local 211 int col = findColumnOfType(Short.class) ; in _getShort() local 233 int col = findColumnOfType(Integer.class) ; in _getInt() local 253 int col = findColumnOfType(Long.class) ; in _getLong() local 273 int col = findColumnOfType(Float.class) ; in _getFloat() local 293 int col = findColumnOfType(Double.class) ; in _getDouble() local 313 int col = findColumnOfType(byte[].class) ; in _getBytes() local 333 int col = findColumnOfType(Date.class) ; in _getDate() local [all …]
|
| /trunk/test/testuno/source/testlib/uno/ |
| H A D | CellInfo.java | 29 private int col; field in CellInfo 36 public CellInfo(int col, int row) { in CellInfo() 44 public void setCol(int col) { in setCol()
|
| /trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
| H A D | VclTreeListBox.java | 51 public String getItemText(int row, int col) { in getItemText() 101 public String getSelText(int col) { in getSelText() 111 public String getSelText(int index, int col) { in getSelText() 240 public boolean isChecked(int row, int col) { in isChecked() 268 public boolean isTristate(int row, int col) { in isTristate() 296 public int getState(int row, int col) { in getState() 312 public void check(int row, int col) { in check() 328 public void unCheck(int row, int col) { in unCheck() 345 public void triState(int row, int col) { in triState() 399 public int getItemType(int row, int col) { in getItemType()
|
| H A D | VclListBox.java | 53 public String getItemText(int index, int col) { in getItemText()
|
| /trunk/main/xmlsecurity/tools/uno/ |
| H A D | UnsolvedReferenceTableModel.java | 45 public String getColumnName(int col) in getColumnName() 60 public Object getValueAt(int row, int col) in getValueAt() 80 public boolean isCellEditable(int row, int col) in isCellEditable()
|
| /trunk/main/forms/qa/integration/forms/ |
| H A D | CellBinding.java | 123 final short col = 0; in checkTextFieldBinding() local 161 short col = (short)0; in checkBooleanRadioBinding() local 205 short col = (short)0; in checkStringRadioBinding() local 235 short col = (short)0; in checkBooleanCheckBoxBinding() local 267 short col = (short)0; in checkStringCheckBoxBinding() local 299 short col = (short)0; in checkListBoxBinding() local 342 short col = (short)0; in checkListBoxIndexBinding() local 405 …private boolean verifyVoidCell( short col, short row, String failErrorMessage ) throws com.sun.sta… in verifyVoidCell() 422 …private boolean verifyNumericCellContent( short col, short row, double value, String failErrorMess… in verifyNumericCellContent() 438 …private boolean verifyStringCellContent( short col, short row, String text, String failErrorMessag… in verifyStringCellContent() [all …]
|
| /trunk/test/testuno/source/api/i18n/ |
| H A D | XCollatorTest.java | 217 Collator col = null ; in _compareSubstring() local 279 Collator col = null ; in _compareString() local 342 public boolean testCompareString(char[] locChar, Collator col) { in testCompareString() 421 public boolean testCompareSubstring(char[] locChar, Collator col) { in testCompareSubstring()
|
| /trunk/main/scripting/java/org/openoffice/idesupport/ui/ |
| H A D | ScriptPanel.java | 149 public String getColumnName(int col) { in getColumnName() 175 public Object getValueAt(int row, int col) { in getValueAt() 189 public boolean isCellEditable(int row, int col) { in isCellEditable() 196 public void setValueAt(Object value, int row, int col) { in setValueAt()
|
| /trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
| H A D | CellValue.java | 36 protected byte col; field in CellValue 88 public void setCol(int col) { in setCol()
|
| /trunk/main/basebmp/inc/basebmp/ |
| H A D | colorblendaccessoradapter.hxx | 74 color_type col ) : in ConstantColorBlendSetterAccessorAdapter() 82 color_type col, in ConstantColorBlendSetterAccessorAdapter() 92 void setColor( color_type col ) { maBlendColor=col; } in setColor()
|
| /trunk/main/scripting/workben/installer/ |
| H A D | Version.java | 314 public String getColumnName(int col) { in getColumnName() 318 public Object getValueAt(int row, int col) { in getValueAt() 331 public boolean isCellEditable(int row, int col) { in isCellEditable() 339 public void setValueAt(Object value, int row, int col) { in setValueAt()
|
| H A D | IdeVersion.java | 323 public String getColumnName(int col) { in getColumnName() 327 public Object getValueAt(int row, int col) { in getValueAt() 340 public boolean isCellEditable(int row, int col) { in isCellEditable() 348 public void setValueAt(Object value, int row, int col) { in setValueAt()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/ |
| H A D | _XTableColumns.java | 354 private boolean checkColumn(int col, int idx) in checkColumn() 379 private boolean checkColumnEmpty(int col) in checkColumnEmpty()
|
| /trunk/main/l10ntools/java/receditor/java/transex3/view/ |
| H A D | SdfTable.java | 32 public boolean isCellEditable(int row, int col) { in isCellEditable()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
| H A D | _XViewPane.java | 47 int col = 5; field in _XViewPane
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbafont.cxx | 87 for ( sal_Int32 col = 0; col < nCols; ++col ) in setSuperscript() local 127 for ( sal_Int32 col = 0; col < nCols; ++col ) in getSuperscript() local 159 for ( sal_Int32 col = 0; col < nCols; ++col ) in setSubscript() local 201 for ( sal_Int32 col = 0; col < nCols; ++col ) in getSubscript() local
|
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 1852 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 2026 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 [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/ |
| H A D | SvxShapeCollection.java | 112 Object col = ((XMultiServiceFactory)tParam.getMSF()).createInstance in createTestEnvironment() local
|
| /trunk/main/svtools/source/table/ |
| H A D | tablegeometry.cxx | 124 for ( ColPos col = nLeftColumn; col < m_nColPos; ++col ) in impl_initRect() local
|
| /trunk/main/slideshow/source/engine/transitions/ |
| H A D | snakewipe.cxx | 55 const double col = ::basegfx::pruneScaleValue( in calcSnake() local
|
| /trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
| H A D | TokenEncoder.java | 239 int col = 0; in column() local 291 int col = 0, row = 0; in encodeCellCoordinates() local
|
| /trunk/main/sc/source/ui/optdlg/ |
| H A D | tpusrlst.cxx | 462 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea() local 488 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea() local
|
| /trunk/main/toolkit/source/controls/grid/ |
| H A D | defaultgriddatamodel.cxx | 341 for ( sal_Int32 col = 0; col < columnCount; ++col ) in updateRowData() local 348 for ( sal_Int32 col = 0; col < columnCount; ++col ) in updateRowData() local
|
| /trunk/test/testgui/source/testlib/gui/ |
| H A D | SCTool.java | 136 String col = loc.substring(0, i); in parseLocation() local
|
| /trunk/main/odk/examples/java/Drawing/ |
| H A D | SDraw.java | 146 int y, String kind, int col) in createShape()
|