Commit graph

4990 commits

Author SHA1 Message Date
Noel Grandin
cd693ff598 fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new style
Create a merged XGlobalEventBroadcaster interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.

Also add two interfaces to the IDL, which the service already implemented,
and existing client code already used.

Change-Id: Ib7a9a30c0e50146ef621f3fe5227f8aad3190516
2012-09-27 10:30:42 +02:00
José Guilherme Vanz
4972652eeb fdo#51304: Remove @author annotation
This patch removes '@author' annotations and some unnecessary comments
in java sources.

Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
2012-09-26 09:45:01 +01:00
Norbert Thiebaud
750fc20611 replace remaining InterlockedCount() with inlined version
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-25 01:55:38 +00:00
Tor Lillqvist
7b7c28f9bd WaE: format (64-bit)
Change-Id: Idc7179f393da9e97a86ca910eff15697f094ece1
2012-09-21 14:01:03 +03:00
Stephan Bergmann
8aae567dc6 Wrong include
Change-Id: I3a6b2218cec77eabf05bc422258e672269440c7b
2012-09-19 16:01:45 +02:00
Stephan Bergmann
03a9f139bd ComponentContext::getUnoContext -> getComponentContext simplification
...and some further clean-up.

Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-19 13:16:38 +02:00
sagar
b079fd5a1b fdo#34792 - Fix for truncated field labels in Bibliography database dialog
Change-Id: I256b2b0ad508faed68c9faf0df6a9bb2e334cc66
Reviewed-on: https://gerrit.libreoffice.org/627
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-17 08:03:05 +00:00
Stephan Bergmann
9ac86f484b Improvement on previous commit, UCB clean up
* As UCB is only ever initialized with "Local"/"Office", remove this
  configuration vector completely.  The "create" ctor creates an instance
  internally initialized with those "Local"/"Office" keys.  Special (test) code
  can still instantiate an uninitialized one via plain createInstance.  And for
  backwards compatilibity process startup still ensures to create an initialized
  instance early, in case there is still code out there (in extensions) that
  later calls plain createInstance and expects to get the already-initialized
  (single) instance.

* XInitialization is an "implementation detail" of the UniversalContentBroker
  service, do not expose in XUniversalContentBroker.

* ucbhelper/configurationkeys.hxx is no longer needed and is removed.

* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
  requires ucbhelper::Content constructors to take explicit XComponentContext
  arguments now.

* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
  Android-only InitUCBHelper.  Is that relevant still?

Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14 18:24:49 +02:00
Noel Grandin
2e284203da fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new style
Create a merged XUniversalContentBroker interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.

Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167
2012-09-14 18:24:48 +02:00
Michael Meeks
7c805af4d0 build fix. 2012-09-12 15:16:37 +01:00
Noel Power
4597483e00 targetted VBA re-work. 2012-09-12 12:49:49 +01:00
Noel Power
7d69c50413 misc fixes and improvements
hook in new properties into the property controller
allow new values to be passed to control

Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c
2012-09-11 16:04:10 +01:00
Noel Power
613f8a3137 attempt own scroll
Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
2012-09-11 16:04:10 +01:00
Noel Grandin
e3d9ff3fd0 Java cleanup, fixup the TestPGP code to compile again.
Change-Id: I7b77f1a21936ff63b64d005fff3343df30b90b38
2012-09-10 23:43:37 +02:00
Stephan Bergmann
cf0dd7b95d Inadvertent omit of Events node from Jobs-onlineupdate.xcu
...causing update check to not run due to the missing JobList entry.

Change-Id: If855259ac86340763e4b0fa8266f011f8980d61b
2012-09-06 17:41:54 +02:00
Noel Grandin
bf4352084b Java cleanup, remove unnecessary imports
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-06 17:13:58 +02:00
Jan Holesovsky
08aec05e33 Update with info about online update checking lifetime.
Change-Id: I6f631fbf9f9e3e958ab3269d099be42e0854493a
2012-09-06 14:30:13 +02:00
Michael Stahl
68428270b3 extensions: oleautobridge needs comphelper
Since b679a2a021 this oleautobridge seems
to need comphelper.

Change-Id: Idb04b61026e78fd3f726d66ef05d4345aaeb40a6
2012-09-05 21:29:08 +02:00
Michael Stahl
800133e8c8 extensions: convert unoapi test to gbuild
It even seems to run on my system

