summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2014-05-26coverity#1215317 Uncaught exceptionCaolán McNamara1-5/+11
2014-05-26coverity#705259 Missing break in switchCaolán McNamara1-1/+1
2014-05-26coverity#705258 Missing break in switchCaolán McNamara1-0/+1
2014-05-26coverity#705254 Missing break in switchCaolán McNamara1-0/+1
2014-05-26coverity#705253 Missing break in switchCaolán McNamara1-0/+1
2014-05-26callcatcher: update unused codeCaolán McNamara2-205/+0
2014-05-24sal_uInt16 to size_tMatteo Casalin2-4/+4
2014-05-24convert doc recovery save page to .uiCaolán McNamara8-173/+192
2014-05-24coverity#707241 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-24coverity#983802 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-24coverity#983926 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-24coverity#1027650 Unchecked dynamic_castCaolán McNamara1-1/+2
2014-05-23Resolves: #i124966# keep picture format informationOliver-Rainer Wittmann1-3/+5
2014-05-23coverity#1209950 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23coverity#1210006 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23feedback color indicator for invalid tagsEike Rathke1-0/+19
2014-05-23coverity#1210079 Uncaught exceptionCaolán McNamara2-2/+5
2014-05-23coverity#1215400 Uninitialized scalar fieldCaolán McNamara1-2/+5
2014-05-22advance start of edit selection on a matching entryEike Rathke1-0/+17
2014-05-22+ SvxLanguageComboBox EditModifyHdl(), SaveEditedAsEntry()Eike Rathke1-0/+73
2014-05-21we have GetEntryPos(), use itEike Rathke1-8/+12
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-1/+1
2014-05-21RID_DLG_UPDATE conversion to .uisk941-5/+5
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet30-363/+363
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-4/+10
2014-05-20fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold19-66/+0
2014-05-19loplugin:saloverrideStephan Bergmann1-9/+9
2014-05-19loplugin:unreffunStephan Bergmann1-7/+0
2014-05-19svx: SvxPixelCtl should never be able to have zero linesChris Sherlock1-0/+1
2014-05-19Resolves: fdo#78841 crash because parent isn't SvxTabPageCaolán McNamara2-15/+9
2014-05-19We apparently don't want to build pixelctl for WNTTor Lillqvist1-1/+2
2014-05-19svx: pixelctl demo - cleanup headersChris Sherlock1-8/+0
2014-05-19svx: Create pixel control (bitmap editing) demoChris Sherlock3-0/+203
2014-05-18Correct prefixMaxim Monastirsky1-5/+5
2014-05-18Fix last color detectionMaxim Monastirsky1-1/+1
2014-05-18That's actually a pointerMaxim Monastirsky1-3/+3
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky5-81/+93
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante5-9/+6
2014-05-17fdo#78149: set the ViewPort even when painting to a MetaFileMichael Stahl1-1/+3
2014-05-16unused XGradient::VclGradientMiklos Vajna1-16/+0
2014-05-16more SvxLanguageBoxBase interfacingEike Rathke1-4/+97
2014-05-16strangely obvious leaky codeCaolán McNamara1-0/+1
2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás2-1/+7
2014-05-16clean up, remove eof commentsThomas Arnhold2-8/+0
2014-05-16introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBoxEike Rathke1-75/+205
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold96-257/+258
2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky4-421/+101
2014-05-14Revert "fdo#77683 the color in the toolbar buttons doesn't change."Maxim Monastirsky1-2/+7
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin2-2/+2