summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Collapse)AuthorFilesLines
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens6-8/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-19Clean-up "SYSTEM_MOZILLA" -> "SYSTEM_NSS"Stephan Bergmann1-8/+6
Change-Id: I47ec3aeb14445b697bf8f5af34c5d16a14069735
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida4-0/+4
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
2012-11-07Improve loggingStephan Bergmann2-6/+24
Change-Id: I5ff457c76970356a5748f6f319f32a1f49b86ca1
2012-11-06'xMSF' : undeclared identifierTor Lillqvist1-1/+1
Change-Id: Iba7a18b0c28da6a3955e62fe54ba96842e571064
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin5-66/+51
Also create an NSSInitializer service IDL and split it's interfaces out from SEInitializer. It looks like this was the intention all along, but someone took a shortcut. Change-Id: I53ac1cb5d38b78b6718fe22c9666eae1f194a3b7
2012-10-23fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin1-4/+3
The service already existed, it just did not have an IDL file. Change-Id: Idad85ab23f6650c89ba3095d10568a302503613b
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin1-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
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-18/+12
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
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida4-14/+14
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-14loplugin: fix some indents and unused OUStringsCaolán McNamara1-1/+0
Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara1-1/+0
fix up some indents, remove some unused OUStrings and add some log areas Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b
2012-10-08Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza1-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>
2012-10-04sal_Bool->bool in xmlsecurityNoel Grandin4-6/+6
Change-Id: I80b20f5df179f994e5004c1ef390457c252478ef
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-7/+2
The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-10-04Fixes/improvements on previous commitStephan Bergmann1-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
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin1-25/+19
Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
2012-10-01fix String->OUString conversionIvan Timofeev1-2/+2
Change-Id: I65d9cda603aa95f36df57494195b159f9d2619ac
2012-09-25String -> OUStringIvan Timofeev1-22/+19
Change-Id: I252675bf223b8a14dff2b4bcdbfd926979e56dc3
2012-09-25remove unused filesIvan Timofeev1-112/+0
Change-Id: I0b656cd8ac242913fba142554ecbc58440d14e41
2012-09-25String -> OUStringIvan Timofeev2-18/+17
Change-Id: Ia4d1fd7ef627459666ed204601313a96507b9104
2012-09-25String -> OUStringIvan Timofeev3-20/+18
Change-Id: I896ce861e55d98a45bd4e6b4a65607f25489557e
2012-09-25String -> OUStringIvan Timofeev1-36/+35
Change-Id: I4f5b9dff78913e14414eeb8f9457c2b91836edb6
2012-09-17fdo#54858: DocumentDigitalSignatures::initialize can be called with 0 args nowStephan Bergmann1-18/+21
...as the new createDefault service ctor internally calls createInstanceWithArgumentsAndContext, not plain createInstance[WithContext]. Change-Id: Ia3bf8167154a4ae9d64dae271cc23d513e9e77fb
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann4-46/+0
Change-Id: I012b13ee3e73a7fa3c9fd6a4519d414315a6543d
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-4/+2
Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
2012-08-20callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara8-47/+9
Change-Id: Ief164c980f3a92316e1f47cb50bdf243155b6dd9
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-04Replace usage of rtl/memory.h in xmlsecurity their equivalent from string.hArnaud Versini6-15/+17
Change-Id: Id4a088864ee28163160d6ac408592952fe6c797d
2012-07-17re-base on ALv2 code. Includes:Michael Meeks72-1702/+1052
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-07-14simplify include guardsThomas Arnhold1-1/+1
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-09Merge branch 'feature/pdf-signing'Gökçen Eraslan2-0/+24
2012-07-07Add new chooseCertificate method to XDocumentDigitalSignatures UNO interface.Gökçen Eraslan2-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
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-5/+5
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-24/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-06-29Remove include guardsThomas Arnhold2-6/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove some more include guardsThomas Arnhold6-18/+0
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-27Reduce newline bloat at eofThomas Arnhold1-2/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
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 Meeks36-843/+519
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks5-124/+79
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 Thiebaud5-82/+81
Change-Id: Ib4a0e8fcd128c949034d2d183ff045bb433fce8b