- 03 Haz, 2014 40 kayıt (commit)
-
-
Michael Stahl yazdı
The logic is not immediately obvious from the RTF spec; let's do what the editengine RTF import does, but without the unnecessary complexity. Change-Id: I60e69130e6e5aed1f5d237f64b1656c3141e402a
-
Michael Stahl yazdı
Word will reject Shift-JIS following \loch, but apparently OOo could read and (worse) write such documents, so accept Shift-JIS regardless of run charset type. Change-Id: Ib181956e9f218548a52037dd76fa1d3ecdc006bd
-
Michael Stahl yazdı
This is a variable-length encoding, and the second byte may be a RTF syntax character like \, {, }. Change-Id: I813ccafda18388af3bf05eb7ce9a0253c627b1c4
-
Tor Lillqvist yazdı
Change-Id: I861d4012c12096958c73c7008b0a9dfa6934fda2
-
Tor Lillqvist yazdı
Change-Id: I04cc155e69d25021d294bccc588450b1f20e1fde
-
Tor Lillqvist yazdı
Change-Id: I2451687c10f91e7d5242b04974cb7bdd745de51c
-
Tor Lillqvist yazdı
Change-Id: I810b42da1d62c66c2ab6fb7bb6f71d1d00115dfa
-
Tor Lillqvist yazdı
Change-Id: I611eefd20043386d00984f76a28d111e1c0495f1
-
Tor Lillqvist yazdı
Not sure if using lockFocusFlipped: has the same effect, but will see... Change-Id: I957874bcf59c2c521bd5b2b2ca6f44fb0400e64f
-
Tor Lillqvist yazdı
Change-Id: Iaf5de07b7f0da7294681b9cdc152575a756a73c7
-
Tor Lillqvist yazdı
NSTextInput was deprecated in 10.6. Change-Id: I6bce9e91a68014a6ca28bff6a820c27817f9baaf
-
Tor Lillqvist yazdı
Change-Id: I7163d3821ac0dfc0d471cf31e98f72953c78d878
-
Julien Nabet yazdı
Change-Id: Iea8c3f881a3ddfeaed4f4dca5d66dbe1716b8ce0
-
Eike Rathke yazdı
Change-Id: Ic749d5e8c22d14c0c1160c30b4813226c3962236
-
Valentin Kettner yazdı
I forgot some lines while rebasing and had to fix this here. Change-Id: I6a29497aa779d2b104db685161d89ae7c27805b3
-
Michael Stahl yazdı
Change-Id: Ia33dff51cdb58030ec11ec499ee5c518fba31641
-
Valentin Kettner yazdı
To have them all in the same place. Change-Id: I8fd0f7fa0c88b5b17596998810d505deb14a8c06
-
Valentin Kettner yazdı
To the new class DocumentDrawModelManager. All moved methods and members have the same in thew new class. Change-Id: I89ad0e0c4a42885d5810e834983ea8e8e6c0a2d2
-
Valentin Kettner yazdı
In places other than sw/core/ Change-Id: Ie1b67f58cf7777240d9db6a867cd33a7a1cbbcaf
-
Valentin Kettner yazdı
Which returns the DocumentSettingManager as its interface. Change-Id: I7d2c2d28a28fbcf19176ab5dda6940ce6d9b17cb
-
Valentin Kettner yazdı
Compatability -> Compatibility Change-Id: Ia80e6db589a74d2aa8d1276195bc30ddb8d251fd
-
Valentin Kettner yazdı
Because it is not needed there anymore in that class. I added it as an include in all files that need it. Change-Id: I3eb2e1da9d153017968b286e1a0250f145ca7cfe
-
Valentin Kettner yazdı
Because it is not needed there anymore with IDocumentSettingManager. Change-Id: Iad5e0a03f2628c9d26698d23e691b3e6228eee0b
-
Valentin Kettner yazdı
And moved all calls to those methods to GetDocumentSettingManager(). Change-Id: I9b6cc8c3aa9b57bbc0c39f39499dfb4f5f254ad9
-
Valentin Kettner yazdı
And corresponding getter and setter which had to be made part of IDocumentSettingAccess so their symbols get correclty exported. Change-Id: Ia33244767110364174b115eaca5d733462be61ca
-
Valentin Kettner yazdı
Moved mn32DummyCompatabilityOptions1 from SwDoc to DocumentSettingManager and moved a comment from SwDoc to it. Change-Id: I4abd5cd9596d23dc3ac12460ee9b38345d0bf0a7
-
Valentin Kettner yazdı
Also overloaded SwDoc::getDocumentDeviceAccess with its const version. Change-Id: I3272be3ee067aa2e0174663ede3c98190ecf2b09
-
Valentin Kettner yazdı
Moved all SwDoc::getPrintData and SwDoc::setPrintData calls to their appropriate interface methods (SwDoc::getIDocumentDeviceAccess::"). Change-Id: I5671b365238abae6d94f125fb7a99481d81392f9
-
Valentin Kettner yazdı
Moved all SwDoc::getJobSetup and SwDoc::setJobSetup calls to their appropriate interface methods (SwDoc::getIDocumentDeviceAccess::"). Change-Id: I155a0341363ec42eaad3290d2e6feb8c7d73bbb1
-
Valentin Kettner yazdı
Moved all SwDoc::getReferenceDevice and SwDoc::setReferenceDevice calls to their appropriate interface methods (SwDoc::getIDocumentDeviceAccess::"). Change-Id: I2a1b488500fa4f0bfbb7ebadccde2c94b70efd85
-
Valentin Kettner yazdı
Nothing else had to be chaned because they werent call from anywhere else. Change-Id: I708b54b909c5a1814bcec858dd356e17e5c6c473
-
Valentin Kettner yazdı
Moved all SwDoc::getPrinter and SwDoc::setPrinter calls to their appropriate interface methods (SwDoc::getIDocumenterDeviceAccess::"). Change-Id: Icbe5369ba03a05d9e2afb1300a9c67b0a0a20c60
-
Miklos Vajna yazdı
Change-Id: Icd0ab345619fea029a63bafae9077a72cccc9852
-
Miklos Vajna yazdı
There is a lot more to test here, but for now just test that we can have tables and rounded corners at the same time. Change-Id: Ia9a4877202d1d040209f49a428b83633c58fc7c7
-
Miklos Vajna yazdı
Change-Id: If56d7cab269a76062ee75bb1a9484f154b72c4d7
-
Miklos Vajna yazdı
The ZOrder of a TextBox should be the ZOrder of the shape + 1, don't allow setting it to something custom. Change-Id: I17439aa9e494ae62ab80e178a8c5d90cea030351
-
Eike Rathke yazdı
Change-Id: I02e7700536f5a7fcc836a035aa0767b2a34be887
-
Eike Rathke yazdı
Change-Id: I4862481d69ac86bf082e35b28d6326444deafee8
-
Eike Rathke yazdı
Change-Id: I75f0b93507d31a12b07e4bb7d2c86671aa074486
-
Eike Rathke yazdı
Change-Id: Ida5064f32a16269b16ec16c0ce9f42ea895641f9
-