summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2014-01-22convert more SvStream::operator<< callsNoel Grandin6-65/+65
.. to more explicit SvStream::Write* calls This was done using another run of the clang rewriter, and then a lot of hand tweaking to fix all the places where the rewriter did not play nice with various macros. Change-Id: I7bcab93851c8dfb59cde6bc76290c6484d88fb18 Reviewed-on: https://gerrit.libreoffice.org/7494 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-22reorient the ok/cancel/help buttons of external dataCaolán McNamara1-9/+10
Change-Id: I08abe30a259014ba33bcad63a40198baa1099893
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann3-9/+9
Change-Id: I9869d9709f28b68ef7b518527175589d80644668
2014-01-22bool improvementsStephan Bergmann13-19/+19
Change-Id: I7f814f53f67e2d6dd44013e7f9055ee256ec4811
2014-01-22fix-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke2-21/+29
Allocation happened also if no attributes were to be pasted and more memory could had been allocated than actually used. Also that array of arrays is entirely not needed. Change-Id: I37a58eea9c42cdc96824ce3e8fba5109921fb35a
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke9-32/+32
const methods, removed this->..., naming Change-Id: I0db1cf445936bab04003062bc59ce0a0c2fc8b71
2014-01-21get rid of an extraneous parentheses in "if((A==B))"Herbert Dürr1-1/+1
(cherry picked from commit 275a1d7a011e79a7f9c44c51e947d2cb50197051) Conflicts: basctl/source/dlged/dlged.cxx dbaccess/source/ui/querydesign/JoinTableView.cxx sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx svtools/source/edit/syntaxhighlight.cxx svx/source/unodraw/unoshape.cxx sw/source/ui/app/appopt.cxx vcl/osx/salinst.cxx Change-Id: If4ddf4ab23dbcfc4ba280948c73664b9794aecc7
2014-01-21ScCondFormatList is in scloCaolán McNamara1-1/+1
Change-Id: Ie79ea86509004dc149cda2316c07cd7db9b339a4
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann7-13/+13
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann1-1/+1
...to avoid "warning C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in opertaion" style errors. Additionally, mark those functions that are virtual overrides as such. Change-Id: I64f919f7e2d8f6224303f9bac67f6270d58de014
2014-01-21renamed misleading namesEike Rathke1-4/+4
Formula is a formatted text, and RawString isn't raw at all. Change-Id: I2e4455401c47bd1215576b24f6041248cc7f5a90
2014-01-20Add vertical lines for testing.Kohei Yoshida1-0/+0
Change-Id: I93d3613547b74a37cebbb6e791e0d23ea405401b
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke1-4/+6
ScDocument::GetString() already returns the formatted string that then was formatted through number formatter. Format raw string instead. Change-Id: I806b4fc904d04169a6c1dbd4a3d00e2556eda7bd
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara3-3/+10
Change-Id: I4b744cf10165383153d2a71c05df0c0ed327c641
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino1-2/+2
and remove separator between value and percent to match with ISO 31-0 (cherry picked from commit 0cea884e3f417e4b58d2fdcfc7b0111f3bfc6f30) Conflicts: chart2/source/controller/dialogs/tp_SeriesToAxis.src cui/source/dialogs/colorpicker.cxx cui/source/dialogs/colorpicker.src cui/source/dialogs/grfflt.src cui/source/dialogs/zoom.src cui/source/tabpages/tabline.src editeng/source/items/frmitems.cxx editeng/source/items/textitem.cxx sd/source/ui/animations/CustomAnimationDialog.src sd/source/ui/animations/SlideTransitionPane.src svx/source/dialog/bmpmask.src svx/source/engine3d/float3d.src svx/source/items/algitem.cxx svx/source/sidebar/text/TextCharacterSpacingControl.cxx svx/source/xoutdev/xattr.cxx sw/source/ui/utlui/attrdesc.cxx sw/source/ui/utlui/uiitems.cxx Change-Id: I554309cb72dd8956077c5ca6866a982cdd6529aa
2014-01-20Related: #i56998# english doesn't put a space between numbers and percentCaolán McNamara1-1/+1
Change-Id: I9c9579e8e1b8009fef169b434e2d839e36da8984
2014-01-20add missing space in help textThomas Arnhold1-1/+1
from 6e2c0fef5906a
2014-01-20sal_Bool->boolNoel Grandin3-5/+5
Change-Id: Iba99495f93edc1bbd8b4fbdbf25c6c6f8b8986be
2014-01-20sal_Bool->boolNoel Grandin2-13/+13
Change-Id: Ibc8696d41afead254c832afb7b4aeed73f52cab9
2014-01-20sal_Bool->boolNoel Grandin1-4/+4
Change-Id: Idfdfc19ac80797ef7185425c7929db3fc2e9e1a5
2014-01-20sal_Bool->bool and remove unnecessary param on ScConsData::InitDataNoel Grandin2-20/+17
since it was only called from one place, and that place unconditionally passed "false" Change-Id: I1b730cfff23da08a86d385737043fcabf16d37cb
2014-01-20sal_Bool->boolNoel Grandin2-3/+3
Change-Id: I6f567871d9ba0517c5069f9b2d6c908b4501178d
2014-01-20sal_Bool->boolNoel Grandin6-43/+43
Change-Id: Ia39a8e928b68d4e05696e9a664fad28f95b91828
2014-01-20sal_Bool->boolNoel Grandin2-4/+4
Change-Id: Id85765e1ae560364d8cf5e33b509473a362d63ed
2014-01-20sal_Bool->boolNoel Grandin2-11/+11
Change-Id: I7c60759d199da6b0d1494cf31e1577808e618627
2014-01-20sal_Bool->boolNoel Grandin2-2/+2
Change-Id: Ibe1a978835a3ccd3c34d289db56f12e53b42087b
2014-01-20Resolves: #i92785# fix label from Allow blank cells to...Tsutomu Uchino1-1/+1
Allow empty cells on Criteria tab of Validity dialog Suggest By: joropo<joropo@pioneerwireless.net> (cherry picked from commit b363d736060a8ebe2117a37e0dfbd2e164f31db7) Change-Id: I76eb3bb567bb24498f987d62dd970731faff4b83
2014-01-19CID#1158211: out-of-bounds accessMarkus Mohrhard1-1/+1
2014-01-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar4-46/+46
Change-Id: I60b74cecc17352681fac7dfa0e41114515dbd6f5
2014-01-19fdo#73799: Make some items in the filter dialogs translatable.Kohei Yoshida1-40/+40
Change-Id: I67c54ae9cee0a57baf900c80f50b28572bc9465b
2014-01-19more build fixesMarkus Mohrhard2-0/+5
2014-01-19CID#1158216: resource leakMarkus Mohrhard1-0/+1
2014-01-19CID#1157787: new[]/delete mismatchMarkus Mohrhard1-8/+8
2014-01-19CID#1157754: fix memory leakMarkus Mohrhard1-1/+2
2014-01-18fdo#73487: Write unit tests for this.Kohei Yoshida3-37/+54
Also remove the files used for the old tests. Change-Id: I4fbf6acce205d15a35780524120e351e01dc6642
2014-01-18Window::PreNotify should return boolStephan Bergmann9-18/+18
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-17Follow-up (micro-?)optimisationTor Lillqvist1-5/+15
Change-Id: Ia49cb02b2374e1c284bb4dee77e333fe6c8839ce
2014-01-17bool improvementsStephan Bergmann9-45/+43
Change-Id: Ib7c2e846885812b5352b06d568d62f744a3c07c4
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann5-10/+8
Change-Id: I3b345be909ed2cb93cd0d478af4b26c9909d2726
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann2-3/+3
Change-Id: Id57ad91eb6f2a5f7f4801ebc3a1317bb7bf46adf
2014-01-17Add border test file for XLSX import.Kohei Yoshida1-0/+0
This is an exactly the same file as the XLS counterpart, only saved as XLSX. Change-Id: I05adcdf26eb031324daf810218e770bdc4dc496c
2014-01-17Make the same change to the xlsx import filter.Kohei Yoshida2-21/+25
Change-Id: I94c97e5aa55e6b728d07e91f2527fc0c10820f24
2014-01-17Remove TODO. Now these border thicknesses are permanently set.Kohei Yoshida1-3/+0
Change-Id: Idbf732182eaa5a4b94c98ad4d408407f50cc299b
2014-01-17More faithful mapping of border line thicknesses.Kohei Yoshida1-4/+4
This time based on how they get printed on paper, not how they look on screen. Change-Id: I61a217822229f843de3e89e96cf58b273f2cd8ac
2014-01-17Disable these tests for now.Kohei Yoshida1-2/+2
Change-Id: I4dc62a8ae0788b468dd11384025964bd9c3ea874
2014-01-17Map Excel's normal dashed line to our FINE_DASHED.Kohei Yoshida1-1/+1
Excel's medium dashed maps better with our regular DASHED pattern. Change-Id: I9c7161ced9592b6c6617d6edbc616e0b1c3dc1e8
2014-01-17Excel's hair line is not "fine dashed". It's a solid line.Kohei Yoshida1-1/+1
Excel may display this line as fine dots on screen, but on paper this is a ultra thin solid line. We need to go by what gets printed on paper. Change-Id: I6640706ff8a16ad26330f8f609a429fb7f14faad
2014-01-17Test Excel document that contains all cell borders that Excel supports.Kohei Yoshida1-0/+0
Plus some screenshots of what they look like in Excel.
2014-01-17Avoid some global statics that drag in lots of code in the static linking caseTor Lillqvist2-29/+14
When doing static linking, i.e. when building the single executable for an iOS app, or the single DSO for an Android app, we list all our libraries (which all are static archives) on the linker command line. Static initializers in any library always get linked in, so it is a good idea to avoid such in the cases where they drag in a large amount of code. Which was the case here. Change-Id: Idef9aec1c10686c86f517ad10cf540a313d9c829
2014-01-17Window::Notify should return boolStephan Bergmann9-20/+20
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe