summaryrefslogtreecommitdiff
path: root/sfx2/inc
AgeCommit message (Expand)Author
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-04can now remove both PopupContainer copiesCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-02loplugin:countusersofdefaultparams in sfx2Noel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-05Template Manager: Merge local view and abstract viewAkshay Deep
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2016-06-18uitest: an enum is a bad idea for the typeMarkus Mohrhard
2016-06-18uitest: some small improvements for the TabDialog wrapperMarkus Mohrhard
2016-06-18uitest: move declaration for the uitesting wrapper objects to include/ dirMarkus Mohrhard
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard
2016-06-18uitest: work on supporting ui objects in sfx2 for uitestingMarkus Mohrhard
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-02-28Kill sfx2 menu supportMaxim Monastirsky
2016-02-09Remove excess newlinesChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-11Merge BitSet into IndexBitSet (and remove unused parts)Stephan Bergmann
2016-01-11loplugin:privatebase: Make derivation from BitSet explicitly privateStephan Bergmann
2016-01-11PCH support on LinuxAshod Nakashian
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt
2015-12-04sfx2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt
2015-11-16pch: CommandInfoProvider.hxx was renamed.Jan Holesovsky
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29Cleanup in sfx2 treeMario J. Rugiero
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-15convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30drop unused headersCaolán McNamara
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson
2015-09-17boost->stdCaolán McNamara
2015-09-16convert Link<> to typedNoel Grandin
2015-09-16convert Link<> to typedNoel Grandin
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-31convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl
2015-07-16loplugin:unusedmethods sfx2Noel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-04Delete unused strings in filedlghelper.src and filedlghelper.hrcJoren De Cuyper
2015-04-30Gradually typed LinkStephan Bergmann