summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/checklistmenu.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-26tdf#94908 : Autofilter ok button is blockedDennis Francis1-0/+3
2015-08-06tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks1-0/+3
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-15refactor ScMenuFloatingWindow to use RenderContextTomaž Vajngerl1-78/+78
2015-05-14fix dbgutil crash with autofilter dialog after VclPtr changeMarkus Mohrhard1-0/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-7/+7
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-20sc: convert new to ::CreateNoel Grandin1-7/+7
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-8/+8
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+18
2015-04-09vcl: VclPtr conversion in scNoel Grandin1-103/+115
2015-03-26Enhancement : tdf#89908 Add Search field to the autofilterDeena Francis1-6/+91
2015-02-19Support HiDPI in auto filter (and pivot table) pop-up menu windowTomaž Vajngerl1-15/+40
2015-02-16tdf#65505 tdf#57431 Autofilter checkbox for blank cells like in MS ExcelDeena Francis1-4/+16
2015-01-24Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara1-1/+2
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-7/+7
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-12-01WaE: -Werror=switchCaolán McNamara1-11/+7
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-12/+0
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida1-3/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-10coverity#1079327 Uninitialized pointer fieldCaolán McNamara1-2/+5
2014-04-29fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida1-10/+24
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-27coverity#1187680 Dereference null return valueCaolán McNamara1-1/+5
2014-02-27coverity#1187870 Unused pointer valueCaolán McNamara1-1/+1
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-16/+16
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-19fdo#73565: Populate date members in a locale-safe way.Kohei Yoshida1-42/+64
2014-02-18sal_Bool->boolNoel Grandin1-6/+6
2014-01-22bool improvementsStephan Bergmann1-1/+1