summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-15filter: coverity#1348471 uninitialized memberMichael Stahl1-0/+1
2016-01-15vcl: coverity#1348469 identical branchesMichael Stahl1-8/+1
2016-01-15oox: coverity#1348468 copy-paste errorMichael Stahl1-1/+1
2016-01-15filter: coverity#1348467 constant expression resultMichael Stahl1-1/+1
2016-01-15basic: coverity#1348466 checked returnMichael Stahl2-6/+11
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl8-11/+32
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl6-11/+16
2016-01-15loplugin:unusedmethods unused return value in include/unotoolsNoel Grandin6-33/+16
2016-01-15Bin some excessive vertical whitespaceTor Lillqvist1-6/+0
2016-01-15-Werror=unused-but-set-variableNoel Grandin2-10/+1
2016-01-15sc tiled rendering: it's pointless to send selection changes during search allMiklos Vajna2-1/+42
2016-01-15Implement the XDocumentEventBroadcaster interface in OReportDefinitionMaxim Monastirsky2-3/+46
2016-01-15-Werror=unused-but-set-variableNoel Grandin2-31/+7
2016-01-15Related tdf#96059 Fix icons in File->New menuSusobhan Ghosh1-1/+6
2016-01-15sw tiled rendering: it's pointless to send selection changes during search allMiklos Vajna3-2/+44
2016-01-15vcl: forgot to add the unit test file...Chris Sherlock1-0/+69
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock6-185/+285
2016-01-15vcl: add the meCharSet attribute into FontAttributesChris Sherlock3-2/+21
2016-01-15vcl: create a default FontAttributes constructorChris Sherlock3-9/+20
2016-01-15loplugin:unusedmethods unused return value in include/xmloffNoel Grandin21-84/+33
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin104-580/+190
2016-01-15loplugin:unusedmethods unused return value in rscNoel Grandin13-52/+32
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin10-23/+12
2016-01-15loplugin:unusedmethods unused return value in lotuswordproNoel Grandin19-84/+47
2016-01-15loplugin:unusedmethods unused return value in l10ntools,linguisticNoel Grandin10-58/+37
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin56-267/+113
2016-01-15Fix tdf#97035 - FILEOPEN: RTF wrong cell widthGuillaume Smaha5-2/+175
2016-01-15tdf96491 - not correct tooltip on icon function in WriterBerk Gureken1-1/+1
2016-01-15svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna12-43/+26
2016-01-15vcl: make constructors of ImplFont explicitChris Sherlock1-4/+4
2016-01-15vcl: convert next ImplFont constructor to use initializer listChris Sherlock1-26/+25
2016-01-15vcl: convert ImplFont constructor to use initializer listChris Sherlock1-24/+23
2016-01-15vcl: move metric.cxx to font/fontmetric.cxxChris Sherlock3-242/+184
2016-01-14tdf#75256 Sifr updatesMatthias Freund25-0/+0
2016-01-14sd lok: More places where we need to force the transparent color for bg.Jan Holesovsky2-0/+6
2016-01-14use ROUND(...,10) on function results for General formatEike Rathke2-0/+0
2016-01-14grml.. stupid oversight..Eike Rathke1-1/+5
2016-01-14use ::std::swap() to reverse bufferEike Rathke1-3/+1
2016-01-14use getN10Exp(x) instead of pow(10.0,x)Eike Rathke1-1/+1
2016-01-14unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke1-0/+14
2016-01-14handle negative decimal places for rounding, tdf#96918 relatedEike Rathke1-3/+20
2016-01-15vcl: allow doxygen to see boost::intrusive_ptrChris Sherlock2-1/+10
2016-01-15vcl: reorganize ImplFontMetric to same layout as ImplFontMetricDataChris Sherlock1-18/+17
2016-01-14upload libetonyek 0.1.6David Tardon6-5/+61
2016-01-14allow ext. projects to depend on liblangtagDavid Tardon1-0/+8
2016-01-14move def. of liblangtag inc. path to configureDavid Tardon2-1/+2
2016-01-14sd: use ScopeGuard in Outliner::SearchAndReplaceAll()Miklos Vajna1-1/+4
2016-01-15vcl: fixup prefixes for ImplFontMetricDataPtr variablesChris Sherlock4-75/+75
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock28-207/+226
2016-01-14it's unnecessary to buffer the string to create a string from it againEike Rathke1-19/+10