summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl3-3/+3
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini4-5/+5
2015-07-03typo: therfore -> thereforeAndras Timar2-2/+2
2015-07-01tdf#67343 Arrange Help button in a seconday group (extensions)Adolfo Jayme Barrientos5-196/+74
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin2-4/+4
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+3
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe9-38/+36
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15more untranslatable UI stringsAndras Timar1-4/+4
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-4/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+2
2015-06-13use VclPtr<>::CreateDavid Tardon1-1/+1
2015-06-09dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-09extensions: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann9-22/+22
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-05abpilot: fix relative reference of embedded data sourceMiklos Vajna1-1/+2
2015-06-04abpilot: refer embedded data source from doc settingsMiklos Vajna1-0/+6
2015-06-04abpilot: embed the data source definition, if possible + requestedMiklos Vajna3-5/+52
2015-06-04abpilot: store embedding preference in AddressSettingsMiklos Vajna3-0/+3
2015-06-04abpilot: add checkbox to embed data source in datasourcepageMiklos Vajna3-4/+37
2015-06-04uno::Sequence provides now begin and endNoel Grandin5-11/+8
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann4-7/+7
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann5-9/+9
2015-05-29Fix Windows 64-bit buildStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin11-15/+15
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-28tdf#91671 avoid use of already disposed controlDavid Tardon1-1/+2
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-2/+2
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin2-2/+2
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2-2/+2
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin3-7/+7
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+2
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-2/+2
2015-05-21convert SWIB constants to scoped enumNoel Grandin2-4/+4
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin2-5/+5
2015-05-18loplugin:staticmethodsStephan Bergmann1-27/+30
2015-05-18refactor scanner ext. to use RenderContextTomaž Vajngerl2-117/+132
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini75-508/+30
2015-05-14tdf#91240 - cope with state-change after dispose and dispose fixedtext.Michael Meeks2-20/+2
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks2-3/+2