Home
last modified time | relevance | path

Searched refs:format (Results 226 – 250 of 571) sorted by last modified time

12345678910>>...23

/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx354 rtl::OUString ElementConfig::format( SvStream& rStream, sal_Size& nLength ) const in format() function in ElementConfig
479 rtl::OUString ElementConfigContainer::format( SvStream& rStream, sal_Size& nLength ) const in format() function in ElementConfigContainer
490 aRet += (*aIter++)->format( rStream, nLength ); in format()
545 rtl::OUString SwitchElementConfig::format( SvStream& rStream, sal_Size& nLength ) const in format() function in SwitchElementConfig
565 return pCase->format( rStream, nLength ); in format()
H A Dxmlconfig.hxx41 virtual rtl::OUString format( SvStream& rStream, sal_Size& nLength ) const;
81 virtual rtl::OUString format( SvStream& rStream, sal_Size& nLength ) const;
109 virtual rtl::OUString format( SvStream& rStream, sal_Size& nLength ) const;
/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/svx/source/items/
H A Dsvxerr.src146 …otection is not supported when documents are saved in a Microsoft Office format.\nDo you want to s…
/trunk/main/starmath/
H A DLibrary_sm.mk76 starmath/source/format \
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg27 # The format is:
65 # format and will distribute the generated files over these directories.
233 # The format is ext=language, where ext is a file extension, and language is one of
520 # in an output format independent way. The create the layout file that represents
563 # The WARN_FORMAT tag determines the format of the warning messages that
566 # warning originated and the warning text. Optionally the format may contain
1290 # can be added for each tagfile. The format of a tag file without
1459 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
/trunk/main/solenv/bin/modules/installer/
H A Dlogger.pm185 my ($self, $format, @arguments) = @_;
187 if ($format =~ /\%\{/)
189 printf(">%s<\n", $format);
192 my $message = sprintf($format, @arguments);
715 my ($format, @arguments) = @_;
717 $Info->printf("Error: ".$format, @arguments);
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt94 %format rpm
129 %format deb
H A Dshellscripts_module.txt22 %format deb
53 %format all
/trunk/main/sdext/source/pdfimport/help/
H A Dcomponent.txt1 …with 100% layout accuracy can be achieved with the "PDF/ODF hybrid file" format, which this extens…
/trunk/main/scripting/workben/installer/
H A DLogStream.java38 String timeStamp = formatter.format( new Date() ); in getTimeStamp()
/trunk/main/scp2/source/writer/
H A Dregistryitem_writer.scp26 // MSOLE embedded object in SO7 file format
145 // MSOLE embedded object in OASIS file format
/trunk/main/scp2/source/math/
H A Dregistryitem_math.scp25 // MSOLE embedded object in SO7 file format
144 // MSOLE embedded object in SO7 file format
/trunk/main/scp2/source/ooo/
H A Dfolderitem_ooo.ulf31 en-US = "The office productivity suite compatible to the open and standardized ODF document format.…
/trunk/main/scp2/source/calc/
H A Dregistryitem_calc.scp26 // MSOLE embedded object in SO7 file format
145 // MSOLE embedded object in OASIS file format
/trunk/main/scp2/source/draw/
H A Dregistryitem_draw.scp26 // MSOLE embedded object in SO7 file format
145 // MSOLE embedded object in OASIS file format
/trunk/main/scp2/source/impress/
H A Dregistryitem_impress.scp26 // MSOLE embedded object in SO7 file format
145 // MSOLE embedded object in OASIS file format
/trunk/main/scp2/source/javafilter/
H A Dmodule_javafilter.ulf40 en-US = "Support for the AportisDoc format"
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx340 void Trace( const char* format, ...);
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx1036 void XclExpXmlStream::Trace( const char* format, ...) in Trace() argument
1039 va_start( ap, format ); in Trace()
1040 vfprintf( stderr, format, ap ); in Trace()
/trunk/main/sal/systools/win32/uwinapi/
H A Dsntprintf.c40 static int __cdecl _vsctprintf( const TCHAR *format, va_list ap ) in _vsctprintf() argument
42 static int __cdecl _vsctprintf( const _TXCHAR *format, va_list ap ) in _vsctprintf()
49 int retval = _vftprintf( fp, format, ap ); in _vsctprintf()
91 _SNPRINTF_DLLIMPORT int __cdecl vsntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, va_… in vsntprintf() argument
98 retval = _vsntprintf( buffer, count, format, list ); in vsntprintf()
112 retval = _vsctprintf( format, list ); in vsntprintf()
129 _SNPRINTF_DLLIMPORT int __cdecl sntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, ... ) in sntprintf() argument
134 va_start( list, format ); in sntprintf()
135 retval = vsntprintf( buffer, count, format, list ); in sntprintf()
/trunk/main/sal/rtl/source/
H A Dlogfile.cxx215 extern "C" void SAL_CALL rtl_logfile_longTrace(char const * format, ...) { in rtl_logfile_longTrace() argument
221 va_start(args, format); in rtl_logfile_longTrace()
233 n1 = vsnprintf(g_buffer, g_BUFFERSIZE, format, args); in rtl_logfile_longTrace()
/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/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/sal/inc/systools/win32/
H A Duser9x.h125 UINT format, // clipboard format to retrieve

Completed in 119 milliseconds

12345678910>>...23