Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 195) sorted by relevance

12345678

/aoo41x/main/offapi/com/sun/star/util/
H A DNumberFormat.idl39 /** 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 DXNumberFormats.idl63 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 DNumberFormats.idl41 /** 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 DNumberFormatsSupplier.idl41 /** provides an supplier of number formats
54 number formats supplier.</p>
63 /** allows access to the number formats supplied by the component.
H A DXNumberFormatsSupplier.idl46 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 DXNumberFormatTypes.idl41 /** represents functions to get specific, predefined number formats.
70 the index of the wanted number format within the formats for
H A DXNumberFormatPreviewer.idl54 formats without inserting them.
62 /** formats a value using a format string, without inserting a
/aoo41x/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl78 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 …]
/aoo41x/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl94 /** 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
/aoo41x/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePreview.idl44 /** 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
/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XNumberFormatsSupplier.java87 XNumberFormats formats = oObj.getNumberFormats(); in _getNumberFormats() local
89 tRes.tested("getNumberFormats()", formats != null) ; in _getNumberFormats()
/aoo41x/main/qadevOOo/tests/java/ifc/ui/dialogs/
H A D_XFilePreview.java41 short[] formats = oObj.getSupportedImageFormats(); in _getSupportedImageFormats() local
42 tRes.tested("getSupportedImageFormats()", formats.length > 0); in _getSupportedImageFormats()
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScAutoFormatFieldObj.java80 XInterface formats = (XInterface)((XMultiServiceFactory)Param.getMSF()).createInstance in createTestEnvironment() local
83 (XIndexAccess.class, formats); in createTestEnvironment()
H A DScAutoFormatObj.java84 XInterface formats = (XInterface)oMSF.createInstance in createTestEnvironment() local
87 UnoRuntime.queryInterface(XIndexAccess.class, formats); in createTestEnvironment()
H A DScCellFormatsObj.java127 XIndexAccess formats = xCFRS.getCellFormatRanges(); in createTestEnvironment() local
129 oObj = formats; in createTestEnvironment()
H A DScCellFormatsEnumeration.java137 XIndexAccess formats = xCFRS.getCellFormatRanges(); in createTestEnvironment() local
141 UnoRuntime.queryInterface(XEnumerationAccess.class,formats); in createTestEnvironment()
/aoo41x/main/sot/
H A DPackage_inc.mk31 $(eval $(call gb_Package_add_file,sot_inc,inc/sot/formats.hxx,sot/formats.hxx))
H A DLibrary_sot.mk58 sot/source/base/formats \
/aoo41x/main/qadevOOo/tests/java/ifc/table/
H A D_XAutoFormattable.java85 XNameAccess formats = (XNameAccess) UnoRuntime.queryInterface( in _autoFormat() local
87 String[] names = formats.getElementNames(); in _autoFormat()
/aoo41x/main/offapi/com/sun/star/document/
H A DXStandaloneDocumentInfo.idl67 This method only works for storage file formats.
84 This method only works for storage file formats.
/aoo41x/main/offapi/com/sun/star/rendering/
H A DFloatingPointBitmapLayout.idl78 // and half float formats. This maybe translates to the bitmap
80 // and half float formats, because of the ColorSpace member. Or
/aoo41x/main/offapi/com/sun/star/graphic/
H A DGraphicDescriptor.idl96 determined correctly for some formats without loading
105 determined correctly for some formats without loading
/aoo41x/main/offapi/com/sun/star/rdf/
H A DXRepository.idl115 Support for other file formats is optional.
144 Support for other RDF formats is optional.
205 Support for other RDF formats is optional.
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1557 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()
/aoo41x/main/svtools/
H A DAllLangResTarget_svt.mk55 svtools/source/dialogs/formats.src \

Completed in 93 milliseconds

12345678