Home
last modified time | relevance | path

Searched refs:column (Results 226 – 250 of 522) sorted by relevance

12345678910>>...21

/aoo42x/main/sw/source/core/access/
H A Dacctable.cxx1937 sal_Bool SAL_CALL SwAccessibleTable::selectColumn( sal_Int32 column ) in selectColumn() argument
1940 if( isAccessibleColumnSelected( column ) ) in selectColumn()
1948 lChildIndex = getAccessibleIndex(lRow, column); in selectColumn()
1969 sal_Bool SAL_CALL SwAccessibleTable::unselectColumn( sal_Int32 column ) in unselectColumn() argument
1972 if( isAccessibleSelected( 0 , column ) && isAccessibleSelected( getAccessibleRowCount()-1,column)) in unselectColumn()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1508 sal_Bool SAL_CALL ScAccessibleSpreadsheet::selectColumn( sal_Int32 column ) in selectColumn() argument
1518 …mpViewShell->InitBlockMode( static_cast<SCCOL>(column), 0, maRange.aStart.Tab(), sal_False, sal_Tr… in selectColumn()
1519 …mpViewShell->MarkCursor( static_cast<SCCOL>(column), MAXROW, maRange.aStart.Tab(), sal_True, sal_F… in selectColumn()
1541 sal_Bool SAL_CALL ScAccessibleSpreadsheet::unselectColumn( sal_Int32 column ) in unselectColumn() argument
1551 …mpViewShell->InitBlockMode( static_cast<SCCOL>(column), 0, maRange.aStart.Tab(), sal_False, sal_Tr… in unselectColumn()
1552 …mpViewShell->MarkCursor( static_cast<SCCOL>(column), MAXROW, maRange.aStart.Tab(), sal_True, sal_F… in unselectColumn()
/aoo42x/main/setup_native/source/packinfo/
H A Dspellchecker_selection.txt24 # First column: Language in the installation set.
25 # Second column: Assigned spellchecker languages. Comma separated list.
/aoo42x/main/dbaccess/source/core/inc/
H A Dquerycomposer.hxx123 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column ) throw(::com::sun…
124 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column, sal_Bool ascendin…
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXConsolidationDescriptor.idl99 /** returns, whether column headers from the cell ranges are used to
106 /** specifies if column headers from the cell ranges are used to find
H A DXExternalSheetCache.idl44 @param nColumn column position (0-based)
66 that store cached cell values in that row. The column numbers are
H A DXDataPilotDescriptor.idl100 /** returns the collection of the data pilot fields used as column fields.
133 column, row, page, or data fields.
H A DGlobalSheetSettings.idl92 column and row headers.
98 /** specifies whether the enter key moves the cursor to the column
/aoo42x/main/oox/source/dump/
H A Dbiffdumper.ini488 0x009D=uint16,dec,column-count
1834 …,percent-of,percent-diff-from,running-total-in,percent-of-row,percent-of-column,percent-of-total,i…
1845 0x0002=column-grandtotals
1879 0x0002=column
1904 0x00000004=drag-to-column
1970 0x0100=adjust-column-width
2002 0x00000002=adjust-column-width
2086 0x00000008=format-column
2088 0x00000020=insert-column
2091 0x00000100=delete-column
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java258 XPropertySet column; in getOrderStatement() local
261column = UnoRuntime.queryInterface(XPropertySet.class, columns.getByName(expression)); in getOrderStatement()
262 …expression = quote + column.getPropertyValue("TableName") + quote + "." + quote + expression + quo… in getOrderStatement()
/aoo42x/main/offapi/com/sun/star/report/
H A DXGroup.idl124 /** Defines either a column name or a expression.
128 /** Specifies that the group header should always be printed on a new column.
/aoo42x/main/offapi/com/sun/star/chart2/
H A DDiagram.idl88 /** If bars of a bar or column chart are attached to different
96 <p>If all data series of a bar or column chart are attached to
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dindexdialog.src226 …en-US ] = "In an index definition, no table column may occur more than once. However, you have ent…
/aoo42x/main/sw/source/ui/docvw/
H A Ddocvw.src266 Text [ en-US ] = "Adjust table column" ;
282 Text [ en-US ] = "Select table column" ;
/aoo42x/main/toolkit/qa/complex/toolkit/
H A DGridControl.java531 final XGridColumn column = m_columnModel.getColumn( col ); in impl_assertColumnModelConsistency() local
532 assertNotNull( column ); in impl_assertColumnModelConsistency()
533 …als( "column/model inconsistency: column " + col + " has a wrong index!", col, column.getIndex() ); in impl_assertColumnModelConsistency()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx918 void OPreparedStatement::checkParameterIndex(sal_Int32 column) in checkParameterIndex() argument
921 if (column < 1 || column > (sal_Int32) m_paramCount) { in checkParameterIndex()
/aoo42x/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas1557 key As String, row As Long, column As Long) As Long
1559 … getIssueValueFromXLSorDict = getValueFromXLSorDict(logWb, aAnalysis, dict, key, key, row, column)
1563 dictKey As String, xlsKey As String, row As Long, column As Long) As Long
1575 ret = logWb.Names(xlsKey).RefersToRange.Cells(row, column).value
1891 IIf(myIssue.column = "", RID_STR_COMMON_NA, myIssue.column)
3183 If myIssue.column <> "" Then
3184 out.WriteLine "<property name=""column"" value=""" & myIssue.column & """ />"
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java295 final XPropertySet column = UnoRuntime.queryInterface(XPropertySet.class, filter); in testConditionByColumn() local
297 m_composer.appendFilterByColumn(column, true, SQLFilterOperator.LIKE); in testConditionByColumn()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXOutParameters.idl90 the type of the column to register
126 the type of the column to register
H A DRowSet.idl127 /** returns the maximum number of bytes allowed for any column value.
131 for any column value. The limit applies only to
/aoo42x/main/sc/source/ui/inc/
H A DAccessibleTableBase.hxx206 virtual sal_Bool SAL_CALL selectColumn( sal_Int32 column )
210 virtual sal_Bool SAL_CALL unselectColumn( sal_Int32 column )
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DXDataSequence.idl79 column, the parameter ROW will give you its row name.
97 row 5 and 6 in column 8. Following sequences of strings or similar strings
/aoo42x/main/svx/source/table/
H A Dtablecontroller.cxx2624 sal_Bool SvxTableController::selectColumn( sal_Int32 column ) in selectColumn() argument
2628 CellPos aStart( column, 0 ), aEnd( column, mxTable->getRowCount() - 1 ); in selectColumn()
2642 sal_Bool SvxTableController::deselectColumn( sal_Int32 column ) in deselectColumn() argument
2646 CellPos aStart( column, 0 ), aEnd( column, mxTable->getRowCount() - 1 ); in deselectColumn()
/aoo42x/main/offapi/com/sun/star/text/
H A DAccessibleTextFrameView.idl77 or a certain column.
84 column.
/aoo42x/main/offapi/com/sun/star/form/component/
H A DDatabaseImageControl.idl74 <li>Whenever the form's cursor is positioned on a new record, the column the control
89 is saved into the column.</li>

Completed in 294 milliseconds

12345678910>>...21