- 22 Eyl, 2012 21 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I66e76da71dd5d6ed1b899aba8d41dfb5bc36da1c
-
David Tardon yazdı
Change-Id: I4cfbcedde049ae205997815786c46941937e2cf7
-
David Tardon yazdı
Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f
-
Matúš Kukan yazdı
- there is still missing dependency on cliuno.snk - remove -warnaserror+ causing weird problem - export random symbol so that we get icli_cppuhelper_native.lib file created Change-Id: Ifd3b4785f83496d2c9bff6b1ea2fd39b6978725c
-
Matúš Kukan yazdı
Change-Id: I1dd1a48e61ff8c5b628ba4a8f02294cf239b5edd
-
Matúš Kukan yazdı
Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64
-
Matúš Kukan yazdı
Change-Id: I28ba1f4e802b3736a9f82966a2c7908388df4a92
-
Norbert Thiebaud yazdı
Change-Id: I0f561c41c4e0a447521aae90885f3a75b624d7cb
-
David Tardon yazdı
Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe
-
David Tardon yazdı
Change-Id: Ic907b7dbf4cee22ac899e413bc5122e3a09e6b1a
-
Norbert Thiebaud yazdı
Change-Id: I0cf922c1bccb554491ea8501c9f217af486088b6
-
David Tardon yazdı
Change-Id: I45b617248c9edcee02514f1fb65cbb03b0a2d5aa
-
David Tardon yazdı
It works as-is, but only because par2script.pl evaluates any argument that starts with / as a include path. Change-Id: I705276c1f949d505dbcca23a0acbd760b32914de
-
Matúš Kukan yazdı
Change-Id: I1cca0e3be7e148c835af26d2c001878b849e8432
-
Matúš Kukan yazdı
Change-Id: I1f676b7536183f68795595f216ae23610cadb1eb
-
Markus Mohrhard yazdı
Change-Id: Iaf64a4cdceed76ba37e4486cfded18bd7e49b196
-
Markus Mohrhard yazdı
Change-Id: I7f4cf6b053d7cff85e46ecf51cbf8a327530de67
-
Markus Mohrhard yazdı
Change-Id: I04d743ef9f38f4f65ba912f34ac641ea7031aed2
-
Markus Mohrhard yazdı
Change-Id: I08a876bfce8a6d9c0ff349b8956f0e13281afe5f
-
Kohei Yoshida yazdı
Change-Id: I1f91d66caed7fd3839f68f1e4495f0c05ee49acc
-
Kohei Yoshida yazdı
* clarify with comments what the code intendes to do. * more consistent variable naming. * keep the direction of equality consistent (i.e. lhs always smaller than rhs). This helps the reader of the code intuitively see relative geometrical positions. In doing so, I've also marked what appear to be bugs with TODO markers. The logic of the original code is intentionally unchanged, in order to spot any unintended behavior changes introduced by this commit. Change-Id: I19c09a1f93017ab18c8fec0f1281899322b45053
-
- 21 Eyl, 2012 19 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I43d1834d28534fc0ec8cb406e1be7e9f48074da2
-
Takeshi Abe yazdı
Change-Id: I75936bc66b0621de5e62f8e3a35a38fa85dcfcef
-
Michael Meeks yazdı
-
Michael Stahl yazdı
rue!!! Change-Id: I9e2b05180ba64d1617b33423ceffc19bc996e335
-
Michael Stahl yazdı
Change-Id: I79bb1cf7777ae92982bc2909411ed4efd0d31352
-
Michael Stahl yazdı
Change-Id: I714149f8cf800ea0021cc72a4bb50d840076da66
-
Andras Timar yazdı
Change-Id: Ib821e760edab94b4f7ae9c8df4bc39685af1f782
-
Michael Stahl yazdı
Change-Id: Ic1aecfb1071033d8e134649506f72c17833a206a
-
Michael Stahl yazdı
Change-Id: I00c899612d499273725ff8071aff1c93c7d17327
-
Michael Stahl yazdı
Change-Id: Idd8639d2f017342ae0227a44b75680179ca376a4
-
Michael Stahl yazdı
SwSelBoxes containers are filled from SwTableSortBoxes in various places, so adapt that to use size_t integers as well. Change-Id: Ia55f020bb9ada94bb22802d9adabb055a22edd2f
-
Michael Stahl yazdı
Change-Id: I139f9d008770da94341b8e6c08c9247478aa186a
-
Michael Stahl yazdı
The SwTableSortBoxes is now a STL container which can have more than 2^16 elements but unfortunately there are a lot of 16 bit integers used to index it all over the place, causing infinite loops and possibly worse problems; fix that to use size_t. Change-Id: I868ec9dd0629be4fbe4d6b8f294fb765e3d662ec
-
Olivier Hallot yazdı
Update and fix autocorrection entry for pt-BR, add entries in WordExceptList and add SentenceExceptList (borrowed from pt-PT) Change-Id: I5b38b8a072aefb28ce52710c0b4570123ee1bc12 Reviewed-on: https://gerrit.libreoffice.org/667Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Ricardo Montania yazdı
Change-Id: Id62d30e33ad68ffa6d3199a181b002155f224732 Reviewed-on: https://gerrit.libreoffice.org/668Reviewed-by:
Noel Power <noel.power@suse.com> Tested-by:
Noel Power <noel.power@suse.com>
-
Cédric Bosdonnat yazdı
Change-Id: I7720cfc706d9612fcc1e8a53b13a31f22b91d99e
-
Cédric Bosdonnat yazdı
When a nested table is ended, it resets the m_nCell to 0... and thus the filter forgets about the previous cells of the outer table row it is importing. Using a vector to store the m_nCell values for each table solves the problem Change-Id: I8007960f4c95d713bfedc6b815d5783a5d25af23
-
Michael Meeks yazdı
Prepare for a ZIP64 implementation. Audit all "Size" property fetches through Anys. Audit all uses of nSize, nCompressedSize, nOffset through the code. Add FIXME64: comments to all points requiring future work.
-
Miklos Vajna yazdı
E.g. 0x010d was parsed as a newline character... This also makes the RTF workaround from fdo#39856 unnecessary. Change-Id: I5e4a95b4436e1492b64961820702caace0a33e4b
-