/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOFormulaOpCodeMapper.java | 80 …public com.sun.star.sheet.FormulaOpCodeMapEntry[] getAvailableMappings(int Language, int Groups) t… in getAvailableMappings() argument 87 if (Groups == FormulaMapGroup.SPECIAL) in getAvailableMappings() 93 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings() 97 if ((Groups & FormulaMapGroup.SEPARATORS) != 0) in getAvailableMappings() 101 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings() 105 if ((Groups & FormulaMapGroup.UNARY_OPERATORS) != 0) in getAvailableMappings() 109 if ((Groups & FormulaMapGroup.BINARY_OPERATORS) != 0) in getAvailableMappings() 113 if ((Groups & FormulaMapGroup.FUNCTIONS) != 0) in getAvailableMappings()
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldGroupBy.idl | 41 /** Groups all members of a DataPilot field containing a date/time value 52 /** Groups all members of a DataPilot field containing a date/time value 63 /** Groups all members of a DataPilot field containing a date/time value 74 /** Groups all members of a DataPilot field containing a date/time value 95 /** Groups all members of a DataPilot field containing a date/time value 106 /** Groups all members of a DataPilot field containing a date/time value 118 /** Groups all members of a DataPilot field containing a date/time value
|
H A D | XDataPilotFieldGrouping.idl | 64 <member>DataPilotFieldGroupInfo::Groups</member>.</p> 83 /** Groups the members of this field by dates, according to the passed 145 DataPilotFieldGroupInfo::Groups</member> will be ignored.</li>
|
H A D | XFormulaOpCodeMapper.idl | 122 @param Groups 137 [in] long Language, [in] long Groups )
|
H A D | DataPilotFieldGroupInfo.idl | 152 com::sun::star::container::XNameAccess Groups;
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/ |
H A D | Schema.java | 50 Groups = aBase.Groups; in Schema() 66 else if (Groups.Contains(sTypeName)) in GetTypeForName() 67 return Groups.Get(sTypeName); in GetTypeForName() 104 public final TypeContainer<Group> Groups; field in Schema
|
H A D | SchemaBase.java | 53 Groups = new TypeContainer<>(); in SchemaBase() 75 else if (Groups.Contains(sTypeName)) in GetTypeForName() 76 return Groups.Get(sTypeName); in GetTypeForName() 117 public final TypeContainer<Group> Groups; field in SchemaBase
|
/trunk/main/sd/source/ui/view/ |
H A D | ToolBarManager.cxx | 105 typedef ::std::map<sd::ToolBarManager::ToolBarGroup,NameList> Groups; typedef in __anond1b6f9ba0111::ToolBarList 106 Groups maGroups; 1419 Groups::iterator iGroup (maGroups.find(eGroup)); in ClearGroup() 1436 Groups::iterator iGroup (maGroups.find(eGroup)); in AddToolBar() 1438 iGroup = maGroups.insert(Groups::value_type(eGroup,NameList())).first; in AddToolBar() 1458 Groups::iterator iGroup (maGroups.find(eGroup)); in RemoveToolBar() 1480 Groups::const_iterator iGroup (maGroups.find(eGroup)); in MakeRequestedToolBarList()
|
/trunk/main/offapi/com/sun/star/report/ |
H A D | GroupKeepTogether.idl | 41 /** Groups are kept together by page. 45 /** Groups are kept together by column.
|
H A D | Groups.idl | 33 service Groups : XGroups;
|
H A D | XGroup.idl | 122 [attribute,readonly] com::sun::star::report::XGroups Groups;
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
H A D | LogGenerator.java | 156 WriteComment(" %d Groups.", aSchema.Groups.GetCount()); in WriteGroups() 157 for (final Node aType : aSchema.Groups.GetSorted()) in WriteGroups()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/ |
H A D | CopyVisitor.java | 57 maTargetSchemaBase.Groups.Add( in Visit()
|
/trunk/main/reportdesign/ |
H A D | Library_rpt.mk | 75 reportdesign/source/core/api/Groups \
|
/trunk/main/officecfg/registry/schema/ |
H A D | oo-org-map.properties | 37 Role/Container=ou=Groups
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.src | 100 Text [ en-US ] = "Groups" ;
|
H A D | GroupsSorting.src | 49 Text [ en-US ] = "Groups";
|
/trunk/main/sc/source/ui/src/ |
H A D | subtdlg.src | 36 Text [ en-US ] = "Groups" ;
|
/trunk/main/offapi/com/sun/star/configuration/ |
H A D | GroupAccess.idl | 54 <p><em>Groups</em> are static collections within the hierarchy.</p>
|
H A D | ConfigurationAccess.idl | 90 <dt>Groups</dt>
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleHyperlink.idl | 39 <p>Single hyperlinks correspond to simple <a href> tags. Groups
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
H A D | ScDataPilotFieldGroupsObj.java | 345 oObj = dpgi.Groups; in createTestEnvironment()
|
H A D | ScDataPilotFieldGroupItemObj.java | 346 groups = dpgi.Groups; in createTestEnvironment()
|
H A D | ScDataPilotFieldGroupObj.java | 345 groups = dpgi.Groups; in createTestEnvironment()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ |
H A D | HtmlGenerator.java | 169 WriteTopLevelNodes(maSchemaBase.Groups.GetSorted()); in WriteJsonData()
|