Change-Id: I0246467b82bec7617d6de7dbad84c45fc279c24c
2012-09-05 21:01:48 +02:00
Michael Stahl
b1fd48de5f remove some obsolete boilerplate Test.java
Change-Id: I694cff583fddb713a59e5d6b8e15ea06a2be63b6
2012-09-05 21:01:48 +02:00
Noel Grandin
bf212ec146 Java cleanup, fix a couple of compile errors in old code
Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
2012-09-05 21:01:45 +02:00
Noel Grandin
b679a2a021 fdo#46808, Adapt reflection::CoreReflection UNO service to new style
The XComponent part of the interface made no sense for a singleton,
so it was removed.
Explicitly document the 'theCoreReflection' singleton and move it
into it's own file.
Deprecated the now old CoreReflection service.

Change-Id: Ib8befa87c7da7eb53a2f587948fd54a64c082472
2012-09-05 15:46:55 +02:00
Stephan Bergmann
31da8163ef Some clean up of previous commit
Change-Id: I75a4b2be2fbaf47a2ddb3498dd4e46b1169d47cc
2012-09-04 17:56:11 +02:00
Noel Grandin
9738002eca fdo#46808, Adapt drawing::ShapeCollection UNO service to new style
No client code is using the XComponent interface, so drop it.

Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99
2012-09-04 17:26:03 +02:00
Noel Grandin
bc00717bb7 fdo#46808, Adapt system::SystemShellExecute UNO service to new style
Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
2012-09-03 15:55:05 +02:00
Noel Grandin
9b07288138 fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new style
Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1
2012-09-03 15:55:04 +02:00
Stephan Bergmann
938fd390a9 -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I8daed910fc552a973464ec6756f59910ddd5d0da
2012-08-31 09:04:17 +02:00
Noel Grandin
8638f1e72a fdo#46808, Adapt script::Converter service code to new style
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
2012-08-27 15:40:07 +02:00
Noel Grandin
f789715a41 fdo#46808, Use factory methods for frame::DispatchHelper instances
Change-Id: I7bdf16fc6d042e5ecd404c604a8b7c31c1ac7bc1
2012-08-27 15:40:06 +02:00
Matúš Kukan
9ec8d331dc kill more unneeded stuff; rename uiconfig Packages
Change-Id: Ib2f73d679ac4a6164142a370ce6d55c6de41117c
2012-08-24 23:24:11 +02:00
Joel Madero
e4b0ce8887 fdo#53001 disable unlink graphics in image control dialog in base report builder
Embedding graphics in a report builder report is not implemented,
so do not propose it to the user.
It already was not proposed the dialog raised by
"Insert->Picture->From File"
This commit disables embedding the UI when selecting
an image for an already existing Graphic control
(as opposed to inserting a new graphic control).

