Commit graph

9627 commits

Author SHA1 Message Date
Caolán McNamara
c732a811fc intermediate string object unnecessary 2011-12-13 10:11:42 +00:00
Julien Nabet
444eb68e8a Remove ByteString 2011-12-12 22:31:24 +01:00
Julien Nabet
5c45038987 Remove ByteString 2011-12-11 20:39:09 +01:00
Lionel Elie Mamane
10aba2a2d0 correct extra whitespace 2011-12-11 17:44:03 +01:00
Julien Nabet
15f8fce986 Remove ByteString 2011-12-11 16:36:38 +01:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
Michael T. Whiteley
181b1815f8 Change "menues" to "menus" 2011-12-07 11:48:24 +02:00
Lior Kaplan
3a9271b8fc Add missing space 2011-12-05 03:11:19 +02:00
Michael Stahl
5754213c70 sfx2::FileDialogHelper: refactor construction:
There are currently 2 different ways to specify what kind of file dialog
should be created: the nDialogType and nFlags ctor parameters.
Simplify that by using the nDialogType for the API specified variety,
and the nFlags only for options that cannot be specified by the API.

This allows to get rid of 3 constructors, and the following constants:
WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
2011-12-03 00:48:13 +01:00
Michael Stahl
434c1e3132 sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL 2011-12-03 00:48:12 +01:00
Michael Stahl
1274babb68 sfx2::FileDialogHelper: remove use of WB_OPEN
This can really be derived from the dialog type, don't duplicate it.
2011-12-03 00:48:12 +01:00
Michael Stahl
e913083ed0 remove unused #include sfx2/filedlghelper.hxx 2011-12-03 00:48:11 +01:00
Lior Kaplan
0443311761 Remove extra spaces from strings for translation 2011-12-02 01:43:50 +02:00
Lior Kaplan
127c6a3dab Typo fix: Maybe -> Maybe 2011-12-02 01:43:34 +02:00
August Sodora
ecbed27f6a Check length before operator[] 2011-12-01 11:23:42 -05:00
August Sodora
443a7229f9 Remove uses of charAt 2011-12-01 11:10:28 +01:00
Lionel Elie Mamane
15f7470531 add const 2011-11-30 17:20:20 +01:00
Lionel Elie Mamane
7b0f53a5ea Success to load JDBC driver is still info, not an error 2011-11-30 17:15:22 +01:00
Lionel Elie Mamane
c75e15c980 Failure to load JDBC driver is an error, not info 2011-11-30 16:00:07 +01:00
Caolán McNamara
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
Caolán McNamara
48221d6a2b ByteString::GetToken->comphelper::string::getToken 2011-11-28 09:55:02 +00:00
Norbert Thiebaud
281b13ce89 remove include of pch header in dbaccess 2011-11-27 13:04:48 -06:00
Korrawit Pruegsanusak
c5710d4700 s/infomation/information/ 2011-11-27 14:42:26 +07:00
August Sodora
93253ee6ab Remove some uses of OUString::setCharAt 2011-11-26 00:49:26 -05:00
David Tardon
fba911fea7 gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
Lionel Elie Mamane
538190e0ea fdo#32347: reenable ADO URL helper UI
cleanup obsolete DISABLE_ADO/WINDOWS_VISTA_PSDK logic
2011-11-23 16:20:08 +01:00
Caolán McNamara
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
Michael Meeks
6bfc7f28e6 Address data source ordering x#62860
information from the apply file:
 patchname: addrbk-datasrc-ordering.diff
 issues:
 author: michael
 section: Misc
 comment:
  Address data source ordering x#62860
 sectioncomment:

git log from build repository:
commit bfa619922b90a021e5d856333dd398512389ad67
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Mon Jun 21 22:11:19 2010 +0200

    Update patches to dev300-m83.

    * [...]

