summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-12CppunitTest_libreofficekit_tiledrendering: disable occasionally failing testMiklos Vajna1-1/+4
2017-04-12external: upgrade to pdfium-3050 and stop using bundled zlibMiklos Vajna5-25/+20
2017-04-12Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann2-4/+32
2017-04-12convert ReadWriteGuardMode to scoped enumNoel Grandin3-25/+30
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin23-90/+55
2017-04-12infinite SetDefaultSize->SetPosSize->SetDefaultSizeCaolán McNamara1-1/+2
2017-04-12convert SelectionType to scoped enumNoel Grandin33-382/+393
2017-04-12convert style menu to .uiCaolán McNamara5-38/+44
2017-04-12loplugin:useuniquptr: Remove no longer needed blacklist entriesStephan Bergmann1-6/+1
2017-04-12Revert "remove duplicate charset entries"Noel Grandin1-0/+10
2017-04-12convert preset menu to .uiCaolán McNamara5-33/+33
2017-04-12remove duplicate charset entriesJochen Nitschke1-10/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin40-586/+471
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-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin11-27/+8
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara21-850/+366
2017-04-12Remove unused jfw::VendorSettings instantiationsStephan Bergmann1-5/+0
2017-04-12Remove unnecessary copyStephan Bergmann1-2/+0
2017-04-12Remove unused function pointer typedefsStephan Bergmann1-38/+0
2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann6-124/+33
2017-04-12Simplify jfw::VersionInfoStephan Bergmann6-102/+23
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann7-35/+25
2017-04-12Silence -Werror=unused-parameter on AndroidStephan Bergmann1-0/+1
2017-04-12starmath: Prefix member of SmOoxmlImportTakeshi Abe2-105/+106
2017-04-11CppunitTest_libreofficekit_tiledrendering: add more processEventsToIdle callsMiklos Vajna1-0/+2
2017-04-11Updated coreAndras Timar1-0/+0
2017-04-11Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann2-25/+8
2017-04-11PDF export of PDF images: compress page stream if requestedMiklos Vajna2-12/+17
2017-04-11tdf#103058: use RegQueryValueEx instead of RegGetValueMike Kaganski1-1/+21
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann4-40/+22
2017-04-11deleting pModel also deletes the SdrCaptionObjEike Rathke1-0/+3
2017-04-11set mbNotOwner at various placesEike Rathke1-0/+7
2017-04-11reset variables when not ownerEike Rathke1-2/+9
2017-04-11rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke3-13/+13
2017-04-11Remove unnecessary casts to voidStephan Bergmann1-3/+3
2017-04-11Fix missing derefStephan Bergmann1-1/+1
2017-04-11sal_Bool -> boolStephan Bergmann7-8/+8
2017-04-11Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann3-32/+7
2017-04-11sal_Bool -> boolStephan Bergmann3-7/+7
2017-04-11jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann3-6/+4
2017-04-11sal_Bool -> boolStephan Bergmann6-7/+7
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann7-161/+99
2017-04-11Determine accurate position for already added JREsStephan Bergmann1-1/+2
2017-04-11Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5Miklos Vajna4-38/+123
2017-04-11sw: let getProperty fail more helpfullyMichael Stahl1-2/+6
2017-04-11reportdesign: what the whitespace?Michael Stahl1-1/+1
2017-04-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl7-46/+371
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl6-11/+11
2017-04-11Remove unnecessary jfw::CJavaInfo::cloneJavaInfoStephan Bergmann2-12/+3