Change-Id: I107bc59bef8bb29a75140542cc5c2779a37ed113
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2012-08-23 14:48:38 +02:00
Stephan Bergmann
fcd990f208 Some clean up after previous commit
Change-Id: Ie419c769c5d661d51c1b43b9808791dcf9e1725c
2012-08-23 09:58:25 +02:00
Noel Grandin
3e7990faa4 fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instances
Change-Id: I86e2a8873e5646abd340015f500bf9e872e8e6c5

Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-23 09:58:25 +02:00
Jung-uk Kim
ed93117447 fdo#53061: Fix for C++11 #define NULL nullptr
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-14 10:39:13 +02:00
Thomas Arnhold
2beba8f93e reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
Thomas Arnhold
adc49a81e9 remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07 18:08:29 +02:00
Thomas Arnhold
c04c2114d9 Remove unused macros
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
2012-08-05 20:31:47 +02:00
Michael Stahl
753e9b3d45 udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.

Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-30 20:49:09 +02:00
Stephan Bergmann
889de665ec Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30 09:26:00 +02:00
Michael Stahl
6a94d7b5c9 basic, cui, extensions, filter, vcl: fix some warnings 2012-07-27 17:50:22 +02:00
Caolán McNamara
8c05d8b827 fix probable cut-and-paste build error
Change-Id: I71a3ea0fd548bb6dcaf2df823fa3d63026b1b3dc
2012-07-20 16:55:02 +01:00
Michael Meeks
d3c4d9a0f8 android: x86 porting work. 2012-07-20 16:40:21 +01:00
David Tardon
0d56e73df7 WaE: invalid conversion from 'PWCHAR' to 'const sal_Unicode*'
Change-Id: I55038545ad740891777075c6fadde9959bd7fa1b
2012-07-20 09:37:27 +02:00
David Tardon
286799f438 WaE: deprecated conversion from string constant to 'PWCHAR'
Change-Id: I3500eb6a7ab1c98856a8da13e76135d1073dd6fd
2012-07-20 09:36:57 +02:00
Fridrich Štrba
e42319c10a Pointless nitpicking to increase my commit count
Change-Id: Id887eeec911e32b8c43e9e561ffc74763f6da05d
2012-07-18 16:53:42 +02:00
Fridrich Štrba
e1832ac55e Further simplification of ldap includes
Change-Id: I5608cc330104f1e50501c5e63ab05545fcd67fb9
2012-07-18 16:38:00 +02:00
Fridrich Štrba
79f15259bc Junking wrapldapinclude.hxx, since it is included only once and is small
Change-Id: I16ec56f8fefd3224b82e074371d9a8a944c75032
2012-07-18 16:24:45 +02:00
Fridrich Štrba
36d506146c Remove unnecessary define
Change-Id: Idff408bcf0e4f49a97478cdbba3eec9ac197d128
2012-07-18 15:19:41 +02:00
Fridrich Štrba
d391fe20a1 Using WCHAR ldap api on Windows
Change-Id: Ie81c33a5c51ae588ae8242d8790c3c748b442d31
2012-07-18 15:17:32 +02:00
Fridrich Štrba
ea96897237 First step to proper handling of character encodings in windows ldap backend
Change-Id: Id28174af5c28346fc363e3f62a8004ce0cf98c6a
2012-07-18 13:34:48 +02:00
Fridrich Štrba
b79115518b simplify the header a bit
Change-Id: If04e415b043c822d082e8e0889f162db3ed1849e
2012-07-18 12:54:18 +02:00
Michael Stahl
e0ee0d444e RepositoryExternal.mk: add openldap
Change-Id: I5f673db405449d28951eff4d6d30ad0b9ec5d77f
2012-07-16 19:00:07 +02:00
Fridrich Štrba
aad94ec02c Fixing build with internal openldap
Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475
2012-07-16 17:22:49 +02:00
Fridrich Štrba
336c956262 First attempt at removing mozilla ldap at all (please help to fix)
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-07-16 17:22:49 +02:00
Fridrich Štrba
a42dba8723 define CONST_PCHAR_CAST for openldap case too
Change-Id: Iecf6c142a52007eb5dff731a0f7b1ab3460f2b30
2012-07-16 12:49:07 +02:00
Fridrich Štrba
1d1e7313ab Cast from const sal_Char* to const PCHAR on Windows
Change-Id: If77916c59c3752f166482e0b8929fda859fac2f4
2012-07-16 12:44:48 +02:00
Fridrich Štrba
589f09363b Don't load ldap library dynamically, link it!
Change-Id: I5e9aeb3ebda0c30da364df0d7a1c0f245a33431c
2012-07-16 12:42:56 +02:00
Christophe JAILLET
df645a2bd8 There is not need to allocate memory just for getting the 'indexOf'
a literal within a OUString.

Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-16 11:33:05 +01:00
Thomas Arnhold
abdaf7e5f8 Remove unused HIDs
Those were only listed in help_hid.lst

Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14 20:05:38 +02:00
Thomas Arnhold
1340890ccd simplify include guards
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14 05:44:15 +02:00
Thomas Arnhold
5a7e8389f0 hrc cleanup: Remove include guards from src files
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-14 05:43:47 +02:00
Christophe JAILLET
a767448225 Search for char instead of 1 char long string, when possible.
It is faster and even avoid memory allocation somtimes.

Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-13 16:36:04 +02:00
Stephan Bergmann
023513fb71 Remove unused #includes
Change-Id: I041feabb7ee94b33caebb67a380b8f3694d09e82
2012-07-13 13:55:23 +02:00
Matúš Kukan
cfec62ef44 fix typo
Change-Id: I004a3981728b0f00f1536b6e7975bb45b2451eda
2012-07-11 08:34:51 +02:00
Matteo Casalin
739e20ac58 Decrease header files dependencies
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-11 11:12:15 +05:30
Michael Stahl
8ab07f99d6 warning C4267: conversion from 'size_t' to 'DWORD'
Change-Id: I343a819a11d3121030d294d78808a2ec1da2adeb
2012-07-11 00:15:06 +02:00
Fridrich Štrba
0e732d6f09 Load the right wldap32.dll
Change-Id: I73c0a5b8265fa92d7aeeadc803d337ef85651781
2012-07-10 11:25:22 +02:00
Caolán McNamara
104261010a some UniString->rtl::OUString
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09 12:16:56 +01:00
Fridrich Strba
4bc7149816 Trying to use Windows LDAP for Windows builds
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-09 09:44:37 +02:00
Caolán McNamara
bccf34c19a ditch String::CreateFromAscii
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03 21:24:35 +01:00
David Tardon
0b379def83 coverity: protect against buffer overflow
Change-Id: I467e328ddb4786996ea81cdce2b76498fe8f1c61
2012-07-03 17:47:20 +02:00
David Tardon
ac45c9867a coverity: protect against buffer overflow
Change-Id: Ibf56341b2e52d341ba06708c232947db5191a486
2012-07-03 17:47:19 +02:00
Thomas Arnhold
64517292c9 hrc cleanup: Remove include guards
Also add some missing include guards.

Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02 22:42:09 +02:00
Michael Meeks
678d1f12ad targetted improvement of UNO API includes / usage 2012-07-02 16:52:50 +01:00
Thomas Arnhold
278000a28b Remove unused defines
Some of them were commented out for documentation purpose.

Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02 17:46:25 +02:00
Thomas Arnhold
892bb81d17 hrc cleanup: Remove unused defines
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02 17:46:25 +02:00
Michael Meeks
fdda178d88 targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Thomas Arnhold
00240d0497 Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01 18:33:42 +02:00
Thomas Arnhold
d341aca7f6 hrc cleanup: Remove unused resource definitions
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01 18:33:42 +02:00
Thomas Arnhold
8ca21893e5 Remove unused defines
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-07-01 18:33:41 +02:00
Julien Nabet
6b11a18071 Some cppcheck cleaning
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
2012-06-30 18:21:26 +02:00
Michael Meeks
2005a34318 re-base on ALv2 code. 2012-06-29 15:51:49 +01:00
Thomas Arnhold
57154616f0 Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-29 09:25:09 +02:00
Michael Meeks
328e2263fb targetted re-work of cppunit pieces. 2012-06-27 19:13:11 +01:00
Thomas Arnhold
6fcac7dfc4 Remove unused include files
Those never get included at any point in the code.

Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27 13:34:23 +02:00
Thomas Arnhold
ee1c5c4768 Reduce newline bloat at eof
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27 13:32:28 +02:00
Takeshi Abe
d57d3c3454 removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
2012-06-26 22:48:49 +09:00
Caolán McNamara
037ddf9c77 Resolves: fdo#50967 Address DataSource dialog fails on throws
e.g. kde3 address book support is built in, but loaded
on system without kde3 libs

