summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-13startcenter: Add file type filter to RecentDocsViewKrisztian Pinter2-1/+20
2013-08-13startcenter: Improve thumbnails in RecentDocsViewKrisztian Pinter3-10/+80
2013-08-13startcenter: Clean up RecentDocsViewKrisztian Pinter2-22/+15
2013-08-13startcenter: Add app icons to sfx2Krisztian Pinter2-0/+43
2013-08-13fdo#68064: Do not insert aTempEntry multiple timesStephan Bergmann1-4/+8
2013-08-13DOCX export of paragraph border drop shadowMiklos Vajna3-8/+20
2013-08-13DOCX import of paragraph border drop shadowMiklos Vajna5-8/+24
2013-08-13Resolves: #i120133# Doc file saved by Office, section size changedJian Hong Cheng4-3/+25
2013-08-13convert label dialog to .uiCaolán McNamara17-169/+265
2013-08-13Updated coreCaolán McNamara1-0/+0
2013-08-13AppUserModelIDs registry entries are useful only on Windows7+Jesús Corrius1-1/+1
2013-08-13add support for gtk-media-play symbolCaolán McNamara3-3/+8
2013-08-13set mnemonic widgets and other HIG tweaksCaolán McNamara14-762/+153
2013-08-13add a seconds unitCaolán McNamara7-1/+10
2013-08-13add a stock 'Play' buttonCaolán McNamara3-0/+8
2013-08-13Change String to OUString in SwHTMLParser classPalenik Mihály10-119/+115
2013-08-13Ensure iterators are value-initializedStephan Bergmann2-18/+2
2013-08-13fdo#50470: Restore pyuno object method introspection in Python 3David Bolen3-24/+45
2013-08-13fdo#57950: Remove some chained appends in xmhelpJelle van der Waa3-38/+13
2013-08-13fdo#59981 Rearrange Ruler Tab StopsJoel Madero3-8/+9
2013-08-13fdo#67585 Spreadsheet Label Consistency + IconsJoel Madero5-1/+9
2013-08-13Also ' was duplicatedTor Lillqvist1-1/+1
2013-08-13convert business data page to .uiCaolán McNamara8-340/+705
2013-08-13Updated coreCaolán McNamara1-0/+0
2013-08-13Expert config edit button implemented.Efe Gürkan YALAMAN4-13/+274
2013-08-13Uploading libwpd-0.9.9 releaseFridrich Štrba1-1/+1
2013-08-13Fix fdo#67908 - keep Visual around until after GL context is created.Thorsten Behrens1-2/+2
2013-08-13RTF import: handle rotation on groupshapesMiklos Vajna8-8/+118
2013-08-13Unused private variablesKatarina Behrens1-2/+0
2013-08-13Preserve entry data from combobox itemsKatarina Behrens6-25/+9
2013-08-13Removed unused widgets, were Hide=True in orig .src fileKatarina Behrens2-19/+0
2013-08-13Removed dead (mostly widget-placing) codeKatarina Behrens1-79/+0
2013-08-13Converted custom animation property dialog to .uiKatarina Behrens7-154/+1033
2013-08-13convert private user page to .uiCaolán McNamara6-300/+741
2013-08-13XubString->OUStringCaolán McNamara17-72/+71
2013-08-13downgrade Unknown type: GailWindow warning to infoCaolán McNamara2-4/+1
2013-08-13Updated coreCaolán McNamara1-0/+0
2013-08-13Avoid warning: rtl_uString_newFromLiteral - Found char > 127Tor Lillqvist1-1/+1
2013-08-13Remove duplicated space in aWordDelimiters initialiserTor Lillqvist1-1/+1
2013-08-13String to OUString and some reduction of scopeMatteo Casalin14-366/+326
2013-08-13Unused memeberStephan Bergmann1-1/+0
2013-08-13Use stardard prefixes for data members, and english namesMatteo Casalin2-84/+84
2013-08-12Compile token array only once per formula group.Kohei Yoshida5-18/+38
2013-08-12Return something.Kohei Yoshida1-0/+2
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida1-1/+1
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida1-6/+18
2013-08-12Fix indentation.Kohei Yoshida1-6/+6
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida2-12/+38
2013-08-12Do the splitting of formula groups.Kohei Yoshida4-9/+40
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida7-6/+160