summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Collapse)Author
2013-03-04doubled includesThomas Arnhold
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04remove unused and commented out codeThomas Arnhold
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04discard explicit SetAccessibleRelationMemberOf when members of a true VclFrameCaolán McNamara
I think the old use of "SetAccessibleRelationMemberOf" is a kind of workaround to show that those widgets are logically all children of a pseudo-frame in the a11y view. Now that they are truly children of a real frame I think we don't need them anymore. If it turns out that being implicit children of a frame isn't sufficient for a11y, then hopefully we don't need to manually insert them everywhere but instead make one centralized change down in vcl to automatically present children of frame as "AccessibleRelationMemberOf"s. RID_SVXQBX_DELETE_HEADFOOT: This one is still in use, so I added it back Change-Id: I00df4bd376ba21b7cdc2af87763f7c9ae015b70a
2013-03-04GraveFocus->GrabFocusCaolán McNamara
Change-Id: If60c593cff51a3c0d29d423746054ec8f4c796e5
2013-03-04callcatcher: unused codeCaolán McNamara
Change-Id: I7dcaa6f57815321e108cd7ce284fe145dc0506f2
2013-03-04Convert page header/footer to new widget UIOlivier Hallot
* The widget UI needs further work for better display, but all elements are there * Fix First page toggle with header/footer on/off * Calculations for Edit button position in Calc discarded. * Some comments in German translated * Need to address helpID's Change-Id: Iab4eec4fb2497d17c8eb1ab2bab7c31b028af7b0 Reviewed-on: https://gerrit.libreoffice.org/2478 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-04Translate German comments, various clean upPhilipp Weissenbacher
Clean ups: - Remove additional space between comment and // - Remove commented out code - Transform comments to Doxygen-style
2013-03-03Android "desktop" app: More hacking on scalingTor Lillqvist
Added a new "mode" for the CommandWheelData, COMMAND_WHEEL_ZOOM_SCALE, where the "delta" is the scale percentage to multiply the curent zoom factor with. Implement in Writer and Calc. But actually, I am more and more startng to think that live scaling of the document view during the pinch/spread gesture will never perform fast enough. Need to go back to the (simple) trick to just scale the BitmapView, and do the actual LO re-zoom only when the gesture finishes. But in order for that to look nicer, need to get rid of the LO UI element clutter around the document, scrollbars, buttons etc. Plus of course need to make sure the LO zooming happens around the gesture center position. Change-Id: I20dfcb4c2a97aacbf7e5b6ea5c24816b237fe687
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03loplugin: improve indentationThomas Arnhold
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03coverity#735378: fix copy&paste errorMarkus Mohrhard
Change-Id: Id5d7939ba8020cd966d1ff2678186ad912325a78
2013-03-01String::CreateFromAscii drop in scRicardo Montania
Change-Id: Idb9fda589b309bd850ba2fdd68e7170c28d4c31a Reviewed-on: https://gerrit.libreoffice.org/2448 Tested-by: Olivier Hallot <olivier.hallot@alta.org.br> Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-03-01Add breaks to default and don't overflow to defautFridrich Štrba
Change-Id: Id0c34041fc7f86bc737f69bfcaacee1c25fe818e
2013-03-01Don't overflow case to default so that adding of case will never overflowFridrich Štrba
Change-Id: I3503a185b02a512d1f13f805b8d51fb48f34971e
2013-03-01coverity#736015: use of invalid iteratorMarkus Mohrhard
Change-Id: Id72e6a2f9c11e72507a8c5c48f9627a1b529dd6f
2013-03-01coverity#736047: missing breakMarkus Mohrhard
Change-Id: I251b3329419c5fc622681ca9cc65572c303eb39f
2013-03-01coverity#705210: add missing breakMarkus Mohrhard
Change-Id: I9833e7d2a912b38525f138f2a65ca91d08dd86b6
2013-02-28Remove dead voice command codeTor Lillqvist
I don't see voice input commands being generated anywhere. Nobody seems to know what this code has been used for. Change-Id: I4e4221dd4dff76086d0268be286c3605e669bae7 Reviewed-on: https://gerrit.libreoffice.org/2452 Reviewed-by: Niko Rönkkö <ronkko@iki.fi> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-28coverity#982642: add missing breakMarkus Mohrhard
Change-Id: Iba7cfec5fa1aa9e3a6a3f1e57b8732989238d608
2013-02-27enable disabled test for rotated anchored shape,Noel Power
the test ( regarding hidden shape ) is renabled, note there is still an issue with this, the width of the shape is reduced ( there is still some bug here ) but the main problem ( where the the shape was partially shown on import ) is still there. Now it is worth noting there is an existing problem where even before the patches to rotate the anchor were in place that a totally hidden shape ( even unrotate ) can have its dimensions 'changed' ( just try with a shape that has edges away for col/row borders, you will notice when the rows that the shape is contained in are shown that the width height of the shape can be changed ) Change-Id: I1f87d69fb1729fd5726529f6527f28feaa333c86
2013-02-27the method is actually called twice, fdo#60306Markus Mohrhard
Who the hell had the insane idea to call this method twice. Please give me tar and feathers. I'm a big fan of this type of punishment now. Change-Id: Idd5a17fb69162b2cd00d05223b4561041985e929
2013-02-27warning C4805: != : unsafe mix of bool and sal_BoolStephan Bergmann
Change-Id: I374845ff45788b762d0bbe97782d44c834c565ce
2013-02-27remove the copied cond format cell attr entries, fdo#60306Markus Mohrhard
The old exisiting conditional format entries in the ScAttrArray will not be overwritten in 4.0 so that we might have gotten a wrong conditional format before our existing conditional format. Change-Id: Ib619f6a1b335e9bbdffc8b518fe41b729775d24c
2013-02-26small performance improvement for fdo#61484Markus Mohrhard
Change-Id: I5562f2c8669bee4a18f0411420ac31d2c5ed1947
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
Change-Id: I5a8f2d1a5762c20d21d31b04778a9e2cac8df9cb Reviewed-on: https://gerrit.libreoffice.org/2364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-26and avoid type issues when zeroing.Michael Meeks
Change-Id: Ib230b6e0c5c6ca7884023b849ae6a0ae9c3005a6
2013-02-26initialize relative col/row/tab indicees to avoid false positives.Michael Meeks
Change-Id: I165b9745b36499e625e6f5d65a622fcfbb535d63
2013-02-26whoops, de-break SOME BROKEN FOOCaolán McNamara
Change-Id: I9598c6762148ca4c1b1dccc3cc25741cf19cab24
2013-02-26postit dialog is always used for redline comments nowCaolán McNamara
Change-Id: Id3ec1c12c354aabf2556e91e4fa75d60bb2c0f3c
2013-02-26SOME BROKEN FOOCaolán McNamara
Change-Id: I37b7dc860c7fd2272724eb58345a7ab4391fba34
2013-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25use URM_COPY when copying cond formats, fdo#60306, fdo#60311Markus Mohrhard
Change-Id: I7a232c27dd0c1eee6f389d30f46658500aaded47
2013-02-25loplugin: unused variablesThomas Arnhold
Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara
Change-Id: Ibcd9dc854cf15ef0a6cbaba3fdc9e377e1073507
2013-02-24suck alternative title out of the .uiCaolán McNamara
Change-Id: I3983a61c5716679d8d64247d29c4909b16fc2c69
2013-02-24add requred custom widget entry pointsCaolán McNamara
Change-Id: I611133eda82a5c2f303e5938d47deb3fb295f26e
2013-02-24rewrite import CSV dialog to WidgetLayoutPetr Vorel
Change-Id: Ifa674dc3cf14c9633be10b2fb7b59fea55a6a2e4 Reviewed-on: https://gerrit.libreoffice.org/2332 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24add a crude GetOptimalSize to ScCsvTableBoxCaolán McNamara
Change-Id: I06357e9e69a0d9f4b8edb4db4ba1b788f96d73a9
2013-02-24make ScCsvGrid robust against early show before valid column limit setCaolán McNamara
Change-Id: I36741d9b5826900f88451ffdbe07c44e39f381b4
2013-02-24layout should now take care of resizing for us on its ownCaolán McNamara
Change-Id: Ie250ad51b2e3e62ee8f33b3fd0ba409cc221eac7
2013-02-24loplugin: unused variablesThomas Arnhold
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-24Translate German commentsThomas Arnhold
"Grafik x" is "Graphics" Change-Id: I935df68636c22dda3c21826a47b76c5dd52292c7 Reviewed-on: https://gerrit.libreoffice.org/2311 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-23Fix typo begining/beginning.Julien Nabet
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
2013-02-23Fix typo recieved/receivedJulien Nabet
Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648
2013-02-23Fix typo seperated/separatedJulien Nabet
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet
Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
2013-02-23Fix typo "teh" -> "the"Julien Nabet
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
2013-02-23try and beat this weird SvxAcceptChgCtr into something sanishCaolán McNamara
a) convert to .ui b) The accept/reject changes dialogs now have a "close" button and the accept/reject etc buttons are relocated into the main dialog button area rather than as direct children of the view page. They now get disabled on switching to the non-view page. c) Merges the sc redline changes dialog, the sw redline changes dialog and the sw autocorrect changes dialog Change-Id: If0ba376c3f2d36709aeeed995fa9901741434c40
2013-02-23Fix typo, "charcter" -> "character"Julien Nabet
Change-Id: Idde59a616b16c52b7369dd67e7a06eab52b334c8
2013-02-23Translate German commentsThomas Arnhold
Change-Id: I0c2e38e07c0e108268d63c1994eb3a0a0646cdf5