Commit Graph

934 Commits

Author SHA1 Message Date
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
8dee23c705 Hardcode browser list: remove netscape, add chrome 2011-07-05 14:31:35 +02:00
3820b6b0b9 Update the hardcoded list of browsers 2011-07-04 21:58:56 +02:00
afe389f814 Bypass for MinGW for now 2011-06-27 16:26:24 +03:00
a5ecfca964 use sal_uInt16 instead of USHORT on unix 2011-06-24 15:07:10 +01:00
44f8049806 Do build and deliver lngconvex on Unix, too 2011-06-24 16:44:08 +03:00
06c8108fe5 Attempt to make this build with MinGW 2011-06-24 16:42:28 +03:00
2a0a103641 ause130: #i117218# don't export INCLUDE in a local makefile.mk 2011-06-17 16:41:12 +02:00
d1e8ef8c46 Don't build this for iOS or Android either 2011-06-12 19:19:46 +03:00
11c71842f6 Drop OS2 2011-05-21 16:26:08 +03:00
4b7c263fb3 remove dead code 2011-05-18 06:05:44 +02:00
09649920fc Include <osl/diagnose.h> for OSL_ENSURE etc
No idea why this include is suddenly needed.
2011-04-28 16:38:11 +03:00
31b16308d8 SAL_CALL wasn't present for component_getFactory 2011-04-21 00:43:23 +02:00
561192cfc9 Easyhack: Add visibility markup to all component_get* functions 2011-04-21 00:27:41 +02:00
e198be5988 Removed dbgmacros.{ch}xx / use OSL_{ENSURE,POSTCOND} instead 2011-04-19 20:36:12 +02:00
45f0cc2ec1 Remove commented code in libs-core/shell 2011-04-05 10:16:07 +02:00
d3174feec2 drop bogus executable flag from image files 2011-03-29 21:44:51 +01:00
e60d365c86 drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00