summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-12mention that temporary edits in autogenerated pch headers are okLuboš Luňák
Change-Id: Ifafa5c8847dec80a3b80afc5e10044f9c1c8d48a
2013-03-12do not require full path when passing a pch header file to updateLuboš Luňák
Change-Id: Ie1b0588cf6424e836f865cda9d4451aa0e1db32d
2013-03-12re-enable testStarBasic() & testVba() in for Windows ( macosx later )Noel Power
Change-Id: I9f7621fdadbff1c7b1b3d0fbadf43715327e39d6
2013-03-12liblibo: install test library by itself and install it.Michael Meeks
Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
2013-03-12liblibo: test documentLoad methodJack Leigh
Change-Id: I7827a9b96e5a18b7f0b8b374a49ab96625d22d0a
2013-03-12liblibo: create XComponent for docJack Leigh
Change-Id: Ie07ac4a3e89a9a82a107612b81be18d3826c49e1
2013-03-12liblibo: better init code.Michael Meeks
Change-Id: I8757739960cb1c764a5a66bd67d34731e3dfbf31
2013-03-12liblibo: move to C++ interface.Jack Leigh
Change-Id: Ie14a9446abd9524604feddf811d5373a26a30cbd
2013-03-12liblibo: create initial liblibreoffice.Michael Meeks
bootstrap libreoffice, start a dummy test-harness: can't use CppUnit or link to any URE / LibreOffice libraries. Change-Id: I855b640557f93959749e966a2d8e5e577fd84574
2013-03-12janitorial: readabilityLionel Elie Mamane
Change-Id: Iaab09826d79b0fbcd3104d33d1f159767a09921a
2013-03-12Package fonts to the fonts subpackagePetr Mladek
People were confused that for example LiberationSerif-Regular.ttf was not there. It was partly caused by missing entries and partly by missing comma separators. Change-Id: I6262d46d381bd5ef8e97cd55f367cc4d12c59907
2013-03-12gbuild: correct instructions for running an individual junit testMatúš Kukan
Change-Id: Ied3e6c042bc6cbdbfe0e9773d5c1e1de55141902
2013-03-12times are represented using local machines time, bah, just check for am/pmCaolán McNamara
Change-Id: I3f0f76884e62cc7ec151a890ff0dd10e75194e3d
2013-03-12Resolves: #i119658#, some Chinese numbering formats not supportedJian Fang Zhang
Found by: xiao ting xiao, tingxiaox@gmail.com Patch by: bjcheny, companycy@gmail.com Review by: zhangjf (cherry picked from commit 50eca22976c42014f5e2c53f4bf19e2e1d21ee62) Change-Id: If3f27764352b59fdb45bf84c4a0e604c9c844077 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2013-03-12Bump android remote version to 1.0.5+, version code to 7Petr Mladek
Change-Id: I65977c732a8f7e66898dd98964f89711114c0f7e
2013-03-12fix for fdo#62111 - don't count non-default empty rows as rows to repeatNoel Power
Change-Id: I075310ef63ab4eb666da2092d4be1c6f8d989b75
2013-03-12No namespace desktop visible or needed in this source file any moreTor Lillqvist
Change-Id: Id8174bd2bd50afa510ff60dcca63d8c560769f61
2013-03-12Need relative path to where exithelper.h isTor Lillqvist
Change-Id: If503e364700428ec3eac3d6f86e0388860cec10d
2013-03-12typo: missing End after File gid_File_PymailmergeAndras Timar
Change-Id: Ib95b568fdbfc5c83f07c37ba7a9e31960b6e79fb
2013-03-12Related: #i120158# add a test-case for tricky am/pm escape problemCaolán McNamara
Change-Id: I4905fb384694c3f1dadccc6d8513c9a050e3f67b
2013-03-12XubString->OUStringCaolán McNamara
Change-Id: Ie2b0060155eaeb4c8979731dd4c62bc269f7c501
2013-03-12Use symbolic names instead of magic literal constantsTor Lillqvist
We use tons of plain C-style #defines to give symbolic names to constants all over the place already, in headers used from C++ code only. So why in this rare case where the symbolic names for some constants actually would be needed from a C source file, too, here then we define them inside a C++ class? Change-Id: I45726fe42687779724c45a1e2b118cc7a1debcf1
2013-03-12fix packaging of PymailmergeAndras Timar
Change-Id: I7b11db0a7ee447db91b4dacff2f64428661d34f8
2013-03-12disable splitcolumn tests that seems to cause problems on some tinderboxesNoel Power
Change-Id: I550141e0ada38d80bfac0a0a296bf3dd9116af71
2013-03-12fprintf -> SAL_WARNStephan Bergmann
Change-Id: I835b1208bbb1b23b490ad6d7d9cbfc0e0aa79f1c
2013-03-12basic: make the makefile a bit nicerMatúš Kukan
Change-Id: Ib606c0a9c84b35f4ab4b10dd7dc4dd82e85fcb71
2013-03-12l10ntools: these are not public headersMatúš Kukan
Change-Id: Ia9630c1ff60a00cd8286e99f61aacd27891f65e0
2013-03-12configure: clean unused _FOR_BUILD variablesMatúš Kukan
Change-Id: Ie236bbe4122fa5686a8d4c6050b5e14f354a5bb3
2013-03-12fdo#59867 set correct LCID for Catalan Valencian in Windows installerAndras Timar
Change-Id: Ie50adaf4f90bd39c1f1f07dc1c7076038473064f
2013-03-12Revert "reduce some uglyness"Thomas Arnhold
MSVC doesn't like this. This reverts commit 84dc8e5b5504e5f54fba695d4338d022681d85cf.
2013-03-12equalsIgnoreAsciiCase is the one with support for literal argumentsStephan Bergmann
Change-Id: I5709858582c2f1048915658e05233b8b58493749
2013-03-12Keep concatenating adjacent string literals via juxtaposition instead of +Stephan Bergmann
Change-Id: I098a8d657ed5ac1976013e1ee370ef76ed2242db
2013-03-12sync packinfo with scp2Andras Timar
Change-Id: Ie20dab628e089a97c16b91b080eda5e09bbbb46a
2013-03-12use system python for building if possibleMatúš Kukan
Also simplifies configure, hopefully without any mistake;) Change-Id: I5c6c53fbee06cd1ecccf878a5c080274bfd950c1 Reviewed-on: https://gerrit.libreoffice.org/2563 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist
Change-Id: If38a5d23150bcd19a6eb6024c2ef1eea826898f5
2013-03-12One more Rec->Rect in editengTor Lillqvist
Change-Id: Id30c005559631d4685aa00a6197fbc6c062dc624
2013-03-12Let's abbreviate Rectangle as Rect, not RecTor Lillqvist
(Rec is commonly used to mean Record.) Change-Id: I19f4611948510536b2db1e0142b52a7c0a35a60b
2013-03-12No member named 'equalsIgnoreCaseAscii' in 'rtl::OUString'Tor Lillqvist
Presumably what is meant is equalsIgnoreAsciiCaseAscii. Change-Id: I93b3ecaf948cc818f607541f1ff90a134a60cdf1
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang
Patch by: zhao shao zhi, aoo.zhaoshzh@gmail.com Found by: Yan Ji,<yanji.yj@gmail.com> Review by: zhangjf (cherry picked from commit bcf01fd794ec169aaf2a3f8b86f986ec60e5beb8) Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: sc/source/ui/view/gridwin.cxx Change-Id: Ie8a529c697979cf75c303bddcaddd2776f5b8047
2013-03-12actually make new gid_Module_Script_Provider_For_Python being installedRene Engelhard
Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d
2013-03-11module-deps: optimize dependency tree after library collapsingDavid Ostrovsky
Change-Id: I251572564422f99f56021275afd6294e958bbff9
2013-03-11make forward replacement of $ work again, fdo#60259 relatedEike Rathke
broken with 3bc5cb3c485d67f1ce0541d349d11637f52ebda5 Change-Id: Id32daead9565493b615ba337fcbc1b2f9dd5bcfb
2013-03-11sd: translate debug messagesThomas Arnhold
Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02
2013-03-11Resolves: fdo#62154 propogate text language down to icu for loclCaolán McNamara
Change-Id: I92f40d0a1e88b5cb0e6f07a1e6e4a8bd41cb8102
2013-03-11xmloff: more READMEMichael Stahl
Change-Id: I951c5db621be2443961f5d2a1a0ca6a2684f8e0f
2013-03-11vcl: further fixesThomas Arnhold
introduced due to 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 Change-Id: I9e3489be57fc8fe3cfcf753a11d926e79bcba3de
2013-03-11unotools: use return value of copy()Thomas Arnhold
Change-Id: I8eaa40197e2ea25d52af920e03b0fd0e32e94847
2013-03-11basic: translation of all debug messagesThomas Arnhold
runtime.cxx: Added some output instead of nothing. Change-Id: Ia25ae4b5fe8661a8a3ac317bc0562e1339640cd8
2013-03-11svl: fix buildThomas Arnhold
some more conversions from 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 Change-Id: I95e4fdf190e1f92501f3ec6ea09017e0c7bffe4f
2013-03-11Script Provider For Python has to be a in a separate moduleAndras Timar
Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c