summaryrefslogtreecommitdiffstats
path: root/embedserv
Commit message (Collapse)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0710-157/+157
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* add missing dep on comphelper/classids.hxxDavid Tardon2013-03-281-0/+1
| | | | Change-Id: Ibe2fe28c19010fa8844db3ad912e9a5dc9305cad
* remove external include guardsThomas Arnhold2013-03-251-2/+0
| | | | Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-192-6/+4
| | | | | | | | | s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-196-105/+83
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl2013-02-271-1/+1
| | | | Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* Logic (only update ret if it does not indicate an error yet)Stephan Bergmann2013-01-081-1/+1
| | | | Change-Id: I717ff4de7cf406b01383f8f181b81695242a2ca8
* test on the return of pOleObject->CloseJulien Nabet2013-01-081-1/+6
| | | | | | | Change-Id: Iee64f6f369e2312d479fa81e7a59fb962ed8d90e Reviewed-on: https://gerrit.libreoffice.org/1567 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Some cppcheck cleaning in embedservJulien Nabet2012-12-222-3/+1
| | | | Change-Id: I49d81f482c6b97627e6e7cc3741246b70383eb5a
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-32/+10
| | | | | | | | | | | | | | | | | | | | | | | | | I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
* Windows-only fixesStephan Bergmann2012-12-113-0/+8
| | | | Change-Id: Ida4d7fc3f830cdc8a9c1ab9842d359763c6efae1
* Blind Windows-only fixStephan Bergmann2012-12-112-6/+7
| | | | Change-Id: I66c2c0262d3b1255ec90c1e4ac6c992c91b4a821
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-2813-15/+15
| | | | | | We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-241-33/+27
| | | | | | | | | Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
* fix embedserv build with Win8 SDKPeter Foley2012-10-072-1/+5
| | | | | | | Change-Id: I3a51a563fa3c2a57cbbe44087f0f4958c2b41a69 Reviewed-on: https://gerrit.libreoffice.org/790 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Fix an InteractionHandler new-style service useStephan Bergmann2012-10-041-21/+18
| | | | Change-Id: I593467dce8f1e70e1f5068d722dfa0654d3346b7
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-041-4/+3
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* Use prefixTor Lillqvist2012-10-012-2/+2
| | | | Change-Id: I5514112b700c31fa7e30c70ca7764d4ae1170ed2
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-282-3/+9
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-253-5/+5
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-5/+5
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-271-76/+67
| | | | Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
* new does not return nullStephan Bergmann2012-07-201-6/+0
| | | | Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1313-279/+178
| | | | | | | | | cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
* fix build, typoMatúš Kukan2012-07-021-2/+1
| | | | Change-Id: I532a6822d6ee023d72a71e012c97929f56c7b05a
* fixed build break by adding missing parenthesesPhilipp Riemer2012-07-021-1/+1
| | | | Change-Id: Ia7ab8401334945346c01a3e5cb73bbd73503b97c
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-3/+1
|
* Remove various commented out definesThomas Arnhold2012-06-251-12/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2117-394/+241
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* nuke dead codeTakeshi Abe2012-06-061-33/+0
| | | | Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
* fix linking after 0fcd1a73f0e1ec564f3c6da1ccd890183d3c18dbLuboš Luňák2012-06-061-0/+1
|
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-15/+9
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius2012-05-311-5/+5
|
* 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
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-3/+3
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* add missing endifLuboš Luňák2012-03-131-0/+1
|
* WaE: declaration of 'hr' shadows a previous localDavid Tardon2012-03-121-3/+3
|
* WaE: deprecated conversion from string constant to 'char*'David Tardon2012-03-121-2/+4
|
* suppress "missing braces" error with -WerrorDavid Tardon2012-03-121-0/+4
|