Home
last modified time | relevance | path

Searched refs:cols (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/basegfx/source/workbench/
H A Dgauss.hxx48 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.java108 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 DImageList.java73 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 DButtonList.java60 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 DControlScroller.java369 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.java65 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 Doasis-table.css43 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.java126 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 Dwordml2ooo_props.xsl114 <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.java50 XNameAccess cols = oObj.getColumns() ; in _getColumns() local
70 tRes.tested("getColumns()", cols != null) ; in _getColumns()
/AOO41X/main/qadevOOo/tests/java/mod/_sch/
H A DChXDiagram.java360 int cols = da.getColumnDescriptions().length; in createTestEnvironment() local
364 tEnv.addObjRelation("COLAMOUNT", new Integer(cols)); in createTestEnvironment()
/AOO41X/main/oox/source/xls/
H A Dworksheetfragment.cxx254 case XLS_TOKEN( cols ): in onCreateContext()
300 case XLS_TOKEN( cols ): in onCreateContext()
/AOO41X/main/cui/source/inc/
H A Dcuires.hrc269 // insert rows&cols
/AOO41X/extras/l10n/source/zh-TW/
H A Dlocalize.sdf8014 … RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_OFFSET 6 0 zh-TW cols 2013…