summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Collapse)AuthorAgeFilesLines
* typo: allways -> alwaysAndras Timar2013-02-201-1/+1
| | | | Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
* related coverity#984042 move potentially uninitialized scalar variablesCaolán McNamara2013-02-191-2/+2
| | | | Change-Id: I7cc181ca1cad1e8bce9cb44a7c2e2c7f534921e5
* coverity#984042 Uninitialized scalar variableCaolán McNamara2013-02-181-1/+1
| | | | Change-Id: If75afb24632553bb9aa90990c347ad8851ee55a9
* Some cppcheck cleaningJulien Nabet2013-02-161-1/+1
| | | | Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
* Better error reportingStephan Bergmann2013-02-051-16/+21
| | | | Change-Id: I48bd329e1a29ce9cbf9840bf5e3cb48a92cb8073
* SfxPoolItem: fix annoying -Werror=shadow the hard wayMichael Stahl2013-01-283-29/+30
| | | | | | ... by properly prefixing the members. Change-Id: Idfdb93b19bf9fdd5309fb55d4e7e56da81ee822a
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-2837-88/+78
| | | | | | Changed SfxItemPool::GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText ) const; to use OUString. Change-Id: I656c1d321ff96f1f2e5b77f6adc103ef0a6fdf66
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-284-19/+19
| | | | Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
* fdo#46808, Convert svl/lockfile code to XComponentContextNoel Grandin2013-01-286-20/+10
| | | | Change-Id: I380944aa5e16b160ac76f939a839c513d4fbf232
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-263-0/+6
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* silence MacOS X tinderboxDavid Tardon2013-01-221-1/+2
| | | | Change-Id: I53e2c5789c9d96187b13bb0d52da9d70f24b39b6
* do not second-guess which classes use a stylesheetDavid Tardon2013-01-224-1/+49
| | | | Change-Id: I76b23bcdca2e7394fd5ab67e8341f4cdb46f8a64
* resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numeralsJoren De Cuyper2013-01-211-1/+1
| | | | | | | Change-Id: I6123f8924d7502d3b97b3254ce4e5df724e4370d Reviewed-on: https://gerrit.libreoffice.org/1769 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-214-6/+4
| | | | | | | Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-132-5/+4
| | | | Change-Id: Ibce0f8542aa398147d74f7acf53b2898dc3e4eff
* Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-093-8/+8
|
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-071-1/+0
| | | | | | | Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Sigh, my git grep regexps missed some casesTor Lillqvist2012-12-271-1/+1
| | | | Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
* Check for _MSC_VER instead of MSC in sourcesTor Lillqvist2012-12-271-1/+1
| | | | Change-Id: Ibaf2501e6b655913963a53c1cd63668f1c4cccb2
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* resolved fdo#54344 let date pattern match overrule incomplete format matchEike Rathke2012-12-191-1/+11
| | | | Change-Id: I69a0c62ab5b4da036a77bd6c3b2baec0af7c8339
* resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke2012-12-192-5/+72
| | | | | | | | | | | | | | Abbreviated combined date/time input was not accepted if the date acceptance pattern ended in a separator, like "D.M." with input "D.M. hh:mm". Additionally check that for "D.M. #" input against a "D.M." pattern the '#' (any number) is not interpreted as year if the input so far was recognized to possibly match a date without time, in which case the count of numbers in input must match the count of numbers in pattern and input here is not a date. Change-Id: I3b123b872fbab9dab58afe3b6754b8ad70a61356
* resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...Eike Rathke2012-12-181-1/+1
| | | | | | | Bug crept in with String to OUString change of 1599fc9e54a7c4855bee1c30d92dd1f5be05f530 Change-Id: I25a6b40de10785bc861fa2b353edada0e4a623c9
* Bad compareToIgnoreAsciiCaseAscii result comparison caused endless loopCédric Bosdonnat2012-12-131-12/+7
| | | | Change-Id: I6ef5aa87623a0d61942183b7eb888fc0f9cf6af0
* callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2012-12-102-18/+0
| | | | | | update and remove newly unused code, mostly original rtf filter Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db
* OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák2012-12-061-7/+7
| | | | | | | | | | | | | Although this may seem consistent with remove( int, int ), it is in fact rather misleading API. The biggest offender is most probably buffer.remove( 'a' ) , which definitely does not do what it suggests to do. Change-Id: I287619cd4b953228b93fa68fb381d66c344c3865 Reviewed-on: https://gerrit.libreoffice.org/1256 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Bye bye ODMATor Lillqvist2012-12-051-1/+0
| | | | | SUSE has no interest in it any longer, and I doubt anybody else has either.
* more explicit ctorsDavid Tardon2012-12-0411-20/+20
| | | | Change-Id: If91343890d9ed29ff2887e47c7c0a332baa5a8e1
* SwXStyle::getPropertyDefaults: handle non-itemset based properties:Michael Stahl2012-12-041-1/+2
| | | | | | | | | | These do not occur in ItemSets and thus cause fxItemPropertySet::getPropertyValue to throw. This caused sw_unoapi test to fail in sw.CharacterStyle on the property "Hidden" that was added in d9ef61fb546af443736057557552e3a95c569c11. Change-Id: I5b7b5b366120470a0f7d64b9b109b5c84c52b515
* Fixed style iterators filters to show only hidden styles when requiredCédric Bosdonnat2012-11-301-6/+10
| | | | Change-Id: I60d4dff4fc6eabc3882361457e19ae66f148d114
* Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat2012-11-302-9/+12
| | | | Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
* Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat2012-11-303-13/+30
| | | | | | | | | In its current state, the feature only hides the styles. Things to sort out are: + Add some automatic filter to show hidden styles + Make the visibility persist in the file format Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-308-21/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-302-4/+2
| | | | Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
* fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud2012-11-281-8/+5
| | | | | | | OUString are immutable so these api, contrary to what happen with String, do not change the object but create a new copy Change-Id: Ib48a8d11e485d4b8556f4427880aaaca32d4e82c
* fix windows miss in svl OUString workNorbert Thiebaud2012-11-281-2/+3
| | | | Change-Id: Iff20613231058db92d65cfecc5e4b16dd5395589
* remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud2012-11-272-59/+0
| | | | Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
* String=>OUString in svl's inettype and fall-outNorbert Thiebaud2012-11-272-179/+153
| | | | Change-Id: I7d64d117183738b86d1869ed629d73675de9c679
* String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud2012-11-275-359/+342
| | | | Change-Id: If11b8752c3aa21554c3ee06de07d63639695e284
* String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud2012-11-273-252/+203
| | | | Change-Id: I20f080b76b864208f0706bef9e87cb299f3845aa
* String => OUString conversion of svl's PasswordHelperNorbert Thiebaud2012-11-273-18/+15
| | | | Change-Id: I7e107c37c43a8c9d868b579a2c389de558594a77
* String=>OUString of svl's urihelperNorbert Thiebaud2012-11-273-121/+100
| | | | Change-Id: Ib4d9175ce4661140a147962b8f45be40f800d85a
* String => OUString for svl's zforfindNorbert Thiebaud2012-11-272-281/+307
| | | | Change-Id: Ifcdca197bd2f99a9dddacd82e77ec07d18519a23
* cosmetic prep work on zforfindNorbert Thiebaud2012-11-274-1307/+1707
| | | | Change-Id: I3c445a20e2c8d17c4fc68360dd896d902be46e56
* another round of String -> OUString conversion in zforlistNorbert Thiebaud2012-11-274-114/+132
| | | | Change-Id: I9979927af016f0b782ae9481a6207649f6455558
* more wrapper in zforlist to isolate String/OUString issuesNorbert Thiebaud2012-11-272-19/+49
| | | | Change-Id: I53e5e60f59739bdcedb6e7b13006850e0e5b22c0
* use const in SvNumberformat::GetOutputString when possibleNorbert Thiebaud2012-11-272-3/+3
| | | | Change-Id: I364b1ac36f999f4309b3aab2ef0c55ff2147ef43
* make GetIndexPuttingAndConverting String/OUString agnostic for nowNorbert Thiebaud2012-11-272-46/+99
| | | | | | | plus convert GetKeyWord() and GetStandardName and some more zforlist implementation conversion Change-Id: I64abe35a4875d84518a1904ef3121269b79a6df0
* String -> OUString prep clean-upNorbert Thiebaud2012-11-271-493/+619
| | | | Change-Id: Iacd7a20a49c40b6f4db07a14a17cc6301eeb086d
* convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud2012-11-273-19/+20
| | | | Change-Id: I9766872069ef5c2ee740dcbd8ac288aa8063a752