summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-29writerfilter: convert factory_values to PythonMiklos Vajna3-89/+63
2014-06-29Typo: conteiner->containerJulien Nabet2-2/+2
2014-06-29Typo: easiear->easierJulien Nabet4-4/+4
2014-06-28writerfilter: sync writerfilter_WORK with writerfilter_SRCMiklos Vajna3-14/+14
2014-06-28odbc driver: let's not allocate the buffer twice for nothingNorbert Thiebaud1-6/+5
2014-06-28firebird driver: shutdown explicitely firebird on dispose of driver.Norbert Thiebaud1-0/+2
2014-06-28firebird: release driver on dispose rather than destroy.Norbert Thiebaud2-9/+4
2014-06-28firebird driver, abandon ref to about to be disposed embedded storage.Norbert Thiebaud1-0/+3
2014-06-28firebird: enable-debug cause trouble due to a lifecycle management issueNorbert Thiebaud1-1/+0
2014-06-28configmgr: accelerate getPropertyValue.Michael Meeks1-4/+4
2014-06-28vcl: don't do expensive desktop probing in headless mode.Michael Meeks1-1/+7
2014-06-28configmgr: accelerate simple config key fetches.Michael Meeks4-29/+92
2014-06-28filters: Batch fetch filter config properties.Michael Meeks2-50/+91
2014-06-28configmgr: implement a single item cache for node lookup.Michael Meeks2-18/+29
2014-06-28configmgr: re-factor findNode and clone into NodeMap.Michael Meeks10-27/+28
2014-06-28configmgr: hide NodeMap implementation.Michael Meeks3-8/+30
2014-06-28configmgr: avoid constructing duplicating and freeing Any'sMichael Meeks5-36/+57
2014-06-28Avoid loading persona images in headless mode.Michael Meeks1-0/+4
2014-06-28libgltf: fix Linux-with-check buildZolnai Tamás3-0/+71
2014-06-28Avoid possible memory leaks in case of exceptionsTakeshi Abe7-51/+37
2014-06-28sal_uInt16 to sal_(u)Int32Matteo Casalin2-8/+8
2014-06-28Micro optimizations: pre-increment and constifyMatteo Casalin1-3/+2
2014-06-28sal_uInt16 to SwTwips and delay downcastsMatteo Casalin6-16/+9
2014-06-28sal_uInt16: constify and avoid unneed castMatteo Casalin1-3/+4
2014-06-28sal_uInt16 to shortMatteo Casalin1-1/+1
2014-06-28Return value (sal_uInt16/size_t) is never usedMatteo Casalin2-3/+2
2014-06-28sal_uInt16 to size_tMatteo Casalin4-9/+8
2014-06-28sal_uInt16 to sal_Int32 and remove/fix commentsMatteo Casalin1-3/+2
2014-06-28sal_uInt16 to size_tMatteo Casalin2-10/+8
2014-06-28sal_uInt16 to size_tMatteo Casalin1-35/+32
2014-06-28revert forcing system-odbc on MAc as Maverick dropped system supportNorbert Thiebaud1-1/+1
2014-06-28WaE: null argument where non-null required (argument 2)David Tardon1-1/+2
2014-06-28fdo#80009: xmloff: ignore excessive fo:clip valuesMichael Stahl1-0/+7
2014-06-27fdo#80574 firebird memory management issuesNorbert Thiebaud3-57/+76
2014-06-27Blind fix for OPreparedStatement::setParameter's useWChar caseStephan Bergmann1-11/+22
2014-06-27fdo#80167 RTF export: don't loose page breaksMiklos Vajna6-3/+34
2014-06-27identation fixesMiklos Vajna1-3/+3
2014-06-27Unused declarationStephan Bergmann1-10/+0
2014-06-27libgltf: make 'Requires' valid in libgltf-0.0.pc fileZolnai Tamás2-0/+14
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara8-36/+21
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann10-86/+88
2014-06-27create_SalInstance does not need an oslModule parameterStephan Bergmann4-7/+5
2014-06-27loplugin:unreffun: redundant function redeclarationStephan Bergmann3-6/+0
2014-06-27SwTextBoxHelper::create: handle TextAutoGrowHeightMiklos Vajna3-0/+19
2014-06-27Flush modified data to the model when pressing OK in the data table dialog.Kohei Yoshida2-4/+3
2014-06-27odbc properly support platform with sizeof(SQLWCHAR) = 4Norbert Thiebaud3-23/+30
2014-06-27fdo#69036 do not try to create a sfxApplication when we are tearing-downNorbert Thiebaud2-16/+21
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud147-414/+412
2014-06-27filter: remove redundant macro wasting time.Michael Meeks4-93/+81
2014-06-27Related: fdo#65634 make sidebar react to resizes when floatingCaolán McNamara1-29/+41