summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-112-2/+2
|
* Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot2012-01-0210-76/+76
| | | | | | | | Please find attached a partial fix for Easy Hack FDO43460 Part XXVI Module package
* catch exception by constant referenceTakeshi Abe2011-12-213-14/+14
|
* Better fix for over-zealous Zip package consistency.Thorsten Behrens2011-12-161-2/+8
| | | | | | | Turns out our encrypted zip package code writes out mismatching compression methods in central directory and local file headers - so not only be lenient towards the apple bug (n#653688), but also ours (i.e. keep not comparing nMethod with nHow).
* Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens2011-12-161-6/+6
| | | | | | | While fixing n#653688, turned out we write method=STORED into local file headers, and method=DEFLATED into central directory structure for encrypted ODF. Damn side-effects - fixed as hopefully intended here.
* Revert "Fix n#653688"Stephan Bergmann2011-12-151-7/+1
| | | | | | This reverts commit 309f56174aca6adca879f70958892492361dac6e. It caused password-protected documents to no longer work and made sc_subsequent_filters_test's testPassword fail.
* Align comment with code for overly zealous check in Zip fix.Thorsten Behrens2011-12-141-1/+1
|
* Fix n#653688Thorsten Behrens2011-12-141-1/+7
| | | | | | Seems our Zip package is a bit too strict in checking archive consistency - surely writing it out correctly is good, but rejecting otherwise fine odf is not.
* childs -> childrenMichael T. Whiteley2011-12-081-1/+1
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-272-2/+0
|
* remove include of pch header from packageNorbert Thiebaud2011-11-2738-71/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-272-4/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-4/+4
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* add more component prefixesMatúš Kukan2011-10-084-4/+4
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-303-0/+6
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-17/+15
|
* add chaff to encrypted documentsCaolán McNamara2011-09-084-0/+30
|
* Some cppcheck cleaningJulien Nabet2011-08-301-1/+1
|
* convert package to gbuildMatúš Kukan2011-08-2624-366/+301
|
* undo anything not wizard related in the previous merge-commitNorbert Thiebaud2011-08-2142-1855/+2370
|
* Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli2011-08-218-51/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * ditch some junkCaolán McNamara2011-08-163-7/+2
| |
| * Some cppcheck cleaningJulien Nabet2011-08-131-23/+23
| |
| * Some cppcheck cleaningJulien Nabet2011-08-111-2/+2
| |
| * Produce correct sha256 uri, consume correct uri and original spec typoCaolán McNamara2011-08-033-2/+7
| | | | | | | | | | | | See: http://tools.oasis-open.org/issues/browse/OFFICE-3702 http://tools.oasis-open.org/issues/browse/OFFICE-3708
| * Generate correctly named import library for WNTGCCTor Lillqvist2011-07-212-0/+5
| |
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-124-15/+0
| |
| * add missing newline to the end of file to silence the compilerRobert Nagy2011-06-201-1/+1
| |
| * createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-133-6/+6
| |
| * Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-11/+11
| |
| * Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-2742-1856/+2371
|/| | | | | | | | | | | | | | | | | | | | | Conflicts: extensions/source/svg/svgaction.cxx extensions/source/svg/svguno.cxx package/source/xstor/owriteablestream.cxx package/source/xstor/xstorage.cxx package/source/zippackage/ZipPackageStream.cxx setup_native/source/win32/customactions/shellextensions/registerextensions.cxx wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
| * Remove unused variables.Jan Holesovsky2011-05-041-2/+0
| |
| * Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky2011-04-2242-1853/+2370
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: extensions/source/svg/svgaction.cxx extensions/source/svg/svgaction.hxx extensions/source/svg/svgcom.hxx extensions/source/svg/svgprinter.cxx extensions/source/svg/svgprinter.hxx extensions/source/svg/svguno.cxx extensions/source/svg/svgwriter.cxx extensions/source/svg/svgwriter.hxx javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationOngoingCtrl.java javainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java package/inc/ZipFile.hxx package/inc/ZipOutputStream.hxx package/inc/ZipPackage.hxx package/inc/ZipPackageStream.hxx package/source/manifest/ManifestExport.cxx package/source/manifest/ManifestImport.cxx package/source/manifest/UnoRegister.cxx package/source/xstor/owriteablestream.cxx package/source/xstor/xstorage.cxx package/source/xstor/xstorage.hxx package/source/zipapi/EntryInputStream.cxx package/source/zipapi/EntryInputStream.hxx package/source/zipapi/XFileStream.cxx package/source/zipapi/XFileStream.hxx package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XUnbufferedStream.cxx package/source/zipapi/XUnbufferedStream.hxx package/source/zipapi/ZipFile.cxx package/source/zipapi/ZipOutputStream.cxx package/source/zipapi/sha1context.hxx package/source/zippackage/ZipPackage.cxx package/source/zippackage/ZipPackageFolder.cxx package/source/zippackage/ZipPackageStream.cxx setup_native/source/win32/customactions/shellextensions/registerextensions.cxx wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java xmlsecurity/prj/build.lst xmlsecurity/source/helper/xmlsignaturehelper.cxx xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
| | * CWS-TOOLING: integrate CWS mav60Ivo Hinkelmann2011-04-0140-1878/+2377
| | |\
| | | * mav60: fix windows warningsMikhail Voytenko2011-03-253-1/+7
| | | |
| | | * mav60: remove unnecessary assertionsMikhail Voytenko2011-03-251-10/+0
| | | |
| | | * mav60: adjust the complex testsMikhail Voytenko2011-03-251-7/+7
| | | |
| | | * mav60: fix rebase problemsMikhail Voytenko2011-03-248-49/+55
| | | |
| | | * mav60: rebase to DEV300_m103Mikhail Voytenko2011-03-242-341/+360
| | | |\
| | | * | mav60: #164341# fix problems with the new implementationMikhail Voytenko2011-03-249-28/+51
| | | | |
| | | * | mav60: #164341# fix problems with the new implementationMikhail Voytenko2011-03-231-1/+15
| | | | |
| | | * | mav60: #164341# fix problems with the new implementationMikhail Voytenko2011-03-2321-132/+231
| | | | |
| | | * | mav60: #164341# fix problems with the new implementationMikhail Voytenko2011-03-171-1/+1
| | | | |