summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-04-12take the .ui files from $BRAND_BASE_DIR/$BRAND_SHARE_SUBDIRCaolán McNamara2-2/+2
2017-04-12ooxmlexport4 triggers .ui loading tooCaolán McNamara1-1/+5
2017-04-12tell cppunit test about .ui requirementCaolán McNamara1-1/+5
2017-04-12sw: fix typos in URLsMichael Stahl2-5/+5
2017-04-12fix typo @trhowsMichael Stahl1-2/+2
2017-04-12tdf#39468 Translate German comments in swJens Carl1-87/+85
2017-04-12convert header/footer menu to .uiCaolán McNamara8-107/+101
2017-04-12tdf#39468 Translate German comments in swJens Carl2-148/+143
2017-04-12convert annotation page break menu to .uiCaolán McNamara8-102/+102
2017-04-12convert SwTableSearchType to o3tl::typed_flagsNoel Grandin7-48/+50
2017-04-12use std::unique_ptrCaolán McNamara1-5/+5
2017-04-12drop unused argumentCaolán McNamara3-10/+8
2017-04-12ofz: timeout, guard against going backwardsCaolán McNamara3-10/+17
2017-04-12fix indentCaolán McNamara1-1/+1
2017-04-12convert SelectionType to scoped enumNoel Grandin33-382/+393
2017-04-12convert SwComparePosition to scoped enumNoel Grandin10-199/+199
2017-04-12add SAL_WARN_UNUSED to sw::Ring and friendsNoel Grandin9-20/+9
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara3-8/+8
2017-04-11sw: let getProperty fail more helpfullyMichael Stahl1-2/+6
2017-04-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl2-0/+323
2017-04-11consistently track amount of buffers remainingCaolán McNamara10-256/+357
2017-04-11tdf#107057 revert the logic of SwFrame::PaintAreaMark Hung1-5/+0
2017-04-11sw: fix indentation in SidebarScrollBarMiklos Vajna1-3/+7
2017-04-11inline some trivial private methodsNoel Grandin3-50/+46
2017-04-11tdf#106970 DOCX import: don't collapse para auto space for different numsMiklos Vajna2-0/+9
2017-04-11loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWinNoel Grandin27-598/+513
2017-04-11PB_Preview constant in SwSidebarWin is unusedNoel Grandin7-117/+50
2017-04-11restore missing ooxmlimport unit test: n757890.docxJustin Luth1-0/+20
2017-04-10Resolves: tdf#106078 get bounding box of commented region for gtk3 tooltipsCaolán McNamara1-1/+19
2017-04-10we don't use the SwRect FieldRect in this caseCaolán McNamara1-2/+1
2017-04-10the navigator menus in writer should use radio entries tooCaolán McNamara1-6/+6
2017-04-10edlingu.cxx: remove some pointless OSL_ENSUREMichael Stahl1-9/+4
2017-04-10tdf#39468 Translate German comments in swJens Carl47-139/+128
2017-04-10Fix typos to complete commit b35552f39503Andrea Gelmini1-1/+1
2017-04-10sw: prefix members of SwRedlineOptionsTabPageMiklos Vajna2-120/+120
2017-04-09tdf#106964 Notebookbar: missing id int the .ui fileSzymon Kłos1-1/+1
2017-04-08Notebookbar: add new file and recent docs to the menuSzymon Kłos1-0/+2
2017-04-07tdf#106692 writerfilter: RTF import: fix \'0d in \leveltextMichael Stahl1-0/+6
2017-04-07Resolves: tdf#102286 lets not crash on null pFrameCaolán McNamara1-2/+4
2017-04-07rework setting hidden property on line breakCaolán McNamara1-3/+4
2017-04-07lok: Make getPart() always return 0 in Writer.Jan Holesovsky1-8/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin5-18/+16
2017-04-07tdf#106390 improve table in table and table in frame clipping.Mark Hung1-0/+5
2017-04-07Fix typosAndrea Gelmini1-1/+1
2017-04-07ditch ReadRawUniStringCaolán McNamara2-52/+17
2017-04-07Restore "ofz: treat more short properties as run ends"Caolán McNamara1-59/+67
2017-04-07Drop unnecessary HIDsGabor Kelemen2-17/+0
2017-04-06split getAccessibleParentCaolán McNamara3-4/+15
2017-04-06tdf#106974 docx export: Crop is "long", not sal_Int16Justin Luth3-4/+14
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: swStephan Bergmann9-14/+14