summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/misc
AgeCommit message (Expand)AuthorFilesLines
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann1-15/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin2-6/+6
2014-09-18fdo#82577: Handle FontNoel Grandin1-9/+9
2014-09-15reportdesign: sal_Bool -> boolStephan Bergmann1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-32/+32
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 Grandin1-3/+2
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold1-1/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-18rtl::Reference fits just fine hereStephan Bergmann1-22/+17
2014-05-27reportdesign: Fix applying the last used colorMaxim Monastirsky1-0/+6
2014-05-25reportdesign: Update shape buttons with sub toolbar selectionMaxim Monastirsky1-1/+6
2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky1-5/+2
2014-05-02reportdesign: sal_Bool->boolNoel Grandin2-7/+7
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock1-2/+1
2014-04-14fdo#76294: Fix the build.Kohei Yoshida1-1/+10
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-7/+7
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-1/+1
2014-03-03editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-26/+26
2014-02-26Remove visual noise from reportdesignAlexander Wilms6-16/+16
2014-02-23Remove unneccessary commentsAlexander Wilms6-110/+110
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-21editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-21sal_Bool->boolNoel Grandin1-1/+1
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+0
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert3-0/+6
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-27/+27
2014-01-21REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini3-9/+0
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2013-12-31convert related family of tabdialogs to .uiCaolán McNamara1-2/+2
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin2-5/+5
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-5/+5
2013-11-11remove unnecessary use of OUString constructor in REPORTDESIGN moduleNoel Grandin2-2/+2
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza2-4/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-18convert String to OUString in reportdesign moduleNoel Grandin3-7/+7
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-07-29Mark as constTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin1-4/+4
2013-05-21Related: #i121442# Adapt existing code in other modulesAriel Constenla-Haile1-28/+36
2013-04-24Fix MSVC build: A ? : operator doesn't automagically construct an OUStringTor Lillqvist1-2/+2