Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 179) sorted by relevance

12345678

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionCategory.java46 private final FunctionCategory category; field in StarFunctionCategory
52 …ntext, final FunctionRegistry functionRegistry, final int _number, final FunctionCategory category) in StarFunctionCategory() argument
57 this.category = category; in StarFunctionCategory()
62 category.getDisplayName(defaultContext.getLocalizationContext().getLocale()); in StarFunctionCategory()
70 category.getDisplayName(locale); in StarFunctionCategory()
78 functions = functionRegistry.getFunctionNamesByCategory(category); in StarFunctionCategory()
155 return category.getDisplayName(defaultLocale); in getName()
H A DStarFunctionDescription.java47 private final XFunctionCategory category; field in StarFunctionDescription
50 …efaultContext, final XComponentContext context, final XFunctionCategory category, final FunctionDe… in StarFunctionDescription() argument
53 this.category = category; in StarFunctionDescription()
114 return category; in getCategory()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java548 String category = fmt.getCategory(); in getFormat() local
550 if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_BOOLEAN)) { in getFormat()
553 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_CURRENCY)) { in getFormat()
556 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_DATE)) { in getFormat()
559 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_FLOAT)) { in getFormat()
562 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_PERCENT)) { in getFormat()
565 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_STRING)) { in getFormat()
568 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_TIME)) { in getFormat()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java68 String category = fmt.getCategory(); in Formula() local
71 if(category.equalsIgnoreCase(CELLTYPE_BOOLEAN)) { in Formula()
81 } else if(category.equalsIgnoreCase(CELLTYPE_DATE)) { in Formula()
84 } else if(category.equalsIgnoreCase(CELLTYPE_TIME)) { in Formula()
87 } else if(category.equalsIgnoreCase(CELLTYPE_PERCENT)) { in Formula()
91 } else if(category.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in Formula()
93 } else if(category.equalsIgnoreCase(CELLTYPE_STRING)) { in Formula()
H A DExtendedFormat.java95 String category = fmt.getCategory(); in ExtendedFormat() local
96 if(category.equalsIgnoreCase(CELLTYPE_CURRENCY)) { in ExtendedFormat()
98 } else if(category.equalsIgnoreCase(CELLTYPE_DATE)) { in ExtendedFormat()
100 } else if(category.equalsIgnoreCase(CELLTYPE_TIME)) { in ExtendedFormat()
H A DWorkbook.java382 String category = fmt.getCategory(); in addCell() local
392 if(category.equalsIgnoreCase(CELLTYPE_STRING)) { in addCell()
401 } else if(category.equalsIgnoreCase(OfficeConstants.CELLTYPE_FLOAT)) { in addCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DObjectInspectorModelImpl.java63 int category = n / 2; in ObjectInspectorModelImpl() local
64 inCat =(CategoryMem == category)? ++inCat: 1; in ObjectInspectorModelImpl()
65 CategoryMem = category; in ObjectInspectorModelImpl()
68 m_Categories[n].ProgrammaticName = "Category" + category; in ObjectInspectorModelImpl()
69 m_Categories[n].UIName = "Category" + category + "Number" + inCat; in ObjectInspectorModelImpl()
/trunk/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl138 /** returns the programmatic name of the category the function
141 <p>The category name is used to group similar functions together.
142 The programmatic category name should always be in English, it is
145 the corresponding category.</p>
187 the category name the specified function belongs to.
193 /** returns the user-visible name of the category the function
196 <p>This is used when category names are shown to the user.</p>
202 the user-visible category name the specified function
/trunk/main/offapi/com/sun/star/inspection/
H A DPropertyCategoryDescriptor.idl30 /** describes a category of properties
39 /** contains the programmatic name of the category.
42 sets a programmatic category name at <member>LineDescriptor::Category</member>,
47 /** provides a human-readable name (which can be presented at the UI) for a category.
51 /** provides a help URL to be associated with a category
H A DXObjectInspectorModel.idl87 a sequence of category descriptors. Their relative ordering also describes
93 automatically builds its category information from the categories provided by the
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java69 private String category; field in Format
112 category = fmt.getCategory(); in Format()
133 category = ""; in clearFormatting()
202 category = newCategory; in setCategory()
213 return category; in getCategory()
/trunk/main/offapi/com/sun/star/chart2/
H A DXAnyDescriptionAccess.idl54 The any might be strings for category text axis or doubles for date axis.
66 The any might be strings for category text axis or doubles for date axis.
78 The any might be strings for category text axis or doubles for date axis.
90 The any might be strings for category text axis or doubles for date axis.
H A DDataPointLabel.idl47 displayed as percentages of a category.
55 /** The caption contains the category name of the category to
H A DScaleData.idl87 <p>It can be a real number axis or a category axis or something else.
96 /** describes whether data points on category or date axis are placed between tickmarks or not
/trunk/main/sysui/desktop/share/
H A Dbrand.pl62 $category = $ARGV[0];
110 if ( length($category) > 0 ) {
111 $_ = "$_$category;";
/trunk/main/offapi/com/sun/star/chart/
H A DChartDataCaption.idl54 all data points of one category.
64 /** The caption contains the category name of the category to
H A DStackableDiagram.idl44 category sums up to 100%.
53 the sum of data in each category, by taking the top of the
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1210 …for ( StlSyntaxSequence< PropertyCategoryDescriptor >::const_iterator category = aCategories.beg… in impl_buildCategories_throw() local
1211 category != aCategories.end(); in impl_buildCategories_throw()
1212 ++category in impl_buildCategories_throw()
1215 OSL_ENSURE( m_aPageIds.find( category->ProgrammaticName ) == m_aPageIds.end(), in impl_buildCategories_throw()
1218 m_aPageIds[ category->ProgrammaticName ] = in impl_buildCategories_throw()
1219 … getPropertyBox().AppendPage( category->UIName, HelpIdUrl::getHelpId( category->HelpURL ) ); in impl_buildCategories_throw()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DCGCategory.java55 public void initialize(String category) in initialize() argument
62 category); in initialize()
/trunk/main/offapi/com/sun/star/report/meta/
H A DXFunctionCategory.idl55 /** returns the localized category's name.
59 /** specifies the category number.
/trunk/main/offapi/com/sun/star/ui/
H A DModuleUICategoryDescription.idl57 can be used by a UI to display the category name.
58 The key to a user interface command category depends on the specific
/trunk/main/offapi/com/sun/star/table/
H A DXTableCharts.idl69 used to set labels for the category axis or the legend.
73 be used to set labels for the category axis or the legend.
/trunk/main/offapi/com/sun/star/deployment/
H A DXUpdateInformationProvider.idl56 attribute of the atom:category tag matches extensionId are returned.
92 attribute of the atom:category tag matches extensionId are returned.
/trunk/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx45 static rtl::OUString ImplGetLocale(int category) in ImplGetLocale() argument
47 const char *locale = setlocale(category, ""); in ImplGetLocale()
/trunk/main/sysui/desktop/mimetypes/
H A Dms-word-document.keys7 category=Documents/Word Processor

Completed in 87 milliseconds

12345678