Home
last modified time | relevance | path

Searched refs:row (Results 51 – 75 of 525) sorted by relevance

12345678910>>...21

/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx464 for ( SCROW row=nStartRow; row<=nEndRow; row++ ) in CopyListFromArea() local
466 if ( pDoc->HasStringData( col, row, nTab ) ) in CopyListFromArea()
468 pDoc->GetString( col, row, nTab, aStrField ); in CopyListFromArea()
486 for ( SCROW row=nStartRow; row<=nEndRow; row++ ) in CopyListFromArea() local
490 if ( pDoc->HasStringData( col, row, nTab ) ) in CopyListFromArea()
492 pDoc->GetString( col, row, nTab, aStrField ); in CopyListFromArea()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java220 PropertyValue[] row = newRow(i); in initializeScrollFields() local
221 ((CGTopic) agenda.cp_Topics.getElementAt(i)).setDataToRow(row); in initializeScrollFields()
223 registerControlGroup(row, i); in initializeScrollFields()
530 protected boolean isRowEmpty(int row)
532 PropertyValue[] data = getTopicData(row);
967 private void updateDocumentRow(int row)
969 updateDocumentRow(row, (PropertyValue[]) scrollfields.get(row));
977 private void updateDocumentRow(int row, PropertyValue[] data)
981 ((AgendaWizardDialogImpl) CurUnoDialog).agendaTemplate.topics.write(row, data);
997 private void updateDocumentCell(int row, int column, PropertyValue[] data)
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx279 sal_Bool SAL_CALL ResultSetBase::absolute( sal_Int32 row ) in absolute() argument
282 if( row >= 0 ) in absolute()
283 m_nRow = row - 1; in absolute()
287 m_nRow += ( row + 1 ); in absolute()
300 sal_Int32 row ) in relative() argument
307 if( row > 0 ) in relative()
308 while( row-- ) in relative()
310 else if( row < 0 ) in relative()
311 while( row++ && m_nRow > -1 ) in relative()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx279 sal_Bool SAL_CALL ResultSetBase::absolute( sal_Int32 row ) in absolute() argument
282 if( row >= 0 ) in absolute()
283 m_nRow = row - 1; in absolute()
287 m_nRow += ( row + 1 ); in absolute()
300 sal_Int32 row ) in relative() argument
307 if( row > 0 ) in relative()
308 while( row-- ) in relative()
310 else if( row < 0 ) in relative()
311 while( row++ && m_nRow > - 1 ) in relative()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx478 sal_Bool SAL_CALL XResultSet_impl::absolute( sal_Int32 row ) in absolute() argument
481 if( row >= 0 ) in absolute()
483 m_nRow = row - 1; in absolute()
484 if( row >= sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in absolute()
485 while( row-- && OneMore() ) in absolute()
491 m_nRow += ( row + 1 ); in absolute()
504 sal_Int32 row ) in relative() argument
510 if( row > 0 ) in relative()
511 while( row-- ) next(); in relative()
512 else if( row < 0 ) in relative()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx110 for(sal_Int32 row = nMinRow ; row <= nMaxRow ; ++row) in CalcScAddressFromRangeList() local
118 if ( row >= p->aStart.Row() && row <= p->aEnd.Row()) in CalcScAddressFromRangeList()
161 for (sal_Int32 row = pDest->aStart.Row(); row <= pDest->aEnd.Row();++row) in CalcScRangeDifferenceMax() local
165 vecRet.push_back(ScMyAddress(col,row,pDest->aStart.Tab())); in CalcScRangeDifferenceMax()
226 for (sal_Int32 row = pRange->aStart.Row(); row <= pRange->aEnd.Row();++row) in CalcScRangeListDifferenceMax() local
230 vecRet.push_back(ScMyAddress(col,row,pRange->aStart.Tab())); in CalcScRangeListDifferenceMax()
1492 sal_Bool SAL_CALL ScAccessibleSpreadsheet::selectRow( sal_Int32 row ) in selectRow() argument
1502 mpViewShell->InitBlockMode( 0, row, maRange.aStart.Tab(), sal_False, sal_False, sal_True ); in selectRow()
1503 mpViewShell->MarkCursor( MAXCOL, row, maRange.aStart.Tab(), sal_False, sal_True ); in selectRow()
1524 sal_Bool SAL_CALL ScAccessibleSpreadsheet::unselectRow( sal_Int32 row ) in unselectRow() argument
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java66 …c com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short row ) in createCellBinding() argument
68 return createCellBinding( sheet, column, row, false ); in createCellBinding()
73 ….sun.star.form.binding.XValueBinding createListIndexBinding( short sheet, short column, short row ) in createListIndexBinding() argument
75 return createCellBinding( sheet, column, row, true ); in createListIndexBinding()
80 ….binding.XValueBinding createCellBinding( short sheet, short column, short row, boolean supportInt… in createCellBinding() argument
85 CellAddress address = new CellAddress( sheet, column, row ); in createCellBinding()
H A DSpreadsheetValueBinding.java99 for ( short row = topRow; row <= bottomRow; ++row ) in prepareDocument()
102 XTextRange.class, exchangeSheet.getCellByPosition( column, row ) ); in prepareDocument()
103 cellText.setString( listContent[row] ); in prepareDocument()
/trunk/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl57 A ResultSet maintains a cursor pointing to its current row of
58 data. Initially the cursor is positioned before the first row.
59 The 'next' method moves the cursor to the next row.
63 row. You can retrieve values using either the index number of the
67 For maximum portability, ResultSet columns within each row should be
146 /** is the interface for updating row data to the database.
155 /** is the interface for accessing the data of the current row.
165 /** is the interface for updating the data of the current row.
181 identify the current row in the ResultSet generated by this statement. If
H A DBestRowScope.idl29 /** determines how long a row identifier is valid.
34 /** indicates that the scope of the best row identifier is
35 very temporary, lasting only while the row is being used.
48 /** indicates that the scope of the best row identifier is
62 /** indicates that the scope of the best row identifier is
/trunk/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java83 …c com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short row ) in createCellBinding() argument
85 return createCellBinding( sheet, column, row, false ); in createCellBinding()
91 ….sun.star.form.binding.XValueBinding createListIndexBinding( short sheet, short column, short row ) in createListIndexBinding() argument
93 return createCellBinding( sheet, column, row, true ); in createListIndexBinding()
99 ….binding.XValueBinding createCellBinding( short sheet, short column, short row, boolean supportInt… in createCellBinding() argument
104 CellAddress address = new CellAddress( sheet, column, row ); in createCellBinding()
/trunk/main/xmlsecurity/tools/uno/
H A DUnsolvedReferenceTableModel.java60 public Object getValueAt(int row, int col) in getValueAt() argument
64 return (String)m_testTool.getUnsolvedReferenceIds().elementAt(row); in getValueAt()
68 return ((Integer)m_testTool.getUnsolvedReferenceRefNum().elementAt(row)).toString(); in getValueAt()
72 return ((Integer)m_testTool.getUnsolvedReferenceKeeperIds().elementAt(row)).toString(); in getValueAt()
80 public boolean isCellEditable(int row, int col) in isCellEditable() argument
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java50 private final XRow row; field in SDBCReportData
60 row = (XRow) UnoRuntime.queryInterface(XRow.class, rowSet); in SDBCReportData()
146 public boolean absolute(final int row) throws DataSourceException in absolute() argument
154 if (row == 0) in absolute()
159 return rowSet.absolute(row); in absolute()
313 obj = row.getObject(column, null); in getObject()
314 wasNull = row.wasNull(); in getObject()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldLayoutMode.idl43 row as the first item from the following field. Subtotals are always shown below
51 /** In outline layout mode, the items from the following field start in the row
54 <P>Subtotals are shown at the top (on the same row as the item's name). When
55 the subtotals take up more than one row (manually selected, or because there
64 /** In outline layout mode, the items from the following field start in the row
68 layout mode). When the subtotals take up more than one row (manually
H A DTableAutoFormat.idl53 range are divided into a header row, a footer row and 2 data rows
54 (repeated in turn between header and footer row). The columns are
56 range. The AutoFormats are numbered row by row, then column by column.</p>
125 /** specifies whether the column widths and row heights should be
H A DXExternalSheetCache.idl43 @param nRow row position (0-based)
58 /** It returns a list of all row numbers where a cached cell or cells exist.
59 The row numbers are sorted in ascending order.
61 @return sequence<long> list of all row numbers with cached cell(s)
65 /** Given a row number, this method returns a list of all columns numbers
66 that store cached cell values in that row. The column numbers are
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java376 public void addCell(int row,int col, Format fmt, String cellContents) in addCell() argument
386 Debug.log(Debug.TRACE,"Row : " + row); in addCell()
390 Formula f = new Formula(row, col, cellContents, ixfe, fmt, this); in addCell()
398 BoolErrCell errorCell = new BoolErrCell(row, col, ixfe, 0x2A, 1); in addCell()
403 FloatNumber num = new FloatNumber(row, col, cellContents, ixfe); in addCell()
407 LabelCell lc = new LabelCell(row, col, cellContents, ixfe); in addCell()
413 BlankCell b = new BlankCell(row, col, ixfe); in addCell()
417 LabelCell lc = new LabelCell(row, col, cellContents, ixfe); in addCell()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx439 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in ~ScDPTableDataCache() local
440 delete mpTableDataValues[nCol][row]; in ~ScDPTableDataCache()
535 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in InitFromDoc() local
536 delete mpTableDataValues[nCol][row]; in InitFromDoc()
573 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in InitFromDataBase() local
574 delete mpTableDataValues[nCol][row]; in InitFromDataBase()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java266 private int row() { in row() method in TokenEncoder
269 int row = 0; in row() local
291 int col = 0, row = 0; in encodeCellCoordinates() local
306 row = row(); // Pexcel uses a 0 based index in encodeCellCoordinates()
307 row |= addressing; in encodeCellCoordinates()
309 tokenBytes[0] = (byte)row; in encodeCellCoordinates()
310 tokenBytes[1] = (byte)(row>>8); in encodeCellCoordinates()
/trunk/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx114 sal_Bool SAL_CALL OAdabasResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute() argument
123 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_ABSOLUTE,row); in absolute()
134 m_nRowPos = row; in absolute()
138 sal_Bool SAL_CALL OAdabasResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative() argument
146 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_RELATIVE,row); in relative()
157 m_nRowPos += row; in relative()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java445 int row = 0; in processCells() local
464 if (newRow != row) { in processCells()
474 if (row != 0) { in processCells()
479 int deltaRows = newRow - row; in processCells()
523 row = newRow; in processCells()
623 if (row != 0) { in processCells()
690 protected void addEmptyCells(int numColsSkipped, Node row) { in addEmptyCells() argument
709 row.appendChild(cellElement); in addEmptyCells()
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl68 <p>A database form is a special kind of enhanced database row set
82 to the insertion row.</p>
84 <p>The insertion row is a virtual row which is used to insert new records. It is reached
103 <p>Loading a form is basically the same as executing the underlying row set. In fact, all the
105 …<member scope="com::sun::star::sdbc">XRowSet::execute</member>, moving the row set cursor and so o…
108 …is that if you use the former, the row set is positioned on the first record, while in the latter …
148 Each time the parent form changes it's current row, the subform requires
195 /** determines if insertions into the form's row set are allowed.
/trunk/main/toolkit/source/layout/core/
H A Dtable.cxx121 int row = 0; in getMinimumSize() local
132 row++; in getMinimumSize()
134 unsigned int i = col +( row*mnColsLen ); in getMinimumSize()
139 row = i / mnColsLen; in getMinimumSize()
144 child->mnTopRow = row; in getMinimumSize()
145 child->mnBottomRow = row + child->mnRowSpan; in getMinimumSize()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx333 #define DBG_FRAME_CHECK_ROW( row, funcname ) DBG_FRAME_CHECK( (row) < GetRowCount(), fun… argument
334 #define DBG_FRAME_CHECK_COLROW( col, row, funcname ) DBG_FRAME_CHECK( ((col) < GetColCount()) &&… argument
337 #define DBG_FRAME_CHECK_ROW_1( row, funcname ) DBG_FRAME_CHECK( (row) <= GetRowCount(), 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
/trunk/main/offapi/com/sun/star/text/
H A DTextTableRow.idl49 /** specifies the properties of a text table row.
89 /** contains the description of the columns in the table row.
95 /** contains the height of the table row.
101 /** If the value of this property is <TRUE/>, the height of the table row
108 /** If <TRUE/>, the row is allowed to be split at page or column breaks.

Completed in 96 milliseconds

12345678910>>...21