summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza29-173/+71
2013-11-07align GetScriptType argument type with the rest of the familyCaolán McNamara1-2/+2
2013-11-07these longs are really 32bitCaolán McNamara2-6/+6
2013-11-07fdo#70812 writerfilter: check for nullptr after dynamic_castMiklos Vajna3-3/+12
2013-11-07Include backtrace in logStephan Bergmann1-2/+3
2013-11-07liblibo: use gettimeofday not clock_gettime for better portability.Michael Meeks1-10/+7
2013-11-07liblibo: fix static library linkage.Michael Meeks2-2/+4
2013-11-07bump jpeg from 8c to 8dCaolán McNamara1-1/+1
2013-11-07DOCX export: handle semiHidden para styleMiklos Vajna1-1/+5
2013-11-07DOCX import: handle NS_ooxml::LN_CT_Style_autoRedefineMiklos Vajna3-2/+10
2013-11-07DOCX filter: roundtrip paragraph customStyleMiklos Vajna3-4/+9
2013-11-07DOCX filter: roundtrip paragraph style defaultMiklos Vajna3-40/+46
2013-11-07make the error not a secretCaolán McNamara1-2/+2
2013-11-07remove unnecessary use of OUString constructor in TOOLKIT moduleNoel Grandin5-10/+10
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin23-153/+129
2013-11-07remove unnecessary use of OUString constructor in UCBHELPER moduleNoel Grandin2-17/+17
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin5-13/+13
2013-11-07liblibo: improve the libtest sample app.Michael Meeks1-3/+23
2013-11-07liblibo: share crude URL absolutization, and clean.Michael Meeks1-16/+20
2013-11-07liblibo: make liblibreoffice static as it should be.Michael Meeks2-5/+6
2013-11-07liblibo: fixes and improvements for liblibreofficeChristoph Lutz2-14/+64
2013-11-07fdo#65588 - Elements Dock: Scrollbar moves into input windowJosé Guilherme Vanz1-0/+10
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin17-127/+127
2013-11-07remove unnecessary use of OUString constructor in WRITERFILTER moduleNoel Grandin2-6/+6
2013-11-07remove unnecessary use of OUString constructor in XMLHELP moduleNoel Grandin4-40/+38
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin7-28/+24
2013-11-07DOCX filter: roundtrip paragraph style lockMiklos Vajna3-2/+10
2013-11-07DOCX filter: roundtrip paragraph style linkMiklos Vajna3-9/+33
2013-11-07remove unnecessary use of OUString constructor in XMLSECURITY moduleNoel Grandin12-15/+15
2013-11-07ensure string accesses are in boundsCaolán McNamara1-3/+7
2013-11-07Blind MSVC fixStephan Bergmann1-1/+1
2013-11-07Name threads for debug purposeArnaud Versini5-2/+7
2013-11-07Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt7-3/+73
2013-11-07$CPU no longer exists, use $CPUNAME for libatomic-ops.Andrzej J.R. Hunt1-1/+1
2013-11-07Use rtl::ReferenceStephan Bergmann1-14/+12
2013-11-07Make libatomic_ops buildable and enable on non-X86.Andrzej J.R. Hunt4-18/+34
2013-11-07convert vcl/Edit::Impl* methods from xub_StrLen to sal_Int32Noel Grandin2-10/+10
2013-11-07we need to use ScDocumentImport for all callsMarkus Mohrhard1-2/+2
2013-11-06Correct reference count type.Kohei Yoshida1-6/+6
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida2-112/+244
2013-11-06Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida4-8/+30
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida2-29/+36
2013-11-06Protect those global symbols containers with mutex during initialization.Kohei Yoshida1-25/+41
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida2-6/+3
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida3-2/+64
2013-11-06Add mutex for external source document meta-data container.Kohei Yoshida2-2/+24
2013-11-06Make this method private as it is used only internally.Kohei Yoshida1-8/+7
2013-11-06Set mutex for external ref cache content.Kohei Yoshida2-1/+22
2013-11-06Use atomic increment and decrement for thread-safe reference count.Kohei Yoshida1-6/+13
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida2-15/+9