/aoo42x/main/svl/ |
H A D | Library_svl.mk | 75 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 …]
|
/aoo42x/main/solenv/bin/modules/installer/patch/ |
H A D | MsiTable.pm | 158 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 …]
|
/aoo42x/main/editeng/ |
H A D | Library_editeng.mk | 83 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 …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XListBox.java | 268 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()
|
/aoo42x/main/svx/ |
H A D | Library_svx.mk | 162 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 D | Library_svxcore.mk | 187 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 \
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | ListModelBinder.java | 177 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()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XListBox.idl | 45 /** 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 D | XComboBox.idl | 45 /** 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 D | XMenu.idl | 74 /** 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.
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclTreeListBox.java | 148 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()
|
/aoo42x/main/udkapi/com/sun/star/container/ |
H A D | XContainerQuery.idl | 46 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.
|
/aoo42x/main/scp2/source/winexplorerext/ |
H A D | registryitem_winexplorerext.scp | 27 // 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
|
/aoo42x/main/filter/source/config/fragments/ |
H A D | makefile.mk | 167 …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):…
|
/aoo42x/main/offapi/com/sun/star/gallery/ |
H A D | XGalleryTheme.idl | 52 /** 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
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 781 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 …]
|
/aoo42x/main/oovbaapi/ooo/vba/ |
H A D | XCollectionBase.idl | 36 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.
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigSet.java | 224 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
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldAutoShowInfo.idl | 35 <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 D | DataPilotItems.idl | 43 /** 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 D | DataPilotFieldReferenceType.idl | 51 <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 D | XDataPilotFieldGrouping.idl | 44 /** 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 D | DataPilotFieldShowItemsMode.idl | 33 /** These constants select different types of showing a selection of items. 42 /** The first items are shown. 48 /** The last items are shown.
|
/aoo42x/main/l10ntools/scripts/tool/ |
H A D | pseudo.py | 64 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():
|
/aoo42x/main/offapi/com/sun/star/mozilla/ |
H A D | XMenuProxyListener.idl | 48 /** Listens for changes in menu items. 56 completely, for one or more menu items 64 by one property for one or more menu items
|