summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard2-3/+3
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-16fdo#31551: Show actual line width in the legendKatarina Machalkova1-3/+5
however, limit the line width from above by legend entry height (which +- matches the font height) Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
2012-03-16fix uno bootstrapping for .NET ( and perhaps c++ ) fdo#46832Noel Power1-1/+3
(cherry picked from commit c3d806be7d30a437607d924a4d33f13fe20dd1ba) Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-03-16Related: fdo#46728 it would help to initialize the reference count I supposeCaolán McNamara1-0/+1
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-16Resolves: fdo#46728 reference count the overlay managersCaolán McNamara26-159/+217
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-15Adapt prev 4f78696117ebe4f729880b5d9bfc2f5817b73543 to 3.5 rtl::OUStringStephan Bergmann1-3/+7
2012-03-15fdo#42961 Don't let env vars interfere with internal bootstrap varsStephan Bergmann1-9/+31
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-14TextEngine::SeekCursor needs to call SetFont after allStephan Bergmann1-1/+5
10f28d5c9a072bf108a79f3b05ad8247ca0dcea5 "callcatcher: build fixes" had removed this with the comment "SetFont() doesn't do anything" but that is clearly wrong: Without this, e.g. bold text within text fields is not displayed as such (e.g., "File - New - Templates and Documnets - Templates - Presentation Backgrounds - Black and White": the captions in the right hand pane ("Title:", "Date:", etc.) should be bold). Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-03-13Fix crash with document from bnc#693238Tor Lillqvist1-4/+9
Signed-off-by: Cedric Bosdonnat <cbosdonnat@suse.com>
2012-03-13Bug 45563 - incorrect IMPORT of Zotero RTF, regressionChristina Rossmanith1-0/+1
(cherry picked from commit f8c9ed1663ac675ed2151a584fcbf86b319cdaf1) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-12take explicit number format before implicit number format, fdo#47084Markus Mohrhard1-1/+1
Follow-up to fdo#43467 Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-12fdo#46926: fix the fix for Python 3Michael Stahl1-1/+1
Thanks to Maxime de Roucy for the hint that the "cmpfunc" type doesn't exist. (cherry picked from commit 06484b6946ac6a974c24af6624fb75bbe298c1e8) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-03-12fdo#46859: adapt string type checks to work with both Python 2 and 3David Bolen1-4/+10
(regression from a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe) (cherry picked from commit 4634cbc237239da771e0f6a81f78171ecec726ba) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-03-12fdo#46926: fix UNO struct comparison in Python 2David Bolen1-3/+10
This requires setting a rich comparison flag in Python 2, while Python 3 uses rich comparison by default. (regression from a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe) (cherry picked from commit 387389b644b91808fdee74846b2d855382f48ed7) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-03-12fdo#45543 fix RTF import of ms932-encoded charactersMiklos Vajna2-8/+30
(cherry picked from commits d7baacd81bbcfaa35b7fbf9981fa3fa7c9fb1cb4, 0915f1b3d77afa694a2ca692aec307846827da99 and 00859026749e005759ce4e7115b746b064cd902b) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-03-12fdo#45962: fix context menu key yanking cursor out of header/footerMichael Stahl1-1/+1
For the "context menu" key VCL synthesizes a cursor position that is the center of the window, hence likely to be in the document body. When SwEditWin::Command calls lcl_CheckHeaderFooterClick, it then moves the document view cursor; prevent that by only calling that for actual mouse events. (regression from a6176612ff1a6a142a68964b2c0834d28125fc45) (cherry picked from commit 87279e0e812bac7f2c17f2758a39bcfd942214af) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-11Add a virtual destrcutor to value to prevent memory leak in RTFValueArnaud Versini1-0/+2
(cherry picked from commit f32fe9f5012e3ee184e1a1fca6814bee9105d8fb) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-09don't show the anonymous db string, it is for internal use onlyMarkus Mohrhard1-3/+11
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09remove one more reference to the anonymous db stringMarkus Mohrhard1-2/+3
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard1-1/+1
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard5-19/+10
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09Set entries correctly visible, fdo#47102Markus Mohrhard1-0/+6
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09fdo#46337: don't use an invalidated iteratorLuboš Luňák1-3/+4
(cherry picked from commit 2df1c40b4b7cb3107a68984db644f10097f04c3c) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-03-09Fix tools->bibliography database, brown paper bag over head commit :-)Caolán McNamara1-1/+1
(cherry picked from commit bd1088567bafa6293ffecf5331a9016b6d0438e3) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-09yet another clash with macro nameDavid Tardon1-0/+4
Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
2012-03-08Fix controls size and position on the document information dialogWilliam Gathoye1-35/+60
(cherry picked from commit 21d85dabe5d780571ad8ca39c8e6d30be90a0bf4) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-03-08Resolves: fdo#40686 dyaLinePitch only valid between [1-31680]Caolán McNamara2-6/+9
Signed-off-by: Andras Timar <atimar@suse.com>
2012-03-08fix library nameAndras Timar1-3/+3
Signed-off-by: Andras Timar <atimar@suse.com>
2012-03-08fdo#46508 use ISCHECKFORPRODUCTUPDATES property for online updateAndras Timar1-1/+8
ISCHECKFORPRODUCTUPDATES is a de-facto standard for enabling or disabling Online Update feature. We had this property but it was unused for a long time. Now LibreOffice can be installed with msiexec /i LibO<version>.msi ISCHECKFORPRODUCTUPDATES=0 in order to disable Online Update feature. Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-08qadevOOo: _XPropertySet.java: fix unrealistic expectations:Michael Stahl1-0/+4
We can't assume that when setting properties whose semantics we don't know to random values in an arbitrary order, a non-changing value indicates any kind of error. The only real error this test can detect is if setting a property crashes. Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-07export all row styles, fdo#46336Markus Mohrhard1-14/+3
only exporting the used row styles is a loss of information since this means that all following rows use the height of the default row style # Changes to be committed: Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-06lp#527938, debian#602953, fdo#33266, i#105408: do not crash on clicking ↵Bjoern Michaelsen1-1/+16
bibliography when base isnt installed Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard1-0/+4
Signed-off-by: Noel Power <noel.power@novell.com>
2012-03-05implement RTF import of non-box paragraph bordersMiklos Vajna2-2/+29
(cherry picked from commit 343b52ee76f1a88a27007319af644dcce76536cc) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-03-05sw: CheckFields: oops, forgot to close the documentMichael Stahl1-0/+6
(cherry picked from commit 72a3c7a2778c493ef1d3f740a0b4b14f805c624a) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-05fdo#39694, fdo#42073: add junit test for theseMichael Stahl2-0/+175
(cherry picked from commit 870e5a8e8251967b513b4255231ee9665b085431) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-05fdo#39694: add test documentJuergen Steinhilber1-0/+0
(cherry picked from commit 0982257e5902a29c3faf90c0fa3dba809a2462e5) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-05fdo#42073: sw: expand all text fields when setting properties:Michael Stahl1-3/+2
SwXTextField::setPropertyValue: call Expand() for all text fields Fixes getPresentation returning stale values. (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed) Also, without this the text formatting does not actually update and the new content is not displayed until some other unrelated editing operation. (cherry picked from commit e3dfae0741aae8581cd3fc713ba1b4459bb22d88) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-05fdo#39694: SwTxtFld: do expand the field in the ctorMichael Stahl4-5/+11
While only the text formatting is able to expand all fields correctly, this is still good enough for many field types and fixes a race condition when the field value is requested before layout is finished. (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed) (cherry picked from commit 9519deda120b73b72e75d89c3b2ae3d66220ec2d) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-03-05don't crash for empty input data in charts, fdo#46885Markus Mohrhard1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-05lp#562027: fix logout with quickstarterBjoern Michaelsen3-1/+48
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-03-04Fix lacking break in switchJulien Nabet1-0/+1
2012-03-02don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard1-1/+7
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-02don't create uno::Sequence with new, fdo#46825Markus Mohrhard2-13/+9
The uno::Sequence copy c'tor creates a flat copy and increments the ref count. So if you use new and later delete together with the copy constructor you get a double delete. Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-02customshapes: commit updated autogenerated output.Michael Meeks6-213/+1149
2012-03-02customshapes: re-work generation to create many small methodsMichael Meeks3-48/+68
each custom shape now has a virtual constructor we can call to construct it, this shrinks the function size, and helps the optimiser much accelerating compile time. It may even help improve import time too.
2012-03-02tabs -> spacesFridrich Štrba1-6/+6
2012-03-02fdo#46181 Use Traditional Chinese installer for zh-HK and zh-MO localesAndras Timar1-0/+13
Microsoft Installer thinks that it is a good idea to fall back to zh-CN from zh-HK and zh-MO. It is wrong, because zh-CN uses Simplified Chinese zh-HK and zh-MO use Traditional Chinese. So we need to fall back to zh-TW. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-03-01use the correct db range for the copy, fdo#46712Markus Mohrhard1-1/+1
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-01use correct source tableMarkus Mohrhard1-1/+1
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>