- 19 Ara, 2012 40 kayıt (commit)
-
-
Noel Power yazdı
this event used to get posted, somehow it seems it got dropped somewhere along the line ( looks like the printer and printer monitor code got reworked ) Change-Id: Ib75ee9e7ecd41614275033d2be2a351785326e24
-
Stephan Bergmann yazdı
...and instead require users to specify URE_MORE_SERVICES/TYPES (resp. UNO_SERVICES/TYPES for invocations from within the build) bootstrap variables. This removes usage of deprecated bootstrap_InitialComponentContext from the uno executable's code. Change-Id: I9af626f47a94c3bea1fb0d3c3efbab54f8db9e40
-
Caolán McNamara yazdı
Change-Id: I1da651b8682e11fc61bcf4b3bc98c8b5b630d7fc
-
Gokul yazdı
Change-Id: I7be50faa10d0106452256f02ec2f4b9cacd3c6d2 Reviewed-on: https://gerrit.libreoffice.org/1346Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: I6f7a79459f3d0431adc45f339854b1a9339444c0 Reviewed-on: https://gerrit.libreoffice.org/1415Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Stephan Bergmann yazdı
...since e37eb634 "postprocess: convert to gbuild" Change-Id: Ia7f29efebb2872e096d36ab04f5d13bc2d437d71
-
Stephan Bergmann yazdı
...instead of the ure executable's obsolte -ro arguments (leading to usage of deprecated bootstrap_InitialComponentContext with an XSimpleRegistry instead), similar to 0c1dc375 "Make ure/source/uretest/ use defaultBootstrap_InitialComponentContext." Change-Id: Idd35e27959f7650decfe78364d86614bafbbbec7
-
Markus Mohrhard yazdı
-
Rodolfo Ribeiro Gomes yazdı
Just avoid "if" statement every iteration since the condition is true only at the first run Change-Id: I0f2f93196b2b28d457dfbb7b18f568abb45adcbb
-
Caolán McNamara yazdı
Change-Id: I2af5adb064888336dd1ea622bb274c45052e2e61
-
Caolán McNamara yazdı
this includes allow us to add tabpages to SfxTabDialogs by name (and getting back the matching pageid) where the name of a tabpage is the name of the label widget for the page in the .ui notebook. Change-Id: I48bfaa9ac8daa443ca72540e2024ddb9df34faa5
-
Caolán McNamara yazdı
The CustomPropertiesWindow could be converted to something that inherits from one of the new containers and remove a load of that custom positioning code but for now just minimally retro-fit the existing manual position setting code of the custom scrolling widget. Change-Id: I6c85286f3652a11bf8c8d827c4986b5b9d745523
-
Caolán McNamara yazdı
Change-Id: I4353c839f6b081fcffd33edb2eb6722e91379cf5
-
Caolán McNamara yazdı
Change-Id: I1aa0dea1e0867b4cf6c4ca099d8c0281d400b24c
-
Caolán McNamara yazdı
Change-Id: Iec7b9a0d04c3974a081813aee285f7482de904aa
-
Muthu Subramanian yazdı
-
Stephan Bergmann yazdı
...that was no longer handled properly when installing such a legacy .zip extension due to 31170413 "API CHANGE: com.sun.star.lang.IllegalArgumentException." Change-Id: I6f5f4be0eed16496d8d3c3623d6676c7c669c5c4
-
Luboš Luňák yazdı
No idea how long this has been broken, or if it ever worked, but inserting a picture sets the 'link' and 'preview' checkboxes to true for the next time (as getValue() returns void*, which gets silently converted to bool *sigh*). Change-Id: I6af0e09ac5e475fc9ff04cd7f937af0bc7aeea77
-
Eike Rathke yazdı
Change-Id: Ie212f2e91b3ef262997bcd125817769ae24c16c3
-
Luboš Luňák yazdı
operator== is case-sensitive Change-Id: I9b0a99ffdd53780ab14d569b3fac17a7983d5b96
-
José Guilherme Vanz yazdı
This commit removes ::rtl:: prefixes, macros and replace old String class in oox Change-Id: I2672c859a45bc1221415479218c352bab4fe9b1a Signed-off-by:
José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1335Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Michael Meeks yazdı
Change-Id: Iaed997a4c9a36d618934c5870c65c3006c44561d
-
Luboš Luňák yazdı
Now automatic conversions can take place (no getStr() needed), and there are compile errors when used improperly. The FSEND terminator is also no longer needed, but it's better to dump it only after forgetting it no longer silently breaks backports. Change-Id: Ib47e6eda2d5e12ce889b69bf2affbda3679c2d3f
-
Luboš Luňák yazdı
Change-Id: I94c7865b68c65540765c9fbfba6f669055dad4ba
-
Faisal M. Al-Otaibi yazdı
Change-Id: Ie33419ffe04dccc71956f7475d7b7a4acee7df12 Reviewed-on: https://gerrit.libreoffice.org/1391Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Samuel Mehrbrodt yazdı
"Text body" is the most sensible follower for this I think. Change-Id: I4fc091446ada5f4aea82ba79dba84f2874bca760
-
Stephan Bergmann yazdı
a25bec0c "Properly absolutize all registry arguments of uno executable" at least broke testtools/CustomTarget_uno_test.mk on Windows, where some -ro argument system path starting with a drive letter ("C:/...") is passed in, which rtl::Uri::convertRelToAbs mis-interprets as a URI with scheme "c". Switching to osl::FileBase::getAbsoluteFileURL started to break Linux, where osl_getAbsoluteFileURL for whatever reason calls osl::FileBase::getSystemPathFromFileURL, which in turn for whetever reason rejects relative input that starts with "/". The easiest fix that appears not to break anything else appears to be the workaround now added to osl_getAbsoluteFileURL. Change-Id: If03e7136ecc2c26a8f31e591257b1886f3ab129b
-
Stephan Bergmann yazdı
Change-Id: Ia53747fb0df923a421646e4f637b08950da2d3c5
-
László Németh yazdı
Change-Id: I9a6ee04524c0ecd10301c17d2ca6da156d1c2160
-
Stephan Bergmann yazdı
...likely gone unnoticed until now as that nested if is not normally taken, the createInstanceWithContext call at the top shall normally succeed. Change-Id: Iabc917473cf6902cb2afc21b735411d8136278fb
-
Stephan Bergmann yazdı
...instead of the ure executable's obsolte -ro arguments (leading to usage of deprecated bootstrap_InitialComponentContext with an XSimpleRegistry instead). The com.sun.star.lang.MultiServiceFactory service is (only) implemented by the cppuhelper/source/defaultbootstrap.cxx ServiceManager itself, but it doesn't add itself to its list of know services, so cppmain.cc should not test for it. Change-Id: Iaaf8d466fe3607ab9bac6aba09396809e53404f3
-
Stephan Bergmann yazdı
Change-Id: Ia8b83e69401dccd37c3350e381093af1dd5b17af
-
David Tardon yazdı
Change-Id: I8784c7a84e7f1d3173b6e134377e9232906d77ba
-
Tor Lillqvist yazdı
But note that currently the config/config_*.h files are created and used so that those created for the HOST platform are used also when compiling (the cross-toolset) for the BUILD platform. Seems to work by luck so far, but this is really broken. We need to have the config_*.h files separately for HOST and BUILD. Change-Id: I500694eee8bb2a8d2d7afbf78171c0e2ea1e66b3
-
Tor Lillqvist yazdı
Nah, sure it makes sense also on tablets. Consider having your tablet attached to a projector while you dance around on stage talking and controlling the presentation with your phone (or other smaller device). This reverts commit ccd519c5.
-
Tor Lillqvist yazdı
Change-Id: I46f3bb4af352a3df2582003f1c5f0f4069afb93e
-
David Tardon yazdı
It turns out (as witnessed by fdo#56267) that my fix for fdo#56980 only cured the symptom, not the cause. The real problem is caused by the following sequence of events during ODF import: 1) an SvxCustomShape object is created (XShape iface) 2) an SdrObjCustomShape object is created for the SvxCustomShape, but it is not associated with it (yet) 3) another SvxCustomShape object is created internally by the SdrObjCustomShape and they are associated 4) an EnhancedCustomShapeEngine is created for this SvxCustomShape by SdrObjCustomShape 5) the SvxCustomShape from point 1 is set to the SdrObjCustomShape At some point (I did not follow this explicitly) the SvxCustomShape cached by the EnhancedCustomShapeEngine loses its (weak) reference to the SdrObjCustomShape. This leaves it gutted and all subsequent calls to render() return an empty XShape. The solution is simple: let SdrObjCustomShape know that the associated UNO shape has changed, so it can drop the custom shape engine. Change-Id: I267838ea4857dfcd646f40c811f3ae572237a1e6
-
David Tardon yazdı
This reverts commit bb3f2900.
-
Tomas Chvatal yazdı
Change-Id: Ib2791daa0e2c219aee089c4417289316bd0759c9
-
Marcos Paulo de Souza yazdı
As Thomas Arnhold pointed, these method eems to be useless. After removing and running calc, it seems to work perfect. Change-Id: I3e3eb7ba3e2e71bb615f64d5f63ca7f8cac00e9c Signed-off-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1410Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-