Commit Graph

2784 Commits

Author SHA1 Message Date
84cc2688f4 Remove unused code as listed in unusedcode.easy 2012-02-23 13:41:59 +00:00
cbdcc55b6d WaE: duplicateBranch 2012-02-21 20:57:03 +01:00
a38828d33c WaE: duplicateBranch 2012-02-21 20:57:02 +01:00
155f694da8 WaE: duplicateBranch 2012-02-21 20:56:58 +01:00
6998c635b0 expand and remove css_ui macro 2012-02-21 20:56:57 +01:00
1be196c7fb WaE: unused variables 2012-02-20 12:20:59 +00:00
96cb767123 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-19 23:28:55 +09:00
10e580c57b Revert "offapi: remove obsolete XInplaceLayout"
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f.

This change implicates some more changes in layoutmanager.hxx
see ::cppu::WeakImplHelper8. So keep it...
2012-02-18 22:16:30 +01:00
5ca858c01c offapi: remove obsolete XInplaceLayout 2012-02-18 21:33:05 +01:00
c91ff959b0 Use RTL_CONSTASCII_STRINGPARAM instead of bare number 2012-02-16 00:21:53 +09:00
9ab0b38e95 Various string function clean up
Added:
* rtl::OString::matchL
* rtl::OString::endsWith
* rtl::OString::endsWithL
* rtl::OString::indexOfL
* rtl::OString::replaceFirst
* rtl::OString::replaceAll
* rtl::OString::getToken
* rtl::OUString::endsWith
* rtl::OUString::replaceFirst
* rtl::OUString::replaceFirstAsciiL
* rtl::OUString::replaceFirstAsciiLAsciiL
* rtl::OUString::replaceAll
* rtl::OUString::replaceAllAsciiL
* rtl::OUString::replaceAllAsciiLAsciiL
* rtl::OUString::getToken
plus underlying C functions where necessary

Deprecated:
* comphelper::string::remove
* comphelper::string::getToken

Removed:
* comphelper::string::searchAndReplaceAsciiL
* comphelper::string::searchAndReplaceAllAsciiWithAscii
* comphelper::string::searchAndReplaceAsciiI
* comphelper::string::replace
* comphelper::string::matchL
* comphelper::string::matchIgnoreAsciiCaseL
* comphelper::string::indexOfL

Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM ->
RTL_CONSTASCII_STRINGPARAM.
2012-02-15 15:41:09 +01:00
806bec7107 Fix typos in comments 2012-02-13 15:27:24 +00:00
2b1758a2dc Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) 2012-02-10 23:01:07 +09:00
e7e0455b02 Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") 2012-02-10 01:59:26 +09:00
ba5a460bc1 Fixed cppcheck messages about rethrowing copy of exception. 2012-02-05 14:29:54 +01:00
fa6665282e Some cppcheck cleaning 2012-02-05 10:50:31 +01:00
f58c49b39a Some cppcheck cleaning 2012-02-02 22:55:17 +01:00
f25555d66c Some cppcheck cleaning 2012-02-01 22:52:43 +01:00
7be0cc289d A few safe replacements of pathes->paths 2012-02-01 14:43:37 +01:00
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
3e41fd0781 can replace all PLACEHOLDER_PATH tokens 2012-01-23 11:37:05 +00:00
2a566b1775 Replaced SAL_INFO with SAL_WARN were applicable. 2012-01-17 23:27:44 +01:00
a18123fb97 Replaced DBG_ERRORFILE with SAL_INFO. 2012-01-16 12:51:33 +01:00
1aec590757 convert low hanging Strings to OUString 2012-01-16 10:21:55 +00:00
1f628c7bf8 The "Open..." button's more room problem solved fdo#33794
By adding a int i_nExtraWidth parameter to the layoutButton function
there will be enough space for the open button and its black triangle.
2012-01-15 22:01:33 +04:00
bbfc02d84a noone uses ShareableMutex::getShareableOslMutex 2012-01-13 09:05:59 +00:00
4a71d128bb workaround internal compiler error with gcc 4.7 2012-01-10 13:59:43 +01:00
3c62fbcdd7 simplify LocalFileHelper::ConvertURLToPhysicalName 2012-01-10 10:09:28 +00:00
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
5845c5b6ec Removed unnecessary tools/link.hxx includes. 2012-01-06 23:55:50 +01:00
53d27eb207 Removed unnecessary tools includes. 2012-01-05 15:38:51 +01:00
a1cfce768f Removed unnecessary tools includes. 2012-01-05 15:38:11 +01:00
571ad11bc0 Removed unnecessary tools includes. 2012-01-05 15:36:41 +01:00
79646372a0 Removed unnecessary tools includes.
Hello lo-devs,

this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.

regards Marcel Metz
2012-01-05 15:31:29 +01:00
5f23550143 make these variables static 2012-01-04 22:28:03 +01:00
18692cc141 Fix for fdo43460 Part XX getLength() to isEmpty()
Part XX
Module
framework
2011-12-30 10:56:15 +01:00
66714f1888 Remove HelpAgentWindow 2011-12-21 22:34:54 -05:00
80cc772841 pretty up exception message for display in StarBasic dialogs 2011-12-20 12:05:29 +00:00
de30370096 Always load res of LibO UI locale, not system deflocale fdo#43475 2011-12-18 23:17:40 +01:00
6a8f6c4b13 Removed extra semicolons 2011-12-15 16:38:50 +00:00
55b9dc002a shrinked useless constants/defines 2011-12-14 01:42:58 +09:00
520891d058 catch exception by constant reference 2011-12-14 01:31:17 +09:00
97366743ef No need to register LibO, so drop the Register icons 2011-12-12 22:27:37 +01:00
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
bd7f838011 Remove oooimprovement 2011-12-07 21:59:28 -05:00
181b1815f8 Change "menues" to "menus" 2011-12-07 11:48:24 +02:00
2a9c1d1a75 Make dialogs fail with an exception in headless tests. 2011-12-06 20:28:56 +01:00
9cff030fa1 add some form control support for basic dialogs 2011-12-05 09:57:12 +00:00
4f01d343cd property name spelling s/Visiable/Visible/ 2011-12-03 00:48:17 +01:00
86adb5cacb get rid of class Date and Time default ctor with system time penalty 2011-12-01 21:04:29 +01:00