# # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # $(eval $(call gb_Module_Module,eventattacher)) $(eval $(call gb_Module_add_targets,eventattacher,\ Library_evtatt \ )) rowspan='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/GL3DBarChart.hxx
AgeCommit message (Expand)Author
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01std::list<float> -> std::dequeNoel Grandin
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-20loplugin:unusedfields in chart2Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-07-20loplugin:unusedmethods chart2Noel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-06idle includes and enum useJennifer Liebel
2015-03-04V813: Decreased performanceCaolán McNamara
2014-12-09changed timers to idleJennifer Liebel
2014-09-23Some cleanup on Timer.Kohei Yoshida
2014-09-23update camera when bar is clickedxukai
2014-09-23use environment AUTO_FLY to control if autoflyxukai
2014-09-23Show values of bars in selected rowxukai
2014-09-23add translucent balck background for history renderingxukai
2014-09-23add 50 histories for histroy renderingxukai
2014-09-16fdo#83717: Fix the bar picking in the 3D charts.Jan Holesovsky