/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldGroups.idl | 43 /** represents a collection of groups in a data pilot field. 56 /** provides access to the data pilot field groups in the collection via 63 /** creates an enumeration of all data pilot field groups. 71 /** provides access to the data pilot field groups in the collection via 78 /** provides read/write access to the data pilot field groups in the 83 interfaces can be used to manage the item groups. It is possible to 84 insert, remove, and replace item groups.</p>
|
H A D | XSheetOutline.idl | 66 /** removes outline groups. 68 <p>In the specified range, all outline groups on the innermost 84 /** creates outline groups from formula references in a range. 93 /** removes all outline groups from the sheet. 117 /** shows all outlined groups below a specific level.
|
H A D | DataPilotFieldGroupInfo.idl | 139 /** specifies the named groups in this field if there are some. 142 </type>. The collection of groups can be modified by inserting, 143 removing, replacing, or renaming single groups or item names in the 144 groups. When writing back this struct containing such a changed 145 collection of groups to the <member>DataPilotField::GroupInfo</member>
|
H A D | XDataPilotFieldGrouping.idl | 56 <p>It is possible to create multiple groups by calling this method 59 groups.</p> 61 <p>The collection of groups can be accessed via the 63 struct contains the sequence of groups in its member 138 into one range (e.g. a value of 7 groups the members of a week
|
H A D | DataPilotFieldGroupsEnumeration.idl | 37 /** represents an enumeration of member groups in a DataPilot field. 46 /** provides methods to access the field groups in the enumeration.
|
H A D | FormulaMapGroup.idl | 39 Note that the special group and other groups are mutual exclusive. 64 /** All groups except SPECIAL */
|
/aoo42x/main/shell/source/unix/sysshell/ |
H A D | recently_used_file_handler.cxx | 79 const string_container_t& groups, in recently_used_item() 84 groups_(groups) in recently_used_item() 438 string_container_t groups; in recently_used_item_list_add() local 439 groups.push_back(GROUP_OOO); in recently_used_item_list_add() 440 groups.push_back(GROUP_STAR_OFFICE); in recently_used_item_list_add() 441 groups.push_back(GROUP_STAR_SUITE); in recently_used_item_list_add() 449 item_list.push_back(new recently_used_item(uri, mimetype, groups)); in recently_used_item_list_add()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OCatalog.java | 51 protected OContainer groups; field in OCatalog 67 if (groups != null) { in postDisposing() 68 groups.dispose(); in postDisposing() 120 if (groups == null) { in getGroups() 123 return groups; in getGroups()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
H A D | ReportReadHandler.java | 61 private GroupReadHandler groups; field in ReportReadHandler 138 groups = new GroupReadHandler(this); in getHandlerForChild() 139 erh = groups; in getHandlerForChild() 185 if (groups != null) in doneParsing() 187 groupBody.addNode(groups.getElement()); in doneParsing()
|
/aoo42x/main/scripting/examples/java/Newsgroup/ |
H A D | SubscribedNewsgroups.java | 205 Vector groups = new Vector(); in findNewsgroups() local 218 groups.addElement( group ); in findNewsgroups() 221 mailrcNewsGroups = new NewsGroup[ groups.size() ]; in findNewsgroups() 222 groups.copyInto(mailrcNewsGroups); in findNewsgroups()
|
/aoo42x/main/offapi/com/sun/star/sdbcx/ |
H A D | XGroupsSupplier.idl | 37 /** provides for access to a container of groups, typically used for a database 43 /** returns the container of groups. 45 the groups
|
H A D | User.idl | 45 of user groups. Provides for access to the groups to which a user belongs.
|
/aoo42x/main/solenv/gbuild/ |
H A D | Helper.mk | 140 $$(eval $$(call gb_Output_error,$(1) is not a valid group for executables. Valid groups are: $$(gb_… 155 $$(eval $$(call gb_Output_error,$(1) is not a valid group for libraries. Valid groups are: $$(gb_Li… 170 $$(eval $$(call gb_Output_error,$(1) is not a valid group for static libraries. Valid groups are: $…
|
/aoo42x/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilterGroupManager.idl | 39 /** Specifies an interface which allows manipulation of groups of filters 46 <p>It is implementation dependent how the filter groups are presented to the user.<br/> 47 It is not even guaranteed that the groups are visualized: implementations are free to simply
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | keysymnames.cxx | 650 if( pXkbDesc->names->groups[0] ) in GetKeyboardName() 652 pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->groups[0] ); in GetKeyboardName() 675 PRINT_ATOM_2( groups ); in GetKeyboardName()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScDataPilotFieldGroupObj.java | 104 XInterface groups = null; in createTestEnvironment() local 345 groups = dpgi.Groups; in createTestEnvironment() 346 … XIndexAccess groupAccess = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, groups); in createTestEnvironment()
|
H A D | ScDataPilotFieldGroupItemObj.java | 105 XInterface groups = null; in createTestEnvironment() local 346 groups = dpgi.Groups; in createTestEnvironment() 347 …XIndexAccess groupAccess = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, groups); … in createTestEnvironment()
|
/aoo42x/main/offapi/com/sun/star/report/ |
H A D | XGroups.idl | 45 /** This interface specifies the groups collections of the report definition. 63 /** allows life-time control of the groups instance.
|
H A D | XGroup.idl | 43 A group is always a child of the groups collection in the report. 49 /** allows access to the groups collection of the report.
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XDispatchInformationProvider.idl | 60 /** returns all supported command groups. 63 a sequence of supported command groups.
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XTextConvert.idl | 90 …The next sequence groups the cells to a row and the outer sequence groups the rows of the table.</…
|
/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XDOMImplementation.idl | 55 … in the future, by the DOM WG or in extensions defined by other groups, may also 69 … in the future, by the DOM WG or in extensions defined by other groups, may also demand
|
/aoo42x/main/filter/source/config/tools/split/ |
H A D | FCFGSplit.cfg | 62 # groups of xcu fragments there. 80 # groups of filter fragments there.
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleHypertext.idl | 59 /** Returns the number of links and link groups contained within this 63 The number of links and link groups within this hypertext
|
/aoo42x/main/sc/source/ui/src/ |
H A D | subtdlg.src | 43 Text [ en-US ] = "~Page break between groups" ; 59 Text [ en-US ] = "Pre-~sort area according to groups" ;
|