Commit Graph

7531 Commits

Author SHA1 Message Date
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
Marco Cecchetti
ac756a96b8 Now AnimationsExporterImpl defines its own XMLSdPropHdlFactory object.
The old behaviour was to get the XMLSdPropHdlFactory object of
SdXMLExport through a dangerous static cast of the exporter object (of
type SvXMLExport). See method AnimationsExporterImpl::convertValue.
This let the class AnimationsExporter to be used by any class derived
from SvXMLExport.
2011-08-26 18:25:20 +02:00
Marco Cecchetti
8cac883fcd moved header file animationexport.hxx from "xmloff/inc" to "xmloff/inc/xmloff". The configuration file Package_ink.mk has been modified in order to export the header file into "solver/*/*/inc/xmloff" Include directives of source files under "xmloff/source" have been changed accordingly 2011-08-26 18:25:20 +02:00
Marco Cecchetti
edb6e65cc9 Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The Package_inc.mk file has been modified in order to export the header under solver/*/*/inc/xmloff and the UnoInterfaceToUniqueIdentifierMapper class has been made visible from the outside by the XMLOFF_DLLPUBLIC macro. 2011-08-26 18:25:19 +02:00
Michael Meeks
74881f6a87 export the source storage to import filter, to mirror TargetStorage for export 2011-08-26 17:20:39 +01:00
Caolán McNamara
005f5d443e remove freshly unused methods 2011-08-25 09:42:07 +01:00
Caolán McNamara
ac1530a37e callcatcher: yet more unused code 2011-08-25 09:42:06 +01:00
Muthu Subramanian
8542444fd5 Code review fixes. 2011-08-23 15:32:35 +05:30
Caolán McNamara
0d1ff2bfc4 generate list 2011-08-23 10:35:45 +01:00
Caolán McNamara
77289a32ca entire source file and header can go 2011-08-22 12:06:15 +01:00
Caolán McNamara
b3c8e4177d gsl_getSystemTextEncoding->osl_getThreadTextEncoding 2011-08-22 09:39:18 +01:00
Caolán McNamara
64d9d21d49 wrong seekPage 2011-08-22 09:39:15 +01:00
Caolán McNamara
477a7e71d1 callcatcher: next layer of unused methods 2011-08-22 09:39:15 +01:00
Caolán McNamara
56db727691 callcatcher: unused .cxx .hxx combo in xmloff 2011-08-22 09:39:14 +01:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00