Home
last modified time | relevance | path

Searched refs:format (Results 101 – 125 of 571) sorted by relevance

12345678910>>...23

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java423 return String.format("%04d-%02d-%02d", in toDateString()
431 return String.format("%02d:%02d:%02d", in toTimeString()
439 return String.format("%04d-%02d-%02d %02d:%02d:%02d.%d", in toDateTimeString()
/trunk/main/sal/qa/sal/
H A Dtest_types.cxx38 char const * result, char const * format, T argument) in testPrintf() argument
42 int n = snprintf(buf, bufsize, format, argument); in testPrintf()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAutoFormatFieldObj.java84 XInterface format = (XInterface) AnyConverter.toObject( in createTestEnvironment() local
87 (XIndexAccess.class, format); in createTestEnvironment()
/trunk/main/instsetoo_native/util/
H A Dmakefile.mk259 -format $(@:e:s/.//) \
385 --package-format $(@:e:s/.//)
393 --package-format msi
410 --package-format $(@:e:s/.//)
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties73 # OpenOffice report format into the internal LibLayout format
78 # the style element of the OpenDocument format. (It must match the element
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge358 print("Count is {c}".format(c=count))
540 format(f=len(lFragments),setname=sSetName,subdir=sSubDir))
561 print("write temp package {pkg}".format(pkg=sPackage))
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerReadOnlyBitmap.idl74 Query the raw data of this bitmap, in the format as defined by
76 whole bitmap can be queried. If the internal data format's
113 If the internal data format's pixel are not integer multiples
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DFatDataBaseOutProducer.java58 String month = dfmt.format(cal.get(GregorianCalendar.MONTH) + 1); in FatDataBaseOutProducer()
59 String day = dfmt.format(cal.get(GregorianCalendar.DATE)); in FatDataBaseOutProducer()
H A DComplexDataBaseOutProducer.java77 String month = dfmt.format(cal.get(GregorianCalendar.MONTH) + 1); in ComplexDataBaseOutProducer()
78 String day = dfmt.format(cal.get(GregorianCalendar.DATE)); in ComplexDataBaseOutProducer()
/trunk/main/offapi/com/sun/star/sheet/
H A DDDELinkMode.idl44 /** numbers are converted into the default format.
50 /** numbers are converted into the English default format.
/trunk/main/basic/source/classes/
H A Dsb.src243 Text [ en-US ] = "Data are in wrong format." ;
259 Text [ en-US ] = "Invalid DDE link format." ;
279 Text [ en-US ] = "Module cannot be loaded; invalid format." ;
367 Text [ en-US ] = "Invalid clipboard format." ;
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_module.txt22 %format deb
53 %format all
/trunk/main/offapi/com/sun/star/text/
H A DUserFieldFormat.idl42 /** The number format of the operating system is used.
56 /** The number format of the property "NumberFormat" is used.
H A DPrintPreviewSettings.idl70 /** If the format is landscape (if false then the format is portrait */
/trunk/main/sw/source/ui/dochdl/
H A Ddochdl.src46 Message [ en-US ] = "Requested clipboard format is not available." ;
53 …Message [ en-US ] = "The section format is outdated.\nIt needs to be converted so that changes\nca…
/trunk/main/offapi/com/sun/star/awt/
H A DXPatternField.idl69 /** determines if the format is checked during user input.
75 /** returns whether the format is currently checked during user input.
/trunk/main/offapi/com/sun/star/util/
H A DNumberFormat.idl33 /** contains constants that are used to specify the type of a number format.
111 /** is used as a return value if no format exists.
H A DXTimeStamped.idl39 <p> The format and meaning of the timestamp depends on the implementation.
41 format they use.
H A DEndianness.idl39 The values are stored in little endian format, i.e. the bytes
49 The values are stored in big endian format, i.e. the bytes of
/trunk/main/offapi/com/sun/star/text/textfield/
H A DUser.idl51 /** this is the number format for this field.
56 is located also change the number format as appropriate for this language.
H A DGetExpression.idl47 /** this is the number format for this field.
69 is located also change the number format as appropriate for this language.
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1414 ((TableCellFormatter) topicCellFormats.get(cursorMoves)).format(xc); in writeCell()
1561 … ((TableCellFormatter) formats.get(i)).format(table.getCellByName(cursor.getRangeName())); in formatTable()
1710 void format(Object textRange) in format() method in ParaStyled
1726 format(textRange); in write()
1947 public void format(Object tableCell) in format() method in TableCellFormatter
/trunk/main/offapi/com/sun/star/text/textfield/docinfo/
H A DEditTime.idl59 /** this is the number format for this field.
64 is located also change the number format as appropriate for this language.
/trunk/main/i18npool/source/localedata/data/
H A Dcurrency-check.awk320 function FormatInSymbol( format ) {
324 if ( format == Symbols[nSym] )
/trunk/main/avmedia/source/java/
H A DFrameGrabber.java149 … if( aBuffer != null && aBuffer.getFormat() instanceof javax.media.format.VideoFormat ) in grabFrame()
152 … (javax.media.format.VideoFormat) aBuffer.getFormat() ). in grabFrame()

Completed in 92 milliseconds

12345678910>>...23