summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Collapse)AuthorFilesLines
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: Ibb55fcedecaf66f0817d24d8f408ef69d273ffa2
2012-06-22re-base on ALv2 code.Michael Meeks39-915/+564
2012-06-21re-base on ALv2 code.Michael Meeks19-464/+293
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-07nuke dead codeTakeshi Abe1-16/+0
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin6-70/+41
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02count and order of receipt of properties doesn't matterCaolán McNamara2-46/+55
so stick imported properties into assigned slots and throw out empty ones when finished. Reuse existing ids for this between import and export. Shuffle FULLPATH to 0 as per import comment Change-Id: I516116c5327498ad043f6e2fb9bd257599ade2a2
2012-06-01unwind manifest xml parser and follow tag hierarchy modelCaolán McNamara2-152/+212
so we validate that each tag is inside the right parent Change-Id: Ibc82aeaf6b409ef2fed7de0cd8f15c164da65e53
2012-05-31targetted prefer prefix operators reversionMichael Meeks1-1/+2
Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara4-257/+8
Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c
2012-05-28check key sizeCaolán McNamara1-2/+8
Change-Id: Ia909b0abb3ef84a9f0a14d42379f693ae9e70812
2012-04-16a tiny spelling mistakUdo Schuermann1-1/+1
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2-0/+8
2012-04-13gbuildize internal zlibCaolán McNamara2-8/+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-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-02-28callcatcher: remove newly unused methods and update listCaolán McNamara1-6/+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-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-11-27remove include of pch header from packageNorbert Thiebaud36-69/+0
2011-10-08add more component prefixesMatúš Kukan3-3/+3
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úš Kukan8-262/+3
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud34-2050/+2136
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli5-39/+25
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
2011-08-11Some cppcheck cleaningJulien Nabet1-2/+2
2011-08-03Produce correct sha256 uri, consume correct uri and original spec typoCaolán McNamara3-2/+7
See: http://tools.oasis-open.org/issues/browse/OFFICE-3702 http://tools.oasis-open.org/issues/browse/OFFICE-3708
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan3-14/+0