summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-11fdo#80522 & fdo#80523:Embedded Macro-Enabled objects are not preservedPriyankaGaikwad5-0/+57
2014-07-11fdo#79968: & fdo#79969: Fix for embedded powerpoint & excel sheet in docx.Yogesh Bharate5-0/+61
2014-07-11webdav: Do not call into DAVResourceAccess with mutex locked.Matúš Kukan2-56/+68
2014-07-11webdav: Do not throw when saving new document.Matúš Kukan2-7/+12
2014-07-11Check whether Command Args are already set up before doing so.Andrzej Hunt1-1/+8
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt4-0/+17
2014-07-11Resolves: fdo#73806 reduce the size-request of the expert config dialogCaolán McNamara2-22/+16
2014-07-11Related: #i125226# don't try to access known-bad DDE serversHerbert Dürr1-4/+15
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-10bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLrMiklos Vajna6-0/+35
2014-07-10Fix ignoring large twips values like MSO does (cp#1000087)Matúš Kukan1-5/+5
2014-07-10fdo#75937 - package galaxy theme in a form we like; cf. fdo#81103.Michael Meeks1-1/+1
2014-07-10fdo#79358: ODF export: fix index boolean property exportMichael Stahl3-1/+23
2014-07-10we need to make sure the context is currentMarkus Mohrhard1-0/+1
2014-07-10fdo#81095 update our copy of Source Sans ProAndras Timar2-3/+11
2014-07-10Resolves: #i119287# corrected default style for draw objects...Armin Le Grand1-1/+17
2014-07-10bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan5-1/+109
2014-07-10bnc#883684: Make chart objects exempt from automatic unloading.Kohei Yoshida3-0/+17
2014-07-09resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke1-0/+6
2014-07-09fix fdo#77844: header wrongly enabled from .docLuke Deller3-2/+60
2014-07-09localized GetFullName()Andras Timar1-6/+32
2014-07-09bnc#881025: Mark axis a percent axis only when all data series are percent.Kohei Yoshida3-16/+38
2014-07-09Adjust for the splitting of number format properties in chart.Kohei Yoshida3-12/+5
2014-07-09fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe)Andras Timar1-1/+1
2014-07-09sw: do more input validation in SwWW8ImplReader::Read_AndMichael Stahl1-1/+3
2014-07-08webdav: fix locking in webdav_ucp::Content::getResourceType()Matúš Kukan1-1/+11
2014-07-08Fix some OUString construction error with VS2013Tor Lillqvist1-1/+1
2014-07-07chart2: add some locking to chart::ChartType UNO serviceMichael Stahl2-4/+27
2014-07-07fdo#78939 [DOCX] Hang while opening due to incorrect modification of StyleVinaya Mandke3-7/+13
2014-07-07fix crash on loading fdo70673-1.odsCaolán McNamara1-1/+1
2014-07-07fix crash loading ooo100546-1.xlsCaolán McNamara2-6/+7
2014-07-07fdo#73241 RTF import: ignore page break in tablesMiklos Vajna3-0/+18
2014-07-07fix crash loading ooo#93570-3.docCaolán McNamara1-13/+26
2014-07-05don't forget glewInitMarkus Mohrhard2-0/+5
2014-07-05glTF: constraine camera move in orbit modeZolnai Tamás2-0/+20
2014-07-05fdo#76803: writerfilter: fix image wrap polygon import againMichael Stahl1-2/+4
2014-07-05Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet5-10/+23
2014-07-05fdo#80555: Set position of GraphicObjectShape objects correctlyJacobo Aragunde Pérez3-1/+11
2014-07-04svx: the openglprimitive2d.hxx has been removedMichael Stahl2-2/+0
2014-07-04add Carlito/Caladea fonts to install scriptAndras Timar2-3/+9
2014-07-04JOINs are left-associativeLionel Elie Mamane1-1/+2
2014-07-04fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna125-4849/+1327
2014-07-04fdo#80535 add missing .ui localizations to install scriptAndras Timar2-0/+8
2014-07-04fdo#39944: Fix mapping for some a11y roles to ATKJacobo Aragunde Pérez1-5/+5
2014-07-04Make OpenGL 2D rendering working again.Markus Mohrhard25-245/+29
2014-07-03coverity#1222240 Untrusted value as argumentCaolán McNamara1-0/+10
2014-07-03fdo#77057 quick fix: do not touch KindMap for alien file typesAndras Timar1-4/+0
2014-07-03fix crash when m_aType is '*'Caolán McNamara1-1/+1
2014-07-03More fine-grained check of data series labels in the unit test.Kohei Yoshida1-8/+22
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida15-72/+209