summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)AuthorFilesLines
2012-04-16a tiny spelling mistakUdo Schuermann1-1/+1
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara3-0/+14
2012-04-13gbuildize internal zlibCaolán McNamara3-14/+0
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi7-73/+46
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-4/+4
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)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-71/+71
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
Includes too replacement < by != for comparison between current and end iterators
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-5/+2
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-2/+2
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara2-7/+0
2012-02-17WaE: unused variableCaolán McNamara1-0/+1
2012-02-17remove dodgy header-guardsCaolán McNamara2-4/+0
2012-02-16drop Z_PREFIX from internal zlib, makes building clucene much easierCaolán McNamara2-6/+6
2012-02-15use sal crc32 and skip cast frenzyCaolán McNamara1-9/+3
2012-02-15these were surely meant to be Z_PREFIX not ZLIB_PREFIXCaolán McNamara2-6/+6
seeing as Z_PREFIX is what we set in our internal zlib and one of these was ZLIB_PREFIXB anyway
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe1-1/+1
2012-02-12If we can have a few more information...Julien Nabet1-1/+2
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar2-2/+2
2012-01-02Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot10-76/+76
Please find attached a partial fix for Easy Hack FDO43460 Part XXVI Module package
2011-12-21catch exception by constant referenceTakeshi Abe3-14/+14
2011-12-16Better fix for over-zealous Zip package consistency.Thorsten Behrens1-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).
2011-12-16Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens1-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.
2011-12-15Revert "Fix n#653688"Stephan Bergmann1-7/+1
This reverts commit 309f56174aca6adca879f70958892492361dac6e. It caused password-protected documents to no longer work and made sc_subsequent_filters_test's testPassword fail.
2011-12-14Align comment with code for overly zealous check in Zip fix.Thorsten Behrens1-1/+1
2011-12-14Fix n#653688Thorsten Behrens1-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.
2011-12-08childs -> childrenMichael T. Whiteley1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud2-2/+0
2011-11-27remove include of pch header from packageNorbert Thiebaud38-71/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2-4/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-4/+4
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-08add more component prefixesMatúš Kukan4-4/+4
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara3-0/+6
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-17/+15
2011-09-08add chaff to encrypted documentsCaolán McNamara4-0/+30
2011-08-30Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-26convert package to gbuildMatúš Kukan24-366/+301
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud42-1855/+2370
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli8-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
2011-08-16ditch some junkCaolán McNamara3-7/+2
2011-08-13Some cppcheck cleaningJulien Nabet1-23/+23