summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-152-25/+0
| | | | | | | | | | | 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
* cppcheck: Avoid unused variables code warningsMartyn Russell2012-06-121-1/+0
| | | | Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
* cppcheck: avoid unreachable code warningsMartyn Russell2012-06-121-6/+5
| | | | Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
* Remove non-functional Hide/ShowStatusTextThomas Arnhold2012-06-111-7/+0
| | | | Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
* Remove superfluous empty lines on topThomas Arnhold2012-06-096-12/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* nuke dead codeTakeshi Abe2012-06-063-23/+0
| | | | Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
* -Werror,-Wsemicolon-before-method-body (Clang)Stephan Bergmann2012-06-061-11/+11
| | | | Change-Id: I1e4d7f1a719712d9665d30bab756ba5b0feaddad
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-063-8/+8
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-3/+4
| | | | | | | Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* drop intermediate XubStringCaolán McNamara2012-06-051-2/+3
| | | | Change-Id: I91ae7e9df90bde89f0a3f4b931c1ab150d31a3dc
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-043-31/+27
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* fdo#50628 fix resource file nameDavid Tardon2012-06-041-1/+1
| | | | Change-Id: I17df8114983a06f7a58df30821873ecd4387cec0
* targeted string re-workNorbert Thiebaud2012-06-021-3/+3
| | | | Change-Id: I6099879387480356b6623db6224a39eaec5ecb26
* np_sdk: separate system and internal headersMatúš Kukan2012-06-023-0/+6
| | | | Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
* deliver sane header only when it's being usedMatúš Kukan2012-06-021-4/+4
| | | | Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
* extensions: bin unused source filesMatúš Kukan2012-06-022-573/+0
| | | | Change-Id: I134b1bd60552cb5c9b973a97501baf4b37473efe
* twain header is only for WindowsMatúš Kukan2012-06-021-1/+2
| | | | Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814
* targeted string re-workNorbert Thiebaud2012-06-021-11/+11
| | | | Change-Id: I101b3fd94388dcd39cdcbfedfb87b259820b1913
* targetted revert of small stl empty optimisationMichael Meeks2012-06-011-2/+2
| | | | Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147
* nuke unused namespaceTakeshi Abe2012-06-011-3/+0
| | | | Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
* add missing depsDavid Tardon2012-05-311-0/+5
| | | | Change-Id: I2d92a3d36bfe7447e6739268e4aa512b48c40447
* update bubble: "Click here" -> "Click the icon", to clearly point to the icon.Jan Holesovsky2012-05-301-6/+6
| | | | | | | | | "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
* targeted string re-workNorbert Thiebaud2012-05-2923-132/+132
| | | | Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
* gbuild conversion: store moduleDavid Ostrovsky2012-05-292-130/+0
| | | | Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
* use gb_WinResTarget_use_custom_headersDavid Tardon2012-05-291-2/+4
| | | | Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
* rename functions for consistency with the rest of gbuildDavid Tardon2012-05-292-5/+4
| | | | Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
* WaE: return value of fwrite uncheckedCaolán McNamara2012-05-252-3/+6
| | | | Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99
* removed unused const rtl::OUStringTakeshi Abe2012-05-182-3/+0
| | | | Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-171-43/+3
| | | | | | | | 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
* Fix updchk xcu data after gbuild'ificationStephan Bergmann2012-05-113-3/+9
| | | | | | | | | 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
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-17/+17
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-091-1/+1
| | | | Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
* gbuild: use mixed paths on cygwinMatúš Kukan2012-05-093-3/+3
| | | | | | | | 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
* WaE: NULL used in arithmeticDavid Tardon2012-05-061-1/+1
| | | | Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-05-061-3/+3
| | | | Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
* WaE: unknown pragmaDavid Tardon2012-05-064-1/+15
| | | | Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-4/+4
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* WaE: unchecked results from write/fwriteCaolán McNamara2012-05-033-5/+17
| | | | Change-Id: Ia7943a132d05e596550bd71878b54b2825c31987
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* WaE: implicitly declaring C library function 'objc_msgSend'Tor Lillqvist2012-04-242-0/+2
|
* lp#527938: triple paperbag -- tweak bibloader againBjoern Michaelsen2012-04-231-3/+10
|
* fill in some sane defaults on read/write failureCaolán McNamara2012-04-212-19/+16
|
* WaE: extensions warnings fixedDavid Ostrovsky2012-04-212-4/+29
|
* WaE: ignoring #pragma warningDavid Tardon2012-04-161-0/+4
|
* gbuild: simplify and unify gb_Helper_*native*Matúš Kukan2012-04-093-3/+3
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-092-2/+2
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* add package deps for resourcesDavid Tardon2012-04-093-0/+15
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
|
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk