summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26no need for this copyMarkus Mohrhard1-1/+1
Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard3-3/+92
Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9
2012-11-26easy performance improvement related to fdo#48312Markus Mohrhard1-2/+2
Change-Id: I61287dc910fb168c18fa7c9e46b8c29ae1300858
2012-11-26Missing dependency on lng.componentStephan Bergmann1-0/+1
...at least, failure of Linux-openSUSE-x86@18-Clang tinderbox makes it look like that is a problem. Change-Id: I0e0b135d845d06ed2adddfd246a3ccaab91905a3
2012-11-26Indent consistentlyTor Lillqvist1-58/+58
Change-Id: I2f0a472a92d9db5d18225fd47a90c98fd26d9435
2012-11-26we can now update formulas in cond formats correctly, fdo#48970Markus Mohrhard1-2/+10
Change-Id: Ifc5931eeb7325f606822ceaf23ed6af73467c782
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc361-1/+0
Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1153 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-11-25disable this for now, fdo#57500Markus Mohrhard1-0/+2
Change-Id: Ie69893e3012b8e358402b325f1254ee905d88cc3
2012-11-25Fix typoJulien Nabet1-4/+4
Change-Id: I8f5aba83864aa46bd6bd0535f340af06e475671d
2012-11-25style list should be sorted, fdo#51588Markus Mohrhard2-25/+45
Change-Id: I771a17f2cc20602f2e6f8b18142eb990c473f2d4
2012-11-25approxFloor is better than just tuncatingMarkus Mohrhard1-1/+1
Change-Id: I5c204de2dbf7448b8a8ab16e7178a5e1de900d28
2012-11-25"Felder" -> "fields" not "errors"Stephan Bergmann1-1/+1
Change-Id: I260ebf94f041fc690ed76ac9e55c75a3b038a412
2012-11-25Comment TranslationsPeter Baumgarten1-41/+41
Change-Id: I67e4d5603210fe9cf0ee2f26ab23c2eeb5b13854
2012-11-25remove this overoptimizationMarkus Mohrhard1-3/+0
Change-Id: Ic87237bdf3f98fe90a882946d1d281d4dbd84e5f
2012-11-24we need to catch the exception here, fdo#57451Markus Mohrhard1-1/+8
Change-Id: I203aa640e7d4373f3a090a4988c28c6059b93064
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke2-5/+3
Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc
2012-11-24German comment translationsPeter Baumgarten1-37/+56
Change-Id: I91e022fac89518cceca8e53807f7a14fe92e0e85
2012-11-24prevent 100% cpu on switched of autocalc with volatile func, fdo#42260Markus Mohrhard1-2/+2
Actually conditional formats with sitched off autocalc are not working correctly but this patch does not make it worse Change-Id: I44a4450fb7845e5cb2d9b2ac605540722a5bd48e
2012-11-24autofill should adapt the cond format range, fdo#57050Markus Mohrhard1-0/+57
Change-Id: Iec5e4f75f92f4bfcc49d3e3e36090d0c7d0f8be3
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard3-11/+14
Change-Id: I1c190e29ab26fab7e3ae109ea3135d7654a7cb9a
2012-11-24sal_Bool to boolMarkus Mohrhard1-6/+6
Change-Id: I9d221cd10fcc6ef92b6accfcabd586717a7dcad8
2012-11-24Translation of German commentsPeter Baumgarten2-37/+38
Change-Id: I729049b8fa9c26926423c6990a06377e6884e840
2012-11-23some i18n wrappers with LanguageTagEike Rathke4-9/+6
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-23String to OUString in conditio.[ch]xxMarkus Mohrhard2-48/+52
Change-Id: Iea2da3947a76e45fb323abed3b9a14ccc3fdfbdc
2012-11-23support undoing conditional formats correctlyMarkus Mohrhard1-0/+6
Change-Id: Ice698827b3bc559a1e5ad0ea929145fa8c0dfffe
2012-11-23this should be IDF_NOTEMarkus Mohrhard1-1/+1
Change-Id: Id460ed774b4ccedd5e72ba41756fc7c78f8c2313
2012-11-22AllSettings with LanguageTagEike Rathke12-23/+21
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-2/+2
Change-Id: Icd1b2937fdeaba6de1877258731f53ddf996002e Reviewed-on: https://gerrit.libreoffice.org/936 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-20Merge branch 'feature/killsdf'Andras Timar2-2/+2
Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
2012-11-19use LanguageTagEike Rathke7-18/+18
Change-Id: I93bc72d3938775b4e7c599b0477a76ed0ce5d4ac
2012-11-19database names are case insensitive, fdo#51309Mathieu D15-44/+25
Change-Id: Iac9ac4e48115ea09aeffa11bbd8da399266aede9
2012-11-18WaE : shadow variableNorbert Thiebaud1-6/+7
Change-Id: I394817653afa738e7e3d19a1d82f892fb3b35c19
2012-11-18convert a GetOutputString variant to OUStringNorbert Thiebaud1-3/+12
Change-Id: I4bed439df3d4f4c0a87a6e406048de2af6995b89
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud2-4/+12
that create some clutter on some of the caller, this will be resolved as things progress to ward OUString only This is done that way to be incremental and avoid creating too big patches Change-Id: I4a881d85cc2ee1eb53bc0c0d0902838b1d3720a2
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2-5/+4
Change-Id: I23ae9d3e8bf71ef9ece75ea013d18c36ab2e69d4
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud1-8/+8
Change-Id: I93daafcb6cc161f10ec87fe9f1dc877e2154299d
2012-11-17convert text import options to .uiCaolán McNamara13-197/+266
Change-Id: Ice6228f0548507b0400c25f40d8aa7cb557c8088
2012-11-17delete also note caption, fdo#56548Markus Mohrhard1-1/+1
Change-Id: I1d792082e79d6bb68004a84c172cc3bb5c194826
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2-0/+2
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
2012-11-16targetted cleanup of misc. vba pieces.Noel Power2-5/+1
2012-11-15ui part for conditional date formatsMarkus Mohrhard9-60/+168
Change-Id: I96893aaa016e6947d354aac4d7bc88da693095da
2012-11-15implement remaining conditional date formatsMarkus Mohrhard2-8/+69
Change-Id: I0a514f305367f556be2fea6650afb63bff4c5a8c
2012-11-15implement date cond format import from OOXMLMarkus Mohrhard1-35/+47
Change-Id: I4c0fc2dad8510260ee58848f99736c91ae58c57e
2012-11-15initial work for date conditional formatsMarkus Mohrhard2-1/+162
Change-Id: Ifba8a4061e898a031004c20222e78eb825f07e4e
2012-11-15String to OUStringMarkus Mohrhard2-10/+10
Change-Id: I32f35a34f031b1905b1b3955d6a8e6804bd4ce23
2012-11-15remove strange commentsMarkus Mohrhard1-3/+3
Change-Id: I307ac354550119f87e7eee0d747b36715c9e0ccc
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2-4/+4
Change-Id: I542835154e40b25d68fc3995d911810e26e30501
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin3-4/+4
Also create a utility constructor for LocaleDataWrapper, which simplifies many of the calling sites. Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-3/+2
I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
2012-11-14resolved fdo#56278 broadcast deletion to dependent formula cellsEike Rathke1-32/+35
Consolidated changes for fdo#56278 fdo#54074 fdo#53364 fdo#55059 (and earlier i#99844 and i#101869). The replacement cell for the broadcaster to inform listeners, if any, is transferred the broadcaster and owns it, the remembered formula cell never does. When broadcasting the change use the replacement cell instead of the remembered formula cell. Don't fiddle around with ReleaseBroadcaster() at the remembered cell, we don't delete twice and now also don't leak. Change-Id: I5cd4dfe33e91a40dce53538b2eae2c80a7064c4c