summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-12-29Added Digital signature widgets .uiGokul2-0/+432
2012-12-29callcatcher: update unused code listCaolán McNamara2-25/+0
2012-12-29move spelling .ui to cui and clean up a littleCaolán McNamara1-338/+0
2012-12-29follow logical consequences of a minimum icu version of 4.6Caolán McNamara1-4/+0
2012-12-29sw_swdoc_test needs more servicesDavid Tardon1-0/+3
2012-12-29Remove unused structTakeshi Abe1-9/+0
2012-12-29sal_Bool to boolTakeshi Abe3-68/+68
2012-12-28Some cppcheck cleaning in swJulien Nabet8-22/+14
2012-12-28fix the sw_swdoc_test crashLuboš Luňák1-1/+1
2012-12-28fdo#45183 fix RTF import of tables with different row widthsMiklos Vajna2-0/+49
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley2-0/+2
2012-12-27Get rid of duplicated and apparently unused historical leftoversTor Lillqvist3-74/+0
2012-12-27More MSC -> _MSC_VER, sorryTor Lillqvist15-52/+52
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist2-2/+2
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+1
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist3-3/+9
2012-12-27sw: kill no longer needed C2S and C2U macrosMiklos Vajna22-306/+302
2012-12-27Remove deserted variablesTakeshi Abe1-2/+0
2012-12-27sal_Bool to boolTakeshi Abe5-43/+43
2012-12-26ignore #include inside #ifLubos Lunak1-1/+1
2012-12-26translate remaining German comments in sw/incPhilipp Riemer4-6/+4
2012-12-26Drop unused variableTakeshi Abe1-1/+0
2012-12-26Nuke unreachable codeTakeshi Abe1-6/+0
2012-12-26sal_Bool to boolTakeshi Abe10-39/+39
2012-12-25Fix for rtfexport subsequenttestLeMoyne Castle1-1/+1
2012-12-25Remove useless declarationTakeshi Abe1-2/+0
2012-12-25sal_Bool to boolTakeshi Abe7-73/+73
2012-12-24fdo#57678 fix import of RTF_PARD between RTF_CELL and RTF_ROWMiklos Vajna2-0/+44
2012-12-23fdo#58076 fix import of RTF page margins vs partial section propsMiklos Vajna2-0/+17
2012-12-23remove unused variables [-Werror,-Wunused-private-field]Matúš Kukan4-8/+5
2012-12-23Fix that actually compiles, at least with V2012Tor Lillqvist1-1/+1
2012-12-23Try to fix "cannot convert from 'const char *' to 'rtl::OUString'"Tor Lillqvist1-1/+1
2012-12-22sw: kill C2U in uiMiklos Vajna28-179/+174
2012-12-22fdo#57886 fix import of RTF_MLIMLOCMiklos Vajna3-0/+34
2012-12-23Drop unused #defineTakeshi Abe1-2/+0
2012-12-23sal_Bool to boolTakeshi Abe4-30/+30
2012-12-21sw: add csv output for extra filter testsMiklos Vajna9-48/+63
2012-12-21fdo#53604 fix RTF export of empty footnotesMiklos Vajna3-0/+14
2012-12-21sw: kill C2U in dbuiMiklos Vajna10-132/+126
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin16-42/+34
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin1-13/+3
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat6-0/+6
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat9-59/+0
2012-12-20Converted Spelling and grammar WidgetGokul1-0/+338
2012-12-20improve padding on character dialog pagesJack Leigh1-0/+2
2012-12-20convert columns dialog (and sections/frame/page tab page) to .uiCaolán McNamara12-1011/+739
2012-12-20make a PercentFieldWrap that wraps a MetricFieldCaolán McNamara2-0/+291
2012-12-20SwUndoSaveCntnt: remove index parameter from Move{From,To}UndoNdsMichael Stahl4-26/+16
2012-12-20SwUndoInsert: replace SwPosition with SwNodeIndex here tooMichael Stahl2-23/+16
2012-12-20SwUndoInserts should not use a SwPosition:Michael Stahl2-26/+17