summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-5/+5
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02Remove unused definesThomas Arnhold1-2/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-24/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-06-29Remove include guardsThomas Arnhold2-6/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove some more include guardsThomas Arnhold7-22/+0
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+0
2012-06-27Remove commented out code (includes)Thomas Arnhold2-5/+0
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
2012-06-27Remove commented out codeThomas Arnhold1-11/+0
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
2012-06-27Reduce newline bloat at eofThomas Arnhold1-2/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-22.crt files don't need executable bitsMichael Stahl77-0/+0
Change-Id: Ic2ee1091bec03033973201e69322082517eaab3c
2012-06-22.crl files don't need executable bitsMichael Stahl18-0/+0
Change-Id: I3a4f6a716a4d371c1e291af90f8aa1bdcd2cf614
2012-06-22.pem files don't need executable bitsMichael Stahl115-0/+0
Change-Id: I4fe7ba1b8ad1b94a8c8f093c9b56c2dd04226c6c
2012-06-22.xml files don't need executable bitsMichael Stahl3-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22.cfg files don't need executable bitsMichael Stahl24-0/+0
Change-Id: If17439ae83eb063a7ab054c3701e23dd48f1edd1
2012-06-22manifest.mf files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
2012-06-22re-base on ALv2 code.Michael Meeks3-69/+42
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-2/+2
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks46-1062/+675
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks22-509/+311
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold1-9/+0
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-20removed unused forward declarations of classTakeshi Abe1-2/+0
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
2012-06-09Remove superfluous empty lines on topThomas Arnhold2-5/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Some cppcheck cleaningJulien Nabet2-8/+7
Change-Id: I9463f36bd61ee2d74be3d435adae9912cf411c97
2012-06-03removed unused definesTakeshi Abe7-21/+0
Change-Id: I95eb6a46e6d2a2763313e90e5b15582c83f66b81
2012-06-01targetted revert of small stl empty optimisationMichael Meeks2-7/+7
Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147
2012-06-01nuke unused namespaceTakeshi Abe6-7/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-29targeted string re-workNorbert Thiebaud6-84/+83
Change-Id: Ib4a0e8fcd128c949034d2d183ff045bb433fce8b
2012-05-29targeted string re-workNorbert Thiebaud25-116/+114
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-04more robust nss initialization, related fdo#45171Markus Mohrhard1-2/+4
fall back to without profile if path is invalid or profile does not exist Change-Id: Ic9a73fbaaa288f8bc99dab2b1d679c2cbe6baa89
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara1-37/+46
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
2012-04-25Remove blank space introduced in previous patchJesús Corrius1-1/+0
2012-04-25Remove unused methodsJosé Santiago Jiménez Sarmiento2-10/+1
2012-04-09add package deps for resourcesDavid Tardon1-0/+5
2012-04-08gbuild: "use" vs. "add":Michael Stahl4-15/+15
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-08Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
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 Dezsi1-1/+1
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 Dezsi9-9/+9
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-04removed duplicate #includesTakeshi Abe2-2/+0
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-03-23.txt files don't need executable bitsMichael Stahl39-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl1-0/+0
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan4-8/+8
2012-03-06more documentation and cleanups for various modules.Michael Meeks1-0/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann9-32/+32
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-18Fix "pEncryptedData" not initializedJulien Nabet1-2/+2
2012-02-18fdo#39657: fix crash when parsing XML signaturesMichael Stahl1-12/+74
2012-02-13Remove unused code in XSecControllerCatalin Iacob3-104/+0