Change-Id: I0be27eeab3fce8f26fca203d61c67693b880fb3b
2012-06-26 13:34:04 +01:00
Caolán McNamara
d54830a9b6 throw an exception if a given resource file is not found
Change-Id: I8929e9b2cdeffa4d893f795a66809475a7cdae19
2012-06-25 16:24:58 +01:00
Thomas Arnhold
66cd9eeb90 Remove various commented out defines
Most of them in hrc files.

Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25 14:12:57 +02:00
Tor Lillqvist
ee7404c819 WaE: 'Mapping' defined as a struct here but previously declared as a class
Change-Id: I79de31ca5eac837fe755ea0b52ac6fe5cfec8e15
2012-06-25 13:06:58 +03:00
Michael Meeks
ecf943247f re-base on ALv2 code.
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Thomas Arnhold
5fcecf9b88 hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.

Also there are many commented out lines removed.

Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-21 11:54:18 +02:00
Noel Grandin
a01789ec7c Convert SV_DECL_PTRARR_DEL(BibToolBarListenerArr) to boost::ptr_vector
Change-Id: I851a3ef2bda7f427f6562ed946c7889c97ad83a0
2012-06-20 19:46:37 +02:00
Noel Grandin
c513264f19 Convert SV_DECL_PTRARR_DEL(BibStatusDispatchArr) to boost::ptr_vector
Change-Id: I3a09158ee1d864d3185b015d344391a60a926b65
2012-06-20 19:46:37 +02:00
Noel Grandin
b5f66b2d09 Convert SV_DECL_PTRARR_DEL(MappingArray) to boost::ptr_vector
Change-Id: I12762582ccf871828e27900f643fcbe4b59dbbf3
2012-06-20 19:46:37 +02:00
Caolán McNamara
8109913567 ditch last (?) uses of UniString::UniString(sal_Unicode, ...)
Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
2012-06-20 12:06:40 +01:00
Andras Timar
54e9a28390 typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-19 16:44:08 +02:00
Petr Mladek
1a2549dcdd Revert "Remove License/Credits menu items"
GPLv3 has to be easily accessible. We should not hide it under too many
mouse clicks.

