summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/certificateviewer.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-24loplugin:unusedfields in xmlsecurity/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-5/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-10/+68
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+4
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-5/+5
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+44
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in xmlsecurityNoel Grandin1-0/+12
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-08-12Grid and separarate "valid from/to" for CertificateViewerTomaž Vajngerl1-10/+11
2014-08-11callcatcher: update unused codeCaolán McNamara1-6/+0
2014-08-09WaE: unused function 'ShinkToFit'David Tardon1-8/+0
2014-08-09Converted RID_XMLSECTP_GENERAL to Widget Layout.Rachit Gupta1-75/+17
2014-08-03Converted RID_XMLSECTP_DETAILS to Widget Layout.Rachit Gupta1-24/+24
2014-05-19fix-includes.pl: xmlsecurityThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-24xmlsecurity: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-01-30convert cert path page to .uiCaolán McNamara1-52/+41
2014-01-30convert view certs tabdialog to .uiCaolán McNamara1-12/+13
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-4/+3
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold1-5/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-30remove local css definitionsThomas Arnhold1-6/+6
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-10/+10
2012-10-04sal_Bool->bool in xmlsecurityNoel Grandin1-2/+2
2012-10-01fix String->OUString conversionIvan Timofeev1-2/+2
2012-09-25String -> OUStringIvan Timofeev1-36/+35
2012-07-17re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-5/+5
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-3/+3
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-3/+3
2011-11-27remove include of pch header from xmlsecurityNorbert Thiebaud1-2/+0
2011-07-14Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara1-1/+2
2011-06-30callcatcher: unused AdjustPosAndSizeCaolán McNamara1-9/+0