- 08 Mar, 2013 39 kayıt (commit)
-
-
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
-
Luboš Luňák yazdı
Change-Id: If9d6a163abb5a1cbd64838ca005b14dcd51c4588
-
Noel Power yazdı
Change-Id: I03bae6808008dcb0b53b1e816f3fe84739036773
-
Fridrich Strba yazdı
pdf-import is not in core, since it requires poppler. And without it installed, this is not having any sense. Sorry :( This reverts commit a3c0df82 Change-Id: I79a526573f59e4f27b5023d031c37a529aa784c3 Reviewed-on: https://gerrit.libreoffice.org/2592Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Thomas Arnhold yazdı
Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Samuel Mehrbrodt yazdı
PDF Import is now a Core Component Change-Id: I1313a7e7ea1c2409cb40cb8058e3b4ab78601fe4 Reviewed-on: https://gerrit.libreoffice.org/2549Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Chris yazdı
Change-Id: I790ef30075d74c6bd7a049750dfb555d36d77542 Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/2523Reviewed-by:
Jørgen Nystad <jorgenys@gmail.com> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Muthu Subramanian yazdı
Minimalistic implementation. Had to rework on some parts because of the rebasing.
-
Michael Meeks yazdı
-
Olivier Hallot yazdı
Save a coupe of bytes and better use of widget features Change-Id: I6860339a8b62c7e95605a0abc47e99d7ef49696b Reviewed-on: https://gerrit.libreoffice.org/2590Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
This reverts commit 19020191, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
-
Stephan Bergmann yazdı
Change-Id: I46ccba35be6695dba14721303b5eb52f69fc3dfa
-
Julien Nabet yazdı
Change-Id: I5d869414a382e9b96ea403c645a9050372e5e39d
-
Thomas Arnhold yazdı
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
-
David Ostrovsky yazdı
Change-Id: I98dbd3e46c81e1dd056d6e88dc1e526b5af456f5 Reviewed-on: https://gerrit.libreoffice.org/2510Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Arnaud Versini yazdı
Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259 Reviewed-on: https://gerrit.libreoffice.org/2588Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Marcos Paulo de Souza yazdı
And another cleanups like removing RTL_CONST* macros and other simple things. Much more can be done inside codemaker. Change-Id: I338e1c0e88558124741c6202896355533535a129 Reviewed-on: https://gerrit.libreoffice.org/2583Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Thomas Arnhold yazdı
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
-
Thomas Arnhold yazdı
Change-Id: I434e714b6e5a38795c0baca85b51eef85a4732fd
-
Krisztian Pinter yazdı
Change-Id: Ief6418425676d6943993513c4d05c8d22e4740cf Reviewed-on: https://gerrit.libreoffice.org/2470Tested-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org>
-
Joren De Cuyper yazdı
Please, only apply this patch if you are a native speaking German. I'm not a native speaker, so a double check is really necessary and appreciated. Thanks in advance. Change-Id: I4df75b92ea7a66552df36f56de1c87d567d5b643 Reviewed-on: https://gerrit.libreoffice.org/2589Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 07 Mar, 2013 1 kayıt (commit)
-
-
Herbert Dürr yazdı
Patch-by: Chen Peng Found-by: Yan Ji Review-by and minor modifications: Herbert Duerr Change-Id: Id100b90367bc1b1603e22337b67b55bb1ffb40d4
-