summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-59/+59
2015-10-06revert executable perm changeCaolán McNamara1-0/+0
2015-10-06loplugin:unusedmethodsNoel Grandin1-6/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht6-23/+22
2015-09-30Fix typosAndrea Gelmini4-4/+4
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara2-16/+16
2015-09-17boost->stdCaolán McNamara3-7/+5
2015-09-16convert Link<> to typedNoel Grandin1-5/+4
2015-09-14get feedback for style / font / font size in tiledrenderingMihai Varga1-7/+38
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-6/+6
2015-08-31make Link<> typedNoel Grandin1-6/+4
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+2
2015-08-26Clean up aEmptyStrStephan Bergmann1-4/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-2/+4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud5-26/+27
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin2-2/+2
2015-08-13remove unused codeNoel Grandin4-14/+0
2015-08-13make Link<> instances typedNoel Grandin2-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin2-3/+3
2015-08-04include: inline some use-once typedefsNoel Grandin1-1/+2
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-8/+6
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl2-3/+3
2015-07-20convert to typed Link<> in sfx2Noel Grandin2-5/+4
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-2/+0
2015-07-14sfx2: remove pointless GenLink classMichael Stahl1-1/+1
2015-07-09New branding for the 5.0.Jan Holesovsky1-3/+3
2015-07-04Fix typosAndrea Gelmini1-3/+3
2015-07-03tdf#92528: Saving of usage info can happen very late in the tear down.Jan Holesovsky1-3/+11
2015-06-30tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky7-20/+36
2015-06-30tdf#90452: The correct color for the message when there's no recent file yet.Jan Holesovsky1-1/+2
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky3-53/+36
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-18fix start center rendering (removing selection)László Németh1-1/+1
2015-06-18fix start center renderingLászló Németh2-15/+13
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15tdf#91721: fix crash during listbox control editing in database formLászló Németh1-2/+2
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-18/+18
2015-06-03Avoid various desktop GUI elements when used from LibreOfficeKitTor Lillqvist1-2/+3
2015-05-29loplugin:loopvartoosmallNoel Grandin3-6/+6
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-1/+1
2015-05-20Remove include stdio (part4)Julien Nabet1-1/+0