summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Let REGEX() return #N/A instead of #VALUE! if no match, tdf#113977 follow-upEike Rathke1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen195-124/+335
2018-10-26Don't read past end of string in Guess ctorStephan Bergmann1-39/+36
2018-10-26Towards solving tdf#120747: Remember the preview file of personaMuhammet Kara2-6/+8
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin34-189/+116
2018-10-26loplugin:singlevalfields improvementNoel Grandin29-418/+340
2018-10-26loplugin:unusedfieldsNoel Grandin6-83/+88
2018-10-26Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt6-2/+169
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt3-41/+62
2018-10-26oox: remove dead QuickDiagrammingImportMiklos Vajna3-190/+0
2018-10-26LibreLogo: add unit tests for program compilationLászló Németh2-0/+97
2018-10-26Fix typosAndrea Gelmini2-2/+2
2018-10-26tdf#120888 Use event notify resultJim Raykowski1-1/+1
2018-10-26Change kScInterpreterMaxStrLen now result string length limit to 256MBEike Rathke1-2/+3
2018-10-26Use SAL_MAX_INT32 in CheckStringPositionArgument()Eike Rathke1-2/+2
2018-10-26Introduce kScInterpreterMaxStrLenEike Rathke2-4/+6
2018-10-26Rework GetStringPositionArgument() to return sal_Int32Eike Rathke2-59/+48
2018-10-26tdf#120907 Arrow keys don't work in palette listMaxim Monastirsky1-0/+7
2018-10-25use "range for" to iterate through certificatesTomaž Vajngerl1-5/+4
2018-10-25Support to sign a document with a specified signatureTomaž Vajngerl2-1/+50
2018-10-25Update git submodulesIlmari Lauhakangas1-0/+0
2018-10-25Qt5 fix Windows -Werror buildJan-Marek Glogowski1-2/+4
2018-10-25oox smartart: work towards accessing parent constraintsMiklos Vajna4-12/+51
2018-10-25Always check IsVirtual() in SwFntObj::DrawTextJan-Marek Glogowski1-2/+2
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski12-60/+39
2018-10-25Remove dead commentStephan Bergmann1-1/+0
2018-10-25Return bool from InitFont and try to init the fontJan-Marek Glogowski6-102/+36
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski24-174/+212
2018-10-25sw HTML import: avoid custom default page style in reqif modeMiklos Vajna5-15/+36
2018-10-25Fix typosAndrea Gelmini2-4/+4
2018-10-25weld SwAuthMarkModalDlgCaolán McNamara7-67/+462
2018-10-25Need <o3tl/make_unique.hxx>Tor Lillqvist1-0/+1
2018-10-25fix gdb pretty printingNoel Grandin4-10/+10
2018-10-25tdf#120525 fix linespacing <100% for impressAlicVB1-2/+2
2018-10-25Remembering window position regressed a littleKatarina Behrens1-2/+5
2018-10-25tdf#120188 limit the width of the styles combos in the url tabpageCaolán McNamara2-0/+6
2018-10-25Verify that we are actually passed a URL, not a pathnameTor Lillqvist1-0/+9
2018-10-25The 2nd parameter to lo_initialize() is a URL so use such naming consistentlyTor Lillqvist1-4/+4
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin9-23/+21
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski11-53/+40
2018-10-25Fix typoAndrea Gelmini1-1/+1
2018-10-25weld SwTOXStylesTabPageCaolán McNamara6-141/+191
2018-10-25Fix external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-...Stephan Bergmann1-6/+7
2018-10-25re-orient insert index entry to have action buttons at the bottomCaolán McNamara1-434/+434
2018-10-25Reorganize FrameBorderPrimitive creation (II)Armin Le Grand8-135/+253
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke12-4/+87
2018-10-25tdf#120830 crash opening Form-Based FiltersNoel Grandin1-1/+1
2018-10-25tdf#118747 sc: use manual height for previous rows in TransferObjVasily Melenchuk1-0/+6
2018-10-25sw: fix some IWYU warningsMiklos Vajna20-16/+31
2018-10-25tdf#119856 related: opening kde5 filepicker from extensions now possibleKatarina Behrens5-5/+27