- 12 Mar, 2014 12 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I8491260f198e80138241de891ef29cc8ab21a008
-
Alex Henrie yazdı
No change in functionality, just eliminated a redundant comparison like FilterConfigCache::GetImportFormatNumberForExtension already does. Change-Id: I7b04eae2ae7e79f0804ad958d61771758545bf0a Reviewed-on: https://gerrit.libreoffice.org/8502Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
i.e. can't scroll it or select any entries regression from 602c87b4 Change-Id: I9c108cde6185332bc32284b0cafb63e36b048220
-
sushil_shinde yazdı
- In given file header contains oleobject. - Relationship for oleobject was wrongly exported into document.xml.rels file. - serializer for writeoleobject was wrong. - fixed issue and added UT For it. Change-Id: I03ab3a14def62b8061f58f7001684e0e945ad74a Reviewed-on: https://gerrit.libreoffice.org/8534Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Jason Gerlowski yazdı
Change-Id: I8599908ccf1aba9a0843eb41dc16c21455acc5ba Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tor Lillqvist yazdı
Application_Impl is a misleading name, sounds much too important, as if it was *the* implementation of Application, used in all cases, which is not the case. Change-Id: I61ab7261598029429d3c745a8409400025dc4a9a
-
Muthu Subramanian yazdı
Keep the number of slides per row when moving across tabs. Change-Id: I316dac87c9dc8c88149b510f93be88940d91d98c
-
Tor Lillqvist yazdı
This partgially reverts commit c971c1fa. Change-Id: I36a604df723a25f6a7338df1dd05b4a8d4f8cfec
-
Kohei Yoshida yazdı
Because we'll be re-using that same kernel instance for subsequent runs. Change-Id: I08b6df65550cecfa48f937b163fb1c5b20ed8ac9
-
Markus Mohrhard yazdı
Change-Id: Iec545fc2a7ec61f6d4678398f22878c9f31a450d
-
PriyankaGaikwad yazdı
3D Rotation is lost after Round trip for pie chart. XML Difference: Original: <c:rotX val="40"/> <c:rotY val="30"/> Round Trip: <c:rotX val="310"/> <c:rotY val="0"/> Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I60132fef071e0573b17c35f509f3a74bd4ffcc66
-
Ravindra Vidhate yazdı
1. Open DOCX file containing Charts 2. Save this file into DOCX format. 3. LO crashed while saving/exporting to DOCX format. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I14d4f2c214ce3513b4bd14831771d72498e4486d
-
- 11 Mar, 2014 28 kayıt (commit)
-
-
Michael Stahl yazdı
SvxBoxItem::nLeftDist is unsigned; the bugdoc sets a very large value due to wrap-around which causes the table content not to be displayed. DomainMapperTableHandler::endTableGetTableStyle() tweaks the rInfo.nLeftBorderDistance by adding half the border line width to it, which makes it positive; at that point the value has already been used to init table::TableBorderDistances, so move that downward so it gets the positive value too. Change-Id: Ied2331b93f2e95845d7e8b2cc06e89e1ab24296e
-
Takeshi Abe yazdı
Change-Id: I5a73d3410262c830795c8b132227fcff5f5127e3
-
Markus Mohrhard yazdı
Change-Id: I76cb1008138f7b79223330d4a24d45a026d1118f
-
Markus Mohrhard yazdı
Change-Id: Icca2f9fc26b15b968a940e5c73f7ad3781f75e94
-
Norbert Thiebaud yazdı
now that the ScaleDPI is forced to 1 on mac there is no need for these ifdef Change-Id: I0ca3bc301b63f5f4c7d1eb36f27bc9b6ab41af29
-
Norbert Thiebaud yazdı
Change-Id: I37629e1ef18f9843fcbdd643d8aaee0b3c8baa73
-
Caolán McNamara yazdı
Change-Id: If1bcd040fabef1d352f04898f4bb583d9f4fc8c7
-
Caolán McNamara yazdı
Project: help 04811c484e936a03c27385492ca8baaa1498ed5d
-
Matúš Kukan yazdı
since 36f143d5 Change-Id: I71f0a0f6c2ce91086286a2fc0b6736be42d02198
-
Matúš Kukan yazdı
..with "true" instead of thePropName.name and thePropName.nspace which obviously breaks things. Change-Id: I6568e6a98c1793ebbe8ab1864bd8ad3995eee09c
-
Stephan Bergmann yazdı
Change-Id: I51942d37eacd11000c08a784d8a995bd8f9f972c
-
Stephan Bergmann yazdı
Change-Id: I87354690ac880ffb78bc8a6c20efe02f3eaa0779
-
Miklos Vajna yazdı
Change-Id: I21793d7d5a3edb68aa652336c3c7fe819520c23f
-
Caolán McNamara yazdı
Change-Id: Ibed2216d2ca0a6dce48c0a6ef276f4a4f4d53219
-
Caolán McNamara yazdı
Change-Id: I329f8bdea6206f48cd3834126869584b9057253f
-
Caolán McNamara yazdı
Project: help d985ce5cab0ac92aeb08d7754de089baeb6b97f5
-
Michael Stahl yazdı
Change-Id: Ie5fe1348ed325b9de4af9e17846470fdc31067d7
-
Chris Sherlock yazdı
Currently we check to see what type of class is being used. This really violates the Single Responsibility Principle, and tightly couples the code to OutputDevice. The responsibility for initializing graphics should be done by Printer, VirtualDevice and Window. Please note: to get this working, I've had to make Printer a friend class of VirtualDevice. I'm not entirely happy about this, I'll need to revisit this later when I look at Printer in more detail. For now, this is a hack to allow me to seperate out this function. Change-Id: I9d5946c22fa70670a4f85bf338b4209499d0aa54 Reviewed-on: https://gerrit.libreoffice.org/8528Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I70ebad88d126d3aaa1c2023f98f6be71dc281287
-
Tomaž Vajngerl yazdı
Change-Id: I42c7cd0aef3f9811440e70d8ea2c31432e1d32ff
-
Tomaž Vajngerl yazdı
Change-Id: I032442e0e1c583228d6837dbf290f31d01a91b45
-
Tomaž Vajngerl yazdı
Change-Id: I51152c016d6a9e9604fd93c115577020373d964c
-
Tomaž Vajngerl yazdı
Change-Id: I7b6f4e5ff9d6e1161b3d05c594498d7f0cb7d8a3
-
Tomaž Vajngerl yazdı
Change-Id: If25356aa88f435e53b6014773e23d18723507053
-
Miklos Vajna yazdı
Change-Id: I732b4f8d758aac30e039d30e059aad0597307081
-
Stephan Bergmann yazdı
Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929
-
Tor Lillqvist yazdı
Change-Id: Ib36c2c5d55f86aff27081a0da554f6e8a81474ee
-
Tor Lillqvist yazdı
Change-Id: I31db021b916b64e9fc0c02f62bdfe7e7f6aa7b9e
-