/aoo41x/main/qadevOOo/tests/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 253 int col = findColumnOfType(Long.class) ; in _getLong() local 273 int col = findColumnOfType(Float.class) ; in _getFloat() local 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 473 int col = findColumnOfType(XBlob.class) ; in _getBlob() local [all …]
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 117 final short col = 0; in checkTextFieldBinding() local 154 short col = (short)0; in checkBooleanRadioBinding() local 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 330 short col = (short)0; in checkListBoxIndexBinding() local 393 …private boolean verifyVoidCell( short col, short row, String failErrorMessage ) throws com.sun.sta… in verifyVoidCell() 442 private void setCellText( short col, short row, String text ) throws com.sun.star.uno.Exception in setCellText() 453 … private void setCellValue( short col, short row, double value ) throws com.sun.star.uno.Exception in setCellValue() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCollator.java | 164 Collator col = null ; in _compareSubstring() local 225 Collator col = null ; in _compareString() local 289 public boolean testCompareString(char[] locChar, Collator col) { in testCompareString() 369 public boolean testCompareSubstring(char[] locChar, Collator col) { in testCompareSubstring()
|
/aoo41x/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()
|
/aoo41x/main/xmerge/source/pexcel/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()
|
/aoo41x/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()
|
/aoo41x/main/scripting/workben/installer/ |
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()
|
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()
|
/aoo41x/main/qadevOOo/tests/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()
|
/aoo41x/main/l10ntools/java/receditor/java/transex3/view/ |
H A D | SdfTable.java | 32 public boolean isCellEditable(int row, int col) { in isCellEditable()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XViewPane.java | 47 int col = 5; field in _XViewPane
|
/aoo41x/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
|
/aoo41x/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxShapeCollection.java | 112 Object col = ((XMultiServiceFactory)tParam.getMSF()).createInstance in createTestEnvironment() local
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 1853 for (SCSIZE col = 0; col < l; col++) in lcl_MFastMult() local 1888 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnEuclideanNorm() local 1910 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnMaximumNorm() local 1934 for (SCSIZE col=nC; col<nN; col++) in lcl_TGetColumnSumProduct() local 1967 for (SCSIZE col = 0; col <nK; col++) in lcl_CalculateQRdecomposition() local 2014 for (SCSIZE col = row; col <nN; col++) in lcl_TCalculateQRdecomposition() local 2062 for (SCSIZE col = nR; col < nN; col++) in lcl_TApplyHouseholderTransformation() local 2085 for (SCSIZE col = rowp1; col<nK ; col++) in lcl_SolveWithUpperRightTriangle() local 2109 for (SCSIZE col=0; col < row; col++) in lcl_SolveWithLowerLeftTriangle() local 2579 for (SCSIZE col = 0; col < K; col++) in CalulateRGPRKP() local [all …]
|
/aoo41x/main/svtools/source/table/ |
H A D | tablegeometry.cxx | 124 for ( ColPos col = nLeftColumn; col < m_nColPos; ++col ) in impl_initRect() local
|
/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | snakewipe.cxx | 55 const double col = ::basegfx::pruneScaleValue( in calcSnake() local
|
/aoo41x/main/xmerge/source/pexcel/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
|
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpusrlst.cxx | 463 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea() local 489 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea() local
|
/aoo41x/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
|
/aoo41x/main/odk/examples/java/Drawing/ |
H A D | SDraw.java | 146 int y, String kind, int col) in createShape()
|
/aoo41x/test/testgui/source/testlib/gui/ |
H A D | SCTool.java | 136 String col = loc.substring(0, i); in parseLocation() local
|