commit 256381886a238d80b9ddab795b500576d92404cc
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Wed May 19 12:16:00 2010 +0200

    Updated patches do dev300-m77.

    * [...]

commit df913735fd729978d20f0282fe32d14bf597891f
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Mon May 17 01:21:36 2010 +0200

    Patches adopted to the tabs -> spaces fixes + trailing whitespace cleanup.

    * [...]

commit c6847e9b022184e98942391a2b5711c31eb25ba3
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Fri May 14 14:32:23 2010 +0200

    Convert tabs to spaces in all the code introduced by the patches.

    * [...]

commit 09774df8a62bf886c78c0f84d56b2d518ae8107e
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Tue Apr 29 14:04:53 2008 +0000

    Src680/

    * Some cleaning action: src680/* -> dev300/

    * patches/dev300/gstreamer-sd.diff,
    patches/dev300/gstreamer-slideshow.diff,
    patches/dev300/letter-wizard-resource-id.diff: Moved to
    patches/gstreamer.

    * patches/dev300/mono-build.diff: Moved to patches/mono.

    * patches/dev300/sc-hacky-handle-boolean.diff,
    patches/dev300/vba-workbook-worksheet-events.diff: Moved to
    patches/vba.

    * patches/src680/unittesting-*: Moved...
    patches/unittesting/*: ...here.

    * patches/src680/*: Moved...
    patches/dev300/*: ...here.

    * patches/dev300/apply,
    patches/Makefile.am: Add the unittesting subdir, remove src680.
2011-11-15 17:39:55 +01:00
Joseph Powers
bc85f4fe71 Remove some unused headers 2011-11-15 08:06:53 -08:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Andras Timar
a2dacd9205 remove empty Text [ x-comment ] entries 2011-11-08 11:28:33 +01:00
Michael Stahl
66d9925bb6 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core 2011-11-02 17:49:42 +01:00
Michael Stahl
7edb1da8c5 move CloseVeto from dbaccess to unotools 2011-10-31 21:18:24 +01:00
Lionel Elie Mamane
6efdf794cd factorise multiple SQL_ISRULEOR2 implementations into one 2011-10-30 13:37:02 +01:00
Lionel Elie Mamane
eaa8cb8ee3 add const 2011-10-30 13:37:02 +01:00
Lionel Elie Mamane
788283383e Remove unnecessary variable 2011-10-30 13:37:02 +01:00
Lionel Elie Mamane
1f805926d8 fillFunctionInfo now also guesses the type of non-function call expressions 2011-10-30 12:39:38 +01:00
Lionel Elie Mamane
fbf27dc44c Reorganise code for more clarity; no behaviour change 2011-10-30 12:39:35 +01:00
Julien Nabet
9764427b69 Remove some parenthesis for readability 2011-10-28 00:16:28 +02:00
Julien Nabet
ac1eb33bfc C-Style casting replaced by C++ style 2011-10-27 17:29:41 +02:00
Tor Lillqvist
ec059f87f4 WaE: illegal copy-initialization 2011-10-26 13:31:46 +03:00
Tor Lillqvist
45a5fdc735 WaE: unreferenced local variable 2011-10-26 13:26:30 +03:00
Tor Lillqvist
6d000e84f6 WaE: illegal copy-initialization
more than one user-defined conversion has been implicitly applied. So
use the other style of initialisation then.
2011-10-26 12:58:49 +03:00
Tor Lillqvist
605369eec7 WaE: unreferenced local variable 2011-10-25 11:31:51 +03:00
Stephan Bergmann
f257664724 Undo basis/brand split: Moved the rest of the WNT-only stuff. 2011-10-24 13:59:57 +02:00
Julien Nabet
48cdc0318b Fix fdo#38286. Perhaps it could be simplified 2011-10-22 11:26:20 +02:00
Stephan Bergmann
322d455f9f Simplified comphelper::OSequenceIterator and its uses. 2011-10-19 11:17:47 +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