Home
last modified time | relevance | path

Searched refs:indexes (Results 1 – 25 of 111) sorted by relevance

12345

/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOTable.java57 protected OContainer indexes; field in OTable
111 if (indexes != null) { in postDisposing()
112 indexes.dispose(); in postDisposing()
152 if (indexes == null) { in getIndexes()
153 indexes = refreshIndexes(); in getIndexes()
155 return indexes; in getIndexes()
/aoo42x/main/offapi/com/sun/star/text/
H A DDocumentIndexLevelFormat.idl38 /** This service provides access to the structure of the levels of document indexes.
51 <p>TokenEntryNumber - chapter number, used in content indexes
71 <p>TokenChapterInfo - chapter info, in illustration indexes,
72 table indexes, user indexes, table of objects and alphabetical indexes
H A DDocumentIndexFormat.idl32 /** specifies the formatting of document indexes.
49 used for the separator. This entry is ignored for user indexes
50 and content indexes.
H A DDocumentIndexParagraphStyles.idl38 in content indexes of user defined indexes. The element type is sequence of string.
H A DXDocumentIndexesSupplier.idl42 /** gives access to the collection of document indexes.
H A DTableIndex.idl36 /** specifies service of table indexes within a document.
H A DIllustrationsIndex.idl34 /** specifies service of illustration indexes within a document.
H A DContentIndex.idl36 /** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex
H A DDocumentIndexes.idl41 /** provides access to all indexes in a document.
H A DUserDefinedIndex.idl39 /** specifies service of user defined indexes within a document.@see com::sun::star::text::BaseIndex
/aoo42x/main/sfx2/qa/complex/sfx2/tools/
H A DWriterHelper.java149 int[] indexes, boolean destroyLocal, in DocByAutopilot() argument
174 for (int k = 0; k < indexes.length; k++) { in DocByAutopilot()
176 sel.selectAccessibleChild(indexes[k]); in DocByAutopilot()
178 ARoot = ARoot.getAccessibleChild(indexes[k]) in DocByAutopilot()
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DXIndexesSupplier.idl37 /** provides for access to a container of indexes, typically used for a table
43 /** returns the container of indexes.
45 the indexes
H A DTable.idl44 In addition, it may contain indexes to improve the performance in
54 columns, indexes, and keys depending on the capabilities of the database and on
74 /** optional, provides the access of the table indexes.
H A DXColumnsSupplier.idl42 indexes.
/aoo42x/main/offapi/com/sun/star/chart2/
H A DDataSeries.idl142 /** a sequence of indexes denoting which data points have set
153 <p>The indexes in this sequence match the indexes used by the
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl100 <p>If the SequenceMapping contains invalid indexes just
101 ignore those single indexes. For example if you only have three
131 /** This property is for providing proprietary table indexes for
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DGridSelectionEvent.idl43 /** denotes the indexes of the rows being selected at the time the event was fired.
47 /** denotes the indexes of the columns being selected at the time the event was fired.
H A DXMutableGridDataModel.idl128 contains the column indexes of the cells, which should be updated
134 if one of the row indexes or the column index is invalid
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTable.java103 …List<String> indexes = new SqlTableHelper().readIndexes(getConnection().getMetaData(), catalogName… in refreshIndexes() local
104 return new OIndexContainer(this, indexes, isCaseSensitive(), this); in refreshIndexes()
/aoo42x/main/sc/source/ui/inc/
H A Dvalidate.hrc61 /* Position indexes for "Allow" list box.
73 /* Position indexes for "Data" list box.
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddbfindex.src119 Text [ en-US ] = "T~able indexes" ;
134 Text [ en-US ] = "~Free indexes" ;
/aoo42x/main/cui/source/tabpages/
H A Dalign.hrc55 // list box indexes
/aoo42x/main/offapi/com/sun/star/form/component/
H A DListBox.idl59 /** contains the indexes of entries of the listbox, which should selected
/aoo42x/main/offapi/com/sun/star/i18n/
H A DXIndexEntrySupplier.idl45 returns the capital index key for sorting a table of indexes, to
/aoo42x/main/offapi/com/sun/star/style/
H A DParagraphStyleCategory.idl58 /** is applied to styles that are used in indexes.

Completed in 127 milliseconds

12345