- 09 Mar, 2013 1 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I3849cbac0e3d08686004775fbe7f749af0bfad62
-
- 08 Mar, 2013 39 kayıt (commit)
-
-
Borim yazdı
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
-
Tor Lillqvist yazdı
The Wakeup() in the base class, SvpSalInstance, is not virtual. So this Wakeup() does not override the Wakeup() in the base class, as the author maybe thought. I don't see in git history that it would have ever been called explicitly on any AndroidSalInstance objects either. Or am I missing something? Change-Id: I932398e7c0a37a3048c5d372996fe6ac6f209887
-
Tor Lillqvist yazdı
Don't try to find the class org.libreoffice.experimental.desktop.Desktop in the AndroidSalInstance constructor. It won't exist anyway except in that specific app. Look up the class in the damaged() method where it is needed. And actually, of course we should not hardcode the name of the app class like that, but the app should pass its class down to the native code. Change-Id: Ic15d5cc2c8d53be558711ca7a145d5489e34d298
-
Miklos Vajna yazdı
Not allowing flys or footnotes during string -> number conversion is fine, but I don't see what's the reason for rejecting simple formatting (like bold) completely. Change-Id: I8f54aebeb6ea35d099a88570d3f7d365c7325dc0
-
Miklos Vajna yazdı
As I understand it, String allowed the length parameter to be longer than the remaining string, in which case it simply returned the substring till the end of the string. In case of OUString, "!!br0ken!!" is returned instead, so make sure the length is never longer then the remaining string. Change-Id: I69499d74f1d9ba8ed6d9ba1a18d10b45ce319bf5
-
Noel Power yazdı
Change-Id: I1b19fec59419575fcf09d79986b6bac73ea51c9a
-
Michael Meeks yazdı
Change-Id: Iae4b489486be95072859b13a4bd5ae1260e3c024
-
Niklas Johansson yazdı
I did a misstake in a previous patch. This patch fixes that. Change-Id: I22c2ff8a03c5652717a8705474f2cbe3b5b9208b (cherry picked from commit 29fecdb1)
-
Kohei Yoshida yazdı
Change-Id: I95cc141d4d13cf27fcf1e736862093837cc1e065
-
Kohei Yoshida yazdı
Change-Id: Iaa1adc11063f9c2bd93ee25a2fcc23ac06d08f21
-
Kohei Yoshida yazdı
Change-Id: I244b32545548ad882a80f8b0d5128b8620d9fba0
-
Marcos Paulo de Souza yazdı
More macros removed, and some simplifications when callind methods. Conflicts: codemaker/source/javamaker/javatype.cxx Change-Id: If55046a5a9ceb6c8c84f3fa190f26cc9e1dde352
-
Petr Mladek yazdı
The format of the javasetting*.xml file is the same, so why not migrate it. Note that it does help for 4.0 because we modified javavendors.xml. This would cause release of the java setting even when they are not migrated. Well, the migration might be useful in the future, for 5.0 ;-) I was slightly scared to migrate the /org.openoffice.Office.Job but registrymodifications.xcu should include only stuff that can be modified. Minor updates handled this well. AFAIK, we did not change anything in this area for 4.0, so it should be fine. Change-Id: I7775c238a7c298bf877241429c197e76f2093f5d
-
Caolán McNamara yazdı
Change-Id: I736b14b1cc99d5a653fcbb37a5588ff36008dda5
-
Caolán McNamara yazdı
Change-Id: I29cfc42c000457c5016ae7fda19347c6f60742f9
-
Caolán McNamara yazdı
Change-Id: I038cb5650adf9173c971e358aa6b20c782fb0ae7
-
Caolán McNamara yazdı
Change-Id: Ieecb3ca40c8eeb616e04ef69eae8a2f86d39c0bf
-
Caolán McNamara yazdı
Change-Id: I86c58fed2c83513eb7b82263806303ad77bed811
-
Andre Fischer yazdı
Patch by: SunYing Review by: Andre
-
Michael Meeks yazdı
Change-Id: I3f4b05eeb32ad8c36b4601908522027d6becd0ac
-
Stephan Bergmann yazdı
Change-Id: I9239fb1c8b139ee2bdb27cdf55222d54e488f6d5
-
Gergő Mocsi yazdı
Written constructor for opffapi/com/sun/star/accessibility/AccessBridge.idl and rewritten to new style in offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl Signed-off-by Stephan Bergmann <sbergman@redhat.com>: * Moved offapi/com/sun/star/accessibility/AccessBridge.idl from _noheader to _nohdl, as necessary for a new-style service. * Left out changes to offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl, as that appears to never be instantiated at the global component context/service manager, but rather via some local ControlModelContainerBase::createInstance in toolkit/source/controls/controlmodelcontainerbase.cxx, so does not look like it qualifies for a new-style service. Conflicts: offapi/com/sun/star/accessibility/AccessBridge.idl Change-Id: I88dc745cddf9956c930c1216c697dd142e33c846
-
Niklas Johansson yazdı
When opening a file with loadComponentFromURL, macro and link settings is not respected unless it's explicitly told to do so. Change-Id: Iaf2f2a797285e40147152ac8dfd53720dc26931b
-
Mathias Hasselmann yazdı
EDS 3.8 deprecates e_book_client_new() and replaces it with various e_book_client_connect() functions. This patch follows the change and enables direct read access for the addressbook. That means instead of receiving contacts via the D-Bus session bus, the connectivity driver now directly accesses the underlaying SQLite data base (for reading). This patch also shuffles code in EApiInit() slightly to avoid excessive if/else nesting. Change-Id: If41fb92eed2ea26bbf2d3125a9ba2250f142c5a2
-
Mathias Hasselmann yazdı
get_e_source_registry() was declared in EApi.hxx, but defined in NDatabaseMetaData.cxx. This doesn't seem right, the header file and the purpose of the function indicate that it belongs into EApi.cxx. Change-Id: Iea3f11a901398aa3f467b96fbe8778c403887bcb
-
Mathias Hasselmann yazdı
With G_N_ELEMENTS() the array name has to be twice, which can cause hard to spot typos in code derived from copy-and-paste, as we have here in the module loader. C++ can avoid the duplication by using the proper templates. Change-Id: I485e28a92e74b7e24f4a59cced6e5635f3a53a38
-
Caolán McNamara yazdı
Change-Id: Ia6dd6cc4cf89b067310639bc3da72abbc6fa1ad2
-
Caolán McNamara yazdı
Change-Id: I11d6a0f1d4852aab1fe08671fd9c2a0dac0825a7
-
Caolán McNamara yazdı
rather than based on their names, which changes if there are more than one dialog in a .ui set them explicitly in the manual-build-dialog case of the SfxTabDialogs Change-Id: I293c77df05d9e11e3f1cf3b358a9dd27fe668b0f
-
Caolán McNamara yazdı
Change-Id: I4b89859c6898071209bd3864a32487f5bf8e728c
-
Gokul yazdı
When RTL is clicked why to check if it is Left, The problem might arise when svxAdjust is Center, So its better to check if it is Right instead of checking only Left, same for Left also. Change-Id: Iddd808972b724e9a2eebc070bdff793632342a21 Reviewed-on: https://gerrit.libreoffice.org/2290Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Thomas Arnhold yazdı
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599Tested-by:
Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Marcos Paulo de Souza yazdı
For more easy review, this is the first part of these changes. More will come :) Change-Id: Ic6ab0c7baebf0414dbcccb5dcfad434b3b07964c Reviewed-on: https://gerrit.libreoffice.org/2595Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Chris yazdı
Change-Id: I49b77fee3864e8a389998a4e9df1054bf29b2722 Reviewed-on: https://gerrit.libreoffice.org/2594Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Noel Power yazdı
Change-Id: I26daefd898873037325c02d96018890ebc7cb1b6
-
Luboš Luňák yazdı
Font is usable for viewing if not restricted from embedding completely (since otherwise either viewing is allowed or a less restrictive setting is present). Font is usable for editing if it's installable or editable. Change-Id: I57604a54390b935bae3699dda581d1093fc245e3
-
Luboš Luňák yazdı
Since it's a less restrictive setting (fonts should usually have both bits set though). Change-Id: I83f740762698bd0a0f8fdee388a6e710cfd9d00a
-
Luboš Luňák yazdı
MSO embeds even fonts which allow only embedding for viewing the document but not editing it. So embed such fonts too, but do not actually use them from the document. What MSO does when such a font is not present locally when opening the document is switching to read-only mode, warning about this and providing a button for switching to editing mode by dumping the font(s). That should be done for LO too, but right now dropping view-only fonts is better than using them for editing. Change-Id: I19c28fadb091e6b21beaf4cbf8b47e3078256d1c
-
Luboš Luňák yazdı
What good is an abstraction if one still has to fiddle with annoying implementation details? Change-Id: I80816bdad8c0560263306584ad001a41fc054cd2
-