Home
last modified time | relevance | path

Searched refs:Groups (Results 1 – 25 of 93) sorted by relevance

1234

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaOpCodeMapper.java80 …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()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupBy.idl41 /** 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 DXDataPilotFieldGrouping.idl64 <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 DXFormulaOpCodeMapper.idl122 @param Groups
137 [in] long Language, [in] long Groups )
H A DDataPilotFieldGroupInfo.idl152 com::sun::star::container::XNameAccess Groups;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchema.java50 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 DSchemaBase.java53 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
/aoo42x/main/sd/source/ui/view/
H A DToolBarManager.cxx105 typedef ::std::map<sd::ToolBarManager::ToolBarGroup,NameList> Groups; typedef in __anon5cc921030111::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()
/aoo42x/main/offapi/com/sun/star/report/
H A DGroupKeepTogether.idl41 /** Groups are kept together by page.
45 /** Groups are kept together by column.
H A DGroups.idl33 service Groups : XGroups;
H A DXGroup.idl122 [attribute,readonly] com::sun::star::report::XGroups Groups;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java156 WriteComment(" %d Groups.", aSchema.Groups.GetCount()); in WriteGroups()
157 for (final Node aType : aSchema.Groups.GetSorted()) in WriteGroups()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DCopyVisitor.java57 maTargetSchemaBase.Groups.Add( in Visit()
/aoo42x/main/officecfg/registry/schema/
H A Doo-org-map.properties37 Role/Container=ou=Groups
/aoo42x/main/reportdesign/
H A DLibrary_rpt.mk75 reportdesign/source/core/api/Groups \
/aoo42x/main/reportdesign/source/ui/dlg/
H A DNavigator.src100 Text [ en-US ] = "Groups" ;
H A DGroupsSorting.src49 Text [ en-US ] = "Groups";
/aoo42x/main/sc/source/ui/src/
H A Dsubtdlg.src36 Text [ en-US ] = "Groups" ;
/aoo42x/main/offapi/com/sun/star/configuration/
H A DGroupAccess.idl54 <p><em>Groups</em> are static collections within the hierarchy.</p>
H A DConfigurationAccess.idl90 <dt>Groups</dt>
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHyperlink.idl39 <p>Single hyperlinks correspond to simple &lt;a href&gt; tags. Groups
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java345 oObj = dpgi.Groups; in createTestEnvironment()
H A DScDataPilotFieldGroupObj.java345 groups = dpgi.Groups; in createTestEnvironment()
H A DScDataPilotFieldGroupItemObj.java346 groups = dpgi.Groups; in createTestEnvironment()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java169 WriteTopLevelNodes(maSchemaBase.Groups.GetSorted()); in WriteJsonData()

Completed in 58 milliseconds

1234