Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 25 of 129) sorted by relevance

123456

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java52 final private FunctionCategory[] categories; field in SOFunctionManager
63 categories = functionRegistry.getCategories(); in SOFunctionManager()
120 return categories.length != 0; in hasElements()
126 return categories.length; in getCount()
137 if (position >= categories.length) in getCategory()
141 …StarFunctionCategory(defaultContext, m_xContext, functionRegistry, position, categories[position]); in getCategory()
152 for (; i < categories.length; i++) in getFunctionByName()
154 if (categories[i] == func.getCategory()) in getFunctionByName()
/aoo41x/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl76 /** describes the property categories used by the property handlers.
78 …<p>Properties can be sorted into different categories, described by the <member>LineDescriptor::Ca…
82 about categories is part of the <type>PropertyCategoryDescriptor</type>, and
83 <member>describeCategories</member> assembles information about all categories which
88 the relative ordering of the categories in the <type>ObjectInspector</type>'s
93 automatically builds its category information from the categories provided by the
130 into categories, as described by the property handlers.<br/>
H A DObjectInspector.idl50 <p>Additionally, property lines can be grouped into different categories. A usual implementation
51 of such categories would be tab pages, but other implementations are possible, too.</p>
H A DLineDescriptor.idl183 names used for property categories. This way, your handler might be re-used in
185 UI names for the categories.</p>
H A DObjectInspectorModel.idl44 categories, nor apply any particular order to the properties provided by its handler(s).</p>
H A DXObjectInspector.idl77 it can provide user interface names and help URLs for property categories.</p>
/aoo41x/main/offapi/com/sun/star/chart2/
H A DXInternalDataProvider.idl73 /** insert an additional sequence for categories nLevel>=1;
74 categories at level 0 are always present and cannot be inserted or deleted
78 /** deletes an additional sequence for categories at nLevel>=1;
79 categories at level 0 are always present and cannot be deleted
H A DStandardDiagramCreationParameters.idl45 a data-source is used as categories.
49 …/** If categories are given they should be used as x values also if a chart type requires x values.
H A DAxisType.idl43 /** the axis represent discrete categories
H A DXAnyDescriptionAccess.idl37 This allows to set date values as categories.
H A DXDataInterpreter.idl72 while keeping the number of data series and the categories.
/aoo41x/main/offapi/com/sun/star/ui/
H A DUICategoryDescription.idl35 categories.
52 /** provides access to user interface command categories of the installed
56 To access the user interface command categories of a module, a unique
H A DModuleUICategoryDescription.idl38 categories of a single module.
52 /** provides access to user interface command categories of an installed
/aoo41x/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl115 containing generated categories that fit the rest of the data,
120 the data as categories, so that generic categories can be
126 "categories". The generic strings returned should also be
H A DDataSequenceRole.idl72 <dt>categories</dt>
73 <dd>values are used for categories in the diagram</dd>
H A DXDataSequence.idl94 as categories for example.
/aoo41x/main/qadevOOo/tests/java/ifc/inspection/
H A D_XObjectInspectorModel.java84 PropertyCategoryDescriptor[] categories = oObj.describeCategories(); in _describeCategories() local
86 tRes.tested("describeCategories()", categories != null) ; in _describeCategories()
/aoo41x/main/offapi/com/sun/star/chart/
H A DXDateCategories.idl34 /** Allows to set date values as categories.
45 /** sets dates as categories
H A DChartTableAddressSupplier.idl45 the names of the categories.
/aoo41x/main/offapi/com/sun/star/report/meta/
H A DXFunctionCategory.idl44 /** gives access to all categories
H A DXFunctionManager.idl43 /** gives access to all categories
/aoo41x/main/i18npool/source/breakiterator/data/
H A Dsent.txt19 # Character categories as defined in TR 29
/aoo41x/main/sc/source/ui/dbgui/
H A Dpivot.src278 Text [ en-US ] = "~Identify categories" ;
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.src124 Text [ en-US ] = "Axis ~between categories" ;
/aoo41x/main/dbaccess/source/ui/app/
H A Dapp.src441 Text [ en-US ] = "You cannot select different categories.";

Completed in 210 milliseconds

123456