summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvfundlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12convert Link<> to typedNoel Grandin1-9/+7
2015-09-18boost->stdCaolán McNamara1-1/+0
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-0/+1
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-09-17convert Link<> to typedNoel Grandin1-7/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+4
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+78
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-0/+4
2015-01-26coverity#1266480 silence Pointer to local outside scopeCaolán McNamara1-1/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály1-17/+12
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-18/+0
2014-03-05more list type correctnessEike Rathke1-14/+14
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-5/+5
2014-03-03Remove visual noise from scAlexander Wilms1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-14convert Data Field Options Dialog to .uiCaolán McNamara1-97/+90
2014-01-17drop WB_CLIPCHILDREN so that enable/disable redraws correctlyCaolán McNamara1-1/+1
2014-01-17tweak MultiListBox to ListBoxCaolán McNamara1-9/+2
2014-01-17convert pivot table subtotals data field dialog to .uiCaolán McNamara1-37/+35
2014-01-17convert data field dialog to .uiCaolán McNamara1-75/+78
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida1-11/+23
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/ui/inc/p*.hxx from String to OUStringNoel Grandin1-2/+2
2013-05-01convert message box return types to an enumCaolán McNamara1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-30/+20
2012-07-02fdo#51222: Use multi-list box for subtotal dialog.Kohei Yoshida1-2/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-2/+2
2012-02-24Now we only allow one function per data field.Kohei Yoshida1-1/+1
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-3/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-28String to OUString in ScDPObject.Kohei Yoshida1-4/+4
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-1/+1
2011-03-14More stupid build fixes.Kohei Yoshida1-4/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-37/+37
2011-03-04Workaround dodgy compiler problem.Caolán McNamara1-1/+2
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]1-32/+32