summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hldocntp.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-1/+1
2015-08-26Clean up aEmptyStrStephan Bergmann1-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-1/+0
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara1-1/+1
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara1-1/+2
2015-08-18rBaseURL argument now unusedCaolán McNamara1-1/+1
2015-07-29com::sun::star->css in cuiNoel Grandin1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+5
2015-04-09prophylactic double dispose audit.Michael Meeks1-4/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-6/+6
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-02-18TyposJulien Nabet1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-06-24tweak sizesCaolán McNamara1-0/+1
2014-06-24RID_SVXDLG_NEWHYPERLINK conversion to .uiSzymon Kłos1-49/+42
2014-04-16cui: sal_Bool->boolNoel Grandin1-11/+11
2014-03-17cui: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-2/+2
2014-02-26Remove visual noise from cuiAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-20/+20
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith1-8/+8
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin1-4/+3
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-01Remove unused definesThomas Arnhold1-7/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-3/+2