- 05 Şub, 2014 31 kayıt (commit)
-
-
Alexandre Vicenzi yazdı
Change-Id: Ib5d3aabf8aa88ec24e44584047d0405a09fa44ed Reviewed-on: https://gerrit.libreoffice.org/7864Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Marcos Souza <marcos.souza.org@gmail.com>
-
Chris Sherlock yazdı
We want to start to decouple Window from OutputDevice. This is because a Window should *use* an OutputDevice, a Window is *not* an OutputDevice. In order to start to decouple the two classes, the strategy will be: 1. This patch adds in a new private member pOutputDevice as well as an accessor. When the Window is initialized, pOutputDevice is set to a downcasted instance of this (because we are still inheriting Window from OutputDevice). 2. We will start to go through all the functions in Window that rely on OutputDevice and use the getter function to use the OutputDevice private member. 3. Any subclasses of Window will then need to have the same procedure done on them. 4. Once this is done, we need to work out the best way of initializing mpOutputDevice, then we can remove OutputDevice as the parent class of Window (and all Window subclasses). Change-Id: I39886c77070befb1542c8f22346111cde1c360b1 Reviewed-on: https://gerrit.libreoffice.org/7786Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Change-Id: I4c63fbb31ab49ed70c4e3092c5fe70a2b3514e3d
-
Timothy Markle yazdı
Changed OSL_ASSERT to SAL_WARN_IF Change-Id: I6f81a265aefe769e1449b1f10c796bf3aa1d0f1c
-
Stephan Bergmann yazdı
Change-Id: I6a38e537279884079fbc10086d153113d38b8bfd
-
Stephan Bergmann yazdı
Change-Id: I874c97d7e6a80accc48b876b9151e3a8a2148280
-
Caolán McNamara yazdı
Change-Id: Id5a342b9fdc5240b70b0985f4c6de9493162f10c
-
Caolán McNamara yazdı
Change-Id: I66f7fe04155ad4c6e42e6aa96bb2db71ba4f682f
-
Armin Le Grand yazdı
and draw:glue-point it is necessary to move the GluePoints from the last draw:image where they were automatically imported to the surviving one if these are different (cherry picked from commit c011af10) Conflicts: xmloff/inc/xmloff/xmlictxt.hxx xmloff/source/core/xmlmultiimagehelper.cxx xmloff/source/draw/ximpshap.cxx xmloff/source/draw/ximpshap.hxx Change-Id: I8f6c875767e9cbfee74838742401356df002b051
-
Stephan Bergmann yazdı
...and turn the remaining ones into an enum. Change-Id: I2e650fe2640f2bf512f356c7881a9722faa6ce25
-
Michael Stahl yazdı
All other _FIND_* are explicitly not errors, and probably CWS npower10 forgot to adapt this assertion. Change-Id: If721c275eb1bc31d76140898602b41e11c23d82e Reviewed-on: https://gerrit.libreoffice.org/7863Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Stephan Bergmann yazdı
Change-Id: I51be076119b23611f006fb4ebefd8f4bb727ded8
-
David Tardon yazdı
Change-Id: Ib81f79da696b5e8002f5a2ddcf160903231dc3f1
-
Stephan Bergmann yazdı
"fdo#39944: Add DOCUMENT_* accessibility UNO roles" Change-Id: I8b68ef756d054ee4e53941927108253d62e82672
-
Zolnai Tamás yazdı
Change-Id: I55405c748d67101ecef8ef8a52037a26bc52b9f6
-
Zolnai Tamás yazdı
Change-Id: I875cb1f12c9f81d329d7fe9cd3aa32a4cd818573
-
Zolnai Tamás yazdı
There are two types of capitalization in DOCX: -uppercase: <w:caps> -smallcaps: <w:smallCaps> Change-Id: I6a5d238bed68aa3fd3478a77cf1942f009480eb6
-
Chris Sherlock yazdı
* Doxygen spits out a lot of warnings about not being able to find match function signatures, etc. This is because in some headers we have a using namespace statement, in others it gets confused between ::Window and Window (!). * Wrong use of tags: + Lots of @seealso - should be @see + Wrong usage of @overload - corrected with the right function signature + HTML tags that doxygen doesn't recognize removed Change-Id: I1c2eed941619b8764dbfcfc5ab38027518cdf261
-
Tor Lillqvist yazdı
Change-Id: I4e3078ab29ff6ad2d89f68ef6413d2f3fb1fcb80
-
Stephan Bergmann yazdı
Change-Id: I86e069e14d82be311368662f5128b30a7d00be90
-
Tor Lillqvist yazdı
Change-Id: Ic8e56294a0f7527feac71516047b82e71ae0d50c
-
Jacobo Aragunde Pérez yazdı
Change-Id: Icfcea4a4e86a85d67786d0a87d8d2eb665860e0e
-
Lionel Elie Mamane yazdı
Change-Id: I900a8956fd9eae330bf12829bc94c8b18b1c6513
-
Lionel Elie Mamane yazdı
And the actual label is put as *body* of the cell. I'd prefer that the value be put as string-value attribute of the cell, but since in the report definition the label is as body (as opposed to as an attribute), it is easier that way. We could move (actually *copy* for backwards compatibility reasons) the label to an attribute of the rpt:fixed-content element (similar to the rpt:formula attribute of rpt:formatted-text) but it is not obvious this is completely desirable: Indeed it would keep us from putting anything more complex than a string there (which we don't do anyway now, but thinking of future extensibility here); I'll leave the exploration of that idea to the indefinite future. Change-Id: Ia0f7460718ee35a971117e2f79c0997e17e1095e
-
Kohei Yoshida yazdı
Change-Id: I4a17e5f0f1c81c968c821467f326a1c9b06a85a9
-
Kohei Yoshida yazdı
Marked ranges consist of 2-dimensional ranges plus selected sheets. So the selected ranges themselves don't care about sheets. Change-Id: I1c2dfab182282e6b32342b97227b3a7abfaf5179
-
Kohei Yoshida yazdı
Change-Id: Ia2f4828a91ad3c89f7867e0f2e0248f885d3fff7
-
Kohei Yoshida yazdı
Change-Id: I90a1d4b3ae2e6aff9a7926b5842bc85ac172683d
-
Jacobo Aragunde Pérez yazdı
Change-Id: I8508f00f6af218605d1d43d3efcefbf545387ab8
-
Jacobo Aragunde Pérez yazdı
LibreOffice is unable to properly import the custom gradient fills defined in ooxml documents. To prevent data loss, we save the original gradient fill definition in the shape interopgrabbag and we write it back to the document on export. In case the user has changed the fill properties of a shape, the original fill will be discarded in favor of the new fill. We have added a new ooxmlexport unit test to test this feature. We have also added some missing transformations to the methods getColorTransformationName and getColorTransformationToken in Color class, and refactored some code in class DrawingML to the method WriteColor( OUString, Sequence ). Change-Id: Ie71f89eaa20313561aa9180ea33b76f3fb5e5df6
-
Jacobo Aragunde Pérez yazdı
Set fallback to DOCUMENT_FRAME role. Change-Id: Ib83cd2f9881bcdec7b69a7660cf4166a612aaf60
-
- 04 Şub, 2014 9 kayıt (commit)
-
-
Khaled Hosny yazdı
Change-Id: Ic2182ffc76d63b966fc381dadb59af344dda945e
-
Khaled Hosny yazdı
If the run is the start and/or end of the whole text string being laid out, set corresponding HarfBuzz buffer flags as it will help HarfBuzz e.g. place a stray combining at the beginning of a paragraph on a dotted circle. Change-Id: I05c9fa46b251a2ce4e716da33fb6edda680d2dd1
-
Noel Grandin yazdı
as preparation for converting the SvStream::operator>> methods on primitive types Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9 Reviewed-on: https://gerrit.libreoffice.org/7798Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Kohei Yoshida yazdı
See the referenced bug report for the reason behind it. Change-Id: I4284807adaf82ae9581208a13ebd5071d36be5c7
-
László Németh yazdı
Bug report: http://openscope.org/browse/OOO-837 Change-Id: I5c17ed6059107ec8fc12bf9f411e52b22f131065
-
László Németh yazdı
Change-Id: I5b7c149f7f419ba18bd2cc59f4e77a0b61280caa
-
László Németh yazdı
Change-Id: I4b8eba6d8353e4207cac4a8b24d2b9f0440ce9e6
-
Andras Timar yazdı
Change-Id: I1f99b9377294de94c46943a0768d91cd51380a26
-
Andras Timar yazdı
Change-Id: Ifadcddf0c6c0a0e33c80ac47dd64af6b56387d30
-