summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-26removed unnecessary forward declarations of classTakeshi Abe
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
2012-06-26Resolves: fdo#50967 Address DataSource dialog fails on throwsCaolán McNamara
e.g. kde3 address book support is built in, but loaded on system without kde3 libs Change-Id: I0be27eeab3fce8f26fca203d61c67693b880fb3b
2012-06-25throw an exception if a given resource file is not foundCaolán McNamara
Change-Id: I8929e9b2cdeffa4d893f795a66809475a7cdae19
2012-06-25Remove various commented out definesThomas Arnhold
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25WaE: 'Mapping' defined as a struct here but previously declared as a classTor Lillqvist
Change-Id: I79de31ca5eac837fe755ea0b52ac6fe5cfec8e15
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
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-20Convert SV_DECL_PTRARR_DEL(BibToolBarListenerArr) to boost::ptr_vectorNoel Grandin
Change-Id: I851a3ef2bda7f427f6562ed946c7889c97ad83a0
2012-06-20Convert SV_DECL_PTRARR_DEL(BibStatusDispatchArr) to boost::ptr_vectorNoel Grandin
Change-Id: I3a09158ee1d864d3185b015d344391a60a926b65
2012-06-20Convert SV_DECL_PTRARR_DEL(MappingArray) to boost::ptr_vectorNoel Grandin
Change-Id: I12762582ccf871828e27900f643fcbe4b59dbbf3
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara
Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek
GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
2012-06-19remove some UniString ctorsCaolán McNamara
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)
The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold
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-12cppcheck: Avoid unused variables code warningsMartyn Russell
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-12cppcheck: avoid unreachable code warningsMartyn Russell
Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-06nuke dead codeTakeshi Abe
Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
2012-06-06-Werror,-Wsemicolon-before-method-body (Clang)Stephan Bergmann
Change-Id: I1e4d7f1a719712d9665d30bab756ba5b0feaddad
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05drop intermediate XubStringCaolán McNamara
Change-Id: I91ae7e9df90bde89f0a3f4b931c1ab150d31a3dc
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
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 Tardon
Change-Id: I17df8114983a06f7a58df30821873ecd4387cec0
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I6099879387480356b6623db6224a39eaec5ecb26
2012-06-02np_sdk: separate system and internal headersMatúš Kukan
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
2012-06-02deliver sane header only when it's being usedMatúš Kukan
Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
2012-06-02extensions: bin unused source filesMatúš Kukan
Change-Id: I134b1bd60552cb5c9b973a97501baf4b37473efe
2012-06-02twain header is only for WindowsMatúš Kukan
Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I101b3fd94388dcd39cdcbfedfb87b259820b1913
2012-06-01targetted revert of small stl empty optimisationMichael Meeks
Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147
2012-06-01nuke unused namespaceTakeshi Abe
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-31add missing depsDavid Tardon
Change-Id: I2d92a3d36bfe7447e6739268e4aa512b48c40447
2012-05-30update bubble: "Click here" -> "Click the icon", to clearly point to the icon.Jan Holesovsky
"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 Thiebaud
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-29gbuild conversion: store moduleDavid Ostrovsky
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-29use gb_WinResTarget_use_custom_headersDavid Tardon
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-25WaE: return value of fwrite uncheckedCaolán McNamara
Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99
2012-05-18removed unused const rtl::OUStringTakeshi Abe
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1