- 30 May, 2012 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I4c754c39ab27f35076d38868b52321a3d3baf9ea
-
Kohei Yoshida yazdı
Still lots of things are hard-coded. Change-Id: I34512d87431082d35130954c6818c65bc3c18966
-
Kohei Yoshida yazdı
Change-Id: Idd7b8823a26e2a272d911c097dbde350092ec0e8
-
Kohei Yoshida yazdı
This dialog is launched from the Formula options dialog. Change-Id: I554de0f7d376803f2e94907aa78648708b8f6b84
-
Kohei Yoshida yazdı
Change-Id: I4743cfc75796a989657afbbc3efc14dfe9f8c114
-
David Tardon yazdı
Change-Id: I7ed9a25d3b113ae0bda4f8ce47153b54270916f1
-
David Tardon yazdı
Change-Id: Id0c7564d7355192842c0b0b248bf21379ef104cb
-
Jan Holesovsky yazdı
Change-Id: I3998679c859c2a25933a879ae6412d7555350a62
-
Jan Holesovsky yazdı
Change-Id: Iac102ad3794b8959fb219094a9db6345990c4883
-
Caolán McNamara yazdı
Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c
-
Caolán McNamara yazdı
Change-Id: Id0e42068a1cd614a2e66e7f050c55b351999f2ae
-
Caolán McNamara yazdı
Change-Id: If66b0a5f1b0444d8f0a6dfed1b518a0033d61d2e
-
Bjoern Michaelsen yazdı
Change-Id: Ieffb063bd6300f415f958a617fef8b1122e1b7b1
-
Noel Power yazdı
Change-Id: I3ccf6d87db2e9c33f2adaf92e138018f2e27528b
-
Noel Power yazdı
Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05
-
Miklos Vajna yazdı
Change-Id: Iaf52206aad2f1053d54025b0e71eff1b229e1372
-
Miklos Vajna yazdı
Most RTF documents (produced by Word/Writer) reset character and paragraph properties at the start of each paragraph. Because of this, appending properties of the same type didn't cause any noticable performance problems. However, it's valid to not reset these properties, and in this case a longer document takes forever to import. Filter these duplicates at the tokenizer level for trivial properties to get acceptable import speed. Also fixes rhbz#825548 in an easier-to-backport way. Change-Id: Id0b7289323d45ff0d747c74bb78d8eb7def0cfc2
-
Miklos Vajna yazdı
Change-Id: I171dac32f8a938dc4ecfbab13835823f65ee2611
-
Jan Holesovsky yazdı
"Click here" is annoying because one is used to the web pages where "click here" usually means one should click the text "here". The "here" here always costed me an unnecessary mouse move before I remembered I am supposed to click the icon ;-) Change-Id: Ia9f5b359cb76813abbc9847e268e4241c5f6481f
-
David Tardon yazdı
Change-Id: I906696aa676ce50fd7214db5b7bb09b736e5faa6
-
David Tardon yazdı
This is to avoid problems with too long command lines on Windows. Change-Id: Ifc99bedd37aea7619e002145d4acbb7ec2a14246
-
Caolán McNamara yazdı
rtf documents with vast sequences of replicated properties without any pard resets to defaults create huge vectors of properties that eat time and memory So if we are adding a property which already exists and there are no intermediate properties which would cause side effects to the property then update the existing one instead Only implemented this optimization for some selected character properties This takes my load time down to 7 seconds from effectively some "infinite" hour+ load time. Change-Id: I520779233180f4d9faf9fb0989d546e08fc6cabd
-
Caolán McNamara yazdı
Change-Id: I22f5f4a17f2eef0d04756ff4c8e614da073248ca
-
Caolán McNamara yazdı
Change-Id: I36e577c86de4d6adf3b54376ca9a0544e2c1d863
-
David Tardon yazdı
Change-Id: I6e0f777c878137f6c1bcbe253b37b8eda257ef01
-
David Tardon yazdı
Change-Id: I824a6b6f6afa9e8c3d140e783dbad89ef5425878
-
David Tardon yazdı
It causes linker errors like: libcmt.lib(crt0dat.obj) : error LNK2005: _amsg_exit already defined in msvcrt.lib(MSVCR90.dll) Change-Id: Ia7d9eec8dcbc9cbeb64f121f95c0b83d192bab20
-
David Tardon yazdı
Change-Id: I5988eccb675b9cb481161077a5b5310efb011389
-
Matúš Kukan yazdı
Change-Id: Ib94620f316899a77b3842989dd859625f6748ddc
-
David Tardon yazdı
Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79
-
David Tardon yazdı
Change-Id: If003a4283fb4d0f3edd127e77de6b812501fa65a
-
David Tardon yazdı
It causes linker errors like: libcmt.lib(crt0dat.obj) : error LNK2005: _amsg_exit already defined in +msvcrt.lib(MSVCR90.dll) ... Change-Id: I54217859a7c4f6535eed5bca50ada68a8d5b095c
-
David Tardon yazdı
Change-Id: Iec63ac2c1a128e800df92f583fe349526addec4e
-
David Tardon yazdı
Change-Id: Id1294ab2232821eaa9ca5fb37b0f504c828b6f48
-
David Tardon yazdı
Change-Id: I5388132b0dbb0d904a5b235139bfa1f0e078e5ba
-
Miklos Vajna yazdı
The original commit (8c6fb76c) broke the sw_subsequent_ooxmltok test, as it threated getDiagramShapeContext() a const method, but that's not true. Check mxDiagramShapeContext directly instead. Change-Id: Idd730787be41cc11e6c1fc962da60f05e024ee84
-
Brennan Vincent yazdı
Signed-off-by:
Fridrich Štrba <fridrich.strba@bluewin.ch>
-
Miklos Vajna yazdı
Change-Id: I4d5cea0ae02fda751fb13b9c86684ccd70abf126
-
Matúš Kukan yazdı
Change-Id: I4279f9e6024e7128286e8b2d6343deee944866b2
-
Kevin Hunter yazdı
Change-Id: I11f7642346ccc1949d5716b32444df86541eabf8
-