summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann51-138/+228
2019-01-11tdf#120993 update Add fields icon in colibreandreas kainz12-6/+6
2019-01-11ofz#11188 avoid timeoutCaolán McNamara1-0/+8
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara8-94/+59
2019-01-11make Insert->Header and Footer dialog asyncNoel Grandin2-10/+15
2019-01-11make Format->Bullets and Numbering dialog asyncNoel Grandin1-34/+39
2019-01-11tdf#100701 UI Enhancement: unintuitive naming changed as requested in commentsSass Dávid1-3/+3
2019-01-11Resolves: tdf#122448 Change menu Item "Slide->Master Slide"Roman Kuznetsov3-3/+3
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen32-35/+61
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann5-1033/+0
2019-01-11use unique_ptr in swNoel Grandin9-44/+36
2019-01-11ofz#11061 pick an upper bound on acceptible image sizeCaolán McNamara1-1/+1
2019-01-11make insert->header/footer dialogs asyncNoel Grandin2-15/+21
2019-01-11make insert-section dialog asyncNoel Grandin3-21/+14
2019-01-11vcl pdf: make XRefEntry members privateMiklos Vajna2-35/+48
2019-01-11oox smartart, org chart: handle multiple paragraphs on data nodeMiklos Vajna3-11/+17
2019-01-11use unique_ptr in SwViewShell::ImplEndActionNoel Grandin1-6/+1
2019-01-11use unique_ptr in SwNodes::ExpandRangeForTableBoxNoel Grandin3-8/+7
2019-01-11use unique_ptr in SwXNumberingRulesNoel Grandin1-27/+17
2019-01-11use unique_ptr in SwXFrameNoel Grandin1-7/+4
2019-01-11no need to allocate on heap in SwUndoSortListNoel Grandin2-16/+10
2019-01-11use unique_ptr in SwUndoDelSectionNoel Grandin1-7/+6
2019-01-11use unique_ptr in SwLayHelperNoel Grandin3-11/+11
2019-01-11o3tl::make_unique -> std::make_unique in xmlsecurity/Gabor Kelemen2-4/+5
2019-01-11o3tl::string_view -> std::string_view (in tools)Stephan Bergmann2-3/+3
2019-01-11Fix typoAndrea Gelmini1-1/+1
2019-01-11tdf#69060: lock refreshing font data when loading a documentMike Kaganski6-1/+65
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski6-13/+52
2019-01-11writerfilter: import section margins and writingModeJustin Luth4-0/+52
2019-01-11Update git submodulesAndrea Gelmini1-0/+0
2019-01-11Related: tdf#44076 use sc::power() in ScMatrix::PowOp()Eike Rathke1-2/+2
2019-01-11Update git submodulesAndrea Gelmini1-0/+0
2019-01-10o3tl::string_view -> std::string_view (in svtools)Stephan Bergmann1-2/+5
2019-01-10o3tl::string_view -> std::string_view (in sfx2)Stephan Bergmann1-1/+2
2019-01-10o3tl::string_view -> std::string_view (in cui)Stephan Bergmann1-2/+3
2019-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann4-8/+23
2019-01-10tdf#122454 Impress: Correct d'n'd animation selection in WindowsBrian Fraser1-2/+6
2019-01-10Resolves: tdf#120632 consider submenus on restoring focus from menuCaolán McNamara2-1/+13
2019-01-10DocumentSettings Writer UNO API test (converted from Java test)Tomaž Vajngerl8-0/+445
2019-01-10Revert "Try fixing VclComplexTextTest::testArabic by rescheduling"Mike Kaganski1-3/+4
2019-01-10EmptyBPixel is unusedStephan Bergmann3-27/+1
2019-01-10tdf#107416 Revert "tdf#103703 Turn on single print jobs for collated prints"Gabor Kelemen1-3/+0
2019-01-10Resolves: tdf#122398 max/min limits too small for scale FormattedSpinButtonsCaolán McNamara2-6/+9
2019-01-10Resolves: tdf#43220 ensure old popup is destroyed on replacementCaolán McNamara1-0/+1
2019-01-10tdf#122563 DOCX import: fix OLE size after roundtripLászló Németh3-1/+14
2019-01-10PropertyValue must be a complete type here (Windows --disable-pch)Stephan Bergmann1-1/+1
2019-01-10__cplusplus >= 201703L is always true now for _MSC_VERStephan Bergmann1-1/+1
2019-01-10Related: tdf#113205, revert add icons to extensions/source/update/uiCaolán McNamara2-0/+0
2019-01-10Resolves: ofz#12462 fix build failureCaolán McNamara1-0/+1
2019-01-10make format->page dialog asyncNoel Grandin1-31/+35