summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-30revert related tdf#82173 writerfilter: ignore case when mapping stylesJustin Luth1-12/+23
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist13-74/+38
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin33-1146/+700
2017-06-30EditEngine: Changing export selection for copy/pasteVarun Dhall3-95/+118
2017-06-30aThemeName is unusedStephan Bergmann1-8/+1
2017-06-30fix crash on windows with nullptr in operator<<Markus Mohrhard2-0/+13
2017-06-30pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard1-0/+3
2017-06-30fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorterBernhard Widl4-40/+40
2017-06-30loplugin:unusedvariablecheckStephan Bergmann1-2/+0
2017-06-30aObjName, bObjNameDC, bObjNameSet have effectively been unusedStephan Bergmann1-2/+0
2017-06-30tdf#108833 sd: don't unconditionally enable Undo after importMichael Stahl1-1/+2
2017-06-30accessibility: fix horrible memory leak in AccessibleTabBarBaseMichael Stahl1-1/+1
2017-06-30tdf#108863 svx: fix use-after-free in SdrEditView::DeleteMarkedObj()Michael Stahl2-17/+25
2017-06-30tdf#108863 sd: disable Undo earlier if no Undo StepsMichael Stahl1-0/+10
2017-06-30sVersion is unusedStephan Bergmann1-2/+1
2017-06-30aKey is demonstratedly always emptyStephan Bergmann1-2/+1
2017-06-30lang_ is unusedStephan Bergmann1-5/+1
2017-06-30aContentType is unusedStephan Bergmann1-5/+0
2017-06-30hresult1 is unusedStephan Bergmann1-5/+1
2017-06-30CompilerTest_compilerplugins_clang depends on boost_headersStephan Bergmann1-0/+1
2017-06-30Actually print parent nameStephan Bergmann1-3/+5
2017-06-30ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexprTor Lillqvist2-3/+2
2017-06-30Bin two unused static member variablesTor Lillqvist2-5/+0
2017-06-30Hexcode amd decimal code should be updated while switching to recent viewAkshay Deep1-0/+17
2017-06-30Avoid getQualifiedNameAsStringStephan Bergmann3-38/+63
2017-06-30loplugin:oncevarStephan Bergmann1-4/+4
2017-06-30loplugin:staticmethodsStephan Bergmann1-0/+2
2017-06-30It seems that things work fine without that ScFormatFilterMissingTor Lillqvist1-32/+1
2017-06-30loplugin:oncevarStephan Bergmann1-4/+2
2017-06-30oovbaapi: implement Application.GetOperatingSystemTamas Bunth1-3/+12
2017-06-30loplugin:oncevarStephan Bergmann3-56/+28
2017-06-30oovbaapi: add Borders.TintAndShade PropertyTamas Bunth3-0/+25
2017-06-30loplugin:oncevarStephan Bergmann2-7/+3
2017-06-30Fix previous commit for non-MACOSXStephan Bergmann1-7/+4
2017-06-30loplugin:oncevarStephan Bergmann5-9/+7
2017-06-30loplugin:oncevarStephan Bergmann1-1/+3
2017-06-29loplugin:oncevarStephan Bergmann1-2/+1
2017-06-29fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorter/cacheBernhard Widl5-11/+11
2017-06-29related tdf#82173 writerfilter: ensure Xnote para-style round-trippingJustin Luth2-2/+11
2017-06-29loplugin:oncevarStephan Bergmann1-3/+3
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem4-13/+30
2017-06-29loplugin:oncevarStephan Bergmann1-2/+1
2017-06-29VBA test - add RATE, RGB functionsZdeněk Crhonek3-0/+158
2017-06-29Move lcl_getScriptClass into only callerTor Lillqvist1-5/+1
2017-06-29No need for this variable to be staticTor Lillqvist1-1/+1
2017-06-29ScGlobal already caches the global collatorTor Lillqvist1-1/+1
2017-06-29tdf#108836 sw: don't enable Undo if Steps configured to 0Michael Stahl2-2/+10
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist2-4/+2
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist2-3/+1
2017-06-29Don't let m_nGrabLevel become negative, tdf#108705 relatedEike Rathke1-3/+6