Home
last modified time | relevance | path

Searched refs:col (Results 26 – 50 of 159) sorted by relevance

1234567

/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java321 int col = 0; in getProcesses() local
324 switch (col) { in getProcesses()
329 col++; in getProcesses()
425 int col = 0; in getProcessPerfData() local
428 switch (col) { in getProcessPerfData()
433 col++; in getProcessPerfData()
440 col++; in getProcessPerfData()
447 col++; in getProcessPerfData()
459 col++; in getProcessPerfData()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java377 public void addCell(int row,int col, Format fmt, String cellContents) in addCell() argument
388 Debug.log(Debug.TRACE,"Col : " + col); in addCell()
391 Formula f = new Formula(row, col, cellContents, ixfe, fmt, this); in addCell()
399 BoolErrCell errorCell = new BoolErrCell(row, col, ixfe, 0x2A, 1); in addCell()
404 FloatNumber num = new FloatNumber(row, col, cellContents, ixfe); in addCell()
408 LabelCell lc = new LabelCell(row, col, cellContents, ixfe); in addCell()
414 BlankCell b = new BlankCell(row, col, ixfe); in addCell()
418 LabelCell lc = new LabelCell(row, col, cellContents, ixfe); in addCell()
H A DBlankCell.java75 output.write(col); in write()
91 col += input.read(); in read()
95 " Column : " + col + in read()
/aoo41x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx124 (void)col; in isCellEditable()
382 col != m_aColumnWidths.end(); in impl_checkInvariants()
385 if ( col->getEnd() < col->getStart() ) in impl_checkInvariants()
388 ColumnPositions::const_iterator nextCol = col + 1; in impl_checkInvariants()
390 if ( col->getEnd() != nextCol->getStart() ) in impl_checkInvariants()
392 col = nextCol; in impl_checkInvariants()
973 for ( ColPos col = 0; col < colCount; ++col ) in impl_ni_calculateColumnWidths() local
975 PColumnModel const pColumn = m_pModel->getColumnModel( col ); in impl_ni_calculateColumnWidths()
1274 for ( ColPos col = 0; col < colCount; ++col ) in impl_ni_relayout() local
1277 const long columnEnd = columnStart + newWidthsPixel[col]; in impl_ni_relayout()
[all …]
H A Dtablegeometry.cxx124 for ( ColPos col = nLeftColumn; col < m_nColPos; ++col ) in impl_initRect() local
125 m_aRect.Left() += m_rControl.m_aColumnWidths[ col ].getWidth(); in impl_initRect()
/aoo41x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx765 for ( ColumnDescriptions::iterator col = aColumns.begin(); in impl_fillInternalDataProvider_throw() local
766 col != aColumns.end(); in impl_fillInternalDataProvider_throw()
767 ++col in impl_fillInternalDataProvider_throw()
770 col->nResultSetPosition = xColumnLocate->findColumn( col->sName ); in impl_fillInternalDataProvider_throw()
774 OSL_VERIFY( xColumn->getPropertyValue( PROPERTY_TYPE ) >>= col->nDataType ); in impl_fillInternalDataProvider_throw()
776 const sal_Int32 columnIndex = col - aColumns.begin(); in impl_fillInternalDataProvider_throw()
793 for ( ColumnDescriptions::const_iterator col = aColumns.begin(); in impl_fillInternalDataProvider_throw() local
794 col != aColumns.end(); in impl_fillInternalDataProvider_throw()
795 ++col in impl_fillInternalDataProvider_throw()
798 if ( bFirstColumnIsCategory && ( col == aColumns.begin() ) ) in impl_fillInternalDataProvider_throw()
[all …]
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java504 ColumnRowInfo col = new ColumnRowInfo(ColumnRowInfo.COLUMN); in traverseTableColumn() local
509 col.setRepeated(repeatedColumns); in traverseTableColumn()
530 col.setFormat(defaultFmt); in traverseTableColumn()
550 col.setSize(columnWidth); in traverseTableColumn()
554 ColumnRowList.add(col); in traverseTableColumn()
877 int col = colID; in addCell() local
888 col = colID; in addCell()
896 encoder.addCell(row, col, fmt, cellValue); in addCell()
901 col++; in addCell()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XViewPane.java47 int col = 5; field in _XViewPane
61 boolean result = col == oObj.getFirstVisibleColumn(); in _getFirstVisibleColumn()
86 oObj.setFirstVisibleColumn(col); in _setFirstVisibleColumn()
122 result &= RA.StartColumn == col; in _getVisibleRange()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx163 for (sal_uInt16 col = pDest->aStart.Col(); col <= pDest->aEnd.Col();++col) in CalcScRangeDifferenceMax() local
165 vecRet.push_back(ScMyAddress(col,row,pDest->aStart.Tab())); in CalcScRangeDifferenceMax()
175 for (sal_uInt16 col = pSrc->aStart.Col(); col <= pSrc->aEnd.Col();++col) in CalcScRangeDifferenceMax() local
181 ScMyAddress cell(col,nMinRow,pSrc->aStart.Tab()); in CalcScRangeDifferenceMax()
190 for (sal_uInt16 col = pSrc->aStart.Col(); col <= pSrc->aEnd.Col();++col) in CalcScRangeDifferenceMax() local
196 ScMyAddress cell(col,nMaxRow,pSrc->aStart.Tab()); in CalcScRangeDifferenceMax()
228 for (sal_uInt16 col = pRange->aStart.Col(); col <= pRange->aEnd.Col();++col) in CalcScRangeListDifferenceMax() local
230 vecRet.push_back(ScMyAddress(col,row,pRange->aStart.Tab())); in CalcScRangeListDifferenceMax()
/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx332 #define DBG_FRAME_CHECK_COL( col, funcname ) DBG_FRAME_CHECK( (col) < GetColCount(), fun… argument
334 #define DBG_FRAME_CHECK_COLROW( col, row, funcname ) DBG_FRAME_CHECK( ((col) < GetColCount()) &&… argument
336 #define DBG_FRAME_CHECK_COL_1( col, funcname ) DBG_FRAME_CHECK( (col) <= GetColCount(), fu… argument
341 #define CELL( col, row ) mxImpl->GetCell( col, row ) argument
342 #define CELLACC( col, row ) mxImpl->GetCellAcc( col, row ) argument
343 #define ORIGCELL( col, row ) mxImpl->GetMergedOriginCell( col, row ) argument
344 #define ORIGCELLACC( col, row ) mxImpl->GetMergedOriginCellAcc( col, row ) argument
/aoo41x/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx290 SCCOL col; in FillListBoxes() local
299 for ( col=nFirstCol; col<=nMaxCol && i<SC_MAXFIELDS; col++ ) in FillListBoxes()
301 pDoc->GetString( col, nFirstRow, nTab, aFieldName ); in FillListBoxes()
306 aFieldName += ::ScColToAlpha( col ); // from global.hxx in FillListBoxes()
308 nFieldArr[i] = col; in FillListBoxes()
H A Dpfiltdlg.cxx300 SCCOL col = 0; in FillFieldLists() local
303 for ( col=nFirstCol; col<=nMaxCol; col++ ) in FillFieldLists()
305 pDoc->GetString( col, nFirstRow, nTab, aFieldName ); in FillFieldLists()
310 aFieldName += ScColToAlpha( col ); in FillFieldLists()
H A Dtpsort.cxx428 SCCOL col; in FillFieldLists() local
430 for ( col=nFirstSortCol; col<=nMaxCol && i<SC_MAXFIELDS; col++ ) in FillFieldLists()
432 pDoc->GetString( col, nFirstSortRow, nTab, aFieldName ); in FillFieldLists()
437 aFieldName += ScColToAlpha( col ); in FillFieldLists()
439 nFieldArr[i] = col; in FillFieldLists()
/aoo41x/main/slideshow/source/engine/transitions/
H A Dsnakewipe.cxx55 const double col = ::basegfx::pruneScaleValue( in calcSnake() local
67 if (! ::basegfx::fTools::equalZero( col )) in calcSnake()
72 offset = (1.0 - col); in calcSnake()
78 poly.append( ::basegfx::B2DPoint( offset + col, in calcSnake()
80 poly.append( ::basegfx::B2DPoint( offset + col, line ) ); in calcSnake()
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx380 for ( ::std::vector< OFieldDescription >::const_iterator col = m_aColumnInfo.begin(); in getColumnNames()
381 col != m_aColumnInfo.end(); in getColumnNames()
382 ++col in getColumnNames()
384 aNames[ col - m_aColumnInfo.begin() ] = col->GetName(); in getColumnNames()
416 for ( ::std::vector< OFieldDescription >::const_iterator col = m_aColumnInfo.begin(); in createFieldDescription()
417 col != m_aColumnInfo.end(); in createFieldDescription()
418 ++col in createFieldDescription()
420 if ( col->GetName() == _rColumnName ) in createFieldDescription()
421 return new OFieldDescription( *col ); in createFieldDescription()
1117 for ( ODatabaseExport::TColumns::iterator col = _rColumns.begin(); col != colEnd; ++col ) in loadData() local
[all …]
/aoo41x/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx88 for ( Columns::const_iterator col = i_copySource.m_aColumns.begin(); in DefaultGridColumnModel() local
89 col != i_copySource.m_aColumns.end(); in DefaultGridColumnModel()
90 ++col in DefaultGridColumnModel()
93 Reference< XCloneable > const xCloneable( *col, UNO_QUERY_THROW ); in DefaultGridColumnModel()
102 pGridColumn->setIndex( col - i_copySource.m_aColumns.begin() ); in DefaultGridColumnModel()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java375 private int getImagePosX(int col) in getImagePosX() argument
377 return pos.Width + col * (imageSize.Width + gap.Width) + gap.Width; in getImagePosX()
473 int col = rowSelect ? 0 : image - (row * cols); in moveSelection() local
475 MOVE_SELECTION_VALS[0] = new Integer(getImagePosX(col) - selectionGap.Width); in moveSelection()
1028 private final int getKeyMove(KeyEvent ke, int row, int col) in getKeyMove() argument
1045 if (col > 0) in getKeyMove()
1051 if (col < getCols() - 1) in getKeyMove()
/aoo41x/main/toolkit/workben/layout/
H A Dtpsort.cxx432 SCCOL col; in FillFieldLists() local
434 for ( col=nFirstSortCol; col<=nMaxCol && i<SC_MAXFIELDS; col++ ) in FillFieldLists()
436 pDoc->GetString( col, nFirstSortRow, nTab, aFieldName ); in FillFieldLists()
441 aFieldName += ColToAlpha( col ); in FillFieldLists()
443 nFieldArr[i] = col; in FillFieldLists()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java913 private int getColumnSpanForCell(final int table, final int col, final int initialColumnSpan) in getColumnSpanForCell() argument
920 float cellBoundary = tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
921 float cellWidth = tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
923 if (col > 1) in getColumnSpanForCell()
925 cellWidth = cellWidth - tableBoundaries[col - 2].getBoundary(); in getColumnSpanForCell()
931 final int index = (col - 1) + (initialColumnSpan - 1); in getColumnSpanForCell()
932 … cellWidth += tableBoundaries[index].getBoundary() - tableBoundaries[col - 1].getBoundary(); in getColumnSpanForCell()
/aoo41x/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas2361 GetWorksheetCellValueAsLong = logWs.Cells(row, col).value
2369 " : col " & col & _
2389 " : col " & col & _
2399 logWs.Cells(row, col) = val
2407 " : col " & col & _
2417 logWs.Cells(row, col) = intVal
2425 " : col " & col & _
2436 logWs.Cells(row, col) = varVal
2444 " : col " & col & _
2455 logWs.Cells(row, col) = strVal
[all …]
/aoo41x/main/basebmp/source/
H A Dbitmapdevice.cxx431 Col col, in implRenderLine2() argument
438 col, in implRenderLine2()
447 Color col, in implRenderLine() argument
454 col ), in implRenderLine()
463 Color col, in implDrawLine() argument
470 implRenderLine( rPt1, rPt2, rBounds, col, in implDrawLine()
473 implRenderLine( rPt1, rPt2, rBounds, col, in implDrawLine()
513 Color col, in implDrawPolygon() argument
523 col)); in implDrawPolygon()
575 Color col, in implFillPolyPolygon() argument
[all …]
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java277 int col = -1; in getColNumber() local
280 col = cell.getCol(); in getColNumber()
281 Debug.log(Debug.TRACE,"cell col is " + col); in getColNumber()
283 return (col); in getColNumber()
/aoo41x/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapeCollection.java112 Object col = ((XMultiServiceFactory)tParam.getMSF()).createInstance in createTestEnvironment() local
115 (XShapes.class,col); in createTestEnvironment()
125 oObj = (XInterface) col ; in createTestEnvironment()
/aoo41x/main/svx/source/form/
H A Dformcontroller.cxx332 for ( ColumnInfos::iterator col = m_aColumns.begin(); in deinitializeControls() local
333 col != m_aColumns.end(); in deinitializeControls()
334 ++col in deinitializeControls()
337 lcl_resetColumnControlInfo( *col ); in deinitializeControls()
348 col != m_aColumns.end(); in initializeControls()
349 ++col in initializeControls()
352 …OSL_ENSURE( !col->xFirstControlWithInputRequired.is() && !col->xFirstGridWithInputRequiredColumn.i… in initializeControls()
355 lcl_resetColumnControlInfo( *col ); in initializeControls()
392 col->nRequiredGridColumn = gridCol; in initializeControls()
412 col->xFirstControlWithInputRequired = *pControl; in initializeControls()
[all …]
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java357 private String int2CellStr(int row, int col, int relativeFlags) { in int2CellStr() argument
359 int firstChar = (col + 1) / 26; in int2CellStr()
366 int secondChar = (col + 1) % 26; in int2CellStr()
369 outputString += Character.toString(int2Char(col)); in int2CellStr()

Completed in 245 milliseconds

1234567