| /AOO41X/main/basegfx/source/workbench/ |
| H A D | gauss.hxx | 48 int cols, in eliminate() argument 55 for(i=0; i<cols-1; ++i) in eliminate() 60 if( fabs(matrix[ j*cols + i ]) > fabs(matrix[ max*cols + i ]) ) in eliminate() 64 if( fabs(matrix[ max*cols + i ]) < minPivot ) in eliminate() 68 for(k=0; k<cols; ++k) in eliminate() 70 temp = matrix[ i*cols + k ]; in eliminate() 71 matrix[ i*cols + k ] = matrix[ max*cols + k ]; in eliminate() 72 matrix[ max*cols + k ] = temp; in eliminate() 77 for(k=cols-1; k>=i; --k) in eliminate() 78 matrix[ j*cols + k ] -= matrix[ i*cols + k ] * in eliminate() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/sheet/ |
| H A D | _XSheetCellCursor.java | 108 int cols = ( (XColumnRowRange)UnoRuntime.queryInterface( in _collapseToCurrentArray() local 113 if (cols == 1 && rows == height) { in _collapseToCurrentArray() 118 ", but after method call it was " + cols + "x" + rows); in _collapseToCurrentArray() 164 int cols = ((XColumnRowRange) in _collapseToCurrentRegion() local 171 if (cols != width || rows != height) { in _collapseToCurrentRegion() 175 + " but it is " + cols + "x" + rows); in _collapseToCurrentRegion() 193 cols = ((XColumnRowRange) in _collapseToCurrentRegion() 200 if (cols == width + 1 && rows == height + 1) { in _collapseToCurrentRegion() 206 + (height + 1) + " but it is " + cols + "x" + rows ); in _collapseToCurrentRegion() 264 int cols = ((XColumnRowRange) in _collapseToMergedArea() local [all …]
|
| /AOO41X/main/wizards/com/sun/star/wizards/ui/ |
| H A D | ImageList.java | 73 private int cols = 4; field in ImageList 177 new Integer((imageSize.Width + gap.Width) * cols + gap.Width) in create() 195 (imageSize.Width + gap.Width) * cols - gap.Width + (selectionGap.Width * 2) : in create() 245 new Integer(cols * (imageSize.Width + gap.Width) + gap.Width - 2) in create() 269 …new Integer(pos.Width + (imageSize.Width + gap.Width) * cols + gap.Width - btnSize.intValue() + 1), in create() 286 … new Integer(cols * (imageSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create() 299 m_aImages = new XControl[rows * cols]; in create() 317 for (int c = 0; c < cols; c++) in create() 319 m_aImages[r * cols + c] = createImage(dialog, r, c); in create() 347 String imageName = name + "_image" + (_row * cols + _col); in createImage() [all …]
|
| H A D | ButtonList.java | 60 private int cols = 4; field in ButtonList 116 int nWidth = cols * (m_aButtonSize.Width + gap.Width) + gap.Width - 2; in create() 178 …Integer.valueOf(pos.Width + (m_aButtonSize.Width + gap.Width) * cols + gap.Width - btnSize.intValu… in create() 195 … Integer.valueOf(cols * (m_aButtonSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create() 207 m_aButtons = new XControl[rows * cols]; in create() 215 for (int c = 0; c < cols; c++) in create() 219 m_aButtons[r * cols + c] = aControl; in create() 231 String sButtonName = m_aControlName + "_button" + (_row * cols + _col); in createButton() 332 int i = pageStart + cols * rows; in pageEnd() 471 return cols; in getCols() [all …]
|
| H A D | ControlScroller.java | 369 int cols = in scrollRowsInfo() local 375 for (int n = 0; n < cols; n++) in scrollRowsInfo()
|
| /AOO41X/main/qadevOOo/tests/java/ifc/text/ |
| H A D | _XTextColumns.java | 65 TextColumn[] cols = oObj.getColumns(); in _getColumns() local 66 tRes.tested("getColumns()",cols != null); in _getColumns() 102 TextColumn[] cols = {newCol}; in _setColumns() local 103 oObj.setColumns(cols); in _setColumns() 105 tRes.tested("setColumns()",util.ValueComparer.equalValue(cols, gCols)); in _setColumns()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | oasis-table.css | 43 table-cell[number-cols-spanned], 44 table-cell[number-cols-spanned], 45 table-columns[number-cols-spanned], 46 table-column[number-cols-spanned] { 47 -x-liblayout-colspan: attr(number-cols-spanned);
|
| /AOO41X/main/qadevOOo/tests/java/ifc/chart/ |
| H A D | _XDiagram.java | 126 int cols = colamount.intValue(); in _getDataPointProperties() local 129 log.println("There are " + rows + " rows and " + cols + " cols."); in _getDataPointProperties() 133 for (int j = 0; j < cols; j++) { in _getDataPointProperties()
|
| /AOO41X/main/filter/source/xslt/import/wordml/ |
| H A D | wordml2ooo_props.xsl | 114 <an:so-supported select="w:cols/@w:sep"/> 120 <xsl:when test="w:cols/@w:num"> 121 <xsl:value-of select="w:cols/@w:num"/> 127 <xsl:if test="not(w:cols/w:col)"> 130 <xsl:value-of select="concat(w:cols/@w:space div 567.0, 'cm')"/> 134 <xsl:for-each select="w:cols/w:col">
|
| /AOO41X/main/qadevOOo/tests/java/ifc/sdbcx/ |
| H A D | _XColumnsSupplier.java | 50 XNameAccess cols = oObj.getColumns() ; in _getColumns() local 70 tRes.tested("getColumns()", cols != null) ; in _getColumns()
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sch/ |
| H A D | ChXDiagram.java | 360 int cols = da.getColumnDescriptions().length; in createTestEnvironment() local 364 tEnv.addObjRelation("COLAMOUNT", new Integer(cols)); in createTestEnvironment()
|
| /AOO41X/main/oox/source/xls/ |
| H A D | worksheetfragment.cxx | 254 case XLS_TOKEN( cols ): in onCreateContext() 300 case XLS_TOKEN( cols ): in onCreateContext()
|
| /AOO41X/main/cui/source/inc/ |
| H A D | cuires.hrc | 269 // insert rows&cols
|
| /AOO41X/extras/l10n/source/zh-TW/ |
| H A D | localize.sdf | 8014 … RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_OFFSET 6 0 zh-TW cols 2013…
|