summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-01typo: more then -> more thanTakeshi Abe74-95/+95
2014-08-01Convert 5 tabpages to .uiPalenik Mihály7-113/+171
2014-08-01writerfilter: fix dbglevel=2 buildMiklos Vajna3-40/+40
2014-08-01hidpi, startcenter: Don't set fixed font heigt in the startcenter.Jan Holesovsky2-12/+16
2014-08-01fdo#81341 : DOCX: EditTime is not geting preserved after RTPallavi Jadhav4-1/+22
2014-08-01fdo#81491 FILEOPEN DOCX Assert Fails while Deleting Para (FramePr)Vinaya Mandke2-1/+2
2014-08-01fdo#81892: oops forgot the test documentMichael Stahl1-0/+26
2014-08-01fdo#81893: writerfilter: RTF import: \qc before \page was lostMichael Stahl2-0/+8
2014-08-01fdo#81892: writerfilter: RTF import: add support for table row alignmentMichael Stahl2-0/+30
2014-08-01clean up unused OOXMLFastContextHandler::fldData parameterMiklos Vajna4-9/+3
2014-08-01fdo#80895 : Shape in Header&Footer is getting lost after RTTushar Bende3-1/+27
2014-08-01xmerge: Use J2SE 5.0 String.{replace|contains}rbuj1-10/+9
2014-08-01FILESAVE [DOCX] Hyperlink text is getting lost after RT fdo#81492Vinaya Mandke6-2/+25
2014-08-01avoid memory leakDavid Tardon1-3/+5
2014-08-01fix parsing of cmdline argsDavid Tardon1-6/+6
2014-08-01Convert DLG_DATABASE_WIZARD dialog to .uiPalenik Mihály5-102/+84
2014-08-01writerfilter: fail on non-existing includesMiklos Vajna2-20/+1
2014-08-01Accept NDK r10Tor Lillqvist1-2/+2
2014-08-01xmerge: simplify static final constructorsNoel Grandin2-19/+7
2014-08-01xmerge: static non-final variable in the initializationrbuj1-2/+2
2014-08-01xmerge: Remove local variable name conflictrbuj5-10/+10
2014-08-01xmerge: If statement is redundantrbuj2-11/+3
2014-08-01xmerge: The assigned value is never usedrbuj4-8/+7
2014-08-01xmerge: String comparisonrbuj1-1/+1
2014-07-31fdo#75380: Let's not always set the line style to NONE here.Kohei Yoshida1-1/+0
2014-07-31fix memory leak around chart listenersMarkus Mohrhard1-15/+8
2014-07-31fix memory leak around function descriptionsMarkus Mohrhard2-4/+5
2014-07-31WaE: 'aPageKind' may be used uninitialized in this functionTor Lillqvist1-2/+1
2014-07-31writerfilter: fix some -Werror=unused in previous patchMichael Stahl3-3/+1
2014-07-31fdo#75757: Remove inheritance from std::map.Matthew Pottage9-332/+325
2014-07-31SdtHelper::createDateControl: clear the property list after reading itMiklos Vajna3-0/+11
2014-07-31DOCX import: merging properties of different SDT's are not wantedMiklos Vajna3-0/+15
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt2-2/+8
2014-07-31Mark osl_areCommandArgsSet as internal only.Andrzej Hunt1-0/+3
2014-07-31Add @since to osl_areCommandArgsSet.Andrzej Hunt1-0/+1
2014-07-31Consistency around SdrMetricItemStephan Bergmann13-69/+53
2014-07-31Missing @since tagStephan Bergmann1-0/+2
2014-07-31fdo#78555: Oopsy.Kohei Yoshida1-24/+4
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida13-36/+148
2014-07-31fdo#78555: Write test for this first.Kohei Yoshida2-0/+70
2014-07-31Remove unused ctorsStephan Bergmann1-4/+0
2014-07-31typoStephan Bergmann1-1/+1
2014-07-31LOK: add document loading failure test.Andrzej Hunt1-0/+13
2014-07-31LOK documentLoad needs SolarMutex protection too.Andrzej Hunt1-0/+2
2014-07-31LOK: add test for getDocumentType.Andrzej Hunt3-0/+30
2014-07-31LOK: add slide name retrieval test.Andrzej Hunt2-0/+23
2014-07-31Use one test instance to run all LOK tests.Andrzej Hunt1-7/+18
2014-07-31Make common paths member variables.Andrzej Hunt1-6/+7
2014-07-31Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt1-53/+46
2014-07-31Avoid undef downcast in base class ctorStephan Bergmann2-11/+13