summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-21resolve fdo#59619 Spelling error - heigthJoren De Cuyper
Change-Id: Ice59129d20c6b7e3aa0dbabfefabd14bad8199b6 Reviewed-on: https://gerrit.libreoffice.org/1782 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-20splitcelldlg.hxx moved into cui long ago, this copy should be removedCaolán McNamara
Change-Id: Id019b80e12eaaed1d181af2eb2599cc1db26ee25
2013-01-18PRODUCTEXTENSION: fix various obvious strings and such...Michael Stahl
... to look pretty; most of these expect PRODUCTEXTENSION to be a word like "Beta" but nowadays it is ".micro.rc.alphabeta" numbers so there should be no space before it. ReplaceStringHookProc adds insult to injury by refusing to replace %ABOUTBOX variables unless some %PRODUCT is in the string. Change-Id: Ib676f3837ab0785529a226fc9359e8defacf3459
2013-01-18split out background page and adapt code to .uiCaolán McNamara
I've being putting this one off for a while as its a complicated set of hidden pieces shows for different background types format->frame->background shows transparency option table->properties->background shows "for cell/table/row" options flipping as graphic/color should show different contents Change-Id: I4a63d3bbe8898ad2421d6ddef011da9ae67b5a4f
2013-01-17Const correct-ness in one place...Kohei Yoshida
And an avalanche of changes that ensued. Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida
And make sure the whole thing still builds. Change-Id: I49d3c01d288df800e3261ce7d4f07080be2a4098
2013-01-17callcatcher: remove newly unused codeCaolán McNamara
Change-Id: I3ec055cf7aff5674def54cb75d348f3fb3336c4a
2013-01-17-Werror,-Wunused-private-fieldStephan Bergmann
2013-01-16Resolves: fdo#59183 Copy 4 or more slides then crashCaolán McNamara
regression from 17afe4cea7e01aef1e5270cc09f438bc6fde3211 which is totally forgivable as its riddled with asserts that suggest there should be no out-of-bounds accesses and there probably shouldn't and those queries are possibly bugs. But double-checking 3-6 it is the case that non-existant pages were queried for in that version too, so return NULL on out-of-bounds like the original pre-stl conversion code did. Change-Id: Ic918419b6cb76b083de6b6911dde9d6e00258324
2013-01-16Clean up SdrLayerAdmin too. Just a little.Kohei Yoshida
Change-Id: I3c8a195cd6c208c7ecd5cf326d3e7ccf3c02e935
2013-01-16Some cleanup of SdrLayer class.Kohei Yoshida
String replacement, proper use of initializer in constructors etc. Change-Id: Ic5e04c614ad044efcb32329a31540402524afe85
2013-01-16Nobody derives from SdrLayer. Change protected modifiers to private.Kohei Yoshida
Change-Id: I9d5822a055d90094a43a01f5cdb1f6f4d1156c49
2013-01-16Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida
One less indirection makes the code a tad easier to follow. Change-Id: I8e1113617c09f91c0cad32277ee4e32c78f9f058
2013-01-16add close option to findbar in Writerjorendc
Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67 Reviewed-on: https://gerrit.libreoffice.org/1557 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-16use the theme width for the scrollbar, not a random 16 pixelsCaolán McNamara
Change-Id: Ie823124e8f156099e5b1708afa5b830153fcce3e
2013-01-16Related: fdo#59182 stop SvxShowCharSet resizing itselfCaolán McNamara
instead of resizing itself when given a size, leading to lots of flicker as the widget fights the layout, instead accept the given size, center the drawing in that area, and tweak the cell highlight drawing code to fill that extra gap space when edge cells are selected Change-Id: Iee0b44c0939cf32284907ad1fcd57e2e722837d4
2013-01-16fdo#42387 Fixed Merging of cells in RTL Tables in impressGokul
The problem was in calculating the cell area, the width should be subtracted to Right end of cell instead it was adding width to Left end of the origin cell Change-Id: I3f31e0c4e0acae84ab5052823fc49932255137d3 Reviewed-on: https://gerrit.libreoffice.org/1686 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-15teach FrameSelector to be resizableCaolán McNamara
Change-Id: I0fd91d707b89197d57dc6eaf7dcebfdb055d73c6
2013-01-15fdo#46808, use service constructor for awt::TabControllerNoel Grandin
Change-Id: Id02a77bf58dac179aae6df4df72e56e41c8693d4
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
so remove the MAX and MIN options and simplify the whole lot Change-Id: Iaaf350c37e01f7fce434af760bcddb9b7d7135ea
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
Change-Id: Ibce0f8542aa398147d74f7acf53b2898dc3e4eff
2013-01-12'Calculate' string was untranslatableAndras Timar
Change-Id: I289e3f2c16ac1cd109e511af11f9a8fa38894edb
2013-01-10include PCH headers for headers changesLuboš Luňák
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
2013-01-10adapt code to Asian Phonetic Guide .ui conversionCaolán McNamara
Change-Id: Ie7bf21269e11fd1b3982999fa16597ba9caba674
2013-01-10aAutoDetectionCB is always hidden and always uncheckedCaolán McNamara
Change-Id: Ic8ed8fa3e883da387e8cf0f2bd953081cf75ebc3
2013-01-10valueOf sal_uInt16 -> valueOf sal_Int32Ivan Timofeev
Change-Id: Ibd92f5ebe3079dd0b75a0f429efc68842a4305ec
2013-01-09OUString::valueOf sal_Int32 cast once moreLuboš Luňák
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 6;Luboš Luňák
2013-01-09Resolves: fdo#58589 recovery dialog title area text is missingCaolán McNamara
regression since efc6b840a0423099d6c3e0d33c14d34637fbba4c as that changes the order in which windows are drawn Change-Id: I37388229533127ab915bec351f094fcd4786b2a3
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin
Change-Id: I4ade267a44620f5a3af8009ac57a2456c62b83bc
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin
.. everywhere that was using createWithServiceFactory, and delete the old method. Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
2013-01-08Remove one variant of HasField() which takes arcane TypeId.Kohei Yoshida
Change-Id: Ic8236b291ed5f318f67378bbc57b7cf027cbb92a
2013-01-08Optimization in for loop condition partK_Karthikeyan
Change-Id: Ia9a52598e9c295fee8be040530ca232fddbd14c3 Reviewed-on: https://gerrit.libreoffice.org/1560 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-07Revert "dummy commit (WIP)"Luboš Luňák
This reverts commit 6eb0522395c236ae6930a300992ad092449f9592. It does not compile and the message and contents suggest it probably wasn't meant to be pushed.
2013-01-07dummy commit (WIP)Chr. Rossmanith
Change-Id: Ibeee6553312323b75b2403ad6832595f228e0e3c
2013-01-07allow menu items to be referred to by a nameCaolán McNamara
Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
2013-01-07split out numbering position page to cui and adapt codeCaolán McNamara
and move SvxNumberingPreview from svx to cui where its ::Paint impl already lives Change-Id: I2b7bebeb9914d74d0f391d3b178b0ad3d778c479
2013-01-07callcatcher: update unused codeCaolán McNamara
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
2013-01-07pick out graphic numbering page to cui and adapt codeCaolán McNamara
Change-Id: I8bfd09a1f48fe892fb1a99962d0a46de8b7cb1ec
2013-01-07split out pick bullet page to cui and adapt codeCaolán McNamara
Change-Id: I6fa93885f1ce51fb0e3d69265784340614146636
2013-01-07Bugfix for improper function call, column count was compared with row countK_Karthikeyan
Change-Id: Iacf59548209d2be8b36839ae12bed9cedb7bdded Reviewed-on: https://gerrit.libreoffice.org/1562 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-07Fix calls to SfxPoolItem* Put with a Which-ID of sal_falseWerner Koerner
Change-Id: I39914909fd394532e7a32c791d4480530393c1c0 Reviewed-on: https://gerrit.libreoffice.org/1499 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-07UNO objects must be allocated on the heapStephan Bergmann
This was a regression introduced with 6da90944b5134d65bfbd7dcaf024956aa139efc1 "ugly memory leak." Change-Id: Ie976d7ddcdac974aeeba14ffd64c4641b5d096a4
2013-01-06ugly memory leakMarkus Mohrhard
Change-Id: I200713987eb1c19f7d795190e7acef02af569cc8
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c