summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/addresslistdialog.cxx
AgeCommit message (Expand)Author
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-16EndDialog(sal_True) ==> EndDialog(RET_OK)Matteo Casalin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-14Unify utl::TempFile ctorsStephan Bergmann
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist
2014-04-18OUString: constify, remove temporaries and concatenated appendsMatteo Casalin
2014-04-18sal_uInt16 to intMatteo Casalin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-15convert sw/source/ui/dbui/*.cxx from String to OUStringNoel Grandin
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara
2013-09-11convert select address book to .uiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-02... fix more -Werror=address (wrong TempFile ctor called)Michael Stahl
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin
2012-12-27More MSC -> _MSC_VER, sorryTor Lillqvist
2012-12-21sw: kill C2U in dbuiMiklos Vajna
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-04Fixes/improvements on previous commitStephan Bergmann
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin
2012-08-23sw: remove #undef SW_DLLIMPLEMENTATION nonsenseMichael Stahl
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-07-27catch by const referenceCaolán McNamara
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner
2010-12-27RTL_CONSTASCII_USTRINGPARAMJulien Nabet
2010-10-21make address book sub dialog behave correctlyCaolán McNamara
2010-10-20convert to new OSL family of assertsJacek Wolszczak