summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuigaldlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-23Remove unneccessary commentsAlexander Wilms1-63/+63
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-11coverity#738581 Uninitialized pointer fieldCaolán McNamara1-1/+2
2014-02-11coverity#738580 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-01convert update file list queryboxes to .uiManal Alhassoun1-1/+1
2013-12-24convert gallery theme properties dialog to .uiCaolán McNamara1-9/+11
2013-12-17convert gallery search progress dialog to .uiCaolán McNamara1-10/+9
2013-12-17fix deadlock on pressing cancel in find files for galleryCaolán McNamara1-6/+9
2013-12-16convert gallery theme id dialog to .uiCaolán McNamara1-15/+12
2013-12-16convert gallery title dialog to .uiCaolán McNamara1-14/+5
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann1-2/+2
2013-10-01cui: fix up WNT-only codeMichael Stahl1-1/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-46/+46
2013-09-13Related: fdo#38838 remove UniString::ToLowerAsciiCaolán McNamara1-2/+2
2013-08-12convert vcl/graphicfilter.hxx from String to OUStringNoel Grandin1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-2/+2
2013-03-04sal_Bool to boolTakeshi Abe1-2/+2
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-1/+1
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-14/+6
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-9/+6
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin1-24/+18
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+1
2012-07-16Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara1-4/+2
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-3/+0
2012-04-20removed unused definesTakeshi Abe1-7/+0
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn1-4/+2
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-15/+15
2012-02-23Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann1-19/+26
2012-01-21Improve checking for emptinessThomas Arnhold1-2/+2
2011-08-25callcatcher: yet more unused codeCaolán McNamara1-10/+0
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud1-33/+59
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-42/+52
2011-03-11Move DBG_ERROR to OSL_FAIL (multiline)Thomas Arnhold1-2/+2
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-42/+52
2011-03-02Replace one DBG_UTIL with OSL_DEBUG_LEVELThomas Arnhold1-2/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-15accfixes: merged to m100Malte Timmermann [mt]1-36/+36
2011-02-12Remove precompiled header support.Joseph Powers1-3/+0
2011-02-12Remove DECLARE_LIST( UniStringList, UniString* )Joseph Powers1-21/+20
2011-02-08std::bit_vector -> ::std::vector<bool, std::allocator<bool> >Fridrich Štrba1-1/+1