Commit graph

7545 commits

Author SHA1 Message Date
Eike Rathke
7613359985 handle dates with year < 1000
* Read dates with years consisting of less than 4 digits.
  ISO 8601 specifies that years are to be written with a minimum of 4 digits.
  However, be lenient in what we accept.
* Write years < 1000 with leading zeros to comply with ISO 8601 YYYY.
2011-11-30 02:05:25 +01:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Radek Doulik
7bf1fa3757 switch source and target units, so that it works right with sax conversions 2011-11-28 18:25:54 +01:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
2f27c67db3 remove include of pch header from xmloff 2011-11-27 13:27:50 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
August Sodora
93253ee6ab Remove some uses of OUString::setCharAt 2011-11-26 00:49:26 -05:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Eike Rathke
49846da165 fdo#43152 ooo#114415 fixed crash on unnamed form element
An unnamed form element without parent container lead to a crash when trying to
obtain a unique name by iterating over (now not) existing container elements.
2011-11-24 17:40:44 +01:00
Kohei Yoshida
1e39e93af9 Added handler to handle the new <table:filter-set-item> elements.
The export is working, while the import part is still in progress.
2011-11-18 14:13:21 -05:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Caolán McNamara
328e09955a callcatcher: remove some unused code 2011-11-11 11:55:04 +00:00
Caolán McNamara
58692c30e3 callcatcher: remove unused methods 2011-11-10 09:28:40 +00:00
Daisuke Nishino
e494bd26e5 Removed some SvStringsSortDtor 2011-11-08 15:00:03 +00:00
Caolán McNamara
56d5a48099 callcatcher: drop unused methods 2011-11-03 12:18:17 +00:00
Caolán McNamara
eaefa688bf callcatcher: ditch some unused code 2011-11-03 12:18:17 +00:00
Caolán McNamara
7297ec1995 update list post SvUShorts removal 2011-11-02 09:58:53 +00:00
Caolán McNamara
40fbc430fd callcatcher: some unused code 2011-11-02 09:58:53 +00:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
Thorsten Behrens
f7d9e0526c ODF conformance - Impress table markup fixes
Fix for fdo#35190 - Impress writes invalid ODF for the table
styles (text:style-name instead of table:style-name).
2011-10-28 15:58:44 +02:00
Stephan Bergmann
c31d7b012f Some warning cleanup (found with trunk Clang). 2011-10-24 12:56:22 +02:00
Stephan Bergmann
322d455f9f Simplified comphelper::OSequenceIterator and its uses. 2011-10-19 11:17:47 +02:00
Tor Lillqvist
e4d1c22aa1 WaE: potentially uninitialized local variable 'nColor' used 2011-10-17 14:09:03 +03:00
Michael Stahl
1eb7b69ef4 xmluconv.hxx: noncopyable (thank you tinderbox) 2011-10-11 19:01:47 +02:00
Michael Stahl
30e1eaabc4 #i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverter 2011-10-11 17:57:01 +02:00
Michael Stahl
8666469d7b #i108468#: clean up xmluconv code duplication, measured approach:
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt:
  should be sufficient, since the largest number is SAL_INT32_MAX * 10^7.
 remove duplicate methods from SvXMLUnitConverter:
  convertMeasurePx, convertMeasure (static variants)
 remove entirely duplicative class SvXMLExportHelper:
  GetConversionFactor, GetUnitFromString, AddLength
 change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit.
 change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit.
 rename some methods to turn compiler into merge conflict detector :)
2011-10-11 17:57:01 +02:00
Michael Stahl
ae3e2f1700 #i108468#: clean up xmluconv code duplication, DateTime edition:
remove duplicate methods from SvXMLUnitConverter:
  convertTime (all variants), convertDateTime (DateTime variants),
  convertTimeDuration.
 move convertAny from SvXMLUnitConverter to sax::converter.
2011-10-11 17:57:00 +02:00
Michael Stahl
3ca2bef768 #i108468#: clean up xmluconv code duplication, part 1:
move convertNumber64 from SvXMLUnitConverter to sax::converter.
 remove duplicate methods from SvXMLUnitConverter:
  convertBool, convertPercent, convertColor, convertNumber, convertDouble,
  indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars,
  clearUndefinedChars
2011-10-11 17:57:00 +02:00
Caolán McNamara
af6980b1c7 make xmloff ByteString free 2011-10-10 08:51:14 +01:00
Caolán McNamara
bfcb6fd277 conversion operator is gone 2011-10-05 09:27:30 +01:00
Caolán McNamara
f42b66cc51 callcatcher: unused methods 2011-10-05 08:58:11 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Tor Lillqvist
ba6eedee31 WaE: 'rUnitConverter' : unreferenced formal parameter 2011-10-04 15:34:57 +03:00
Matúš Kukan
1fe85161e4 callcatcher: comphelper's unused code 2011-10-03 16:11:11 +02:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Caolán McNamara
c50612d516 callcatcher: unused code 2011-09-29 09:33:44 +01:00
Tor Lillqvist
42fe8b9f11 WaE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATE
Fixes warnings: 'SvXML*_Impl' declared with greater visibility than
the type of its field 'SvXMLExport_Impl::mpRDFaHelper'.
2011-09-29 10:52:54 +03:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Tor Lillqvist
226a5ddda1 WaE: control reaches end of non-void function 2011-09-26 21:35:20 +03:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Regina Henschel
3e5edf6ca9 Add missing chart data point ODF1.2 standard symbols 2011-09-20 12:14:13 -04:00
Caolán McNamara
98ae11bcd4 pointless foo 2011-09-14 09:54:09 +01:00
Stephan Bergmann
27b9f9f348 sb140: #i117310# remove unnecessary dependency on XTypeProvider::getImplementationId
plus
sb140: #i117310# missing include
sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW)
2011-09-12 22:47:47 +02:00
Michael Meeks
313b8b0db3 initial DocumentSettingsSerializer interface impl. 2011-09-11 09:27:02 +02:00
Caolán McNamara
f57baefbd3 add chaff to encrypted documents 2011-09-08 15:29:53 +01:00
Caolán McNamara
04ce2cea24 callcatcher: drop some Impl methods, regenerate list 2011-09-05 10:54:21 +01:00
Caolán McNamara
af60795f76 callcatcher: some more unused code 2011-09-05 10:54:19 +01:00
Markus Mohrhard
0294fa0ea8 some more sal_Bool -> bool in sc/source/filter/xml 2011-08-28 22:48:05 +02:00