summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin6-8/+8
2014-09-23fdo#82577: Handle WindowNoel Grandin40-77/+77
2014-09-18fdo#82577: Handle FontNoel Grandin4-14/+14
2014-09-15reportdesign: sal_Bool -> boolStephan Bergmann6-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann4-38/+38
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2-3/+3
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin7-18/+12
2014-09-03convert RID_GROUPS_SORTING floating window to .uiCaolán McNamara11-618/+565
2014-09-02convert RID_NAVIGATOR floatingwindow to .uiCaolán McNamara8-68/+42
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger1-1/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist6-6/+6
2014-08-20add a VclViewportCaolán McNamara2-1/+6
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin5-11/+11
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin5-27/+25
2014-08-14java: remove commented out codeNoel Grandin1-3/+1
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold1-1/+4
2014-08-13update_pchThomas Arnhold2-1/+5
2014-08-13java: reduce scope, make fields privateNoel Grandin1-1/+1
2014-08-12java: remove useless javadoc tagsNoel Grandin1-2/+0
2014-08-11java: remove unused parametersNoel Grandin1-2/+2
2014-08-09remove unused resourcesThomas Arnhold1-2/+0
2014-08-09CondFormat.hrc: remove unused resourcesThomas Arnhold1-27/+1
2014-08-08java: remove unused importsNoel Grandin1-1/+0
2014-08-08java: remove unused variablesNoel Grandin1-10/+7
2014-08-08java: remove unused fieldsNoel Grandin1-2/+0
2014-08-05java: remove commented out codeNoel Grandin1-77/+0
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-1/+1
2014-07-31cleanup usage of MapUnit enumNoel Grandin1-2/+2
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida1-0/+2
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-2/+5
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-07-09-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-07-08drop unused helpidsCaolán McNamara1-4/+0
2014-07-08hook up scrollingCaolán McNamara4-43/+28
2014-07-08Convert RID_CONDFORMAT to .uiPalenik Mihály10-599/+748
2014-07-04fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin1-6/+6
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin10-45/+45