summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Collapse)AuthorFilesLines
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 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-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann5-24/+24
...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
2012-02-13Remove unused code in XMLSignatureHelperCatalin Iacob1-47/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1
2012-02-08update unused listCaolán McNamara2-21/+0
2012-02-01callcatcher: update listCaolán McNamara4-10/+0
2012-01-31callcatcher: update listCaolán McNamara2-17/+0
2012-01-28Fix for fdo43460 Part LV getLength() to isEmpty()Olivier Hallot7-31/+31
Part LV Modules xmlsecurity
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz3-3/+3
2012-01-17remove unused methodsThomas Arnhold2-34/+0
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz3-3/+3
2012-01-15WaE: narrowing conversion from sal_Int32 to unsigned intDavid Tardon1-2/+2
2012-01-12callcatcher: ditch unused childatCaolán McNamara2-35/+0
2012-01-11fix for gcc 4.7/C++11: this is not string literal operatorDavid Tardon1-1/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-3/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+1
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-7/+7
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-4/+4
2011-11-28Cleaned up utl::UCBContentHelper.Stephan Bergmann1-14/+1
2011-11-27remove include of pch header from xmlsecurityNorbert Thiebaud59-115/+0
2011-11-18xmlsecurity: fix typoMichael Stahl1-1/+1
2011-11-11use the newly introduced LO_LIB_DIRS variableMarkus Mohrhard1-2/+1
the password unit test needs this code path and will fail otherwise
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann1-1/+1
BaseInstallation.
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2-4/+5
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-10ByteString->rtl::OStringCaolán McNamara1-3/+5
2011-10-06And yet another .getStr()-style fixFridrich Štrba1-1/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara10-0/+20
2011-09-08its just a const char*Caolán McNamara1-8/+3
2011-08-22remove old makefilesMatúš Kukan7-509/+0
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud41-773/+1998
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli8-27/+13
Conflicts: automation/source/inc/cmdbasestream.hxx automation/source/server/cmdbasestream.cxx automation/source/server/retstrm.hxx automation/source/testtool/cmdstrm.cxx automation/source/testtool/cmdstrm.hxx automation/source/testtool/tcommuni.cxx basctl/prj/d.lst basctl/uiconfig/basicide/toolbar/findbar.xml cui/source/dialogs/about.cxx cui/source/dialogs/about.src cui/source/inc/about.hxx extensions/source/abpilot/abpservices.cxx extensions/source/dbpilots/dbpservices.cxx extensions/source/propctrlr/pcrservices.cxx extensions/source/svg/makefile.mk forms/Library_frm.mk lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx package/prj/d.lst package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XMemoryStream.hxx setup_native/prj/d.lst setup_native/source/win32/customactions/relnotes/makefile.mk tools/test/export.map wizards/com/sun/star/wizards/common/ConfigGroup.py wizards/com/sun/star/wizards/common/ConfigNode.py wizards/com/sun/star/wizards/common/Configuration.py wizards/com/sun/star/wizards/common/Desktop.py wizards/com/sun/star/wizards/common/FileAccess.py wizards/com/sun/star/wizards/common/Helper.py wizards/com/sun/star/wizards/common/SystemDialog.py wizards/com/sun/star/wizards/document/OfficeDocument.py wizards/com/sun/star/wizards/fax/FaxDocument.py wizards/com/sun/star/wizards/fax/FaxWizardDialog.py wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py wizards/com/sun/star/wizards/letter/LetterDocument.py wizards/com/sun/star/wizards/letter/LetterWizardDialog.py wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py wizards/com/sun/star/wizards/text/TextDocument.py wizards/com/sun/star/wizards/text/TextFieldHandler.py wizards/com/sun/star/wizards/text/TextSectionHandler.py wizards/com/sun/star/wizards/text/ViewHandler.py wizards/com/sun/star/wizards/ui/UnoDialog.py wizards/com/sun/star/wizards/ui/UnoDialog2.py wizards/com/sun/star/wizards/ui/WizardDialog.py wizards/com/sun/star/wizards/ui/event/CommonListener.py wizards/com/sun/star/wizards/ui/event/DataAware.py wizards/com/sun/star/wizards/ui/event/RadioDataAware.py wizards/com/sun/star/wizards/ui/event/UnoDataAware.py wizards/util/helpids.h wizards/util/hidother.src xmlsecurity/prj/build.lst xmlsecurity/prj/d.lst xmlsecurity/qa/certext/SanCertExt.cxx
2011-08-18Add prefixes for some component_getFactory functionsMatúš Kukan3-3/+3
2011-08-18callcatcher: remove unused xmlchar_to_ousCaolán McNamara1-78/+48
2011-08-13Some cppcheck cleaningJulien Nabet1-1/+1
2011-07-14Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara4-5/+9
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan3-18/+0
2011-07-11callcatcher: remove unused xmlchar_to_ousCaolán McNamara1-15/+0
2011-07-03callcatcher: unused xmlstr_to_ousCaolán McNamara1-15/+0
2011-06-30callcatcher: unused AdjustPosAndSizeCaolán McNamara1-9/+0
2011-06-07use standard pattern for thisCaolán McNamara4-46/+33
2011-06-07remove ifdef zeroed codeCaolán McNamara1-161/+0
2011-06-01tweak this a bitCaolán McNamara1-2/+1