This reverts commit f4c567f8d4.
2012-06-19 14:56:53 +02:00
Caolán McNamara
bd4f553ef0 remove some UniString ctors
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-19 09:13:23 +01:00
Stefan Knorr (astron)
f4c567f8d4 Remove License/Credits menu items
The About dialog now houses these functions.

Change-Id: I7f751027564897a063d2910644c69680d471b6d9

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-18 16:34:44 +02:00
Thomas Arnhold
e06d6e3956 hrc cleanup: Remove completely unused RIDs
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.

All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.

Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-15 08:22:09 +02:00
Martyn Russell
d2a02df2f9 cppcheck: Avoid unused variables code warnings
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-12 12:08:33 +01:00
Martyn Russell
4019acf297 cppcheck: avoid unreachable code warnings
Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
2012-06-12 12:08:33 +01:00
Thomas Arnhold
b3a3ab05e4 Remove non-functional Hide/ShowStatusText
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
2012-06-11 16:21:42 +01:00
Thomas Arnhold
3770bbbdba Remove superfluous empty lines on top
More than two lines are removed for readability.

Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09 04:57:58 +02:00
Takeshi Abe
f0c7544df9 nuke dead code
Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
2012-06-06 23:05:59 +09:00
Stephan Bergmann
be733676d3 -Werror,-Wsemicolon-before-method-body (Clang)
Change-Id: I1e4d7f1a719712d9665d30bab756ba5b0feaddad
2012-06-06 14:02:11 +02:00
Noel Grandin
0fcd1a73f0 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update code to use factory method URLTransformer::create

Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:53:34 +02:00
Noel Grandin
392a483e10 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update code to use factory method PathSubstitutions::create

Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:01:22 +02:00
Caolán McNamara
fb6ad98ef4 drop intermediate XubString
Change-Id: I91ae7e9df90bde89f0a3f4b931c1ab150d31a3dc
2012-06-05 10:14:46 +01:00
Noel Grandin
b3c76dee6d fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new ::create methods

Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04 16:57:55 +02:00
David Tardon
0b638638ef fdo#50628 fix resource file name
Change-Id: I17df8114983a06f7a58df30821873ecd4387cec0
2012-06-04 14:34:29 +02:00
Norbert Thiebaud
e4b6a8e0e9 targeted string re-work
Change-Id: I6099879387480356b6623db6224a39eaec5ecb26
2012-06-02 17:57:17 -05:00
Matúš Kukan
8f6510b31f np_sdk: separate system and internal headers
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
2012-06-02 23:38:01 +02:00
Matúš Kukan
0d59b7bf1b deliver sane header only when it's being used
Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
2012-06-02 23:38:00 +02:00
Matúš Kukan
fb3b9777a4 extensions: bin unused source files
Change-Id: I134b1bd60552cb5c9b973a97501baf4b37473efe
2012-06-02 23:38:00 +02:00
Matúš Kukan
a9f170c104 twain header is only for Windows
Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814
2012-06-02 23:38:00 +02:00
Norbert Thiebaud
5ebd637962 targeted string re-work
Change-Id: I101b3fd94388dcd39cdcbfedfb87b259820b1913
2012-06-02 12:58:05 -05:00
Michael Meeks
d369d4fac7 targetted revert of small stl empty optimisation
Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147
2012-06-01 14:47:00 +01:00
Takeshi Abe
d95d58af08 nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-06-01 01:04:50 +09:00
David Tardon
2c89a7cbe4 add missing deps
Change-Id: I2d92a3d36bfe7447e6739268e4aa512b48c40447
2012-05-31 08:01:32 +02:00
Jan Holesovsky
7092be1a6f update bubble: "Click here" -> "Click the icon", to clearly point to the icon.
"Click here" is annoying because one is used to the web pages where "click
here" usually means one should click the text "here".  The "here" here always
costed me an unnecessary mouse move before I remembered I am supposed to click
the icon ;-)

