summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2014-05-23switch the Western language list box to SvxLanguageComboBoxEike Rathke1-0/+14
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet5-15/+15
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold5-6/+0
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17Julien Nabet7-77/+77
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-2/+2
2014-05-16fix memory leak on pasting metafiles into writerCaolán McNamara1-1/+1
2014-05-16trivial cleanupsCaolán McNamara1-3/+1
2014-05-15p is for pointers.Kohei Yoshida1-2/+2
2014-05-15Actually this empty() check here is redundant.Kohei Yoshida1-2/+1
2014-05-15Sort ptr_vector using its own sort() method.Kohei Yoshida1-28/+25
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold9-25/+25
2014-05-13BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan2-31/+0
2014-05-13Revert "remove unused code -SvtLanguageTable::AddLanguageTag"Eike Rathke1-0/+6
2014-05-13remove unused code -SvtLanguageTable::AddLanguageTagNoel Grandin1-6/+0
2014-05-12whitespace cleanupMarkus Mohrhard1-8/+0
2014-05-11remove external header guardsThomas Arnhold1-7/+2
2014-05-11fix-includes.pl: svtoolsThomas Arnhold67-166/+135
2014-05-10coverity#708306 Uninitialized pointer fieldCaolán McNamara1-1/+2
2014-05-10coverity#708336 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-10add on-the-fly language tags to the language tableEike Rathke1-0/+6
2014-05-10added SvtLanguageTable::AddLanguageTag()Eike Rathke1-0/+5
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky3-3/+3
2014-05-08WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin2-4/+4
2014-05-08svtools: sal_Bool->boolNoel Grandin57-734/+734
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann4-9/+9
2014-05-06move ResArray into SvtLanguageTableImplEike Rathke1-7/+21
2014-05-06ditch the last temporary SvtLanguageTable instanceEike Rathke1-4/+2
2014-05-06provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex()Eike Rathke1-0/+10
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist26-29/+1011
2014-05-06consistent percent sign in commentsThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-04-30handle brightness+contrast from msoffice (bnc#875713)Luboš Luňák2-0/+22
2014-04-30Related: fdo#72142 lighter ruler default colorCaolán McNamara1-2/+2
2014-04-29fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida1-1/+10
2014-04-29Resolves: fdo#72142 darker default workspace colorCaolán McNamara1-1/+1
2014-04-29Related: fdo#50697 reset the cache timeout on GetGraphicCaolán McNamara1-2/+18
2014-04-28WaE: implicit conversion from bool to 'long'Tor Lillqvist1-2/+2
2014-04-28remove unused code from TabBarNoel Grandin1-15/+3
2014-04-28Improve TabBar return typesNoel Grandin1-8/+8
2014-04-28VCL: Renamed two functionsChris Sherlock1-1/+1
2014-04-26fdo#72006 Populate "Load URL" dropdown from picklist.Andrzej Hunt1-2/+2
2014-04-24make SvDetachedEventDescriptor::hasByName return boolNoel Grandin1-2/+2
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold3-0/+9
2014-04-24add missing modelines to hrc and src filesThomas Arnhold1-0/+2
2014-04-23huge hrc and src file cleanupThomas Arnhold2-97/+0
2014-04-23coverity#707218 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-22stray commaCaolán McNamara1-1/+1
2014-04-22coverity#708335 Uninitialized scalar fieldCaolán McNamara1-2/+11
2014-04-22coverity#708334 Uninitialized scalar fieldCaolán McNamara1-2/+4