/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarFunctionCategory.java | 46 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 D | StarFunctionDescription.java | 47 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()
|
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | MinicalcEncoder.java | 548 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()
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | Formula.java | 68 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 D | ExtendedFormat.java | 95 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 D | Workbook.java | 383 String category = fmt.getCategory(); in addCell() local 393 if(category.equalsIgnoreCase(CELLTYPE_STRING)) { in addCell() 402 } else if(category.equalsIgnoreCase(OfficeConstants.CELLTYPE_FLOAT)) { in addCell()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | ObjectInspectorModelImpl.java | 63 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()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XAddIn.idl | 138 /** 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
|
/aoo4110/main/offapi/com/sun/star/inspection/ |
H A D | PropertyCategoryDescriptor.idl | 30 /** 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 D | XObjectInspectorModel.idl | 87 a sequence of category descriptors. Their relative ordering also describes 93 automatically builds its category information from the categories provided by the
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | Format.java | 69 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()
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | XAnyDescriptionAccess.idl | 54 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 D | DataPointLabel.idl | 47 displayed as percentages of a category. 55 /** The caption contains the category name of the category to
|
H A D | ScaleData.idl | 87 <p>It can be a real number axis or a category axis or something else. 96 /** describes wether data points on category or date axis are placed between tickmarks or not
|
/aoo4110/main/sysui/desktop/share/ |
H A D | brand.pl | 62 $category = $ARGV[0]; 110 if ( length($category) > 0 ) { 111 $_ = "$_$category;";
|
/aoo4110/main/offapi/com/sun/star/chart/ |
H A D | ChartDataCaption.idl | 54 all data points of one category. 64 /** The caption contains the category name of the category to
|
H A D | StackableDiagram.idl | 44 category sums up to 100%. 53 the sum of data in each category, by taking the top of the
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 1210 …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()
|
/aoo4110/main/wizards/com/sun/star/wizards/table/ |
H A D | CGCategory.java | 55 public void initialize(String category) in initialize() argument 62 category); in initialize()
|
/aoo4110/main/offapi/com/sun/star/report/meta/ |
H A D | XFunctionCategory.idl | 55 /** returns the localized category's name. 59 /** specifies the category number.
|
/aoo4110/main/offapi/com/sun/star/ui/ |
H A D | ModuleUICategoryDescription.idl | 57 can be used by a UI to display the category name. 58 The key to a user interface command category depends on the specific
|
/aoo4110/main/offapi/com/sun/star/table/ |
H A D | XTableCharts.idl | 69 used to set labels for the category axis or the legend. 73 be used to set labels for the category axis or the legend.
|
/aoo4110/main/offapi/com/sun/star/deployment/ |
H A D | XUpdateInformationProvider.idl | 57 attribute of the atom:category tag matches extensionId are returned. 93 attribute of the atom:category tag matches extensionId are returned.
|
/aoo4110/main/shell/source/backends/localebe/ |
H A D | localebackend.cxx | 45 static rtl::OUString ImplGetLocale(int category) in ImplGetLocale() argument 47 const char *locale = setlocale(category, ""); in ImplGetLocale()
|
/aoo4110/main/sysui/desktop/mimetypes/ |
H A D | ms-word-document.keys | 7 category=Documents/Word Processor
|