Change-Id: Ia9f5b359cb76813abbc9847e268e4241c5f6481f
2012-05-30 15:17:10 +02:00
Norbert Thiebaud
601500f8a8 targeted string re-work
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-29 19:30:23 -05:00
David Ostrovsky
91c5b22706 gbuild conversion: store module
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-29 07:34:41 +02:00
David Tardon
53d39155ca use gb_WinResTarget_use_custom_headers
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29 07:34:06 +02:00
David Tardon
7d6eb69950 rename functions for consistency with the rest of gbuild
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-29 07:33:59 +02:00
Caolán McNamara
b686bab2e3 WaE: return value of fwrite unchecked
Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99
2012-05-25 09:26:14 +01:00
Takeshi Abe
00f1180c96 removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
2012-05-18 22:56:54 +09:00
Caolán McNamara
5dcf536b69 merge the 5 ConstAsciiString duplicate classes together
a) merge them together and move it into comphelper
b) turn it into a POD rather than having vast amounts
of destructors registered into the cxa_atexit chain

Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
2012-05-17 14:03:26 +01:00
Stephan Bergmann
3f5ddf2e87 Fix updchk xcu data after gbuild'ification
For one, install:module was missing from xcu files that are processed with
gb_Configuration_add_spool_modules, resulting in effectively empty output
xcu files.  For another, localization from Addons.xcu is now merged into
per-lang registry_*.xcd in postprocess/packregistry/makefile.mk.

Change-Id: Ie87edbad163b124d18090ab36aa36de560a20cbc
2012-05-11 13:10:27 +02:00
Michael Stahl
a9550f63cd normalize variable names in gbuild user makefiles
Variables should have module name as prefix to prevent collisions.
2012-05-10 10:47:44 +02:00
Matúš Kukan
736170293c gbuild: remove gb_Helper_abbreviate_dirs_native
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-05-09 09:39:19 +01:00
Matúš Kukan
f4f4e3c050 gbuild: use mixed paths on cygwin
make 3.82 understands mixed paths, so use them.
This allows us to get rid of evil in BuildDirs.mk.
Hopefully, life will be simpler now.

Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
2012-05-09 09:39:18 +01:00
David Tardon
30115a0e78 WaE: NULL used in arithmetic
Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
2012-05-06 19:51:38 +02:00
David Tardon
7169b1b308 WaE: ordered comparison of pointer with integer zero
Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
2012-05-06 19:51:38 +02:00
David Tardon
919697f912 WaE: unknown pragma
Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
2012-05-06 19:51:38 +02:00
Thomas Arnhold
135c63c8f9 fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-04 15:52:57 +02:00
Caolán McNamara
76cc8aca42 WaE: unchecked results from write/fwrite
Change-Id: Ia7943a132d05e596550bd71878b54b2825c31987
2012-05-03 22:34:17 +01:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Tor Lillqvist
9273e5466e WaE: implicitly declaring C library function 'objc_msgSend' 2012-04-24 12:22:44 +03:00
Bjoern Michaelsen
312e6b06df lp#527938: triple paperbag -- tweak bibloader again 2012-04-23 21:27:44 +02:00
Caolán McNamara
e37ae322b0 fill in some sane defaults on read/write failure 2012-04-21 22:24:03 +01:00
David Ostrovsky
6ef852f160 WaE: extensions warnings fixed 2012-04-21 21:46:35 +01:00
David Tardon
0128edc892 WaE: ignoring #pragma warning 2012-04-16 20:23:07 +02:00
Matúš Kukan
6c8c0732bc gbuild: simplify and unify gb_Helper_*native* 2012-04-09 21:04:40 +02:00
Matúš Kukan
0a45deba2b enforce only one possible use of gb_CustomTarget
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
2012-04-09 21:04:39 +02:00
David Tardon
6de7392829 add package deps for resources 2012-04-09 10:09:23 +02:00