Commit Graph

2798 Commits

Author SHA1 Message Date
a277042e3e Some include and comment clean up 2012-03-16 16:39:50 +01:00
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
3f765e5bb2 replace usage of OUString::replace*AsciiL() with string literal overloads 2012-03-12 13:35:57 +01:00
c5e98e7598 remove pointless calculations 2012-03-06 20:23:35 +01:00
78e8d5f0d6 Added option to hide external link buttons on Start Center
This option is useful for Intel AppUp builds. On the other hand,
unused STARTCENTER_LAYOUT_STYLE option was removed.
2012-03-06 20:23:35 +01:00
5b2cb23c42 attempt fix of hang on base close, due to solarmutex deadlock on join 2012-03-05 22:32:21 +00:00
b8550f6a66 add a space 2012-03-05 09:21:38 +01:00
f3d78616df lp#562027: actually give the quickstart suppressor a scope 2012-03-05 08:50:10 +01:00
bd205223ec New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
b60cf256b7 do not include external stuff into namespace 2012-03-01 15:51:31 +01:00
a138709519 Drop comparison with empty rtl::OUString 2012-02-29 01:23:09 +09:00
5279616d50 lp#562027: fix logout with quickstarter 2012-02-28 14:30:42 +01:00
423d346e21 some fancy new SAL_LOG tracing for framework 2012-02-28 14:30:41 +01:00
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