summaryrefslogtreecommitdiffstats
path: root/embedserv
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* WaE: error: "DECLSPEC_SELECTANY" redefinedDavid Tardon2012-03-121-3/+0
| | | | AFAICS this was only relevant for mingw32.
* WaE: ignoring #pragma warningDavid Tardon2012-03-122-0/+4
|
* embedserv: convert to gbuildMatúš Kukan2012-03-1015-644/+202
|
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* catch exception by constant referenceTakeshi Abe2011-12-103-20/+20
|
* WaE: unreachable codeTor Lillqvist2011-10-031-1/+0
|
* chmod -xTor Lillqvist2011-10-032-0/+0
|
* WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist2011-10-031-0/+1
|
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+1
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-1/+0
|
* undo anything not wizard related in the previous merge-commitNorbert Thiebaud2011-08-213-4/+4
|
* Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli2011-08-216-22/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: automation/source/inc/cmdbasestream.hxx automation/source/server/cmdbasestream.cxx automation/source/server/retstrm.hxx automation/source/testtool/cmdstrm.cxx automation/source/testtool/cmdstrm.hxx automation/source/testtool/tcommuni.cxx basctl/prj/d.lst basctl/uiconfig/basicide/toolbar/findbar.xml cui/source/dialogs/about.cxx cui/source/dialogs/about.src cui/source/inc/about.hxx extensions/source/abpilot/abpservices.cxx extensions/source/dbpilots/dbpservices.cxx extensions/source/propctrlr/pcrservices.cxx extensions/source/svg/makefile.mk forms/Library_frm.mk lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx package/prj/d.lst package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XMemoryStream.hxx setup_native/prj/d.lst setup_native/source/win32/customactions/relnotes/makefile.mk tools/test/export.map wizards/com/sun/star/wizards/common/ConfigGroup.py wizards/com/sun/star/wizards/common/ConfigNode.py wizards/com/sun/star/wizards/common/Configuration.py wizards/com/sun/star/wizards/common/Desktop.py wizards/com/sun/star/wizards/common/FileAccess.py wizards/com/sun/star/wizards/common/Helper.py wizards/com/sun/star/wizards/common/SystemDialog.py wizards/com/sun/star/wizards/document/OfficeDocument.py wizards/com/sun/star/wizards/fax/FaxDocument.py wizards/com/sun/star/wizards/fax/FaxWizardDialog.py wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py wizards/com/sun/star/wizards/letter/LetterDocument.py wizards/com/sun/star/wizards/letter/LetterWizardDialog.py wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py wizards/com/sun/star/wizards/text/TextDocument.py wizards/com/sun/star/wizards/text/TextFieldHandler.py wizards/com/sun/star/wizards/text/TextSectionHandler.py wizards/com/sun/star/wizards/text/ViewHandler.py wizards/com/sun/star/wizards/ui/UnoDialog.py wizards/com/sun/star/wizards/ui/UnoDialog2.py wizards/com/sun/star/wizards/ui/WizardDialog.py wizards/com/sun/star/wizards/ui/event/CommonListener.py wizards/com/sun/star/wizards/ui/event/DataAware.py wizards/com/sun/star/wizards/ui/event/RadioDataAware.py wizards/com/sun/star/wizards/ui/event/UnoDataAware.py wizards/util/helpids.h wizards/util/hidother.src xmlsecurity/prj/build.lst xmlsecurity/prj/d.lst xmlsecurity/qa/certext/SanCertExt.cxx
| * Fix MSVC build with debugging C/C++ runtime, i.e. with --enable-dbgutilTor Lillqvist2011-08-174-11/+7
| | | | | | | | | | | | | | | | Whether this stuff actually works with the debugging runtime is another question... The reason why the .cxx and .hxx files in this commit explicitly undefined _DEBUG is unknown. As usual the old commit message doesn't give any clue. Hamburg apparently didn't use the debug runtime in their "dbgutil" a.k.a. "non-pro" builds?
| * Bin a couple of duplicated and unneeded linesTor Lillqvist2011-08-171-6/+0
| |
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-122-6/+0
| |
| * Include <guiddef.h> instad of <initguid.h>Tor Lillqvist2011-06-211-1/+1
| | | | | | | | | | | | <initguid.h> defines INITGUID (both in the Windows SDK and MinGW) and then includes <guiddef.h>. We want to define INITGUID ourselves, in just one place (dllentry.cxx).
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
| |
| * Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-2/+2
|/
* Use current terminology and socket libraryTor Lillqvist2011-05-161-2/+0
| | | | | It's called the Windows SDK, not the Platform SDK. Link only with the ws2_32 library, not the wsock32 one.
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-201-2/+2
|
* drop bogus executable flag from idl/build/src and config filesFrancisco Saito2011-03-292-0/+0
|
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-1/+1
|