Commit Graph

951 Commits

Author SHA1 Message Date
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
04c8f56627 WaE: missing initializer for member 2012-03-12 08:53:50 +01:00
c79f0398f6 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:50 +01:00
b0e3615c63 WaE: deprecated conversion from string constant to 'char*' 2012-03-12 08:53:49 +01:00
392b37cadf WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:49 +01:00
5cf40e3821 WaE: variable 'hr' set but not used 2012-03-12 08:53:48 +01:00
3eb65ae04a WaE: variable 'bRet' set but not used 2012-03-12 08:53:48 +01:00
2009feb8ec WaE: defined but not used 2012-03-12 08:53:48 +01:00
9dd2c03c37 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:47 +01:00
75c5b3561e WaE: deleting object of abstract class type with non-virt. destuctor 2012-03-12 08:53:47 +01:00
c696282069 WaE: variable 'hr' set but not used 2012-03-12 08:53:46 +01:00
5982c0306f suppress errors with -Werror 2012-03-12 08:53:46 +01:00
2c5a817591 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:46 +01:00
064d8f1405 WaE: invalid conversion from 'const char*' to 'LPSTR' 2012-03-12 08:53:44 +01:00
bd6757d60d WaE: value computed is not used 2012-03-12 08:53:42 +01:00
ca67ec0ebc WaE: initialization order 2012-03-12 08:53:39 +01:00
3b521d1bc6 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:39 +01:00
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
a6ed487d97 Decrease verbiage a little bit 2012-01-27 15:52:23 +02:00
8ab3795596 make shell ByteString free 2012-01-23 11:37:05 +00:00
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
933cb63dcc Fix spelling typo 2012-01-20 16:17:16 +01:00
806dce17d6 Fix for fdo43460 Part XXXIV getLength() to isEmpty()
Part XXXIV
Modules
shell, slideshow, sot, starmath
2012-01-11 18:43:07 -02:00
5451e9c702 catch exception by constant reference 2011-12-26 03:38:50 +09:00
mst
c9e1a120ff tkr41: #117828# office crash fixed . (null pointer) + add unit test
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
2011-11-29 17:57:29 +01:00
53223466d6 remove include of pch header from shell 2011-11-27 13:21:45 -06:00
c5710d4700 s/infomation/information/ 2011-11-27 14:42:26 +07:00
c7524e9441 Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android 2011-11-26 00:23:45 +02:00
2d8d1548f2 upstream open-url-support-iceanimals.diff from libreoffice/build 2011-11-24 18:34:51 +01:00
709c1f365b remove various EraseLeadingAndTrailingChars 2011-11-23 23:16:45 +00:00
09eabcfd91 fdo#42865: shell: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in librecentfile.so, build it with hidden visibility.
2011-11-15 20:52:01 +01:00
d03465a446 Undo basis/brand split: removed RPATH BRAND (same as OOO now). 2011-10-24 22:56:48 +02:00
5f6c37b1eb cppcheck reduce scope of var in shell/...gconfaccess.cxx 2011-10-07 15:57:49 +02:00
d550bc3f45 Undo basis/brand split: move some auxiliary executables from basis to brand. 2011-10-06 22:36:31 +02:00
aa878cddf8 Removed dead code. 2011-10-05 13:50:51 +02:00
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
7b06bf387c cppcheck: unused variables 2011-09-26 10:08:15 +01:00
a66f9903bb Undo basis/brand split: move dynamic libraries from basis to brand. 2011-09-23 17:55:39 +02:00
b337edca1a Better management of exception 2011-09-17 01:03:18 +02:00
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16 16:26:03 +02:00
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
c3b5c166b9 Make a dbgutil build of the Explorer extension succeed
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk.

Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging
msvcprt.lib when building the Explorer extension.

Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag
in the diagnosing functions from sal. We don't link the Explorer
extension with sal.

As such it might not make much sense to actually *use* a shell
extension built with assertions in the C++ library, against the
debugging C/C++ runtime. You don't want assertions to fire in
Explorer, do you? On the other hand, one could be debugging an
Explorer extension remotely. Maybe even locally, I don't know if some
lower levels of Windows get upset if Explorer is unresponsive due to
being debugged, or something.

But anyway, the main point for now is to make an --enable-dbgutil
build succeed.

Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in
*all* makefiles in shell.
2011-08-22 23:35:19 +03:00
e012efa0b6 chmod -x 2011-08-22 22:38:36 +03:00
08bf54f9cc No need to mention msvcprt.lib here, wntmsc.mk does that
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use
msvcprtd.lib.
2011-08-22 22:38:34 +03:00
2fbd5d4750 Move Win32-only code under source/win32 for clarity 2011-08-22 22:38:31 +03:00
c8989e1529 Cleanup/remove CommandLine-related methods in lngconvex. 2011-08-08 01:07:10 +02:00
21fad601e6 No need for lngconvex for non-desktop OSes 2011-07-23 00:00:08 +03:00
a60c9b6889 Kill dtwm/cde 2011-07-22 01:25:08 +02:00
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00