- 22 Eki, 2013 32 kayıt (commit)
-
-
László Németh yazdı
Change-Id: If0f37d480a745a4d245c4c6cf114374223fda610
-
Caolán McNamara yazdı
Change-Id: I62a0e0d4d1d297c8faf1b684d845a630aa3a1a81
-
Caolán McNamara yazdı
Change-Id: I4baa3c144c357d3622c1d6b6a32435e52059d897
-
Caolán McNamara yazdı
if a custom show is set, then don't override it with current/first page, just accept it Change-Id: Icd04711028b3e11a576df6cd325ddb0db8974111
-
Caolán McNamara yazdı
Change-Id: If82f6313b258a79d59fbe34ab7846db5f9f45f76
-
Caolán McNamara yazdı
Change-Id: Icf61858730e2576439fdc7bdd1c8a911f2b34bd7
-
Stephan Bergmann yazdı
Change-Id: I14b495067e25e9a80c08b08ff2034b7bfe1e6759
-
Caolán McNamara yazdı
hammer silver nails into coffin and bury in concrete Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
-
Jan Holesovsky yazdı
Change-Id: I1fb7c2cfdf8ffd69f8a2b4e1aba195939424606b
-
Ptyl Dragon yazdı
Change-Id: I8c32f5f3e09d2dc6214a76cd15a0b3adba62824e
-
Stephan Bergmann yazdı
Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815
-
Tor Lillqvist yazdı
Change-Id: Ib08fe1f8faf9d4a527ac84d69eaaa19eb7102a6a
-
Tor Lillqvist yazdı
Change-Id: Ia5390025eb8b71296ff019461ace88117bdc4236
-
Roi Illouz yazdı
Change-Id: Iee16bd0d774a9c24834a2a0882d301a9255d7bd9 Reviewed-on: https://gerrit.libreoffice.org/6372Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
Marcos Paulo de Souza yazdı
to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I4040d4758a3753c2177aa2a7d3dba6c85b089b25
-
Stephan Bergmann yazdı
...where the previous .uno:PrintPreview request has not yet been processed, the same way it had been made more robust for ScAccessiblePageHeader.java in 5b5c52a3 "Try make this more robust in slow environments" plus b5dd2b42 "Also cope with intermittend DisposedExceptions." Change-Id: I4b0ca00c04c2b1c8ffbfe4aaf926305ee9b51f30
-
Muthu Subramanian yazdı
-
Muthu Subramanian yazdı
This was because there is no explicit category in the chart - while libreoffice expects it.
-
Andras Timar yazdı
Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb
-
Roi Illouz yazdı
Change-Id: I60384fdb4307b71d84072a0268e75abead8c5896 Reviewed-on: https://gerrit.libreoffice.org/6368Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I287a92de9ae30255990595263c3302d753fdbccf
-
Caolán McNamara yazdı
Change-Id: Id881fe3f9c7c89a7bcc1a5d8f653e18494ffa913
-
Miklos Vajna yazdı
Change-Id: Ia3ecac669f35c57467e62c777e18d176753fdb0e
-
Miklos Vajna yazdı
Change-Id: I1dd5626a1ff8d8209003a7c4e6df05d01fd7c7d9
-
Miklos Vajna yazdı
Change-Id: I14b1a0987f18acab2f309ba423a4f31dd34211f5
-
Stephan Bergmann yazdı
Change-Id: I2923ec4c5f0516fb3048622dc3e74692ef7a5959
-
Michael Meeks yazdı
Change-Id: I2f319d9e168b2ba950c5d831163e946b52b76137
-
Adam Co yazdı
This bug fix is for roundtripping a DOCX that has a specific 'start value' for the page numbers. In most cases LO imports it ok. However - until now - Word allowed you to start page number from 0, while LO only allowed starting page numbers from 1. This was because the 'start value' was stored in an 'unsigned int', and the value '0' was used to mark 'there is no start value'. This patch changes the way the 'start value' is stored from 'unsigned int' to 'optional unsigned int'. This way - if there is no value applied - the variable will hold NULL. However - if a value is set - it can be 0 or more. This meant also tweaking all the places that used to get this value, so that now they handle an 'optional uint', instead of a 'uint'. Conflicts: sw/source/ui/inc/break.hxx sw/source/ui/inc/wrtsh.hxx sw/source/ui/shells/textsh1.cxx sw/source/ui/utlui/uitool.cxx sw/source/ui/wrtsh/wrtsh1.cxx Change-Id: I6ad9d90e03b42c58eed2271477df43c20ad6f20a Reviewed-on: https://gerrit.libreoffice.org/5681
-
Stephan Bergmann yazdı
Change-Id: If1f41f9c25600199ba4fb8c2f75ddd7c8ce8c8b3
-
Markus Mohrhard yazdı
-
Thomas Arnhold yazdı
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
-
- 21 Eki, 2013 8 kayıt (commit)
-
-
Tor Lillqvist yazdı
Faking mouse clicks is a stupid way to do it of course. Try to do it "right". For now just worked on moving the end handle, but once that works, similar code should be used for the start handle, too. Does not work yet. It is hard to extract out from SwEditWin::MouseButtonDown() exactly what all is relevant, and what isn't, for this use case. Change-Id: I76a226f787facbac645aaff8b4852d693bcf4ccb
-
Tor Lillqvist yazdı
Change-Id: Ifd3613f7a48f966f23ea2023f922b05b5f83fcab
-
Tor Lillqvist yazdı
Change-Id: I9326c9684a9c53f1f9a3ea5603bcb44c941e8918
-
Stephan Bergmann yazdı
Change-Id: Idc5974e5a2ec68e8f1b2312a88fab15092c82788
-
Stephan Bergmann yazdı
Change-Id: Iad5c4e05832128b5f41860cc4ae96f0472c37491
-
Kohei Yoshida yazdı
Change-Id: I50e0a31020f022bded7a97349560c0ed9bdb988d
-
Caolán McNamara yazdı
Change-Id: I566e3ade54962bbc6ace9b757f79c1b8ed9ffd00
-
Michael Stahl yazdı
Iterating over all entries of a std::map is rather slow, so add a interval map to manage the free entries. A first attempt to use boost::icl::interval_set for this was abandoned; while the releaseId() function would be just 1 line, GCC 4.8.2 at least is unhappy about boost icl headers for non-obvious reasons: UnpackedTarball/boost/boost/icl/discrete_interval.hpp:45:225: error: default argument for template parameter for class enclosing ‘void boost::icl::boost_concept_check_dummy45(boost_concept_check45*)’ Change-Id: I7b767aefee57df7743dc13a694b6a61abdd536c7
-