summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/drpcps.cxx
AgeCommit message (Expand)Author
2014-05-01break infinite loopLuboš Luňák
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-27constLuboš Luňák
2014-04-27surely std::min was the intentCaolán McNamara
2014-04-27Do not attempt to copy beyond end of OUStringMatteo Casalin
2014-04-27Do not use copy() to copy the whole OUStringMatteo Casalin
2014-04-27Simplify loopMatteo Casalin
2014-04-27sal_uInt16 to more proper types + constificationMatteo Casalin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2013-10-19fix CID#1038503 uninitializCaolán McNamara
2013-10-19CID#1038503 uninitialized memberCaolán McNamara
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-15convert sw/source/ui/chrdlg/*.cxx from String to OUStringNoel Grandin
2013-10-15convert sw/inc/editsh.hxx from String to OUStringNoel Grandin
2013-09-08SwDropCapsDlg can now be converted to SfxSingleTabDialogCaolán McNamara
2013-07-03Finishing touch on Drop Caps widget UI conversion.Olivier Hallot
2013-06-19expand scheme to share sizes for paragraph dialog preview widgetsCaolán McNamara
2013-06-19Convert Drop Caps tab page to UI widgetsOlivier Hallot
2013-06-19Resolves: fdo#65931 why are we futzing with leading on the preview anywayCaolán McNamara
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02sw: remove macrosThomas Arnhold
2013-03-03sal_Bool to boolTakeshi Abe
2013-02-25sal_Bool to boolTakeshi Abe
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-08sal_Bool to boolTakeshi Abe
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin
2012-08-23sw: remove #undef SW_DLLIMPLEMENTATION nonsenseMichael Stahl
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-06-15Replace SvULongs and SvUShorts with std::vector in drpcps.cxx. LGPLv3+/MPLNigel Hawkins
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
2011-02-23translates all code-comments of writer/sw/source/ui/chrdlgMartin Kepplinger
2011-02-21masterfix DEV300: #i10000# WAE fixesIvo Hinkelmann