summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-22sw: DOCX export of TextFrame size/positionMiklos Vajna2-7/+39
Change-Id: Ie830fe9f7276fbc8f20e7d37424116d6653a6931
2013-01-22sw: initial DOCX export of TextFrames as VML rectanglesMiklos Vajna1-6/+20
Change-Id: I0b204e9a81aad3e4f5fafc17bbd0c3935eb5cdb5
2013-01-22Hopefully fix windows buildKorrawit Pruegsanusak1-1/+1
Change-Id: Ib4ca01df58da4129d5262c344c7c092925e19caa
2013-01-21Remove some unneeded variables in filterMarcos Paulo de Souza1-12/+7
Change-Id: Ia2963498a197a795155a42b2588f983019d89f35 Reviewed-on: https://gerrit.libreoffice.org/1773 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-21Remove more STRINGPARAM macros from filterMarcos Paulo de Souza12-178/+160
Also, remove some chained appends, and sanitize some functions call. Change-Id: I5bfed073bd84e4dee4bc7e7b4715e413859beb50 Reviewed-on: https://gerrit.libreoffice.org/1772 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-21Remove more STRINGPARAM macros from dbaccessMarcos Paulo de Souza8-77/+48
Change-Id: I5a5af27d7c980f6b71011c33531a49a82d79fbc8 Reviewed-on: https://gerrit.libreoffice.org/1771 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-21fdo#57950: Remove some chained appends in connectivity and..Marcos Paulo de Souza7-215/+75
... remove some RTL* macros. Change-Id: I919d17e14334c9220b47775355512df8dfa00bca Reviewed-on: https://gerrit.libreoffice.org/1768 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-21curl: it seems the build breaks unless this is formatted uglyMichael Stahl1-1/+1
Change-Id: I554bb631a9b8d7b334483eeaed9b096451660a75
2013-01-21fix previous string conversion:Michael Stahl3-4/+4
- unconverted assertion in dinfdlg.cxx - wrong replaceAt in SidebarWin.cxx - obsolete cast in SpellDialog.cxx Change-Id: I18450c0c6fdd275b7f81a7fce58cdf98bb806e27
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith257-778/+774
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-21Fix Variable 'nMode' is reassignedJulien Nabet1-3/+1
See http://nabble.documentfoundation.org/Cppcheck-Variable-nMode-is-reassigned-in-fstat-cxx-td4030405.html Thank you Stephan! Change-Id: I780d422fe03c4c125cc89fee778d820a20553c1c
2013-01-21Fix parenthesis and simplifyJulien Nabet1-1/+1
See http://nabble.documentfoundation.org/About-parenthesis-problem-in-testintrosp-cxx-td4030420.html Thank you Lubos! Change-Id: If46b3d3aa304f2c16d66813ff337a70b3a520e76
2013-01-21it's a column count, so MAXCOLCOUNT instead of MAXCOLEike Rathke1-2/+2
Number of repeated column styles were limited to MAXCOL effectively being MAXCOLCOUNT-1 and in an --enable-dbgutil build yielded lots of warnings when importing a document that has a style applied to all including the last column. For example see attachment of fdo#59583 https://bugs.freedesktop.org/attachment.cgi?id=73282 or fdo#59325 https://bugs.freedesktop.org/attachment.cgi?id=73014 Change-Id: I74dbbe3065a46015b0b7c8f61d58690a1c08c855
2013-01-21curl: fixed crashers in curl patch for system proxyCédric Bosdonnat1-16/+20
Change-Id: Ieb8e782eab9c9bde1d2099d8cc32eceef9f00002
2013-01-21resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke1-1/+3
If followed by '(' (with or without space inbetween) an identifier can not be a column/row label. Prevent arbitrary content detection in case a macro function of the same name is meant (fdo#59583) or if it wouldn't resolve to a known function name at all, that earlier resulted in #REF! instead of #NAME? in the case of unknown function but label found. Change-Id: Id36a0c9ebad2d62867b4f9fe00ae78d464e77109
2013-01-21...and some more curl code layout massagingStephan Bergmann1-11/+10
Change-Id: Ifbd7dcc3fa8d18192d2ac2fc5faca1b0637c93c2
2013-01-21More massaging to avoid odd layout-related warnings/errors from GCCStephan Bergmann1-6/+8
(...whatever it is that causes them to be raised at least in my build). Change-Id: I52889de876e448ae8e90ec328e65cda2025968e2
2013-01-21Tabs to spacesStephan Bergmann1-14/+14
Change-Id: Ib0d64c9d93f7ae73a160ad242a6731b781edaf0f
2013-01-21Revert "avoid -Wsign-promo warnings"Stephan Bergmann2-48/+0
This reverts commit 1efe9a15f86a7a9dc08b57fd1dd12336522ba515, which is obsoleted by 488823a140217e393298bc83e75084041a85ed45 "Remove -Wsign-promo."
2013-01-21resolve fdo#59619 Spelling error - heigthJoren De Cuyper1-1/+1
Change-Id: Ice59129d20c6b7e3aa0dbabfefabd14bad8199b6 Reviewed-on: https://gerrit.libreoffice.org/1782 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-01-21Remove -Wsign-promoStephan Bergmann2-2/+0
...to avoid unhelpful "passing [enum] chooses 'int' over 'unsigned int'" warnings from those new calls to rtl::OUString::number as introduced with 63bcb139b941a2eff1b5ad367046bca067e7d1f8 "Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()." Change-Id: I2adb16e83865bd4cba4a1650eb54bb7f5cee31e0
2013-01-21resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numeralsJoren De Cuyper1-1/+1
Change-Id: I6123f8924d7502d3b97b3254ce4e5df724e4370d Reviewed-on: https://gerrit.libreoffice.org/1769 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-01-21Add Asturian, Slovenian, and Spanish translations of keymanes for WindowsPetr Mladek1-0/+60
Asturian by Xuacu <xuacusk8 at gmail dot com> Spanish by Adolfo Jayme Barrientos <fitoschido at ubuntu dot com> Slovenian by Martin Srebotnjak <miles at filmsi dot net> Change-Id: I29387f5908ea456abc5c464a03cc74c718ae6b74
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac82-198/+189
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-21curl: patched to read IE proxy settings on WindowsCédric Bosdonnat2-0/+125
Change-Id: I46605f6c8dfacab0feb5a446db458eed8e5756ee
2013-01-21Fix spelling misteakTor Lillqvist1-23/+23
Change-Id: Ie5d3564cf00c27c11597dd3ff1ba8dc82e250c0b
2013-01-21gvfs UCP: silence -Werror=deprecated-declarationsMichael Stahl1-0/+2
Seems to me there's no point to that since GVFS itself is deprecated anyway. Change-Id: Ibceba3bbe33a3a37dd088d0f24bfdd4211095589
2013-01-21Resolves: fdo#58749 wrong custom widget libname in columns pageCaolán McNamara1-2/+2
Change-Id: Ia11d30816b920b60367b8a0b7bd70d4bb4614ded
2013-01-21ditch some pesty XubStringsCaolán McNamara2-4/+5
Change-Id: I42a80b12d843b95e2ddc0872ee793ebbda050066
2013-01-21No use for help or myspell-dicts for Android or iOSTor Lillqvist3-6/+0
2013-01-21disable odk if not explicitly requested and doxygen not in PATHNorbert Thiebaud1-22/+27
if odk is not explicitly requested by --enable-odk and --with-doxygen is "yes" , i.e not a specific location and doxygen could not be found in the PATH then enable_odk is set to "no" as a default value rather than an implicit 'yes' Change-Id: I4f04ecc8dbe959001f6dfdccf0c97b61f79faff6 Reviewed-on: https://gerrit.libreoffice.org/1789 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud10-2/+17
Updated the distro-configs so that the default change does not impact build based on distro profile The intent is that with this change of defaults the build does only rely on core and does not need any submodules. Making a initial build simpler for new dev, since they won't be exposed to submodules unless they really need them. Change-Id: I446e912d607ce7358fd11f54a3de025dc3f25144 Reviewed-on: https://gerrit.libreoffice.org/1791 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-21fdo#59530 WW8 import of commented text rangesMiklos Vajna5-4/+125
Change-Id: I3e2928922ebcec8188c1b5416108373c4f26dd62
2013-01-20Another typoJulien Nabet1-1/+1
Change-Id: Ic2e9328d29593bbea7d54e5aed1b6a63a97434a3
2013-01-20Updated coreAndras Timar1-0/+0
Project: translations 15bb868bbc35ef3de6919317bec0e70883fafeea
2013-01-20TypoJulien Nabet1-1/+1
Change-Id: I94fb3020057fb1fb370ffdffee82e40da44bf35b
2013-01-20Some cppcheck cleaningJulien Nabet2-4/+1
Change-Id: Ie975903daa84ddafb2ba7d58e18b8ef20b331596
2013-01-20pyagenda: table's cells are TextElementXisco Fauli3-12/+18
Change-Id: Ica2289b710369b8d319991fde311d10f64acd295
2013-01-20pyagenda: Fix fdo#42543 in pythonXisco Fauli2-25/+7
Change-Id: I8dacaa369c62a3d4d183737f024edfe42b903d8c
2013-01-20pyagenda: simplify UIDialog codeXisco Fauli4-78/+18
Change-Id: I869d13c8b40f4c52e30a0a40c148fd2a5ef9d31c
2013-01-20pyagenda: Fix a problem with template's sectionsXisco Fauli4-24/+44
Change-Id: Ifbd5ba9800c1b52b2f0ed929b8919ff60fc48120
2013-01-20pyagenda: Change to new model and remove unused codeXisco Fauli3-52/+31
Change-Id: Ibdc1fb2fb09e5b209c761b7f9898ad019620b01d
2013-01-20pyagenda: follow same model as in fax and letter wizardsXisco Fauli2-1/+1
Change-Id: I3e6265f80481995399f22d40df344cc1e55e2148
2013-01-20pyagenda: setControlProperty doesn't exist anymoreXisco Fauli1-3/+2
Change-Id: Idf5bdb2ceb93a9dbdb3dd340e57079f8a6e47a2e
2013-01-20Another lacking parenthesisJulien Nabet2-3/+2
Change-Id: If5944101688b0219d2476e5c3b29f704634c3bcc
2013-01-20Fix missing parenthesisJulien Nabet1-1/+1
Change-Id: I65d54513bf6ff9ec62edcb3388302a8352f48898
2013-01-20Fix missing parenthesisJulien Nabet1-1/+1
Change-Id: Id372cde73af484d2d03149d7bbb9f23132cdabf8
2013-01-20Fix missing parenthesisJulien Nabet1-40/+40
Change-Id: I9b8b42465fc9246b9a85b5779a3073992ac82379
2013-01-20SwSplitTableDlg also unusedCaolán McNamara1-62/+0
Change-Id: I0eef94907586ecae8213da6f322366ddc8e0c686
2013-01-20AbstractSwSplitTableDlg never usedCaolán McNamara1-8/+0
Change-Id: I8b3fa5a513d31002655af479ba41a85b713509bd