Home
last modified time | relevance | path

Searched refs:column (Results 76 – 100 of 522) sorted by relevance

12345678910>>...21

/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl49 /** Specifies whether the grid control should display a special header column.
55 /** specifies the width of the row header column, if applicable.
69 /** specifies the height of the column header row, if applicable.
86 /** Specifies the <type>XGridColumnModel</type> that is providing the column structure.
91 …<p>The column model is in the ownership of the grid model: When you set a new column model, or dis…
92 the grid model, then the (old) column model is disposed, too.</p>
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
/aoo42x/main/offapi/com/sun/star/form/
H A DXGridColumnFactory.idl58 /** creates a new column object
61 the type of column to be created
64 the new column object
74 /** returns a list of available column types.
77 a list of column types.
H A DXGridFieldDataSupplier.idl60 <p>Not every cell content can be retrieved in every representation. For example, in a text column,
65 … A sequence of boolean flags. Each flag corresponds to the respective column, and <TRUE/> indicates
66 that the column content can be retrieved in the requested format, <FALSE/> denies this.
75 /** retrieves the actual column data for the given row
77 <p>If a column does not support the requested type, <NULL/> is returned at the respective
/aoo42x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3806 @param [in] column
3857 @param [in] column
3878 @param [in] column
3896 The column header
3999 @param [in] column
4120 @param [in] column
4151 @param [in] column
4177 @param [in] column
4184 [in] long column
4199 @param [in] column
[all …]
/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java551 synchronized void fieldChanged(int guiRow, int column)
586 updateDocumentCell(guiRow + nscrollvalue, column, data);
611 focus(getControl(cr, column));
906 private Object getControl(ControlRow cr, int column)
908 switch (column)
932 int column = getColumn(control);
933 return getControl(cr, column);
997 private void updateDocumentCell(int row, int column, PropertyValue[] data)
1001 … ((AgendaWizardDialogImpl) CurUnoDialog).agendaTemplate.topics.writeCell(row, column, data);
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabResultSetMetaData.cxx79 sal_Int32 SAL_CALL MacabResultSetMetaData::getColumnDisplaySize(sal_Int32 column) throw(SQLExceptio… in getColumnDisplaySize() argument
85 sal_Int32 SAL_CALL MacabResultSetMetaData::getColumnType(sal_Int32 column) throw(SQLException, Runt… in getColumnType() argument
100 aField = aHeader->get(column-1); in getColumnType()
126 ::rtl::OUString SAL_CALL MacabResultSetMetaData::getColumnName(sal_Int32 column) throw(SQLException… in getColumnName() argument
128 sal_uInt32 nFieldNumber = m_aMacabFields[column - 1]; in getColumnName()
/aoo42x/main/dbaccess/source/core/api/
H A Dquerycomposer.cxx274 void SAL_CALL OQueryComposer::appendFilterByColumn( const Reference< XPropertySet >& column ) throw… in appendFilterByColumn() argument
283 if ( column.is() ) in appendFilterByColumn()
286 column->getPropertyValue(PROPERTY_TYPE) >>= nType; in appendFilterByColumn()
298 m_xComposerHelper->appendFilterByColumn(column,sal_True,nOp); in appendFilterByColumn()
307 void SAL_CALL OQueryComposer::appendOrderByColumn( const Reference< XPropertySet >& column, sal_Boo… in appendOrderByColumn() argument
315 m_xComposerHelper->appendOrderByColumn(column,ascending); in appendOrderByColumn()
H A DHelperCollections.cxx68 … for ( ::connectivity::OSQLColumns::Vector::const_iterator column = _rColumns->get().begin(); in createWithIntrinsicNames()
69 column != _rColumns->get().end(); in createWithIntrinsicNames()
70 ++column in createWithIntrinsicNames()
73 Reference< XPropertySet > xColumn( *column, UNO_QUERY_THROW ); in createWithIntrinsicNames()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXCellRangesQuery.idl112 <p>This method takes each column of the current cell range(s) and
122 to the comparison cell of each column.
129 /** queries all cells with different values in a specified column.
132 compares all cells with the cell in the specified column. All cells
136 contains a cell address with the column index used for
137 comparison. Only this column index is of interest.
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>
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSubTotalDescriptor.java50 SubTotalColumn column = new SubTotalColumn(); in _addNew() local
51 column.Column = 5; in _addNew()
52 column.Function = GeneralFunction.SUM; in _addNew()
53 columns[0] = column; in _addNew()
H A D_XSubTotalField.java98 SubTotalColumn column = new SubTotalColumn(); in _setSubTotalColumns() local
99 column.Column=2; in _setSubTotalColumns()
100 column.Function=GeneralFunction.AVERAGE; in _setSubTotalColumns()
101 columns[0]=column; in _setSubTotalColumns()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DColumnSearch.idl29 /** indicates in which way a column can be used in the WHERE search.
35 /** A possible value for column <code>SEARCHABLE</code> in the
49 /** A possible value for column <code>SEARCHABLE</code> in the
65 /** A possible value for column <code>SEARCHABLE</code> in the
81 /** A possible value for column
H A DColumnValue.idl29 /** determines whether a column allows SQL NULL values or not.
34 /** indicates that a column does not allow NULL values.
38 /** indicates that a column does allow NULL values.
42 /** indicates that the nullability of the column is unknown.
/aoo42x/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx125 …as(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column ) const;
139 …onByColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column
188 …ame_throw(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column);
218 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column, sal_Bool andCrite…
219 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column ) throw (::com::su…
223 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column, sal_Bool andCrite…
224 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& column, sal_Bool ascendin…
/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DStardarFilterTest.java58 private int column; field in StardarFilterTest
106 public StardarFilterTest(Enum operator, int column, int value, boolean[] rowshow) { in StardarFilterTest() argument
108 this.column = column; in StardarFilterTest()
131 aFilterFields[0].Field = column; in testStandardFilter()
/aoo42x/main/forms/qa/integration/forms/
H A DMasterDetailForms.java339 XPropertySet column = columnFactory.createColumn( _columnType ); in impl_createGridColumn() local
340 column.setPropertyValue( "DataField", _boundField ); in impl_createGridColumn()
341 column.setPropertyValue( "Name", _boundField ); in impl_createGridColumn()
342 column.setPropertyValue( "Label", _boundField ); in impl_createGridColumn()
343 _gridModel.insertByIndex( _gridModel.getCount(), column ); in impl_createGridColumn() local
344 return column; in impl_createGridColumn()
/aoo42x/main/offapi/com/sun/star/sdb/tools/
H A DXTableAlteration.idl57 /** alter the column defined by name
63 the name of the column to be changed
66 the column descriptor with the information of the new column definition
95 the name of the column to be dropped
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportData.java116 public Object get(final int column) in get() argument
126 return dataSource.getObject(column + 1); in get()
147 public String getColumnName(final int column) in getColumnName() argument
152 return dataSource.getColumnName(column + 1); in getColumnName()
H A Doasis-table.css28 display: table-column-group;
31 table-column {
32 display: table-column;
46 table-column[number-cols-spanned] {
/aoo42x/main/svtools/source/dialogs/
H A Daddresstemplate.cxx587 for (sal_Int32 column=0; column<2; ++column) in implConstruct() local
590 …Impl->pFieldLabels[row * 2 + column] = new FixedText(&m_aFieldsFrame, SvtResId((sal_uInt16)(FT_FIE… 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()
/aoo42x/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls64 .column = 0 'if not set will default to RID_STR_NOT_AVAILABLE_SHORTHAND
316 .column = myShape.Left
371 .column = myShape.Left
644 .column = myShape.Left
690 .column = myShape.Left
736 .column = myShape.Left
780 .column = myShape.Left
/aoo42x/main/offapi/com/sun/star/text/
H A DTextColumn.idl34 /** defines a single text column.
39 /** contains the relative width of the column, including both margins.
49 /** contains the left margin of the column.
60 /** contains the right margin of the column.
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScSubTotalDescriptorBase.java135 SubTotalColumn column = new SubTotalColumn(); in createTestEnvironment() local
136 column.Column = 3; in createTestEnvironment()
137 column.Function = GeneralFunction.SUM; in createTestEnvironment()
138 columns[0] = column; in createTestEnvironment()
/aoo42x/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl107 <xsl:call-template name="column-properties"/>
111 <an:column-properties
115 </an:column-properties>
116 <xsl:template name="column-properties">
118 <xsl:attribute name="fo:column-count">
129 <xsl:attribute name="fo:column-gap">
135 <style:column>
150 </style:column>

Completed in 88 milliseconds

12345678910>>...21