summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-1/+1
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-06-26Resolves: fdo#50967 Address DataSource dialog fails on throwsCaolán McNamara1-17/+32
e.g. kde3 address book support is built in, but loaded on system without kde3 libs Change-Id: I0be27eeab3fce8f26fca203d61c67693b880fb3b
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-05drop intermediate XubStringCaolán McNamara1-2/+3
Change-Id: I91ae7e9df90bde89f0a3f4b931c1ab150d31a3dc
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-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.
2012-06-04fdo#50628 fix resource file nameDavid Tardon1-1/+1
Change-Id: I17df8114983a06f7a58df30821873ecd4387cec0
2012-06-02targeted string re-workNorbert Thiebaud1-3/+3
Change-Id: I6099879387480356b6623db6224a39eaec5ecb26
2012-06-02np_sdk: separate system and internal headersMatúš Kukan3-0/+6
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
2012-06-02deliver sane header only when it's being usedMatúš Kukan1-4/+4
Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
2012-06-02extensions: bin unused source filesMatúš Kukan2-573/+0
Change-Id: I134b1bd60552cb5c9b973a97501baf4b37473efe
2012-06-02twain header is only for WindowsMatúš Kukan1-1/+2
Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814
2012-06-02targeted string re-workNorbert Thiebaud1-11/+11
Change-Id: I101b3fd94388dcd39cdcbfedfb87b259820b1913
2012-06-01targetted revert of small stl empty optimisationMichael Meeks1-2/+2
Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147
2012-06-01nuke unused namespaceTakeshi Abe1-3/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-31add missing depsDavid Tardon1-0/+5
Change-Id: I2d92a3d36bfe7447e6739268e4aa512b48c40447
2012-05-30update bubble: "Click here" -> "Click the icon", to clearly point to the icon.Jan Holesovsky1-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
2012-05-29targeted string re-workNorbert Thiebaud23-132/+132
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-29gbuild conversion: store moduleDavid Ostrovsky2-130/+0
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-29use gb_WinResTarget_use_custom_headersDavid Tardon1-2/+4
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon2-5/+4
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-25WaE: return value of fwrite uncheckedCaolán McNamara2-3/+6
Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99
2012-05-18removed unused const rtl::OUStringTakeshi Abe2-3/+0
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara1-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
2012-05-11Fix updchk xcu data after gbuild'ificationStephan Bergmann3-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
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl2-17/+17
Variables should have module name as prefix to prevent collisions.
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-1/+1
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan3-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
2012-05-06WaE: NULL used in arithmeticDavid Tardon1-1/+1
Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
2012-05-06WaE: ordered comparison of pointer with integer zeroDavid Tardon1-3/+3
Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
2012-05-06WaE: unknown pragmaDavid Tardon4-1/+15
Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-4/+4
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-03WaE: unchecked results from write/fwriteCaolán McNamara3-5/+17
Change-Id: Ia7943a132d05e596550bd71878b54b2825c31987
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-24WaE: implicitly declaring C library function 'objc_msgSend'Tor Lillqvist2-0/+2
2012-04-23lp#527938: triple paperbag -- tweak bibloader againBjoern Michaelsen1-3/+10
2012-04-21fill in some sane defaults on read/write failureCaolán McNamara2-19/+16
2012-04-21WaE: extensions warnings fixedDavid Ostrovsky2-4/+29
2012-04-16WaE: ignoring #pragma warningDavid Tardon1-0/+4
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan3-3/+3
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan2-2/+2
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-09add package deps for resourcesDavid Tardon3-0/+15
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-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
2012-04-08simplify use of configuration from unit testsDavid Tardon1-3/+1
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-4/+0
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
2012-04-08extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl3-6/+0
2012-04-08gbuild: "use" vs. "add":Michael Stahl21-58/+58
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)