summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-08-11Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-08-11Use output device mapping for draw layer too.Andrzej Hunt1-1/+3
2014-08-11Set correct scaling for normal painting.Andrzej Hunt1-0/+6
2014-08-11Use output device scaling to determine cells in draw-area.Andrzej Hunt1-11/+12
2014-08-11Don't scale grid and cell dimensions multiple times.Andrzej Hunt3-33/+40
2014-08-08Implement data area size retrieval.Andrzej Hunt3-4/+49
2014-08-08Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-08-08Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-08-08Render tiles from calc.Andrzej Hunt3-14/+32
2014-08-08vcl: don't throw misleading exceptions on every failed accessMichael Stahl1-1/+4
2014-08-08DOCX export: handle date SDT on paragraphsMiklos Vajna5-6/+60
2014-08-08Unused optional elementsMiklos Vajna1-3222/+0
2014-08-08warning C4101: 'e': unreferenced local variableMichael Stahl1-0/+1
2014-08-08qsort and bsearch need different kinds of callback functionsStephan Bergmann1-9/+12
2014-08-08Missing test dependenciesStephan Bergmann1-0/+4
2014-08-08bnc#885548: Write test for this.Kohei Yoshida2-1/+66
2014-08-08fix image dragging inside a documentLuboš Luňák1-5/+1
2014-08-08drop extra (David Tardon1-1/+1
2014-08-08warning C4702: unreachable codeMichael Stahl1-0/+2
2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti3-19/+3
2014-08-08Generalize -fsanitize=address checksStephan Bergmann4-13/+17
2014-08-08bnc#885548: Set the date time mode to non-fixed after the import is done.Kohei Yoshida1-0/+1
2014-08-08Forgot to add break here.Kohei Yoshida1-0/+1
2014-08-08DOCX import: handle date SDT in headers/footersMiklos Vajna1-7/+36
2014-08-08DOCX import: tokenize CT_SdtDate / storeMappedDataAs and calendarMiklos Vajna1-0/+2
2014-08-08sw: improve doc model xml dump of SwFmtAnchorMiklos Vajna1-1/+22
2014-08-08Unused param elementsMiklos Vajna1-150/+42
2014-08-08Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann5-1/+5
2014-08-08Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-0/+2
2014-08-08match va_start() with va_end()Takeshi Abe1-0/+1
2014-08-08configure: SunStudio is not a (supported) C++ compilerMichael Stahl1-52/+1
2014-08-08odk: outdated documentationMichael Stahl1-6/+6
2014-08-08Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann5-0/+9
2014-08-08Fix *_component_getFactory function typeStephan Bergmann1-4/+4
2014-08-08Cleanup OUStrings in CustomShapesJoren De Cuyper4-136/+62
2014-08-08Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage3-3/+0
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage11-551/+57
2014-08-08writerfilter: Move includes accordingly.Jan Holesovsky3-4/+2
2014-08-08writerfilter: Kill CreateElement and CreateElementMap.Jan Holesovsky5-63/+38
2014-08-08-Werror,-Wunused-private-fieldStephan Bergmann1-5/+2
2014-08-08-Werror,-Wunused-macrosStephan Bergmann3-6/+0
2014-08-08fdo#81946 Corrupt : DOCX file getting corrupt after RTPriyankaGaikwad3-0/+15
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin85-449/+193
2014-08-08java: remove redundant null checksNoel Grandin15-42/+18
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin10-20/+3
2014-08-08java: variable cannot be nullNoel Grandin11-42/+23
2014-08-08java: remove unnecessary semi-colonsNoel Grandin49-57/+57
2014-08-08java: use an empty block rather than an empty statementNoel Grandin5-5/+5
2014-08-08java: remove redundant super-interfacesNoel Grandin9-16/+6