summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Collapse)AuthorAgeFilesLines
* Updated all precompiled headers.Ashod Nakashian2015-02-053-1/+4
| | | | | | | | Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-193/+0
| | | | | | | | | | | | | | | | | | i.e lots now able to be detected after... commit b44cbb26efe1d0b0950b1e1613e131b506dc3876 Author: Noel Grandin <noel@peralex.com> Date: Tue Jan 20 12:38:10 2015 +0200 new loplugin: change virtual methods to non-virtual Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-17/+17
| | | | | | | | | | Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
* coverity#1266458 Argument cannot be negativeCaolán McNamara2015-01-251-8/+4
| | | | | | | | and coverity#1266464 Argument cannot be negative Change-Id: I27fb7789cd37046fcdaeaaa801d6dc0547a8afa1
* Some more loplugin:cstylecast: xmlsecurityStephan Bergmann2015-01-207-38/+38
| | | | Change-Id: Iceaeefc26fec2643d3fbb916ab7719a918beb496
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-193-26/+13
| | | | | | | | | This addresses some cppcheck warnings. Change-Id: If7ad3584b3124ed0b337836071af1a5bd0451d85 Reviewed-on: https://gerrit.libreoffice.org/13972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Fix typo comments Resouce->ResourceAndrea Gelmini2015-01-191-1/+1
| | | | | | | Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2 Reviewed-on: https://gerrit.libreoffice.org/13985 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-132-12/+4
| | | | | | | | | | | add constructors to Date/DateTime/Time, that take the css::util counterparts, to simplify code converting between these type Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7 Reviewed-on: https://gerrit.libreoffice.org/13855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-14/+0
| | | | Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
| | | | Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
* java: remove dead codeNoel Grandin2015-01-051-6/+0
| | | | | | found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
* xmlsecurity: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1814-53/+36
| | | | Change-Id: I18370f6203455cf7568e48e49b7093d114656619
* xmlsecurity: HIG fixesAdolfo Jayme Barrientos2014-12-094-37/+20
| | | | | | | Change-Id: I1472a6b23d0dc3fa9047bf197e9330c06c82f544 Reviewed-on: https://gerrit.libreoffice.org/13328 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Typo "mehtod" -> "method"Stephan Bergmann2014-12-082-3/+3
| | | | Change-Id: I49f3f59c76bd4dd078f7014b6a0450241214db7f
* Bin noise commentsTor Lillqvist2014-12-047-40/+32
| | | | Change-Id: I084040ff90ee30aa83ac5d3ad11365768272ec65
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-185-0/+5
| | | | Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1711-2/+13
| | | | | | | | | Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-7/+7
| | | | | | | Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1230-56/+56
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
| | | | | | | | Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
| | | | | | | | | It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* coverity#982248 Unchecked return valueCaolán McNamara2014-10-201-1/+1
| | | | Change-Id: Ice8c1b3eab28fc8ef27d802f64b7dd90a0614e42
* loplugin: cstylecastNoel Grandin2014-10-154-8/+8
| | | | Change-Id: I96a0d5d7ec3363076b0165f3c540c51ef01b58f3
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-081-1/+1
| | | | | | | Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script to change all ... Change-Id: Ie609bd02a2c5d70109fc6185cf4440480f29d8f5
* loplugin: cstylecastNoel Grandin2014-10-064-7/+7
| | | | Change-Id: I37d7c3e59f1debbee8d92e76f4d08fff773000b3
* fdo#82577: Handle TimeNoel Grandin2014-10-017-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>
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-2/+2
| | | | | | | so that we get a nice complete stacktrace when it hits the final handler Change-Id: Iec4fcc15a2a25c55f591b5e069dce3d010197a90
* fdo#82577: Handle WindowNoel Grandin2014-09-239-26/+26
| | | | | | | Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
* fdo#82577: Handle FontNoel Grandin2014-09-181-2/+2
| | | | | | | Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
* Related #82088: removed last css aliases in hxxStefan Weiberg2014-09-084-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>
* Fix emacs modeline.Jan Holesovsky2014-09-051-1/+1
| | | | Change-Id: I56aa8c6e5da4d682a932af4e57404a870c13c231
* coverity#1215310 Uncaught exceptionCaolán McNamara2014-09-022-2/+2
| | | | Change-Id: Ie08163875b1190532b9892c60829bb0ade56cbd7
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-282-0/+4
| | | | Change-Id: Id03c16337cb637c7f63fb789697c8bceec905bda
* convert RID_XMLSECWB_NO_MOZILLA_PROFILE to MessageDialog + stringCaolán McNamara2014-08-253-8/+4
| | | | Change-Id: I7e02dc9db8c6a3195a4b2adccea3d0f4e260c661
* QueryBox MSG_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN -> MessageDialog + stringCaolán McNamara2014-08-223-8/+5
| | | | Change-Id: I9dcbc271dac9a2395bf2a7adb160c965627a0277
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-2/+2
| | | | Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
* fix buildMarkus Mohrhard2014-08-161-0/+1
| | | | Change-Id: If2f35d4ce68f604db1789e1535c341908628838d
* ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT to StringThomas Arnhold2014-08-153-8/+6
| | | | Change-Id: I474efcf128b990d148584292422cefa71a3c3c76
* xmlsecurity: remove NSS cert.h from PCHMichael Stahl2014-08-141-1/+0
| | | | | | nssrenam.h is another horror... Change-Id: I166ac2ab1414e89d5cd4beae543670fdfa389adb
* Grid and separarate "valid from/to" for CertificateViewerTomaž Vajngerl2014-08-123-95/+105
| | | | Change-Id: I32661d0ec57c9f855806a44349d20c8fe651f293
* Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist2014-08-121-1/+1
| | | | Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
* Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec")Tor Lillqvist2014-08-127-178/+53
| | | | Change-Id: I3e1db89de2019285ce313f9bae1375a5b82f6383
* callcatcher: another round of ResId removalsCaolán McNamara2014-08-122-12/+0
| | | | Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
* callcatcher: update unused codeCaolán McNamara2014-08-114-31/+0
| | | | | | lots of ResID stuff going away now Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
* xmlsec: clean up resource file dialogs.hrcThomas Arnhold2014-08-091-51/+1
| | | | | | now unused after ui conversion Change-Id: Ic3e4f9fdd3f84c3890c6d9a33c11e372ab5b3bd0
* WaE: unused function 'ShinkToFit'David Tardon2014-08-091-8/+0
| | | | Change-Id: I01643b7f121dcafaf3cba3bb43d7339855f25d8d
* Converted RID_XMLSECTP_GENERAL to Widget Layout.Rachit Gupta2014-08-096-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>
* java: remove unused variablesNoel Grandin2014-08-081-1/+1
| | | | Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b
* java: remove various unused variablesNoel Grandin2014-08-051-1/+0
| | | | Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
* create OUString from literalThomas Arnhold2014-08-041-1/+1
| | | | Change-Id: I8198fbad20daa7262e42a452c8d81fcfa3331680