Home
last modified time | relevance | path

Searched refs:format (Results 26 – 50 of 571) sorted by relevance

12345678910>>...23

/trunk/main/offapi/com/sun/star/i18n/
H A DNumberFormatCode.idl33 Number format code information returned by various
45 /// Descriptive name of the format for this locale.
47 /// Message identifier to be used if the name of the format is localized.
51 /// If this format is the default format of the <em>Usage</em> group.
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dstar-report.css66 * A standard number format declaration. The number of decimal places
67 * and whether there is grouping is defined by the format string.
70 * the given format string text.
82 @format number myname {
88 @format scientific anothername {
/trunk/main/offapi/com/sun/star/document/
H A DXExtendedFilterDetection.idl43 the format of it. Services of type <type>ExtendedTypeDetection</type> must support this
59 …will be called automatically to look into the document stream and decide which format it represent…
62 the detected format) or an empty value for unknown formats.
70 an internal type name if format was detected successfully
72 or an empty value for an unknown document format.
H A DXTypeDetection.idl42 A "flat" detection means specifying the document format by using
46 which format it supports. Of course that includes a "flat" detection before.
59 types only to specify the format of given document.
66 an internal type name which represent the detected format
107 an internal type name which represent the detected format
/trunk/main/sc/source/ui/src/
H A Dscerrors.src49 Text [ en-US ] = "Unknown Lotus1-2-3 file format." ;
61 Text [ en-US ] = "Unknown or unsupported Excel file format." ;
65 Text [ en-US ] = "Excel file format not yet implemented." ;
85 Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ;
144 …Text [ en-US ] = "The document contains more rows than supported in the selected format.\nAddition…
152 Text [ en-US ] = "Not all cell contents could be saved in the specified format." ;
/trunk/main/sal/inc/systools/win32/
H A Dsnprintf.h82 _SNPRINTF_DLLIMPORT int __cdecl snwprintf( wchar_t *buffer, size_t count, const wchar_t *format, ..…
85 _SNPRINTF_DLLIMPORT int __cdecl snprintf( char *buffer, size_t count, const char *format, ... );
90 _SNPRINTF_DLLIMPORT int __cdecl vsnwprintf( wchar_t *buffer, size_t count, const wchar_t *format, v…
93 _SNPRINTF_DLLIMPORT int __cdecl vsnprintf( char *buffer, size_t count, const char *format, va_list …
/trunk/main/rsc/source/rscpp/
H A Dcpp.h403 void cerror( char *format, char *sarg);
404 void cwarn( char *format, char *sarg);
405 void cfatal( char *format, char *sarg);
406 void cierror( char *format, int n);
407 void ciwarn( char *format, int n);
/trunk/main/offapi/com/sun/star/awt/
H A DXDateField.idl45 <p>The date value must be specified in the format
108 /** determines if the long date format is to be used.
114 /** determines if the long date format is currently used.
132 /** determines if the format is checked during user input.
138 /** returns whether the format is currently checked during user input.
H A DXUnitConversion.idl62 Returns a new <type>Point</type> in the TargetUnit type format.
75 Return a new <type>Point</type> in Pixel type format.
89 Returns a new <type>Size</type> in the TargetUnit type format.
102 Returns a new <type>Size</type> in the TargetUnit type format.
/trunk/main/offapi/com/sun/star/rendering/
H A DXColorSpace.idl126 if the input sequence does not match the device color format
148 if the input sequence does not match the device color format.
170 if the input sequence does not match the device color format.
194 if the input sequence does not match the device color format.
212 if the input sequence does not match the device color format.
230 if the input sequence does not match the device color format.
251 if the input sequence does not match the device color format.
/trunk/main/sal/osl/unx/
H A Dsystem.c553 char buf[256],zahl[256],format[256]="%"; in fcvt() local
573 strcat(format,zahl); in fcvt()
574 strcat(format,"."); in fcvt()
575 strcat(format,zahl); in fcvt()
576 strcat(format,"f"); in fcvt()
578 sprintf(buf,format,value); in fcvt()
/trunk/main/offapi/com/sun/star/text/
H A DShape.idl192 file format to the OpenOffice.org file format. It provides the
213 file format to the OpenOffice.org file format. It provides the
225 file format to the OpenOffice.org file format. It provides the
/trunk/main/offapi/com/sun/star/util/
H A DNumberFormatter.idl41 /** represents an object which can format numbers and strings.
48 /** is used to format or parse numbers using formats from a
53 /** is used to format numbers using a number format string
/trunk/main/svx/source/src/
H A Derrtxt.src152 Text [ en-US ] = "Incorrect format" ;
252 Text [ en-US ] = "Incorrect file format." ;
300 …mation could not be read from the file because\nthe document information format is unknown or beca…
369 Text [ en-US ] = "The link format is invalid." ;
397 Text [ en-US ] = "The configuration format of the URLs to be saved locally is invalid." ;
437 Text [ en-US ] = "The channel document has an invalid format." ;
449 …that cannot be saved in the selected format.\nPlease save the document in a %PRODUCTNAME %PRODUCTV…
/trunk/main/svtools/source/dialogs/
H A Dformats.src42 Text [ en-US ] = "Drawing format" ;
62 Text [ en-US ] = "Star server format" ;
66 Text [ en-US ] = "Star object format" ;
178 Text [ en-US ] = "HTML format" ;
286 Text [ en-US ] = "HTML format without comments" ;
/trunk/main/cui/source/options/
H A Doptsave.src135 Text [ en-US ] = "Default file format and ODF settings" ;
141 Text [ en-US ] = "ODF format version" ;
169 Text [ en-US ] = "Size optimization for ODF format" ;
176 Text [ en-US ] = "Warn when not saving in ODF or default format" ;
273 Text [ en-US ] = "Using \"%1\" as default file format may cause information loss.\n" ;
/trunk/main/sfx2/source/dialog/
H A Dalienwarn.src50 …ved in the %FORMATNAME file format. Do you want to save the document in this format anyway?\n\nUse…
83 Text [ en-US ] = "~Ask when not saving in ODF format" ;
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DExternalViewLogger.cxx30 #define SNPRINTF(buffer, size, format, args) _snprintf(buffer, size, format, args) argument
32 #define SNPRINTF(buffer, size, format, args) snprintf(buffer, size, format, args) argument
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java343 public int getFormat(short format) in getFormat() argument
345 return NumberFormatter.getNumberFormatterKey(formatSupplier, format); in getFormat()
398 public String format(int formatIndex, int date) in format() method in Helper.DateUtils
403 public String format(int formatIndex, DateTime date) in format() method in Helper.DateUtils
408 public String format(int formatIndex, long javaTimeInMillis) in format() method in Helper.DateUtils
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java1007 String dateTime = dfmt.format(cal.get(Calendar.DAY_OF_MONTH)) + "." + in getDateTime()
1008 dfmt.format(cal.get(Calendar.MONTH) + 1) + "." + in getDateTime()
1009 dfmt.format(cal.get(Calendar.YEAR)) + " - " + in getDateTime()
1010 dfmt.format(cal.get(Calendar.HOUR_OF_DAY)) + ":" + in getDateTime()
1011 dfmt.format(cal.get(Calendar.MINUTE)) + ":" + in getDateTime()
1012 dfmt.format(cal.get(Calendar.SECOND)) + "," + in getDateTime()
1013 dfmt.format(cal.get(Calendar.MILLISECOND)); in getDateTime()
/trunk/main/dbaccess/source/ui/tabledesign/
H A Dtable.src247 …ord for the field selected. It should, therefore, correspond to the cell format that needs to be e…
259 Text [ en-US ] = "Enter the number format." ;
271 … how the data would be displayed in the current format (use the button on the right to modify the
275 Text [ en-US ] = "This is where you determine the output format of the data." ;
355 …olumn$\" could not be changed. Should the column instead be deleted and the new format appended?" ;
/trunk/main/vcl/os2/source/app/
H A Ddebug_printf.c38 int _Export debug_printf( const char* format, ...) in debug_printf() argument
57 va_start(args, format); in debug_printf()
58 cnt = pfnPmPrintf(format, args); in debug_printf()
/trunk/main/sal/osl/os2/
H A Ddebug_printf.c39 int SAL_DLLPUBLIC_EXPORT debug_printf( const char* format, ...) in debug_printf() argument
58 va_start(args, format); in debug_printf()
59 cnt = pfnPmPrintf(format, args); in debug_printf()
/trunk/main/jpeg/
H A Djpeg-8d.patch51 +#undef BMP_SUPPORTED /* BMP image file format */
52 +#undef GIF_SUPPORTED /* GIF image file format */
53 +#undef PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
55 +#undef TARGA_SUPPORTED /* Targa image file format */
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java239 String.format( in ExpectToken()
250 sList += String.format(", '%s'", eType.toString()); in ExpectToken()
252 sList = String.format("'%s'", eType.toString()); in ExpectToken()
255 String.format( in ExpectToken()

Completed in 72 milliseconds

12345678910>>...23