summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmaddressblockpage.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-17missing SetForbiddenChars callCaolán McNamara1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-5/+5
2014-04-18Avoid temporary boolMatteo Casalin1-2/+1
2014-04-18OUString: reduce temporaries and constifyMatteo Casalin1-52/+45
2014-04-18sal_uInt16 to sal_Int32/sal_uInt32 + constifyMatteo Casalin1-20/+19
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-28coverity#1130422 Dereference null return valueCaolán McNamara1-1/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-25svtools: sal_Bool->boolNoel Grandin1-3/+3
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-18convert address block wizard page to .uiCaolán McNamara1-102/+76
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara1-5/+8
2014-02-09coverity#1130443 Improper use of negative valueCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-5/+5
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe1-6/+4
2014-01-18Window::PreNotify should return boolStephan Bergmann1-7/+7
2013-12-03convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32Noel Grandin1-1/+1
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold1-18/+0
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-17mailmerge: fix salutation listAndras Timar1-2/+1
2013-10-17fix thinkoAndras Timar1-1/+1
2013-10-15convert sw/source/ui/dbui/*.cxx from String to OUStringNoel Grandin1-55/+44
2013-10-10convert sw/source/ui/dbui/*.hxx from String to OUStringNoel Grandin1-12/+12
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara1-9/+3
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-5/+5
2013-09-14really convert select address block to .uiCaolán McNamara1-53/+45
2013-09-13really drop unused help idCaolán McNamara1-1/+0
2013-09-13convert edit address block dialog to .uiCaolán McNamara1-193/+145
2013-09-12fix crash after overwriting content with tab and using move buttonsCaolán McNamara1-3/+3
2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara1-3/+3
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-10String/XubString to OUStringMatteo Casalin1-21/+14
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-37/+37
2013-03-17coverity#705115 Using invalid iteratorJulien Nabet1-4/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-4/+4
2013-01-16sal_Bool to boolTakeshi Abe1-3/+3
2012-12-27More MSC -> _MSC_VER, sorryTor Lillqvist1-10/+10
2012-12-06adapt code to use gokul's printoptions .uiCaolán McNamara1-1/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-8/+8
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-08-23sw: remove #undef SW_DLLIMPLEMENTATION nonsenseMichael Stahl1-3/+0
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-2/+2
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-3/+3