Home
last modified time | relevance | path

Searched refs:row (Results 76 – 100 of 525) sorted by relevance

12345678910>>...21

/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3804 @param [in] row
3876 @param [in] row
3978 @param [in] row
3997 @param [in] row
4135 @param [in] row
4149 @param [in] row
4166 @param [in] row
4188 @param [in] row
4195 [in] long row
4337 @param [in] row
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesQuery.idl110 /** queries all cells with different values in a specified row.
113 compares all cells with the cell in the specified row. All cells
117 contains a cell address with the row index used for comparison.
118 Only this row index is of interest.
131 <p>This method takes each row of the current cell range(s) and
141 to the comparison cell of each row.
H A DTableOperationMode.idl42 <p>In this mode, the column contains values and the row
51 <p>In this mode, the row contains values and the column
60 <p>In this mode, the row and the column contain values. A formula
61 using both row and column values is specified separately.</p>
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.src206 // row 1 | multi line edit
208 // row 2 | fixed text
210 // row 3 | img | fixed text | fixed text | button
212 // row 4 | img | fixed text | fixed text
214 // row 5 |fixed line
216 // row 6 | | |button | button
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx157 ::hasRow( sal_Int32 row ) in hasRow() argument
168 return nStart <= row && row <= nEnd; in hasRow()
1404 ::absolute( sal_Int32 row ) in absolute() argument
1410 if( !row ) in absolute()
1423 if( row < 0 ) in absolute()
1427 sal_Int32 nNewRow = m_nKnownCount + 1 + row; in absolute()
1447 bValid = m_xResultSetOrigin->absolute( row ); in absolute()
1457 sal_Int32 nNewRow = m_nKnownCount + 1 + row; in absolute()
1478 if( row > m_nKnownCount ) in absolute()
1484 m_nRow = row; in absolute()
[all …]
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src101 Text [ en-US ] = "Can't find the requested row." ;
106 Text [ en-US ] = "Can't find the card for the requested row." ;
141 Text [ en-US ] = "An error occurred while refreshing the current row." ;
146 Text [ en-US ] = "An error occurred while getting the current row." ;
151 Text [ en-US ] = "The row update can not be canceled." ;
156 Text [ en-US ] = "A new row can not be created." ;
171 Text [ en-US ] = "Please commit row '$position$' before update rows or insert new rows." ;
176 Text [ en-US ] = "The update call can not be executed. The row is invalid." ;
181 Text [ en-US ] = "The current row can not be saved." ;
501 Text [ en-US ] = "The row could not be deleted. The option \"Display inactive records\" is set." ;
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XViewPane.java46 int row = 3; field in _XViewPane
77 boolean result = row == oObj.getFirstVisibleRow(); in _getFirstVisibleRow()
95 oObj.setFirstVisibleRow(row); in _setFirstVisibleRow()
121 result &= RA.StartRow == row; in _getVisibleRange()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DCGTopic.java57 public CGTopic( Object row) { in CGTopic() argument
58 PropertyValue[] pv = (PropertyValue[])row; in CGTopic()
72 public void setDataToRow(Object row) { in setDataToRow() argument
73 PropertyValue[] pv = (PropertyValue[])row; in setDataToRow()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTreeCellRenderer.java54 int row, in getTreeCellRendererComponent() argument
59 expanded, leaf, row, in getTreeCellRendererComponent()
62 if (maChangedLines.size()<=row || maChangedLines.elementAt (row) == null) in getTreeCellRendererComponent()
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsi.pm402 foreach my $row (@{$directory_table->GetAllRows()})
405 = installer::patch::Msi::SplitTargetSourceLongShortName($row->GetValue("DefaultDir"));
406 my $unique_name = $row->GetValue("Directory");
410 'parent_name' => $row->GetValue("Directory_Parent"),
411 'default_dir' => $row->GetValue("DefaultDir"),
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableRows.java116 public boolean checkCell(int row,double expected) { in checkCell() argument
119 getting = range.getCellByPosition(0,row).getValue(); in checkCell()
126 log.println("Expected for row "+row+" was "+expected); in checkCell()
127 log.println("Getting for row "+row+" - "+getting); in checkCell()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl55 /** retrieves the row which a given point belongs to
62 the index of the row which the point lies in, or -1 if no row is under the given point.
73 /** returns the row index of the currently active cell
84 the row index of the cell to activate.
H A DUnoControlGridModel.idl55 /** specifies the width of the row header column, if applicable.
63 /** Specifies whether the grid control should display a title row.
69 /** specifies the height of the column header row, if applicable.
144 /** specifies the color to be used when drawing the background of row or column headers
151 /** specifies the color to be used when drawing the text within row or column headers
191 …the sequence has <code>n</code> elements, each row will use the background color as specified by i…
197 …in alternating background colors, every second row having a background color derived from the cont…
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx769 for (lcl_tSizeType row = 0; row <=n; ++row) in CalculateBSplines() local
771 aMatN[row] = new double[p+1]; in CalculateBSplines()
773 aMatN[row][col] = 0.0; in CalculateBSplines()
967 for (lcl_tSizeType row = 0; row <=n; ++row) in CalculateBSplines() local
969 delete[] aMatN[row]; in CalculateBSplines()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XWarningsSupplier.java61 final XRow row = UnoRuntime.queryInterface(XRow.class, resultSetUpdate); in _getWarnings() local
62 if ( row == null) in _getWarnings()
75 oldVal = row.getInt(DBTools.TST_INT); in _getWarnings()
78 newVal = row.getInt(DBTools.TST_INT); in _getWarnings()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSalesMan.java125 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in retrieveSalesManData() local
127 String fn = row.getString( 1 ); in retrieveSalesManData()
128 String ln = row.getString( 2 ); in retrieveSalesManData()
129 Date dt = row.getDate( 3 ); in retrieveSalesManData()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java380 private int getImagePosY(int row) in getImagePosY() argument
382 return pos.Height + row * (imageSize.Height + gap.Height) + gap.Height; in getImagePosY()
472 int row = image / cols; in moveSelection() local
473 int col = rowSelect ? 0 : image - (row * cols); in moveSelection()
476 MOVE_SELECTION_VALS[1] = new Integer(getImagePosY(row) - selectionGap.Height); in moveSelection()
1028 private final int getKeyMove(KeyEvent ke, int row, int col) in getKeyMove() argument
1033 if (row > 0) in getKeyMove()
1039 if (row < getRows() - 1) in getKeyMove()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx585 for (sal_Int32 row=0; row<FIELD_PAIRS_VISIBLE; ++row) in implConstruct() local
590 …m_pImpl->pFieldLabels[row * 2 + column] = new FixedText(&m_aFieldsFrame, SvtResId((sal_uInt16)(FT_… in implConstruct()
592 …m_pImpl->pFields[row * 2 + column] = new ListBox(&m_aFieldsFrame, SvtResId((sal_uInt16)(LB_FIELD_B… in implConstruct()
593 m_pImpl->pFields[row * 2 + column]->SetDropDownLineCount(15); in implConstruct()
594 …m_pImpl->pFields[row * 2 + column]->SetSelectHdl(LINK(this, AddressBookSourceDialog, OnFieldSelect… in implConstruct()
596 m_pImpl->pFields[row * 2 + column]->SetHelpId(HID_ADDRTEMPL_FIELD_ASSIGNMENT); in implConstruct()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx456 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute() argument
462 if(!row) // absolute with zero not allowed in absolute()
466 if(row < 0) in absolute()
471 while(++row < 0 && bCheck) in absolute()
480 …bCheck = SUCCEEDED(m_pRecordSet->Move(row-1,aEmpty)); // move to row -1 because we stand already o… in absolute()
482 m_nRowPos = row; in absolute()
489 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative() argument
497 sal_Int32 nNewPos = row; in relative()
500 sal_Bool bRet = SUCCEEDED(m_pRecordSet->Move(row,aEmpty)); in relative()
503 m_nRowPos += row; in relative()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlCatalog.java49 XRow row = UnoRuntime.queryInterface(XRow.class, results); in refreshTables() local
52 String name = buildName(row); in refreshTables()
73 XRow row = UnoRuntime.queryInterface(XRow.class, results); in refreshViews() local
76 String name = buildName(row); in refreshViews()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java327 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in fillUpBigTable() local
328 int lastId = row.getInt(1); in fillUpBigTable()
424 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in checkResults() local
427 System.out.println("Row Count: " + row.getInt(1)); in checkResults()
437 System.out.println("Row Count: " + row.getInt(1)); in checkResults()
448 System.out.println("Row Count: " + row.getInt(1)); in checkResults()
/trunk/main/offapi/com/sun/star/chart/
H A DChartStatistics.idl51 available for a single data row and for the whole diagram.
60 data row.
74 data row.
87 /** determines if the mean value for a data row is
156 /** determines a type of regression for the data row values.
/trunk/main/offapi/com/sun/star/sdbc/
H A DBestRowType.idl29 /** determines the type of the best row identifier.
34 /** indicates that the best row identifier may or may not be a pseudo-column.
47 /** indicates that the best row identifier is NOT a pseudo-column.
60 /** indicates that the best row identifier is a pseudo-column.
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx906 sal_Bool SAL_CALL AccessibleTableShape::selectRow( sal_Int32 row ) in selectRow() argument
913 return pController->selectRow( row ); in selectRow()
924 sal_Bool SAL_CALL AccessibleTableShape::unselectRow( sal_Int32 row ) in unselectRow() argument
931 return pController->deselectRow( row ); in unselectRow()
1357 sal_Bool SAL_CALL AccessibleTableHeaderShape::selectRow( sal_Int32 row ) in selectRow() argument
1361 return mpTable->selectRow( row ); in selectRow()
1365 sal_Int32 nIndex = mpTable->getAccessibleIndex( row, 0 ); in selectRow()
1385 sal_Bool SAL_CALL AccessibleTableHeaderShape::unselectRow( sal_Int32 row ) in unselectRow() argument
1389 return mpTable->unselectRow( row ); in unselectRow()
1392 sal_Int32 nIndex = mpTable->getAccessibleIndex( row, 0 ); in unselectRow()
/trunk/main/offapi/com/sun/star/table/
H A DXTableChart.idl50 /** returns, whether the cells of the topmost row of the source data
57 /** specifies whether the cells of the topmost row of the source data
65 data are interpreted as row headers.
72 data are interpreted as row headers.

Completed in 136 milliseconds

12345678910>>...21