summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Collapse)AuthorFilesLines
2014-10-15loplugin: cstylecastNoel Grandin4-8/+8
Change-Id: I96a0d5d7ec3363076b0165f3c540c51ef01b58f3
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script to change all ... Change-Id: Ie609bd02a2c5d70109fc6185cf4440480f29d8f5
2014-10-06loplugin: cstylecastNoel Grandin4-7/+7
Change-Id: I37d7c3e59f1debbee8d92e76f4d08fff773000b3
2014-10-01fdo#82577: Handle TimeNoel Grandin7-11/+11
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-2/+2
so that we get a nice complete stacktrace when it hits the final handler Change-Id: Iec4fcc15a2a25c55f591b5e069dce3d010197a90
2014-09-23fdo#82577: Handle WindowNoel Grandin9-26/+26
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg4-12/+11
* Only unfixed header namespace alias in ConnectionLog.hxx: LogLevel = ::com::sun::star::logging::LogLevel Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a Reviewed-on: https://gerrit.libreoffice.org/11333 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-05Fix emacs modeline.Jan Holesovsky1-1/+1
Change-Id: I56aa8c6e5da4d682a932af4e57404a870c13c231
2014-09-02coverity#1215310 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ie08163875b1190532b9892c60829bb0ade56cbd7
2014-08-28Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-0/+4
Change-Id: Id03c16337cb637c7f63fb789697c8bceec905bda
2014-08-25convert RID_XMLSECWB_NO_MOZILLA_PROFILE to MessageDialog + stringCaolán McNamara3-8/+4
Change-Id: I7e02dc9db8c6a3195a4b2adccea3d0f4e260c661
2014-08-22QueryBox MSG_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN -> MessageDialog + stringCaolán McNamara3-8/+5
Change-Id: I9dcbc271dac9a2395bf2a7adb160c965627a0277
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-2/+2
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
2014-08-16fix buildMarkus Mohrhard1-0/+1
Change-Id: If2f35d4ce68f604db1789e1535c341908628838d
2014-08-15ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT to StringThomas Arnhold3-8/+6
Change-Id: I474efcf128b990d148584292422cefa71a3c3c76
2014-08-14xmlsecurity: remove NSS cert.h from PCHMichael Stahl1-1/+0
nssrenam.h is another horror... Change-Id: I166ac2ab1414e89d5cd4beae543670fdfa389adb
2014-08-12Grid and separarate "valid from/to" for CertificateViewerTomaž Vajngerl3-95/+105
Change-Id: I32661d0ec57c9f855806a44349d20c8fe651f293
2014-08-12Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist1-1/+1
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
2014-08-12Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec")Tor Lillqvist7-178/+53
Change-Id: I3e1db89de2019285ce313f9bae1375a5b82f6383
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara2-12/+0
Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
2014-08-11callcatcher: update unused codeCaolán McNamara4-31/+0
lots of ResID stuff going away now Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
2014-08-09xmlsec: clean up resource file dialogs.hrcThomas Arnhold1-51/+1
now unused after ui conversion Change-Id: Ic3e4f9fdd3f84c3890c6d9a33c11e372ab5b3bd0
2014-08-09WaE: unused function 'ShinkToFit'David Tardon1-8/+0
Change-Id: I01643b7f121dcafaf3cba3bb43d7339855f25d8d
2014-08-09Converted RID_XMLSECTP_GENERAL to Widget Layout.Rachit Gupta6-202/+274
Change-Id: I52a7f857715dc9cba7aa7748cea5b30b91ed9011 Reviewed-on: https://gerrit.libreoffice.org/10842 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-08java: remove unused variablesNoel Grandin1-1/+1
Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
2014-08-04create OUString from literalThomas Arnhold1-1/+1
Change-Id: I8198fbad20daa7262e42a452c8d81fcfa3331680
2014-08-04remove unused resource idThomas Arnhold1-1/+0
leftover from e2b0e7571a8b082a2cb532e34b9770060128452b Change-Id: I1e2e634e6cdfbc81f5d068136c9099de170dc1ef
2014-08-04Delete RID_XMLSECTP_MACROWARN dialogPalenik Mihály5-342/+0
I deleted unused RID_XMLSECTP_MACROWARN and MacroWarning class. Change-Id: Iaf0a99eae53b08a8a8869696ba19ae2023ede52a Reviewed-on: https://gerrit.libreoffice.org/10718 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-03Converted RID_XMLSECTP_DETAILS to Widget Layout.Rachit Gupta6-132/+143
Change-Id: Ie284f5902879093f882a1f69b481df4a1a319a35 Reviewed-on: https://gerrit.libreoffice.org/10693 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-02drop defines for noexistent stringsDavid Tardon1-3/+0
Change-Id: Id04ca66ffd2710561571812c9185907cdfab6416
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper1-2/+2
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-20/+4
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin8-66/+19
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold12-4/+256
desktop: 1m51s -> 54s framework: 1m55s -> 1m04s package: 32s -> 16s sdext: 1m31s -> 47s svgio: 32s -> 15s uui: 49s -> 20s vbahelper: 1m44s -> 27s xmlscript: 15s -> 10s xmlsecurity: 45s -> 23s Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0
2014-05-29fdo#68849: Add header guards to all include filesJens Carl1-0/+5
Added header guards to files in directories xml*/* Change-Id: Ia5dfb9ab494bfbfae7537f2d54ff11331dc8c922 Reviewed-on: https://gerrit.libreoffice.org/9539 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-4/+4
Convert code like this: throw IOException("xx", Reference< XInterface >(static_cast<OWeakObject*>(this)) ); to this: throw IOException("xx", static_cast<OWeakObject*>(this) ); Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
2014-05-24cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-3/+3
Change-Id: I290ccba1487e59ea6f86bfb0382671ca4ed50831
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-23coverity#1215310 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I8d9663f8dedda8e7006e7ac6545cb15188a1ec2d
2014-05-19fix-includes.pl: xmlsecurityThomas Arnhold33-73/+73
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold3-3/+0
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+3
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin4-4/+4
Implement a clang plugin to find them, and clean up existing code to pass them by reference. Change-Id: If642d87407c73346d9c0164b9fc77c5c3c4354b8 Reviewed-on: https://gerrit.libreoffice.org/9351 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-11coverity#982735 Negative loop boundCaolán McNamara1-11/+5
xmlSecBase64Decode returns int Change-Id: I5bfb273141e62f1355033c669c49af5c645da900
2014-05-07coverity#1209500 Explicit null dereferencedCaolán McNamara1-1/+1
Change-Id: I11aa7ecfa52054085aaca70b165a831b5ec8577b
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-4/+4
Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2014-04-28prefer makefile-gmake-modeTakeshi Abe6-6/+6
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2014-04-24coverity#707484 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I1881add525365feaf25ce61b2be027f6ea1bcce7