/aoo4110/main/offapi/com/sun/star/util/ |
H A D | NumberFormat.idl | 39 /** selects all number formats. 45 /** selects only user-defined number formats. 51 /** selects date formats. 57 /** selects time formats. 63 /** selects currency formats. 69 /** selects decimal number formats. 75 /** selects scientific number formats. 81 /** selects number formats for fractions. 87 /** selects percentage number formats. 93 /** selects text number formats. [all …]
|
H A D | XNumberFormats.idl | 63 a sequence of the keys of all number formats with the specified type and language. 66 the type of number formats to return. Must be one of the 70 the language of number formats to return. 73 <TRUE/>: create new entries if no formats for the selected language exist<BR> 74 <FALSE/>: return an empty list if no formats for the selected language exist
|
H A D | NumberFormats.idl | 41 /** specifies a container of number formats. 45 /** is used to access or create individual formats. 49 /** is used to get specific, predefined number formats.
|
H A D | NumberFormatsSupplier.idl | 41 /** provides an supplier of number formats 54 number formats supplier.</p> 63 /** allows access to the number formats supplied by the component.
|
H A D | XNumberFormatsSupplier.idl | 46 document) and the settings belonging to these formats. 60 the collection of number formats belonging to this object (e.g., to this document).
|
H A D | XNumberFormatTypes.idl | 41 /** represents functions to get specific, predefined number formats. 70 the index of the wanted number format within the formats for
|
H A D | XNumberFormatPreviewer.idl | 54 formats without inserting them. 62 /** formats a value using a format string, without inserting a
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | NumberFormatIndex.idl | 78 every platform. Like all other formats these formats are now 122 /// End of Scientific formats (last format) 126 /// Start of Percent formats (first format) 132 /// End of Percent formats (last format) 142 /// End of Fraction formats (last format) 160 /// End of Currency formats (last format) 164 /// Start of Date formats (first format) 210 /// End of Date formats (last format) 214 /// Start of Time formats (first format) 230 /// End of Time formats (last format) [all …]
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | TextProperties.idl | 94 /** The properties in this service set default formats for text 101 /** The properties in this service set default formats for asian text 108 /** The properties in this service set default formats for complex text 115 /** The properties in this service set default formats for text 122 /** The properties in this service set default formats for asian text 129 /** The properties in this service set default formats for complex text
|
/aoo4110/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilePreview.idl | 44 /** FilePicker that support the preview of various file formats should implement 51 /** The method returns all image formats that the preview supports. 54 A sequence of all supported preview formats
|
/aoo4110/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XNumberFormatsSupplier.java | 87 XNumberFormats formats = oObj.getNumberFormats(); in _getNumberFormats() local 89 tRes.tested("getNumberFormats()", formats != null) ; in _getNumberFormats()
|
/aoo4110/main/qadevOOo/tests/java/ifc/ui/dialogs/ |
H A D | _XFilePreview.java | 41 short[] formats = oObj.getSupportedImageFormats(); in _getSupportedImageFormats() local 42 tRes.tested("getSupportedImageFormats()", formats.length > 0); in _getSupportedImageFormats()
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScAutoFormatFieldObj.java | 80 XInterface formats = (XInterface)((XMultiServiceFactory)Param.getMSF()).createInstance in createTestEnvironment() local 83 (XIndexAccess.class, formats); in createTestEnvironment()
|
H A D | ScAutoFormatObj.java | 84 XInterface formats = (XInterface)oMSF.createInstance in createTestEnvironment() local 87 UnoRuntime.queryInterface(XIndexAccess.class, formats); in createTestEnvironment()
|
H A D | ScCellFormatsObj.java | 127 XIndexAccess formats = xCFRS.getCellFormatRanges(); in createTestEnvironment() local 129 oObj = formats; in createTestEnvironment()
|
H A D | ScCellFormatsEnumeration.java | 137 XIndexAccess formats = xCFRS.getCellFormatRanges(); in createTestEnvironment() local 141 UnoRuntime.queryInterface(XEnumerationAccess.class,formats); in createTestEnvironment()
|
/aoo4110/main/sot/ |
H A D | Package_inc.mk | 31 $(eval $(call gb_Package_add_file,sot_inc,inc/sot/formats.hxx,sot/formats.hxx))
|
H A D | Library_sot.mk | 58 sot/source/base/formats \
|
/aoo4110/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XAutoFormattable.java | 85 XNameAccess formats = (XNameAccess) UnoRuntime.queryInterface( in _autoFormat() local 87 String[] names = formats.getElementNames(); in _autoFormat()
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | XStandaloneDocumentInfo.idl | 67 This method only works for storage file formats. 84 This method only works for storage file formats.
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | FloatingPointBitmapLayout.idl | 78 // and half float formats. This maybe translates to the bitmap 80 // and half float formats, because of the ColorSpace member. Or
|
/aoo4110/main/offapi/com/sun/star/graphic/ |
H A D | GraphicDescriptor.idl | 96 determined correctly for some formats without loading 105 determined correctly for some formats without loading
|
/aoo4110/main/offapi/com/sun/star/rdf/ |
H A D | XRepository.idl | 115 Support for other file formats is optional. 144 Support for other RDF formats is optional. 205 Support for other RDF formats is optional.
|
/aoo4110/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1557 private void formatTable(XTextTableCursor cursor, List formats, boolean reverse) in formatTable() argument 1559 for (int i = 0; i < formats.size(); i++) in formatTable() 1561 … ((TableCellFormatter) formats.get(i)).format(table.getCellByName(cursor.getRangeName())); in formatTable()
|
/aoo4110/main/svtools/ |
H A D | AllLangResTarget_svt.mk | 55 svtools/source/dialogs/formats.src \
|