summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-31import/export new Excel 2013 ODF functions, fdo#60032Eike Rathke
Change-Id: I8cf726ce5132f0cb712b30a76a76b152a681f4da
2013-01-30HIG: align the edit button with the last spinner elementCaolán McNamara
Change-Id: Ia12af43223334156ffe8c9a0e9660e296fd4d68e
2013-01-30HIG: access key for listboxCaolán McNamara
Change-Id: I20f85de6c529b5a448f87ab73d7373532da7ab8c
2013-01-30HIG: 6 pixels vertical paddingCaolán McNamara
Change-Id: I8699539b79c5db10f4cf5d79028cabb10cd09164
2013-01-30HIG: indent dependent hierarchy by 12 pixelsCaolán McNamara
Change-Id: I5beec3eb7d8ede3c91b63955285a813af16bc43a
2013-01-30HIG: radiobuttons/checkboxes use sentence capitalizationCaolán McNamara
Change-Id: I0f2f9d4576b8d1923a19ab703da5fed206ae6526
2013-01-30HIG: end labels with ':'Caolán McNamara
Change-Id: Ia729050125d3cfc3e51d289c2153f6bdeb76e379
2013-01-30HIG: Leave a 12-pixel horizontal gap between a control and its labelCaolán McNamara
Change-Id: I0e6c8c817290a6d2c27ee5b758a803b30c2b3d2c
2013-01-30resolved fdo#60087 corrected .xlsx export of functionsEike Rathke
Change-Id: I6c7ba47dde88a73d035b1db5f7f4cede78b262db
2013-01-30make it possible to update DDE links after loading, fdo#59032Markus Mohrhard
Change-Id: Iba49bec62cb9081cdcd9410215f269b59c1be304
2013-01-30Introduce SAL_OVERRIDEMiklos Vajna
Change-Id: I3675b627d5e9ca19b2c4fb69fef12d0dabf94a43
2013-01-30WaE: format %d expects argument of type int, but argument 2 has type long intTor Lillqvist
Change-Id: I0fe32f14641ed2c2cf1ee4e0f03aa9bef805ef1d
2013-01-30configure: better libstdc++ ABI breakage checkMiklos Vajna
The old code expected that gcc -dumpversion outputs x.y.z, but just x.y is also a valid output. Use the preprocessor defines instead, this way SUSE 4.7.2 gcc will use -std=gnu++0x as well. Change-Id: I9871b05953ab255c66dd152c0befd29037522902
2013-01-30chart2: try to make MSVC happy with OUStringMichael Stahl
Change-Id: I4c5a9572e897aa12aad3a8eb5797e4bca2f036cf
2013-01-30unfriend this class and the methodMarkus Mohrhard
Change-Id: I43645409bee380ef6664109c4480ca37c5f3ecd2
2013-01-30make a few more users of ScAttrArray outside of the class constMarkus Mohrhard
Change-Id: I76aca6b1ddb8a326eecf70a68bed2a754e462c49
2013-01-30this check always will result in trueMarkus Mohrhard
Actually I believe that pData is non-NULL in all cases now but proving it is quite complicated because there are a few too many friends of the class. Change-Id: I024605676281c0a4a46b42827b00ef98bf68ea79
2013-01-30this parameter was always trueMarkus Mohrhard
Change-Id: If78c958c11b5786f31127fc729806e1e5bc5d58a
2013-01-30prevent copy c'tor and operator=Markus Mohrhard
Change-Id: Ibf45ab23a2272043729e7404de89ad514735bf06
2013-01-30prefer the c'tor initializer listMarkus Mohrhard
Change-Id: Ic4087959ae04b27c228abf67ef538aa8717fae4f
2013-01-30adapt comment to correct codeMarkus Mohrhard
Change-Id: I669036358773b0e9583d7d0b8130ca947d89fae9
2013-01-30correctly handle repeated row heights for empty rows ( fdo#59973 )Noel Power
it seems both xls & xlsx export suffer from problems with multiple row heights repeated ( if those rows are empty ) Change-Id: I3ed68a81517a3e55d1de1954fcb99e7cb39be337
2013-01-30better default row detection ( associated with fdo#55621 )Noel Power
previous patch associated with fdo#55621 compared single instances of row heights to determine the default height, it didn't take into account though repeated rows. Additionally the limit of rows heights ( where rows were empty ) considered when exporting xlsx was the old 65535 limit. Change-Id: I3772829fe88fe28c4a24061e77470c8a126ff419
2013-01-30Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGEStephan Bergmann
Change-Id: I5a91c6c6dce103a8e4daa1572a638e1968a48fd8
2013-01-30API CHANGE: Make TypeDescriptionManager/Provider more consistentStephan Bergmann
...by letting their getByHierarchicalName methods return information about UNO constants as X(Constant)TypeDescription values, just as for (alomst -- see the odd enum member case) all other entities. This will make future changes in this area easier. The only affected client I could find so far is the core reflection service, but there might be more that I overlooked. Change-Id: I6731f2914773d49e33eeaec6e256ff2e5409ad2d
2013-01-30MSVC needs explicit OUString in ?:Luboš Luňák
Change-Id: I9b7db931ea9bd31824bd27f528c2b6214e80924b
2013-01-30resolved fdo#60078 correctly calculate IMCSCH and IMSECHRegina Henschel
For the transformation used see http://de.wikipedia.org/wiki/Sekans_Hyperbolicus_und_Kosekans_Hyperbolicus#Komplexes_Argument (German only) Change-Id: If502b7333308069d7fcbe09e954b26ce8b7268b6
2013-01-30n#792778 oox: implement import of v:line inside v:groupMiklos Vajna
The problem was that in ShapeBase::convertAndInsert(), the rectangle calculated for a line was zero, that's why it wasn't imported. Fix this by overriding the get*Rectangle() methods in LineShape, instead of doing so with implConvertAndInsert(). Change-Id: Ie4bb2f7964b438cb56e4f5ee7a4ebe9f8f8eb734
2013-01-30osl::{File,Directory}::getURL() had curiously been missingStephan Bergmann
Change-Id: I0af83e7aeaf681440d4bbb50d8b00390f8464b1a
2013-01-30fix string literals concatenationLuboš Luňák
Change-Id: I2dc86b3c24f22f4e52e25152a5741ecefad9c7d3
2013-01-30make SAL_WNODEPRECATED_DECLARATIONS_PUSH work also with ClangLuboš Luňák
Clang claims to be GCC version older than the one tested for. Change-Id: Ia9886915f62f886810e091f66d8e5710047e2e2f
2013-01-30do not use removed A2OU macroLuboš Luňák
Change-Id: I1af159daed382e78f8c9933af10df9dba2010193
2013-01-30remove CopyEditionData CustomActionAndras Timar
It is not entirely clear what this CustomAction was supposed to do, but program\edition directory is not present in LibreOffice, therefore this feature is useless. Change-Id: Icfcd9c5f88da28e171329d951956baaa42908fd0
2013-01-30remove DotNetCheck CustomActionAndras Timar
We do not need to call a dll function for a simple version check. Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff
2013-01-30remove CopyExtensionData CustomActionAndras Timar
It copied *.oxt from [SourceDir]\extension to TARGETDIR\share\extension\install. One might think that *.oxt files there get installed automagically at first start, but no, it does not happen. This feature looks useless. Change-Id: I5ce583f3b46f5e4e962449790bdce70f99aa135b
2013-01-30remove CustomAction ExecutePostUninstallScriptAndras Timar
I think this CustomAction is unnecessary, providing that we do not use Star Division home-made PATCH technology. I have never seen this CustomAction used in any OpenOffice.org/LibreOffice builds. Change-Id: I62f3b5a3ef8a9686f018ca1af52689954262e830
2013-01-30convert SetAdminInstallProperty CustomAction to type 51Andras Timar
It does not make sense to call a dll function to set a single property to 1. Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4
2013-01-30remove stray, old, obsolete CustomAction: RegCleanOldAndras Timar
Change-Id: I6d524a2342390658062cfc0108853756c543bd7c
2013-01-30we don't build language packs on WindowsAndras Timar
Change-Id: I672886764e9451a983b823ec3666f126b758bd1e
2013-01-30fix for the awkward OUString::replaceAll() behaviourLuboš Luňák
Change-Id: I6ee919bb17ea7eb29cb9cfc0fc69d02d728d9a0f
2013-01-30do not try to concatenate two string literals using +Luboš Luňák
Change-Id: I7f06a9b065d5dd24da48e06792cacd27d157a656
2013-01-30Revert "WaE: declaration of nWhich shadows a member of ´this´"Michael Stahl
This reverts commit 984ac8a7b4af06147a113845899ec918d5934921. Problem was fixed already by 9ad661e5740142a95893e91e4c138caee2abe7c2
2013-01-30extensions: fix wrongly converted OUString literalsMichael Stahl
Change-Id: I23594fe715fbd8d34ea5d938bde963a17dffb296
2013-01-30remove useless macrosLuboš Luňák
created by incorrect replacements in the previous commit Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30UNO constants cannot be of CHAR typeStephan Bergmann
Change-Id: I13f2f1d38b99a5eb1d10f40c524894e37a47f7e2
2013-01-30Remove unused DeInitSalMainStephan Bergmann
Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c
2013-01-30Get rid of STAR_RESOURCEPATHStephan Bergmann
...the only remaining use was for CppunitTest to find the .res files in $(OUTDIR)/bin/. Get that solved by delivering the .res files also to $(OUTDIR)/unittest/install/program/resource/ (new gb_ResTarget_get_unittest_target). Change-Id: I370e7cab4223256356c7511b88ae63d9c0dbf215
2013-01-30Setting env vars in aqua's InitSalMain should long be unnecessaryStephan Bergmann
...see the comment at the start of InitSalMain in 95548c7b5ad2b388f077bf9bf2031ac5f6121d0e "Implemented InitSalMain() and DeInitSalMain() functions" for why this was relevant back in 2001. Change-Id: I2b2e5f261065d3b801ef20cca592009fa6b3f558
2013-01-30sw: add textframe gradient DOCX roundtrip testcaseMiklos Vajna
Change-Id: I77f63631b5b666e2735978d1bf48ef5733a9f28e