summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Collapse)Author
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
2012-09-20Add some static goodness here, tooTor Lillqvist
Change-Id: I7de335925748b2cfe28a01f6975a630081b3172e
2012-09-18use light red as error colorMarkus Mohrhard
Change-Id: Ia16b683c47743a921e70ce1bb7f37724e4ad7c9d
2012-09-17update unused code listCaolán McNamara
Change-Id: I4d6ad11fbe68420931e88defa20afbef290d4d24
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-13targetted container_controls rework.Noel Power
2012-09-12targetted VBA re-work.Noel Power
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-09-11-Werror,-Wunused-valueStephan Bergmann
Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
2012-09-11warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann
Change-Id: Ie05299fb67d90a7df332626d361697cb32bb205c
2012-09-10Resolves: fdo#44925 list box contents should be same direction as sheetManal Alhassoun
list box contents should be same direction/alignment as sheet, not the interface Change-Id: I0b4944c6658fb27dfa7d0c67dd26a7b592329be8
2012-09-10fdo#54721 fix vba not tracking currently selected doc correctlyNoel Power
Change-Id: I43b17dfc621d0aba76cdd33ebf97c457fa1da912
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
Then this will be subject to on-demand loading. Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida
It introduces the 'FilterProvider' property in the media descriptor to optionally bypass the normal loading process and let the external filter provider to handle the loading. For now I'm overwriting the csv import filter just to see how this could work just as an experiment. Orcus still needs a lot of work, and it crashes very often at the moment. Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb
2012-09-07fix crash on area link updateDavid Tardon
Example spreadsheet: http://www.gummy-stuff.org/Excel/Yahoo.xls Change-Id: Icd16ed4fb05986bc199ac3f913cee656c7a434ff
2012-09-06no conditional format changes i protected sheets, related fdo#51636Markus Mohrhard
Change-Id: I228ca76c34e3e18ea4d4f2197db20222319ebbd0
2012-09-05only allow to change conditional formatting if sheet is not protectedMarkus Mohrhard
Change-Id: I38a812a4d4ce24fb9ad65c438f6e001b376f319e
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-08-31use Red as error color for cond format dlgMarkus Mohrhard
Change-Id: I1526a8d1f2999742f28600e771891e1489d62f4b
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida
This prevents the same error dialog from appearing 3 times in a row, also the pivot table outout from becoming empty. Change-Id: I09a72f78561f3f0446a95732fb9c242c1144878a
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard
Change-Id: I8e523fbb53b9c40075b62ee32d79eee0b408168e
2012-08-29don't cover cell with hint window fix for fdo#47595Noel Power
Change-Id: Iedbe5238deb7ed011423ef211e7fb1e498d27387
2012-08-29fix typoCaolán McNamara
Change-Id: Id278f406673b79347c72203d89c1c7b22105c727
2012-08-29String::Expand -> string::padToLengthCaolán McNamara
Change-Id: I684e371c31ba76d2e9b563eed70449764346161b
2012-08-28tweaking the "fill in character" support in Calc Number Format StringsJohann Messner
a) changed ordering of repeat code marker ( 0x1b ) and repeat code to more sensible ( and correct imo ) order b) prevent some possible div/0 errors c) added some missing formatter 'GetOutputString' calls
2012-08-28allow paste & paste special for unmatching dest (single) rangeNoel Power
Change-Id: I420c044c9bcc49e479956f9118fb173a0350fda2
2012-08-27Quick indentation fix on closing brace.Kohei Yoshida
Change-Id: I8626b0b3338e17b1b0fc713d4dba5545e1faba1c
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
Change-Id: I5c21a407bcae1b668976b94a757d564120973b1a
2012-08-25The label size is computed from the length of the string it containsJean-Baptiste FAURE
Change-Id: I586a31a5d563ea8a11282836ca1d54b0c8be1bf4 Signed-off-by: Arnaud Versini <arnaud.versini@gmail.com>
2012-08-25removed commented out code in sc/source/ui/undoPhilipp Riemer
This is a follow-up patch of 06f611210cf487dcd32aa7ccfaae5ed80124e439. Since the rebasing process is not finished yet, I submit it to Gerrit, so that the changes are available for later when they can be applied again to the related files. Change-Id: I047ade3f9a6b3927ddab8b94a53113b17483c06f Reviewed-on: https://gerrit.libreoffice.org/486 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-25remove ascii-art and blank lines in sc/source/ui/undoPhilipp Riemer
This is a follow-up patch to 06f611210cf487dcd32aa7ccfaae5ed80124e439. However, since the rebasing process is not done yet, I submit it to Gerrit, so that the changes are available as soon as they can be applied again to the related files. Change-Id: I61292e9d893839bd2f8b18a521a30e670f80f05b Reviewed-on: https://gerrit.libreoffice.org/484 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-25fdo#39468: Translated German comments in sc/source/ui/undoPhilipp Riemer
Eike and I reviewed the patch at the same time. However, he was was faster ;-) Consequently, with this commit I include the fixes for my remarks previously done in Gerrit as well as for Eike's comments. This is a follow-up patch of 06f611210cf487dcd32aa7ccfaae5ed80124e439. Change-Id: I6ee721f15852e1023c8b3e4f0b580435ee52c0c6
2012-08-24Translation of comments from german in sc/source/ui/undoAlbert Thuswaldner
Change-Id: Ic7f2233ae55f8c5505c5b325aef973b0d0c65730 Reviewed-on: https://gerrit.libreoffice.org/479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-08-24Improve matrix import performance.Daniel Bankston
Our latest changes that recalculate volatile formulas at the end of import resulted in several seconds performance loss on a large matrix test file with complex formulas. When the matrix cells are put in the document, ScFormulaCell::SetDirty() gets called. Although the cells are set clean during import after this, SetDirty() also uses ScDocument::TrackFormulas() which puts the cells in the formula tree. So when we call ScDocument::DoRecalc() at the end of import, the interpreter goes through all matrix cells because they are in the formula tree. This commit prevent that from happening, which gives us back our performance. Change-Id: I961f69b0117d4261f8afefb6d94173105f0925b2
2012-08-23Get rid of the 3D look of the Formula Bar.Jan Holesovsky
Change-Id: I146123149bd32223f9321b1bf4b49e71805aa37e
2012-08-23Disable adjust height flag once for whole doc instead for each tabDaniel Bankston
Change-Id: Ib82a72d257772b3dcdf9368c4ee5850a6f411d6e
2012-08-22Don't clear the database data cache here.Kohei Yoshida
This would result in the pivot cache being refreshed twice. This block of code was a leftover from the previous, non-cached version of pivot table, and this logic no longer applies today. In today's pivot table code, the cache gets refreshed first, then the table gets refreshed afterward. We should never clear the cache data during table refresh. Change-Id: Ida6fa1805463facf842cb9ea94f4c1afab716595
2012-08-21Really draw Calc tab-splittersMatteo Casalin
Change-Id: I952729487eb5d1195bbdf53c2e981685cd0c7b62 Reviewed-on: https://gerrit.libreoffice.org/350 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-08-20fdo#47674 Save setting for Import Ascii Text DlgLaurent Balland-Poirier
Caption of Dlg is missing Filename for import of CSV Change-Id: Ia7202229e012008d1dd4ec6f7df0457d19e92a6c
2012-08-20resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke
CSV import didn't recognize end of field if a field was quoted and the delimiter was space. Change-Id: I46de608d545011437fe8a298854c134d6cf54b6b
2012-08-20Fix compilation in the (experimental) DISABLE_DBCONNECTIVITY caseTor Lillqvist
Change-Id: I392b0203e0850a57eb3e1dfdaf21eafed838129b
2012-08-18remove some useless commentsThomas Arnhold
Change-Id: Ied223890539a3407abbed7c7135dfc3de2f2fe48 Reviewed-on: https://gerrit.libreoffice.org/429 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com> Tested-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-17fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates.Kohei Yoshida
This applies to two scenarios: 1) cycling through cell values, and 2) cycling through cell functions in a formula tip window. Both were broken and this commit fixes both. Change-Id: I7826efbada827b8ec3edc5f34a1876c84e5e6236
2012-08-17Translation of comments from german in sc/source/ui/inc/Albert Thuswaldner
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-16add x-comment for translatorsAndras Timar
Change-Id: I3b0db36991cc21928cce00d051ba3981ad39703d
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
2012-08-16fix a linguistic issue on Calc UIBence Babati
Change-Id: I1d69be65e2d55f1de0a3d800cd920cc881e8a8ce
2012-08-16String to OUStringBence Babati
Change-Id: I424a3e91cd6163907e364c7d6f40e19d8bf12b48
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08