summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-05fdo#67498 RTF import: fix missing margins vs continuous section breaksMiklos Vajna
The document had 3 sections, separated by continuous section breaks. Previously only margins from the last section were imported, this way the first page had default margins. Now margins are also applied when we hit continuous section breaks. This way margin values from the last section break affecting the page wins. A later commit could improve this further by setting the minimum of these and setting a section margin for each non-minimal sections. Change-Id: I4d9a4585e795220533909bd1d467d933caaa0d71
2013-08-05fdo#67099: Call Clear() before setting SetText() for the first time.Kohei Yoshida
SetText itself internally clears the content, except that it doesn't clear text attributes for some reason. Since Clear() is quite expensive even when called with empty content, we need to call it only when necessary. Change-Id: I25ca36c1c2f690b160511180892595daf43681b3
2013-08-05Adapt UnoControlModel::read/writeStephan Bergmann
...to 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control code to time nanosecond API change, step 3." It is a bit unclear to me how exactly this code is used, so to be safe, just read and write in the old format (of using a single integer to represent a Date resp. Time) at least for now, loosing nanosecond precision and the UTC flag. Change-Id: Ib5148f750a420ad09366c79b68370ad0efd501f4
2013-08-05Updated coreCaolán McNamara
Project: help 58d9629fb0e5264f07cca2f0fb3b75ca467f91c4
2013-08-05munge filename prop back into frame titleCaolán McNamara
Change-Id: I7f541dca151b3e755f1e21de05ee29abd15daebb
2013-08-05convert format section dialog to .uiCaolán McNamara
Change-Id: I126a4a03618060f8fe8dbe0f1a8caa6d7e891c73
2013-08-05clang binary is in clang build directory, not with its sourcesLuboš Luňák
Change-Id: If037eac010d3cb72ca185382232c211758d009e6
2013-08-05note about getDirectCallee() vs getCallee()Luboš Luňák
Change-Id: I0a4cfd0ddb0c03b0db95d003004195df29a3f6df
2013-08-05'generic' compiler plugin to modify calls to a specific functionLuboš Luňák
Change-Id: I60756d9054dfa5c55aeae8ddc904ddf6d67d2088
2013-08-05do not base feature checks on gcc versionLuboš Luňák
Clang reports itself to be gcc4.2, so there fail there, instead use configure checks. Change-Id: Idb44a5c875b24a15546a6495de02a1b4af898443
2013-08-05correct pointers in offapi documentationLionel Elie Mamane
Change-Id: I24389f1d35514cd45bbe203dbb3af83e4174a2d4
2013-08-05Change String class to OUString class in two files.Palenik Mihály
I changed String class to OUString class in htmlatr.cxx and htmlbas.cxx and their dependencies. Change-Id: I3d05c9705d221b5abe02d09845cd3cdc5381e201 Reviewed-on: https://gerrit.libreoffice.org/5091
2013-08-05convert insert section dialog to .uiCaolán McNamara
Change-Id: I85b0c4cd50b287e4965314fdaec50c760532e2f8
2013-08-05I can't see how being an a11y relation member of yourself helpsCaolán McNamara
Change-Id: I19246af07e2befc821f0e909bb67e16f8cf40e21
2013-08-05add mnemonic widget labelsCaolán McNamara
Change-Id: I88f84805747e38181ea68aa0fbb9e97309301c2e
2013-08-05be a little more consistent about types, just for tmlCaolán McNamara
Change-Id: I1098616c525b9894264df9e245cddcc14eeae8a8
2013-08-05Updated coreCaolán McNamara
Project: help fbf9b857ccba7941bec57f41d61eaeb11a115671
2013-08-05Do not instantiate LinguServiceManager when it is not neededStephan Bergmann
...this e.g. prevents endless recursion when broken JVM detection leads to a message box that in turn tries to instantiate a Java-based service from LinguServiceManager. Change-Id: I0e78ab3ea05ce16544846803d5bb84c789a61eef
2013-08-05fdo#39468 Comment translation GER-ENG in sw/source/core/layoutNicolas Christener
Change-Id: Ia4bdd0fe4f515ae772685b10da519c4b3cf727c8 Reviewed-on: https://gerrit.libreoffice.org/5276 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
- removed some paths from include - more of this kind wil follow Change-Id: I0255d8dd338d82dfd4ac3027c34cddea493f105d Reviewed-on: https://gerrit.libreoffice.org/5281 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-05Mark Base window titles for localisationGabor Kelemen
Change-Id: If876592729c695e5a0916df24873f17f2b1b0254 Reviewed-on: https://gerrit.libreoffice.org/5283 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-05More little fixes for JunitTest_forms_unoapiStephan Bergmann
...needed since 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control code to time nanosecond API change, step 3." Change-Id: If0fc8109d6da56c8e8df181ae0b35a4d9b34e767
2013-08-05Updated coreCaolán McNamara
Project: help b0186106dbc2a317e2a500f9087561e60bb44e4a
2013-08-05WaE: '==' : unsafe mix of type 'bool' and type 'sal_Int16' in operationTor Lillqvist
getId() should obviously return a sal_uInt16 and not a bool. Change-Id: I87a2a39f8fd101d6b0385986cc1493b9e2b79681
2013-08-05offapi: fix doxygen warning in text::ViewSettingsMiklos Vajna
Change-Id: I3850cc7a69aad90c26d3b39bfdf68a134cd67a83
2013-08-05convertion section page to .ui formatCaolán McNamara
Change-Id: I26990ba16ba70683960685d8c26bbfd2d66d6132
2013-08-05Add cases for css.uno.Date/Time to ValueChangerStephan Bergmann
...needed since 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control code to time nanosecond API change, step 3." Change-Id: Id561151ac4b57b972761ec19f0e8943b8d25a54f
2013-08-05Fix uses of Java == on css.uno.Date/TimeStephan Bergmann
...introduced with 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control code to time nanosecond API change, step 3." Change-Id: Ifdd449715ce0be602b7bc2d304d503385195eb66
2013-08-05Mark as constTakeshi Abe
Change-Id: I10bd1e46dcd8f990d9dea4b96a82f0b1e5a33764
2013-08-05fix build with debug STLDavid Tardon
Failed with: /usr/include/c++/4.8.1/debug/safe_iterator.h:510:error: attempt to compare iterators from different sequences. Objects involved in the operation: ... The problem is that miPos in _copied_ object points ot maAttrs in the original object, not in the copy (and std::for_each takes a copy of the functor). This could be solved by defining copy constructor and operator=, but given the limited usage of the class, it is simpler to let copies share the state. Change-Id: Icf3f02ecd2fe4ce6dd77f3cde226d32beb4d4b3f
2013-08-05bnc#593612: workaround for grpFillFelix Zhang
Change-Id: Ib75f2e5e0d77b5a65c6d3d75e7dd477251948bcc
2013-08-05Convert statistics tab page for calc to .uiabdulmajeed ahmed
Change-Id: I950cf893875ec75668e17bd20bbe19369c132184
2013-08-04convert insert autotext dialog to .uiCaolán McNamara
Change-Id: Ia57a5e74300fb52d2618b086fe51a8b33547101b
2013-08-04add a VclFrame::get_labelCaolán McNamara
Change-Id: I1fd7dd198345167e587353d370a0ef055221962f
2013-08-04convert save label dialog to .uiCaolán McNamara
Change-Id: I103ddf69f61608a1dd7930a8c3046e8916dee171
2013-08-04convert query overwrite label dialog to .uiCaolán McNamara
Change-Id: I1c558b965cfee8cd49061d86661bb4251214b76d
2013-08-04set default buttons for various messagebox button combinationsCaolán McNamara
Change-Id: I4d6fc4313014a2478d0838766e09df743212991d
2013-08-04Updated coreCaolán McNamara
Project: help 31296f09a3e0ee97cfe64ea899e276f36985b986
2013-08-04Revert "fdo#54320: VoiceOver does not follow keyboard focus"Boris Dušek
The code was correct (and docs confusing). The code did not work because 67410 was not fixed at that moment. With 67410 fixed, the code works as it was originally. Also in the meantime I discovered a comment in the NSAccessibility.h header telling that NSAccessibilityPostNotification should be passed the newly focused element and that the function itself will make sure to post the notification on the NSApp element instead. This reverts commit e9257fa0e642de2f1c79f2c80387334010812dab. Change-Id: I7f76ebde963cf57879273d9848ff195877759524 Reviewed-on: https://gerrit.libreoffice.org/5239 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-04Fix memory leaks in ensure_dbus_setup.Mark Wielaard
g_menu_append_item and g_menu_append_section don't reference their argument but copy the argument. So explicitly g_object_unref the arguments afterwards. Change-Id: I14f18d7571351a2eec99dc557b59e69b766fbde8 Reviewed-on: https://gerrit.libreoffice.org/5269 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-04Updated coreCaolán McNamara
Project: help 7721c480f38ea7f84f65962496dee2304404be51
2013-08-04convert autocorrect options page to .uiCaolán McNamara
Change-Id: If4370e300c74a543ca72f3e4b850d2f494f8d9ea
2013-08-04CharBrd 4.4: numberingZolnai Tamás
Change-Id: I2d16662c723f7b4741b3784049692d74c1d33953
2013-08-04Revert "Use SwTxtInfo height and ascent for portions"Zolnai Tamás
Not so easy This reverts commit 318bbbfc9bad8c0e04306faade2dec956ff89d28.
2013-08-04Avoid some segmentation faultZolnai Tamás
Set methods handle null pointers Change-Id: I9a66d13220d42e01aa90842ae189a5cf55fabf90
2013-08-04request immdiateupdate for pointerSymbol, but bad performanceSiqi LIU
Change-Id: I943019f6f6c6aaddeb40bf7f56bd0ffefff8a6b3
2013-08-04pointer display on the screenSiqi LIU
Change-Id: I43c91bdf6c364da282d354e5a07f871a9247f2d6
2013-08-04Updated coreCaolán McNamara
Project: help dd714d9996d8b2ea7636a63224c799614f2cbf5d
2013-08-04convert localized autocorrection options to .ui formatCaolán McNamara
Change-Id: I8df81ad3bdef2094d01439604a805b2d6321f354
2013-08-04Clean up documentation of XDate-/TimeFieldStephan Bergmann
...after 8ee69b0ba13f74d1515fac71df92947eb6328ab1 changed it from using integers with special interpretation to self-explaining data structures. Change-Id: Ib05dbde969fedcfb5f8c55a926bfef4120e38030