summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-12-08fdo#49934 fix RTF import of column break in case no columns are definedMiklos Vajna2-0/+15
2012-12-07don't display caption number separator on category 'None'Jack Leigh1-1/+6
2012-12-07fix bogus warning about invalid pool idsCaolán McNamara1-3/+5
2012-12-07sal_Bool to boolTakeshi Abe9-69/+69
2012-12-07fix for fdo#57551: landscape/portrait sequence lost in FILESAVE as .docLuke Deller1-0/+4
2012-12-07eEscape can never be FN_SET_SUPER_SCRIPTCaolán McNamara1-5/+0
2012-12-07fdo#55289: fix crash in SwXShape::setPropertyValue:Michael Stahl2-1/+49
2012-12-07-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+3
2012-12-07-Werror,-Wunused-private-fieldStephan Bergmann4-7/+5
2012-12-07an app can have print options without a print options dialogCaolán McNamara4-3/+15
2012-12-07sw: unused RtfReaderMiklos Vajna2-55/+0
2012-12-06adapt code to use gokul's printoptions .uiCaolán McNamara16-754/+663
2012-12-06disentangle printeroptions from print optionsCaolán McNamara3-492/+710
2012-12-06Manual conversion printeroption widgetgokul1-152/+490
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák3-3/+2
2012-12-06Drop unused declarationTakeshi Abe1-1/+0
2012-12-06sal_Bool to boolTakeshi Abe14-71/+69
2012-12-06sw: kill RTL_CONSTASCII_STRINGPARAM and friends in ww8 filtersMiklos Vajna10-86/+78
2012-12-05restore swdoc testCaolán McNamara1-0/+1
2012-12-05move numberformatpage to cuiCaolán McNamara1-462/+0
2012-12-05move printer setup .ui to svtools and replace .src with itCaolán McNamara1-286/+0
2012-12-05correctly parse range in cond format dlgMarkus Mohrhard1-1/+0
2012-12-05sal_Bool to boolTakeshi Abe17-123/+124
2012-12-04clean up more sbxToUnoValue declarationsMichael Stahl1-1/+1
2012-12-04Writer styles: add the non-hidden pooled styles if mask is SFXSTYLEBIT_ALLCédric Bosdonnat2-13/+17
2012-12-04Added numberformat.ui and modified labels of present uigokul1-0/+462
2012-12-04converstion of Printer setup widgetgokul1-0/+286
2012-12-04WaE : call base copy constructorNorbert Thiebaud1-1/+2
2012-12-04Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat3-1/+15
2012-12-04Export finely dashed borders to docx.Eilidh McAdam1-0/+3
2012-12-04docx fine dashed table border import test case.Eilidh McAdam2-0/+15
2012-12-04fdo#54473 fdo#57133 fix RTF import of character stylesMiklos Vajna2-0/+19
2012-12-04i#25473: this was fixed by previous commit, so enable...Michael Stahl1-4/+0
2012-12-04SwXStyle::getPropertySetInfo: split world's stupidest staticMichael Stahl1-3/+6
2012-12-04SwXStyle::getPropertyDefaults: handle non-itemset based properties:Michael Stahl1-0/+6
2012-12-03Related: fdo#57515 Crash when creating a Table of ContentsJulien Nabet1-3/+6
2012-12-03SwXDocumentIndex: implement css.util.XRefreshableMichael Stahl4-16/+237
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-3/+3
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat6-39/+32
2012-12-03drop unnecessary resource idsCaolán McNamara8-44/+23
2012-12-03convert outline numbering numbering tab over fullyCaolán McNamara14-351/+130
2012-12-03convert outline numbering position tab over fullyCaolán McNamara10-564/+294
2012-12-03Make it localTakeshi Abe1-3/+3
2012-12-03sal_Bool to boolTakeshi Abe7-67/+67
2012-12-03API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl1-1/+0
2012-12-01Insert Table Dialog: Rename button back to "AutoFormat", Accelerators changedSamuel Mehrbrodt1-3/+3
2012-12-01Resolves: fdo#56549 crash in format->autocorrect->apply and edit changesCaolán McNamara2-5/+5
2012-12-01sw: remove unused UNO wrapper around old internal RTF importMiklos Vajna5-195/+0
2012-11-30Hidden styles: ODF import/exportCédric Bosdonnat1-29/+26
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat2-0/+37