summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin2012-10-231-4/+3
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: Idad85ab23f6650c89ba3095d10568a302503613b
* fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin2012-10-231-4/+3
| | | | | | | Create a merged XFolderPicker2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I4a2c2a8d491a8d5633c19ddcea547f0efe75b91d
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-223-20/+14
| | | | | | | | Create a merged XWriter interface for the service. The xml.sax.Writer service already existed, it just did not have an IDL file. Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-195-15/+15
| | | | Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
* loplugin: fix some indents and unused OUStringsCaolán McNamara2012-10-141-1/+0
| | | | Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e
* loplugin: some log, indent and unused variable warningsCaolán McNamara2012-10-131-1/+0
| | | | | | fix up some indents, remove some unused OUStrings and add some log areas Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b
* Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza2012-10-081-19/+0
| | | | | | | | Change-Id: Ifb9f9d2211608b848a5de66e1d19c4815a755907 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/840 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* sal_Bool->bool in xmlsecurityNoel Grandin2012-10-047-11/+11
| | | | Change-Id: I80b20f5df179f994e5004c1ef390457c252478ef
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-7/+2
| | | | | | | The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
* Fixes/improvements on previous commitStephan Bergmann2012-10-041-1/+1
| | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-041-25/+19
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* fix String->OUString conversionIvan Timofeev2012-10-011-2/+2
| | | | Change-Id: I65d9cda603aa95f36df57494195b159f9d2619ac
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-284-8/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+1
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-281-2/+2
| | | | Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-284-4/+8
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-284-0/+4
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* String -> OUStringIvan Timofeev2012-09-251-22/+21
| | | | Change-Id: I4fc17b5fff7a00edc96bd4f75565b5f041c1dcb0
* String -> OUStringIvan Timofeev2012-09-251-22/+19
| | | | Change-Id: I252675bf223b8a14dff2b4bcdbfd926979e56dc3
* remove unused filesIvan Timofeev2012-09-252-162/+0
| | | | Change-Id: I0b656cd8ac242913fba142554ecbc58440d14e41
* String -> OUStringIvan Timofeev2012-09-252-18/+17
| | | | Change-Id: Ia4d1fd7ef627459666ed204601313a96507b9104
* String -> OUStringIvan Timofeev2012-09-254-21/+19
| | | | Change-Id: I896ce861e55d98a45bd4e6b4a65607f25489557e
* String -> OUStringIvan Timofeev2012-09-252-41/+40
| | | | Change-Id: I4f5b9dff78913e14414eeb8f9457c2b91836edb6
* fdo#54858: DocumentDigitalSignatures::initialize can be called with 0 args nowStephan Bergmann2012-09-171-18/+21
| | | | | | | ...as the new createDefault service ctor internally calls createInstanceWithArgumentsAndContext, not plain createInstance[WithContext]. Change-Id: Ia3bf8167154a4ae9d64dae271cc23d513e9e77fb
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-145-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* Some clean up of previous commitStephan Bergmann2012-09-041-2/+2
| | | | Change-Id: I0ea6d6439f97fcf74162c19671483aaa17b5a6cb
* fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin2012-09-041-21/+15
| | | | | | | | Rename service from "Decryptor" to "DocumentDigitalSignatures" to be consistent with the other UNO services, and with it's own header file name. Add service constructor for passing in arguments. Change-Id: Iaca0c40bb2f1a1af2ef9ca29361bfd023ade2678
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-314-46/+0
| | | | Change-Id: I012b13ee3e73a7fa3c9fd6a4519d414315a6543d
* Fix MinGW build - libxmlsec builds now.Jan Holesovsky2012-08-291-2/+8
| | | | | | | This also removes patching of the generated 'configure' in libxmlsec; instead, autoreconf is called. Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-271-4/+2
| | | | Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
* callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara2012-08-208-47/+9
| | | | Change-Id: Ief164c980f3a92316e1f47cb50bdf243155b6dd9
* Fix conditionStephan Bergmann2012-08-141-1/+1
| | | | Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340
* drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara2012-08-142-2/+4
| | | | | | | | | | we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
* remove include comments and boxesThomas Arnhold2012-08-081-2/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* Replace usage of rtl/memory.h in xmlsecurity their equivalent from string.hArnaud Versini2012-08-046-15/+17
| | | | Change-Id: Id4a088864ee28163160d6ac408592952fe6c797d
* re-base on ALv2 code. Includes:Michael Meeks2012-07-17113-2172/+1680
| | | | retain presence of MPL licensed nssrenam.h symbol renamer.
* simplify include guardsThomas Arnhold2012-07-141-1/+1
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* Merge branch 'feature/pdf-signing'Gökçen Eraslan2012-07-092-0/+24
|\
| * Add new chooseCertificate method to XDocumentDigitalSignatures UNO interface.Gökçen Eraslan2012-07-072-0/+24
| | | | | | | | | | | | | | | | | | | | This method shows the certificate choosing dialog previously used in ODF signing and returns the selected certificate. For PDF signing support, we need to reuse existing CertifacateChooser class of xmlsecurity module. So the UNO api of ::com::sun::star::security::XDocumentDigitalSignatures is extended. Change-Id: I09f7d0ee180b16b588798820206780df359d133e
* | ditch String::CreateFromAsciiCaolán McNamara2012-07-031-5/+5
| | | | | | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* | Remove unused definesThomas Arnhold2012-07-021-2/+0
| | | | | | | | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* | hrc cleanup: Remove unused definesThomas Arnhold2012-07-021-24/+0
| | | | | | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* | targetted improvement of UNO API includes / usageMichael Meeks2012-07-023-12/+3
| |
* | Remove include guardsThomas Arnhold2012-06-292-6/+0
| | | | | | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* | Remove some more include guardsThomas Arnhold2012-06-297-22/+0
| | | | | | | | Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
* | targetted re-work of cppunit pieces.Michael Meeks2012-06-271-3/+0
| |
* | Remove commented out code (includes)Thomas Arnhold2012-06-272-5/+0
| | | | | | | | Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
* | Remove commented out codeThomas Arnhold2012-06-271-11/+0
| | | | | | | | Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
* | Reduce newline bloat at eofThomas Arnhold2012-06-271-2/+0
| | | | | | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
* | .crt files don't need executable bitsMichael Stahl2012-06-2277-0/+0
| | | | | | | | Change-Id: Ic2ee1091bec03033973201e69322082517eaab3c