summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-011-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* followup patch to recent changes for sal_Bool -> boolNoel Power2012-09-261-1/+1
| | | | Change-Id: I867934b4d0589d4e395fee471e1cfab236c0540f
* sal_Bool -> boolNoel Grandin2012-09-261-2/+2
| | | | Change-Id: I3a7cdd6fd488af20b15a205515fc6ee593371f0a
* take out @PLATFORM@ from extension IDAndras Timar2012-09-257-48/+6
| | | | | | | There is <platform> tag for that in description.xml... It just caused complications, e.g. in help.tree. Change-Id: Iee51fc62f314972d8cc08b63c0c8dc2ab8dd8f16
* drop unused headersDavid Tardon2012-09-241-3/+0
| | | | Change-Id: I4659664bd0c4172d2935c15ef2170715a3519b24
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+1
| | | | | | | | | | | | | | | | | | | the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* move help compiler/linker/indexer to a new moduleAndras Timar2012-09-161-1/+1
| | | | | | | we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac
* Revert "Temporary workaround for failing XPDF tests"Fridrich Štrba2012-09-111-2/+0
| | | | | | | This tests were failing with system poppler 0.20.0. They are OK with internal xpdf. This reverts commit a9b7c8ba65d74d7ee5fef2750ae9e81945b9e1e3.
* add help.tree files to extensions' helpBence Babati2012-09-103-0/+51
| | | | Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
* Replace usage of rtl/memory.h in PDF Import with equivalent from string.hArnaud Versini2012-09-023-17/+19
| | | | Change-Id: I13f88bdfa6fc7d2b39fb2fd6a686b5364c20d6b5
* The *_develop.zip files appear to be unusedStephan Bergmann2012-08-313-71/+0
| | | | Change-Id: I1bb3d359b087421f4acf67955549514fc3c6a236
* fdo#53009: Compile extension help in gbuildStephan Bergmann2012-08-311-5/+1
| | | | | | | | | | | | | ...as had been done in the old build system (solenv/inc/extension_helplink.mk). Especially for bundled extensions, this removes the need to compile the help data per user on first start. gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care of all the steps (localization, compilation, inclusion in .oxt), even for the en-US data (which was handled with additional gb_Extension_add_file calls before). Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f
* Temporary workaround for failing XPDF testsFridrich Štrba2012-08-311-0/+2
| | | | Change-Id: Ic5a0a60068c871dfbe154e8f5fc7a0f622eaad30
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-312-2/+0
| | | | Change-Id: Icb3d354ff73df2eea04f1248bb160c252f7a4f5b
* Remove ineffective password erasing security in PDF ImportArnaud Versini2012-08-272-10/+0
| | | | | | | | Change-Id: Ic49101733f034cc1165bd3c7704481a569f8a75c Reviewed-on: https://gerrit.libreoffice.org/489 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-273-9/+10
| | | | Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
* fix typoDavid Tardon2012-08-121-1/+1
| | | | Change-Id: I6391bc2ba130fb2b30a28c6378aa3c373ef57b51
* drop #include of itselfDavid Tardon2012-08-121-1/+0
| | | | Change-Id: I75bb211d45af8a83a6990fa38cc94afc01ec4d0f
* fdo#521512 - fix presenter console display switchingMichael Meeks2012-07-161-3/+3
| | | | | | The new, clearer names for external displays need to be in-sync. Change-Id: Id78d359b08f956579e9226d00515cd959d81a17f
* removed unnecessary forward declarations of classTakeshi Abe2012-07-0710-21/+0
| | | | | | except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
|
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-023-12/+3
|
* Some cppcheck cleaningJulien Nabet2012-06-302-2/+2
| | | | Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
* impress211: #i110990# Fixed remaining problems with display ids and indices.Andre Fische2012-06-281-0/+7
|
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-4/+0
|
* gbuild: add gb_CppunitTest_use_executableMichael Stahl2012-06-261-0/+2
| | | | | | | and use it in sdext/CppunitTest_pdfimport.mk, which could fail previously in a parallel build. Change-Id: I3f251c945f5841c277a71a19fd411ecd77dec3b5
* gbuild: add gb_Extension_add_executableMichael Stahl2012-06-251-1/+4
| | | | | | This is not really necessary, but consistent. Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002
* fdo#51115: fix sdext extensions on Windows:Michael Stahl2012-06-253-5/+8
| | | | | | | | | The sdext extensions contain the .lib link stub instead of DLLs; add gb_Extension_add_library to get the correct DLL filename on Windows, and use it in presenter screen, presentation minimizer and PDF import extensions. Change-Id: Ie8113a6002f9038e4df798edc255208977ba9497
* .map files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I2d3120a173097208bd29eb52ab3dea3af870f6ae
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2148-1138/+704
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-212-47/+29
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* gbuildify basegfxNorbert Thiebaud2012-06-162-2/+4
| | | | Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202
* fix invalid vector.push_back(vector.back())Michael Stahl2012-06-122-2/+4
| | | | | | | The vector::back() does not return a value but a reference, hence this is invalid. Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2
* fdo#50964 - fix presenter console artwork locationMichael Meeks2012-06-111-1/+1
| | | | Change-Id: I6c550bace0f085630116c86fa19fd0562a10951f
* fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftoversThomas Arnhold2012-06-091-1/+1
| | | | Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-063-21/+16
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* Remove bogus dependency of extension on comphelperStephan Bergmann2012-06-053-6/+3
| | | | Change-Id: I2a0d4bc968b9b1d285006f26603da4a98fbd870b
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-043-4/+8
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-workNorbert Thiebaud2012-06-0229-203/+180
| | | | Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50
* targeted string re-workNorbert Thiebaud2012-06-021-14/+14
| | | | Change-Id: Ibf22ef6338795256d5b8947e4a9d7ff2c35a7a4d
* target cppcheck index incrementing revertMichael Meeks2012-05-312-7/+3
| | | | Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7
* sdext: cleanup presenter screen handling pwrt. namingMichael Meeks2012-05-302-23/+23
| | | | Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6
* nuke unused typedefTakeshi Abe2012-05-311-3/+0
| | | | Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
* presenter-console: cleanup and simplify threading mess around timers.Michael Meeks2012-05-302-55/+29
| | | | Change-Id: Ia8e3b59b4c158368d85ba52852c26c578017d10a
* fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky2012-05-241-4/+4
| | | | Change-Id: I241be2704a069ec1f6be5861084039569673cc12
* Some cppcheck cleaningJulien Nabet2012-05-201-1/+1
| | | | Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
* removed unused const rtl::OUStringTakeshi Abe2012-05-171-1/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara2012-05-173-5/+7
| | | | Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-165-8/+0
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c