summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* WaE: unused variable 'aNullShadowCol'Tor Lillqvist2014-10-131-1/+0
* Resolves: fdo#84930 format page background in report-builder crashCaolán McNamara2014-10-131-18/+80
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-3/+3
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-0920-70/+70
* fdo#82577: Handle TimeNoel Grandin2014-10-012-2/+2
* reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-3024-95/+50
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-302-2/+2
* fdo#82577: Handle RegionNoel Grandin2014-09-303-3/+3
* formula: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-262-10/+3
* loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2014-09-236-8/+8
* fdo#82577: Handle WindowNoel Grandin2014-09-2340-77/+77
* fdo#82577: Handle FontNoel Grandin2014-09-184-14/+14
* reportdesign: sal_Bool -> boolStephan Bergmann2014-09-156-7/+7
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-124-38/+38
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-102-3/+3
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-067-18/+12
* convert RID_GROUPS_SORTING floating window to .uiCaolán McNamara2014-09-0311-618/+565
* convert RID_NAVIGATOR floatingwindow to .uiCaolán McNamara2014-09-028-68/+42
* Fix build with boost-1.56.0.Jörg Sonnenberger2014-08-291-1/+2
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-236-6/+6
* add a VclViewportCaolán McNamara2014-08-202-1/+6
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-165-11/+11
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-165-27/+25
* java: remove commented out codeNoel Grandin2014-08-141-3/+1
* warning C4706: assignment within conditional expressionThomas Arnhold2014-08-131-1/+4
* update_pchThomas Arnhold2014-08-132-1/+5
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
* java: remove useless javadoc tagsNoel Grandin2014-08-121-2/+0
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
* remove unused resourcesThomas Arnhold2014-08-091-2/+0
* CondFormat.hrc: remove unused resourcesThomas Arnhold2014-08-091-27/+1
* java: remove unused importsNoel Grandin2014-08-081-1/+0
* java: remove unused variablesNoel Grandin2014-08-081-10/+7
* java: remove unused fieldsNoel Grandin2014-08-081-2/+0
* java: remove commented out codeNoel Grandin2014-08-051-77/+0
* Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2014-08-041-1/+1
* cleanup usage of MapUnit enumNoel Grandin2014-07-311-2/+2
* Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2014-07-261-1/+1
* Apply pimpl to XMLPropertySetMapper.Kohei Yoshida2014-07-251-0/+2
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-172-2/+2
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-2/+5
* Head cleanup - use forward declarations.Kohei Yoshida2014-07-101-0/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2014-07-092-2/+0
* drop unused helpidsCaolán McNamara2014-07-081-4/+0
* hook up scrollingCaolán McNamara2014-07-084-43/+28
* Convert RID_CONDFORMAT to .uiPalenik Mihály2014-07-0810-599/+748
* fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin2014-07-041-6/+6
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
* drop UniReference in favour of rtl::ReferenceNoel Grandin2014-07-0210-45/+45