summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2011-10-03do not include removed headerMatúš Kukan
2011-10-02do not use COMPHELPER_SERVICEDECL_EXPORTS macroMatúš Kukan
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-30get this building with gcc 4.6.1Caolán McNamara
2011-09-29WaE: avoid warningsTor Lillqvist
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara
2011-09-26Fixed DBG_ASSERT broken by recent commit.Stephan Bergmann
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-15Recognize doc/xls in nsplugin by default.Tomas Chvatal
2011-09-13remove commented out archaic CHARSET_ANSI pragmaCaolán McNamara
2011-09-10Some cppcheck cleaningJulien Nabet
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-09-05remove unused header fileMatúš Kukan
2011-09-01Skip activex when not building with MSVCFridrich Štrba
2011-08-29Rename class XColorTable to XColorListJoseph Powers
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
2011-08-25Fix _DEBUG build: Use atlsd.libTor Lillqvist
2011-08-22ByteString->rtl::OStringCaolán McNamara
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli
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
2011-08-18Move methods from component_getImplementationEnviron to component_getFactoryMatus Kukan
2011-08-18Remove unused test/saxThomas Arnhold
2011-08-18Remove preload library related codeMatus Kukan
2011-08-18fdo#37290: allow also access to StringList resourcesBjoern Michaelsen
2011-08-18remove broken VclStringResourceLoader, add ResourceStringIndexAccessBjoern Michaelsen
* remove com.sun.star.resource.VclStringResourceLoader, it is broken beyond repair * implement org.libreoffice.resource.ResourceStringIndexAccess * same functionality, better interface * migrate libresXXXX to comphelper/servicedecl.hxx component registration
2011-08-13Some cppcheck cleaningJulien Nabet
2011-08-12trailing quote went missingCaolán McNamara
2011-07-30remove unused menu codeAndras Timar
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen
2011-07-22Bin PROF_EDITION, not defined in configury, not tested anywhereTor Lillqvist
2011-07-21Do not use macros from comphelper's componentmodule.hxxMatúš Kukan
2011-07-21Make compatible with windres (uppercase keywords)Tor Lillqvist
2011-07-18ByteString->rtl::OStringBufferCaolán McNamara
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-07-11Move methods from component_getImplementationEnviron to component_getFactoryMatus Kukan
2011-07-09Remove unused test/saxThomas Arnhold
2011-07-07Remove preload library related codeMatus Kukan
2011-07-04Merge branch 'feature/gsoc2011_wizards'Xisco Fauli
2011-07-04Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli
Conflicts: wizards/com/sun/star/wizards/common/Resource.java
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky
2011-06-17Check for updates by default.Jan Holesovsky
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-06-03__cdecl -> SAL_CALLChristina Rossmanith