- 28 Kas, 2012 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I86f6bedf1b0f171dca3ce5b34e8c34796f9f7edf
-
Kohei Yoshida yazdı
Change-Id: Ia0fd46ae58bb2ae58e8ad9bdb16e1e948659492b
-
Kohei Yoshida yazdı
Change-Id: I36bceeb27ff03e09f78c794cdefb4093d94b23b9
-
Kohei Yoshida yazdı
Per feedback from David T. the patch author. Change-Id: I6adae0a70926f6e402ba1f7680806e6c6097616e
-
Kohei Yoshida yazdı
Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
-
Kohei Yoshida yazdı
Change-Id: Ic85e2a239990aeaa017eaef95ea25487dd1ec968
-
Kohei Yoshida yazdı
Change-Id: I91ab1fb269070deb8389cf4e8473a223c1bbca1d
-
Kohei Yoshida yazdı
Change-Id: Ib6b710f87fcdfe465fb78a397100f82da11b3611
-
Kohei Yoshida yazdı
Change-Id: I63bff9f8ba19e8f037edf29bc82555b8c6e77d1e
-
Kohei Yoshida yazdı
Change-Id: I71c4ec404acfef12cc2a9bf0fc9c0e98bf45cb2d
-
Kohei Yoshida yazdı
Change-Id: Ib25e7b4ff692804e4e4b617ffba228c4b2cae1db
-
Kohei Yoshida yazdı
Change-Id: Ifa0a78213edbdf997985bf89bc769219223feab9
-
Kohei Yoshida yazdı
I'll merge it with SvViewDataEntry next... Change-Id: I542732213f52a3efafaa059dd46668888d4c20f1
-
Kohei Yoshida yazdı
Change-Id: I52ff833c9b552f4593dedf771f6370bdeedf2b7d
-
Kohei Yoshida yazdı
Now scfilt must statically link zlib because gnumeric uses gzip compression. Change-Id: I79c527d381d3c2f9bccdf091ff2b0799efee4700
-
Kohei Yoshida yazdı
Change-Id: I1d03d5dd2b12cdc1eab2d599199c333d49d306b8
-
Kohei Yoshida yazdı
Change-Id: I77cd13301fb4ab98ba1ded49e5b4aa1f3974c8e1
-
Kohei Yoshida yazdı
Change-Id: I1f55575b07cfc3cddd27b3d42ab354405f13fa60
-
Kohei Yoshida yazdı
This is not the official 0.3.0 release. Change-Id: I1d097ed30ea6c1835ac10d6be77e45a644449497
-
Noel Power yazdı
There can be some serious rounding errors involved when calculating where to draw the grid lines for the various row heights in a document. This can be especially true for a document that has many different row heights. This results in draw objects appearing to move relative to the grid line at different zoom levels. This patch attempts to fix this problem adjusting the position of the shapes as they are drawn to ensure their position relative to grid appears to be stable. We do this by translating the position of the shape to the corrosponding position of it's cell anchor. Of course not all shapes are cell anchored and in this case we position the shape relative a temporary synthesized cell anchor. The patch essentially does the following a) calculates the offset to be applied for each shape at the current zoom level to ensure that the shape will be drawn relative to the correct cell grid see drwlayer.cxx, drawview.cxx & gridwin3.cxx, svdobj.[ch]xx b) apply the offset in the drawing layer for each of the different drawing primitives see svx/source/sdr/contact/* c) making sure the position and size of the newly created shape ( at any zoom level ) are still as expected when zoom level is changed. see. sc/source/ui/drawfunc/fuco*.cxx & d) making sure that overlays and handles are displayed at the correct position see svx/source/svdraw/* it could also be that a full blown transform might be needed to additionally scale the object ( to ensure that the edges of the object stay stable relative to ajacent grid lines ) If necessary we could do that in a later step. Change-Id: I02232f8ba192d58dbf96b80adf66c281cd0f65e8
-
Andras Timar yazdı
Project: translations e1891b8f9c50ca687723f1afc13fbef209475875 null gerrit test Change-Id: If486af2d74b30d41834321f69fe248c2771be943 Reviewed-on: https://gerrit.libreoffice.org/1189Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Caolán McNamara yazdı
Change-Id: Ic18aa0eb1b48d57db81acd0d3d38ed33e3d71534
-
Markus Mohrhard yazdı
Change-Id: I9dac82ffeed920ce39aab16d89a91e2f9083908b
-
Markus Mohrhard yazdı
Change-Id: Ib7713cace98c732e9fbcc4e9689ca223544d5e4c
-
Markus Mohrhard yazdı
Change-Id: Ifc3b56d081b1318a0e201cb6cd7fd85ce2dc2534
-
Stephan Bergmann yazdı
Change-Id: I412ab50b7c6e7cf6e32a42fb92cdbab513f42dce
-
Norbert Thiebaud yazdı
String used to do some operation by modifying itself whereas OUString never does that and when a modificaiton is needed it create a new copy. so it is very easy when one convert String code to OUString code to miss stuff like sString.ToUpperCase() which need to be converted into sString = sString.toAsciiUpperCase() and not sString.toAsciiUpperCase() This patch make the compiler generate a warning in that later _wrong_ case Change-Id: I4a9c0b4c7d0b75ad8850ac23b86e8508a334f5fe Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
The OUString assignment operator is less transactional than it could be, but is also not necessasry, as OUStringBuffer has a non-explicit conversion constructor from OUString. Added some missing @since tags. Change-Id: I830be93fde78422c5a7eff9437b53e2d2d70933a
-
Stephan Bergmann yazdı
Change-Id: I40005ef4fad4d44314ec2fb2881fec82e926970e
-
Caolán McNamara yazdı
Change-Id: Ie5bac151578cf3b58253900bbef4bc4645e2c43d
-
Michael Stahl yazdı
This module was deprecated and replaced with com.sun.star.logging in OpenOffice.org 2.3 (i#76119); there is no implementation of the interfaces. Removed types: com.sun.star.util.logging.LogLevel com.sun.star.util.logging.Logger com.sun.star.util.logging.LoggerRemote com.sun.star.util.logging.XLogger com.sun.star.util.logging.XLoggerRemote WARNING: could not open key "/UCR/com/sun/star/util/logging/XLogger" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/util/logging" with published children exists only in registry 1 Change-Id: Ief1beadf0e32dee03f555599909ac5f31a5034dd
-
Michael Stahl yazdı
This is evidently only intended for testing and not implemented anywhere. EXISTENCE: published key "/UCR/com/sun/star/beans/XIntroTest" exists only in registry 1 Change-Id: Ib12117c7761a7cb95d71705127753579004d5e79
-
Michael Stahl yazdı
The com.sun.star.test module is intended only for internal testing of the UNO implementation and should not be part of the public API. EXISTENCE: published key "/UCR/com/sun/star/test/TestEvent" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/test/TestFactory" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/test/XSimpleTest" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/test/XTestListener" exists only in registry 1 EXISTENCE: module "/UCR/com/sun/star/test/performance" with published children exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/test/XTest" exists only in registry 1 EXISTENCE: module "/UCR/com/sun/star/test/bridge" with published children exists only in registry 1 Change-Id: If9e607ef944b5b1b0a1af60cc9210fa4d8993bb4
-
Michael Stahl yazdı
The com.sun.star.corba module is entirely deprecated and unused. EXISTENCE: published key "/UCR/com/sun/star/corba/ObjectSystemID" exists only in registry 1 EXISTENCE: module "/UCR/com/sun/star/corba/iiop" with published children exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/OpaqueData" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/ObjectKey" exists only in registry 1 EXISTENCE: module "/UCR/com/sun/star/corba/iop" with published children exists only in registry 1 EXISTENCE: module "/UCR/com/sun/star/corba/giop" with published children exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/CorbaString8" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/OneThreadID" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/CorbaUnion" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/LogicalThreadID" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/TCKind" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/corba/ThreadIDs" exists only in registry 1 Change-Id: I0331d0462f2187ba8d8eacf2a5b3f6af20963304
-
Michael Stahl yazdı
regmerge does not by itself remove those parts of the RDB that have their IDL files removed. Change-Id: Ie3972779deb7de4250e1a5f0f66c2e964fc60043
-
Caolán McNamara yazdı
Change-Id: I8e35bb672084344684da401e736a1492c016f966
-
Marcos Paulo de Souza yazdı
Thomas Arnhold asked me to take a look at the method SetBackgroundBitmap. In my XFCE, removing this method didn't chnage anything. So this needs more tests in Windows and other WM's. Change-Id: I3e10bea4eac114326ff981fb21ba0d292818b1da Signed-off-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Thorsten Behrens yazdı
Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1
-
Thorsten Behrens yazdı
Change-Id: Ia09c147a084765072f5457d799fccad61adad017
-
Thorsten Behrens yazdı
Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
-