summaryrefslogtreecommitdiffstats
path: root/include/framework
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2016-09-201-6/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-5/+5
* framework: cleanup redundant commentsThorsten Behrens2016-09-071-15/+5
* new loplugin unnecessary overrideNoel Grandin2016-07-151-1/+0
* Related: tdf#100713 fix more recent bug to try and see older bug...Caolán McNamara2016-07-081-9/+0
* tdf#89329: use shared_ptr for pImpl in addonsoptionsXisco Fauli2016-06-281-29/+3
* tdf#97527 - vcl: reference-count MenuNoel Grandin2016-06-231-2/+4
* tdf#99815 use XNotifyingDispatch in sfx2Juergen Funk2016-06-081-0/+123
* remove some manual ref-countingNoel Grandin2016-06-061-1/+2
* loplugin:refcounting (RequestFilterSelect_Impl derives from XInterface)Stephan Bergmann2016-06-031-2/+2
* tdf#89329: use unique_ptr for pImpl in interactionXisco Fauli2016-06-031-1/+2
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-1/+1
* remove some manual ref-countingNoel Grandin2016-05-241-1/+1
* sequence->vector in frameworkNoel Grandin2016-04-012-4/+6
* framework: Kill BmkMenuMaxim Monastirsky2016-03-112-72/+0
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* GetImageFromURL/SetImageProducer unusedNoel Grandin2016-01-121-50/+0
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-171-9/+0
* loplugin:unusedfields in include/framework/Noel Grandin2015-11-242-45/+0
* Support of popupmenu resource typeMaxim Monastirsky2015-11-031-1/+2
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-272-2/+0
* com::sun::star->css in include/frameworkNoel Grandin2015-10-2216-96/+95
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-11/+11
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-1/+1
* framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-143-9/+4
* loplugin:unusedmethods frameworkNoel Grandin2015-07-154-22/+0
* oops, forgot to add new header fileMichael Stahl2015-07-141-0/+24
* Fix typosAndrea Gelmini2015-07-081-2/+2
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Fix typosAndrea Gelmini2015-06-301-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove the last of the OUString #defines in header filesNoel Grandin2015-05-191-2/+0
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-24/+1
* Update to XDocumentEventBroadcaster et alStephan Bergmann2015-04-221-4/+4
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-162-8/+4
* loplugin:deletedspecialStephan Bergmann2015-02-071-1/+1
* rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara2015-02-041-44/+44
* fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara2015-02-041-6/+30
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-4/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-1/+0
* framework: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-21/+2
* fdo#84938: removed unused definesJennifer Liebel2014-12-051-7/+0
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara2014-07-231-1/+0
* coverity#737167 Uncaught exceptionCaolán McNamara2014-06-041-1/+1
* coverity#983680 Uncaught exceptionCaolán McNamara2014-05-241-1/+1
* Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino2014-05-191-8/+12
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-142-2/+2