Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 239) sorted by relevance

12345678910

/trunk/main/svl/
H A DLibrary_svl.mk75 svl/source/items/aeitem \
78 svl/source/items/cntwall \
82 svl/source/items/eitem \
87 svl/source/items/intitem \
91 svl/source/items/itemset \
95 svl/source/items/poolio \
97 svl/source/items/ptitem \
101 svl/source/items/sitem \
105 svl/source/items/style \
107 svl/source/items/szitem \
[all …]
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm158 my @items = split(/\t/, $line);
159 my $item_count = scalar @items;
160 if ($item_count>=1 && $items[0] eq $self->{'name'})
164 elsif ($item_count>=2 && $items[1] eq $self->{'name'})
166 $self->{'codepage'} = shift @items;
174 shift @items;
175 $self->{'index_columns'} = [@items];
184 my @items = split(/\t/, $_);
185 push @$rows, new installer::patch::MsiRow($self, @items);
423 my @items = ();
[all …]
/trunk/main/editeng/
H A DLibrary_editeng.mk83 editeng/source/items/bulitem \
85 editeng/source/items/flditem \
86 editeng/source/items/frmitems \
87 editeng/source/items/itemtype \
88 editeng/source/items/numitem \
89 editeng/source/items/optitems \
90 editeng/source/items/paperinf \
91 editeng/source/items/paraitem \
92 editeng/source/items/svdfield \
93 editeng/source/items/svxfont \
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XListBox.java268 String[] items = oObj.getItems() ; in _getItems() local
270 result &= ("Item" + (i+1 - itemCount)).equals(items[i]) ; in _getItems()
345 short[] items = oObj.getSelectedItemsPos() ; in _getSelectedItemsPos() local
347 result = items != null && items.length == 2 && in _getSelectedItemsPos()
348 items[0] == 0 && items[1] == 2 ; in _getSelectedItemsPos()
400 String[] items = oObj.getSelectedItems() ; in _getSelectedItems() local
401 result = items != null && items.length == 2 && in _getSelectedItems()
402 oObj.getItem((short)0).equals(items[0]) && in _getSelectedItems()
403 oObj.getItem((short)2).equals(items[1]) ; in _getSelectedItems()
/trunk/main/svx/
H A DLibrary_svx.mk162 svx/source/items/algitem \
163 svx/source/items/hlnkitem \
164 svx/source/items/numfmtsh \
165 svx/source/items/numinf \
166 svx/source/items/ofaitem \
167 svx/source/items/pageitem \
168 svx/source/items/postattr \
169 svx/source/items/rotmodit \
171 svx/source/items/svxempty \
172 svx/source/items/svxerr \
[all …]
H A DLibrary_svxcore.mk187 svx/source/items/chrtitem \
188 svx/source/items/clipfmtitem \
189 svx/source/items/customshapeitem \
190 svx/source/items/drawitem \
191 svx/source/items/e3ditem \
192 svx/source/items/galleryitem \
193 svx/source/items/grfitem \
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DListModelBinder.java177 public static void fillList(Object list, Object[] items, Renderer renderer) in fillList() argument
183 for (short i = 0; i < items.length; i++) in fillList()
185 if (items[i] != null) in fillList()
187 … xlist.addItem((renderer != null ? renderer.render(items[i]) : items[i].toString()), i); in fillList()
192 public static void fillComboBox(Object list, Object[] items, Renderer renderer) in fillComboBox() argument
198 for (short i = 0; i < items.length; i++) in fillComboBox()
200 if (items[i] != null) in fillComboBox()
202 … xComboBox.addItem((renderer != null ? renderer.render(items[i]) : items[i].toString()), i); in fillComboBox()
/trunk/main/offapi/com/sun/star/awt/
H A DXListBox.idl45 /** gives access to the items of a list box and makes it possible to
83 /** adds multiple items at the specified position.
90 /** removes a number of items at the specified position.
97 /** returns the number of items in the listbox.
109 /** returns all items of the list box.
121 /** returns the positions of all currently selected items.
133 /** returns all currently selected items.
146 /** selects/deselects multiple items at the specified positions.
160 /** returns <true/> if multiple items can be selected,
167 /** determines if only a single item or multiple items can be selected.
H A DXComboBox.idl45 /** gives access to the items of a combo box and makes it possible to
82 /** adds multiple items at the specified position.
88 /** removes a number of items at the specified position.
94 /** returns the number of items in the combo box.
106 /** returns all items of the combo box.
H A DXMenu.idl74 /** removes one or more items from the menu.
80 specifies the number of menu items to remove.
85 /** removes all items from the menu.
89 /** returns the number of items in the menu.
92 the number of items in this <type>XMenu</type>.
155 /** specifies whether mnemonics are automatically assigned to menu items, or not.
158 if <TRUE/>, mnemonics are automatically assigned to menu items.
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java148 String[] items = getAllItemsText(); in collapse() local
149 for (int i = 0; i < items.length; i++) { in collapse()
150 if (text.equals(items[i])) in collapse()
171 String[] items = getAllItemsText(); in expand() local
172 for (int i = 0; i < items.length; i++) { in expand()
173 if (text.equals(items[i])) in expand()
376 String[] items = path.split("->"); in selectByPath() local
378 for (String s : items) { in selectByPath()
/trunk/main/udkapi/com/sun/star/container/
H A DXContainerQuery.idl46 This interface makes it possible to create sub sets of container items
53 /** creates a sub set of container items which match given query command
62 @param Query items of sub set must match to this query<br>
73 @returns an sub set of container items as an enumeration.
78 /** creates a sub set of container items which supports searched properties as minimum
86 @param Properties items of sub set must support given properties as minimum<br>
89 … search for items which match the name pattern and supports the VISIBLE feature<br>
101 @returns an sub set of container items as an enumeration.
/trunk/main/scp2/source/winexplorerext/
H A Dregistryitem_winexplorerext.scp27 // Begin registry items for the Infotip handler
48 // End registry items for the Infotip handler
50 // Begin registry items for the Thumbnail viewer
71 // End registry items for the Thumbnail viewer
73 // Begin registry items for the Column handler
103 // End registry items for the Column handler
105 // Begin registry items for the MS Indexing server filter component
153 // End registry items for the MS Indexing server filter component
/trunk/main/filter/source/config/fragments/
H A Dmakefile.mk167 …ACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_types.xcu xmlpackage=Types tcfg=$(mktmp items=$(TYPES_4$(@:b):b:…
174 …sdir=$(DIR_LOCFRAG) tempdir=$(TEMP) pkg=$@ xmlpackage=Filter fcfg=$(mktmp items=$(ALL_UI_FILTERS:b…
193 …S) pkg=$(DIR_MODPACKS)$/$(@:b)_filters.xcu xmlpackage=Filter fcfg=$(mktmp items=$(FILTERS_4$(@:b):…
200 …:b)_others.xcu xmlpackage=Misc lcfg=$(mktmp items=$(FRAMELOADERS_4$(@:b):b:t",":s/.xcu//)) ccfg=$(…
207 …ACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_types.xcu xmlpackage=Types tcfg=$(mktmp items=$(TYPES_4$(@:b):b:…
214 …$(DIR_MODPACKS)$/$(@:b)_filters.xcu xmlpackage=GraphicFilter fcfg=$(mktmp items=$(FILTERS_4$(@:b):…
/trunk/main/offapi/com/sun/star/gallery/
H A DXGalleryTheme.idl52 /** provides access to the items of a Gallery themes. It also allows
53 inserting and removing of single items.
57 access to existing Gallery items collection.</p>
75 regenerate the thumbnails and to remove invalid items, that is items
90 or equal to the number of already inserted items, the
113 or equal to the number of already inserted items, the
137 or equal to the number of already inserted items, the
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java781 List items = searchFillInItems(); in createMinutes() local
784 item = (XTextRange) items.get(itemIndex); in createMinutes()
805 items.clear(); in createMinutes()
818 items = searchFillInItems(); in createMinutes()
950 List items = new Vector(6); field in AgendaTemplate.ItemsTable
978 items.add(ai); in ItemsTable()
1028 for (int i = 0; i < items.size(); i++) in write()
1030 ai = (AgendaItem) items.get(i); in write()
1205 Hashtable items = new Hashtable(); in Topics() local
1216 items.put(((Any) cell).getObject(), item); in Topics()
[all …]
/trunk/main/oovbaapi/ooo/vba/
H A DXCollectionBase.idl36 Every VBA collection provides the number of items, an enumeration access of
37 all collection items (e.g. for the "For Each" loop), and a way to access
38 single items, usually via the method "Item".
47 /** Provides an enumeration of all items in this collection.
60 /** Returns the number of items contained in this collection.
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java224 Object[] items = items(); in createDOM() local
226 for (int i = 0; i < items.length; i++) in createDOM()
228 Object item = items[i]; in createDOM()
237 public Object[] items() in items() method in ConfigSet
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldAutoShowInfo.idl35 <p>If enabled, only a number of items with the highest or lowest result
36 values are shown. The other items are hidden automatically.</p>
51 /** specifies the mode which items have to be shown.
61 /** specifies the number of the items to show.
H A DDataPilotItems.idl43 /** represents a collection of items in a data pilot field.
51 /** provides access to the data pilot items in the collection via index.
57 /** creates an enumeration of all data pilot items.
65 /** provides access to the data pilot items in the collection via name.
H A DDataPilotFieldReferenceType.idl51 <p>If a base item name is specified, the reference value for a combination of field items is the
69 of previous and next items.</p>
71 <p>Empty results are handled as for named items (see above).<p>
108 /** Each result is added to the sum of the results for preceding items in the base field,
113 between details and subtotals for the following items.</p>
H A DXDataPilotFieldGrouping.idl44 /** Provides methods to create new DataPilot fields where some or all items of
54 given DataPilot field items (members).
67 a sequence containing the names of the items (members) which will
68 be part of the new group. Must be names of items contained in the
93 contains the information how to group the items of the field. The
H A DDataPilotFieldShowItemsMode.idl33 /** These constants select different types of showing a selection of items.
42 /** The first items are shown.
48 /** The last items are shown.
/trunk/main/l10ntools/scripts/tool/
H A Dpseudo.py64 return list(self._list.items())
82 for n,v in list(defaults.items()):
110 def items(self): member in PseudoOrderedDict
172 for key,value in d.items():
/trunk/main/offapi/com/sun/star/mozilla/
H A DXMenuProxyListener.idl48 /** Listens for changes in menu items.
56 completely, for one or more menu items
64 by one property for one or more menu items

Completed in 103 milliseconds

12345678910