summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2015-02-03tdf#88824: Remove FactoryLoader threads causing deadlock on WindowsStephan Bergmann1-86/+0
2014-12-18fdo#76780 don't limit PositionY to available widthLionel Elie Mamane1-1/+0
2014-12-12reportdesign: avoid assertion on duplicate properties ...Michael Stahl1-1/+14
2014-12-06fdo#85112: reportdesign: fix SolarMutex assertionMichael Stahl1-0/+2
2014-12-05ooo#93212 avoid slicing during construction of SdrPageDavid Tardon2-1/+5
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18java: make fields final where possibleNoel Grandin1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-1/+10
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-5/+5
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-7/+4
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna3-5/+5
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos1-1/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann4-8/+8
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin4-8/+8
2014-11-05changed some timer to idleJennifer Liebel1-21/+16
2014-11-05markup with event type not checker typeCaolán McNamara4-5/+5
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin11-64/+49
2014-11-03coverity#735452 Logically dead codeCaolán McNamara1-3/+1
2014-11-03I think this should be Left()David Tardon1-1/+1
2014-11-03coverity#1242514 arguments in wrong orderDavid Tardon1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini2-2/+0
2014-10-30coverity#704245 Logically dead codeCaolán McNamara1-21/+8
2014-10-29ref-counting vcl::Window subclassesNoel Grandin1-1/+1
2014-10-25coverity#705111 Using invalid iteratorCaolán McNamara1-1/+1
2014-10-24coverity#1224975 Dereference after null checkCaolán McNamara1-1/+1
2014-10-24coverity#704660 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-10-24coverity#704656 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-10-24coverity#704655 Unchecked dynamic_castCaolán McNamara1-4/+4
2014-10-24coverity#704654 Unchecked dynamic_castCaolán McNamara1-8/+8
2014-10-24loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky20-70/+70
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky20-42/+42
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin2-2/+2
2014-10-23loplugin: cstylecastNoel Grandin3-5/+5
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-17coverity#1247639 Uncaught exceptionCaolán McNamara2-2/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon20-42/+42
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-13WaE: unused variable 'aNullShadowCol'Tor Lillqvist1-1/+0
2014-10-13Resolves: fdo#84930 format page background in report-builder crashCaolán McNamara1-18/+80
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca20-70/+70
2014-10-01fdo#82577: Handle TimeNoel Grandin2-2/+2
2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann24-95/+50
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin2-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin3-3/+3
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann2-10/+3