summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann35-1/+103
2013-12-17...and nDigits > 9 is harmless in following for loop and need not be cappedStephan Bergmann1-1/+1
2013-12-17readUnsignedNumberMaxDigits can read more than maxDigits charsStephan Bergmann1-2/+2
2013-12-17Fix namingStephan Bergmann1-5/+5
2013-12-17Avoid inaccurate floating-point computationsStephan Bergmann1-3/+7
2013-12-17Improve CPPUNIT_ASSERTsStephan Bergmann1-9/+8
2013-12-17CppunitTest_sw_ooxmlexport: handle mc namespace in assertionsMiklos Vajna1-0/+1
2013-12-17DOCX drawingml export: give drawinglayer pictures the correct namespaceMiklos Vajna3-6/+20
2013-12-17touch -h requires the file to exist, funnily enoughTor Lillqvist1-0/+1
2013-12-17Touch a plain file and not /dev/null to avoid problem on Cygwin at leastTor Lillqvist1-1/+1
2013-12-17DocxExport::OutputDML: fix export of shapes in headersMiklos Vajna1-1/+1
2013-12-17These get defined through lo.xcconfig nowTor Lillqvist1-19/+0
2013-12-17Fix cross-compilation "make distclean"Stephan Bergmann1-0/+1
2013-12-17Pass also Xcode's ARCHS, OTHER_CFLAGS and OTHER_CPLUSPLUSFLAGS in lo.xcconfigTor Lillqvist3-14/+23
2013-12-17Bump curl version check to 7.19.4 in configure.acDouglas Mencken1-2/+2
2013-12-17convert gallery search progress dialog to .uiCaolán McNamara7-65/+157
2013-12-17support setting end ellipsis from .uiCaolán McNamara1-0/+11
2013-12-17Add check for touch -h to configure.acDouglas Mencken1-0/+9
2013-12-17Add OSX@PowerPC support to UNO/C++ bridgeDouglas Mencken4-0/+1748
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa11-49/+5
2013-12-17fix deadlock on pressing cancel in find files for galleryCaolán McNamara1-6/+9
2013-12-17HSQLDB: correct syntax of change password from MySQL to HSQLDBLionel Elie Mamane1-3/+6
2013-12-17HSQLDB: quote usernamesLionel Elie Mamane1-3/+7
2013-12-17DocxSdrExport: there is no DML syntax for watermarksMiklos Vajna1-11/+22
2013-12-17if there is one typo, its guaranteed to duplicated somewhereCaolán McNamara1-1/+1
2013-12-17fix caption dialogCaolán McNamara4-10/+88
2013-12-17avoid negative offsets to OUString::copyCaolán McNamara1-4/+16
2013-12-17TypoStephan Bergmann1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann222-434/+439
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann14-2/+93
2013-12-17Do not use Boost in SDK examplesStephan Bergmann1-6/+3
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin11-11/+11
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin16-38/+38
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin26-43/+41
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin54-116/+109
2013-12-17should be a l10n targetCaolán McNamara1-1/+1
2013-12-17fdo#61638 SmParser::NextToken: don't crash on ending dotMiklos Vajna3-16/+54
2013-12-17cppcheck: fix statements that begin with string constantJulien Nabet1-2/+2
2013-12-17gbuild: Fix and check package dependencies.Matúš Kukan8-27/+6
2013-12-16Fix a previous commitMatteo Casalin1-1/+1
2013-12-16Updated coreCaolán McNamara1-0/+0
2013-12-16convert gallery theme id dialog to .uiCaolán McNamara6-72/+122
2013-12-16remove SGI compiler checksMichael Stahl2-2/+2
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa26-219/+4
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann12-97/+140
2013-12-16Parser::attrImplementation_ can be a local varStephan Bergmann1-7/+6
2013-12-16CPPU_CURRENT_NAMESPACE is impl detail, mark @deprecatedStephan Bergmann1-1/+4
2013-12-16Clean-up uno/lbnames.hStephan Bergmann78-61/+37
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann2-7/+7
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers12-23/+354