summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2015-09-04convert Link<> to typedNoel Grandin2-6/+4
2015-08-31make Link<> typedNoel Grandin2-3/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann4-10/+10
2015-08-28make PostUserEvent Link<> typedNoel Grandin6-12/+9
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann4-4/+4
2015-08-19comphelper::isA(Any... -> Any::hasStephan Bergmann2-4/+4
2015-08-19Remove two silly typedefsStephan Bergmann52-201/+199
2015-08-17o3tl: rename compat_functional headerThorsten Behrens3-3/+3
2015-08-17convert Link<> to typedNoel Grandin2-4/+2
2015-08-14loplugin: defaultparamsNoel Grandin4-9/+9
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson2-5/+5
2015-08-11forms: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe18-37/+32
2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin2-9/+4
2015-07-28convert RGCHK constants to scoped enumNoel Grandin1-2/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin4-45/+31
2015-07-27remove some unused definesNoel Grandin1-20/+0
2015-07-17loplugin:unusedmethods formsNoel Grandin20-114/+2
2015-07-16loplugin:simplifyboolStephan Bergmann3-4/+4
2015-07-15tdf#92459 replace unary_function in formsdanlrobertson2-5/+5
2015-07-14fix windows buildNoel Grandin1-1/+1
2015-07-14tdf#47832: Pictures on buttons, created in forms, gone after reopening formZolnai Tamás2-0/+26
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann3-4/+6
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin10-407/+330
2015-07-03Fix typosAndrea Gelmini4-4/+4
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308583 Uncaught exceptionCaolán McNamara4-4/+4
2015-06-29coverity#1308582 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308542 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-3/+2
2015-06-19Disambiguate needlessly overloaded OGridControlModel::createColumnStephan Bergmann2-4/+4
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann3-5/+13
2015-06-16Fix typosAndrea Gelmini4-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-15cppcheck: passedByValueCaolán McNamara1-3/+3
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-05Let JUnit take care of exceptionsNoel Grandin1-39/+8
2015-06-01fix Windows buildNoel Grandin1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-29split forms unoapi test for performanceBjoern Michaelsen9-36/+182
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann4-6/+6
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin5-5/+5
2015-05-18refactor forms classes to use RenderContextTomaž Vajngerl2-21/+5
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-3/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2-2/+2