summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Collapse)Author
2012-10-04Fixes/improvements on previous commitStephan Bergmann
* UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
2012-10-04Add "Compress Graphic" menu entry for bitmaps to CalcTomaž Vajngerl
Change-Id: I591c544f600361b5bc9c59b5627f6cdd9f9b09db
2012-10-03changing conditional formats invalids the streamMarkus Mohrhard
Change-Id: I5d0137ebfa53cfbe37f7ad33c3400e75e2e3a05a
2012-10-03probable attempts to find the parent dialogCaolán McNamara
Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
2012-10-02XubString->OUStringCaolán McNamara
Change-Id: I49d2d41ad4d5ee4ececf5a57eae070898e33075f
2012-10-01fdo#54940 - fix last small ergonomic issue.Michael Meeks
Change-Id: I305bf537a203389321aa0e0efc1ce3d9654dd4aa
2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist
Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
2012-09-29Use comphelper::getComponentContextStephan Bergmann
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-28add the remaining parts to previous commitMarkus Mohrhard
Change-Id: Ia0b9ed9eed30991f38234bf56c49b26392491f30
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks
Change-Id: Ib7681de7b1aad9b6dda183e3c4fa1b1010270d3f
2012-09-28double-click on a conditional format inspects / edits it.Michael Meeks
Change-Id: Icdfeae938627b63decd26571e86bc1e80e07f6c6
2012-09-28auto-expand the first conditional format in the list.Michael Meeks
Change-Id: I65280d39b560b4b7eed3e21a6e6c7b02c124f10a
2012-09-28improve conditional formatting height calculations.Michael Meeks
Change-Id: If5080892b820d268ffef22111d0caee217586b56
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara
Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin
Create a merged XDatabaseContext interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Quite a few IDL files had to be marked as published for this to work. Change-Id: Ie9a0da88d8c33cc83fc9d2334ff83ab2744c222f
2012-09-26unusedcode: more removingMatúš Kukan
Change-Id: Ic8be585925edd63724d28a255c9e33170a4a041e
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
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>