summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/addresslistdialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-09formatting improvements in sw/Noel Grandin1-9/+9
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-9/+9
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-17boost->stdCaolán McNamara1-2/+0
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-14/+7
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-04convert SW_DB_SELECT constants to scoped enumNoel Grandin1-1/+1
2015-06-03SwAddressListDialog::LoadHdl_Impl: simplifyMiklos Vajna1-6/+1
2015-06-01SwDBManager: embed data source definition if possibleMiklos Vajna1-1/+9
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-17/+17
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-17sw: convert new to ::Create.Noel Grandin1-3/+5
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+9
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2015-04-09loplugin:staticmethodsNoel Grandin1-10/+10
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-16EndDialog(sal_True) ==> EndDialog(RET_OK)Matteo Casalin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-1/+1
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-3/+3
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist1-2/+2
2014-04-18OUString: constify, remove temporaries and concatenated appendsMatteo Casalin1-41/+26
2014-04-18sal_uInt16 to intMatteo Casalin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe1-8/+6
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-2/+2
2013-10-15convert sw/source/ui/dbui/*.cxx from String to OUStringNoel Grandin1-17/+17
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara1-2/+2
2013-09-11convert select address book to .uiCaolán McNamara1-109/+118
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-02... fix more -Werror=address (wrong TempFile ctor called)Michael Stahl1-1/+1