summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)Author
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15reportdesign: sal_Bool -> boolStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-03convert RID_GROUPS_SORTING floating window to .uiCaolán McNamara
2014-09-02convert RID_NAVIGATOR floatingwindow to .uiCaolán McNamara
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-20add a VclViewportCaolán McNamara
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold
2014-08-13update_pchThomas Arnhold
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-09remove unused resourcesThomas Arnhold
2014-08-09CondFormat.hrc: remove unused resourcesThomas Arnhold
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann
2014-07-31cleanup usage of MapUnit enumNoel Grandin
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida
2014-07-09-Werror,-Wunused-private-fieldStephan Bergmann
2014-07-08drop unused helpidsCaolán McNamara
2014-07-08hook up scrollingCaolán McNamara
2014-07-08Convert RID_CONDFORMAT to .uiPalenik Mihály
2014-07-04fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin
2014-07-03use assert when followed by derefCaolán McNamara
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-07-01coverity#706608 Uncaught exceptionCaolán McNamara
2014-06-30error: direct base 'boost::noncopyable' inaccessible due to ambiguityMiklos Vajna
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin