- 11 Agu, 2014 6 kayıt (commit)
-
-
Pallavi Jadhav yazdı
Issue : - In issue file there were two runs(first run=SDT, second run=Image). - These two runs were consecutive(no text/space/tab was there in between two runs). - Due to such scenario, "SdtEndBefore" was not getting set. - Hence at Export EndSdtBlock() was getting called form EndParagraph() Instead EndSdtBlock() should ge called from EndRun() in order to end sdt after first run(as in Original file) Implementation : - Set "SdtEndBefore" on Graphic in DomainMapper_Impl::ImportGraphic() - Retrieved same property at export. - Added export unit test case. Change-Id: Id514b91f1831af371924f94388f0a404d762c042 Reviewed-on: https://gerrit.libreoffice.org/10827Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
Change-Id: Ia9b22a3a042cb22499e8b1fdfbc57b27a3f50911
-
Laurent Godard yazdı
and remove duplicate code Change-Id: Ib9e3568c860fe5cd3f11374a1c61dff101e33a18 Reviewed-on: https://gerrit.libreoffice.org/10832Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
rbuj yazdı
Change-Id: I452dbd54251eea683d307c346dc4949a42eedc30 Reviewed-on: https://gerrit.libreoffice.org/10862Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
rbuj yazdı
Change-Id: Ie6856ea4c196479aef1ce00a7cf2709fea8b3e42 Reviewed-on: https://gerrit.libreoffice.org/10860Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Tor Lillqvist yazdı
Argh, this is getting even uglier. We cheerfully ignore for now the theoretical possibility that the URE unorc used by build-time tools (i.e. the configure-expanded ure/source/unorc) could be different for HOST and BUILD (in case they use different --enable-canonical-installation-tree-structure), and use the HOST one for the BUILD tools. The right thing would probably be to construct the URE unorc in the relevant Makefile, like we do for fundamentalrc? Or then to just re-design the whole mess of rc files into some simpler (good luck). Change-Id: I654309503d0e696778910acadcbf2f6b90ffa02a
-
- 10 Agu, 2014 30 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: I3adaf26624ffc46b304d35e0588e7253c20cb5ee
-
Tomaž Vajngerl yazdı
Change-Id: Id143f5fabdcb8b7451d750563c76b77f9c3787a3
-
Tomaž Vajngerl yazdı
Use DrawerLayer to show a side drawer with parts of the loaded document. The dawer consists of an image (could be changed by a thumbnail in the future) and the part name. Change-Id: I27fb6112d9f11e19f3295ace97103b89816591aa
-
Tomaž Vajngerl yazdı
Because the tile view rect wasn't correctly calculated, some tiles were deleted and in the same call immediately created again. With this fix the performance increases. Additionally inflate tile view rect by one tile to minimize the undrawn tiles when scrolling. Change-Id: I4b5b2bb31dd4f55babf87503dd37e396f6a5e200
-
Tomaž Vajngerl yazdı
Change-Id: If4ef82fa18aaa8719391773971d0cde07c0fbcce
-
Tomaž Vajngerl yazdı
Change-Id: Id5c245d308221975f4071c96fb275c41348dce68
-
Tomaž Vajngerl yazdı
Change-Id: Ice1c975cce2de98a0c02b0772c07278648a0088d
-
Tomaž Vajngerl yazdı
Change-Id: Idd8bd4d4b148e88c7badd06fefb7cfcfc24ec9ea
-
Miklos Vajna yazdı
The motivation is that once all the namespace aliases in writerfilter/source/ooxml/model.xml match the ones in oox/source/token/namespaces.txt, then the writerfilter copies could be dropped. Change-Id: I1f9abb8bb457189997f28c99b0f6b00660252c14
-
Miklos Vajna yazdı
Change-Id: I17815878be292bb23602232456648f9571b8de06
-
Miklos Vajna yazdı
Change-Id: I5ea45dbed652231acdcc3632ced728ed8bcb621a
-
Tor Lillqvist yazdı
The problem is that the ure/source/unorc file is now expanded by the configure script, and thus exists only in builddir. But a further complication is that the uno.ini file is in srcdir. This is one way to handle it. Seems to work for me, let's see what the srcdir!=builddir tinderbox slaves say. Change-Id: I6fb456cf849ce5077e2c5bd25dc9149096aab241
-
Maxim Monastirsky yazdı
Should also fix most of the reports of fdo#46635 (I have no idea regarding the original report, because it predates the autosave feature.) Change-Id: I006d62053a159ab3157438a57dee56d6d99990a8
-
Julien Nabet yazdı
Change-Id: Ic0f4757fbd416bd7157b414b84a68b2541bc5b34
-
Miklos Vajna yazdı
Change-Id: I6ea77279a002179f2dd30bc835bb810c91ee51c4
-
Miklos Vajna yazdı
Change them to choice, what was probably really meant here: allow one of the values, not a whitespace-separated list of one or more values. Also, clean up nested choices. Change-Id: I87bc30b710569e317da05933502b36d8d97e4155
-
Miklos Vajna yazdı
For <value> elements inside <resource> ones, the name attribute and the text of the element was the same, but our scripts only parsed the text. So remove the redundant code that's ignored anyway. Change-Id: I0d96b485c9e095be51571f2d68eb395920c97bc8
-
Miklos Vajna yazdı
Change-Id: Ia4f7c828c5633fe2b7747cfd00cd53cd916a6d4a
-
Maxim Monastirsky yazdı
Change-Id: I5edb560dc511f6f0e47984303ce41488806e9e20
-
rbuj yazdı
http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html#toArray%28T%5b%5d%29 Change-Id: I601e77db3cc978d81aebddfe6abba1c020671913 Reviewed-on: https://gerrit.libreoffice.org/10853Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
rbuj yazdı
Change-Id: I7abd62e0717bfc9c9b36a431092ddd92ef72684a Reviewed-on: https://gerrit.libreoffice.org/10852Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I59402e2f0503369370cc87017e0c8e01541ccfa0
-
Tor Lillqvist yazdı
Change-Id: I127205ebf6fb3fe01de6803a989e970f46df22bb
-
Tor Lillqvist yazdı
Needed in case of --enable-canonical-installation-tree-structure. Change-Id: I965ebd9b89e1b9f7bb6534e3c25d29d3b470acf4
-
Tor Lillqvist yazdı
Do install the uno and startup.sh commands, smoketest needs them Change-Id: Ia530564e4b664881d730355a80e2af4476987e10
-
Tor Lillqvist yazdı
In that case the dylibs won't be in the parent directory of where the jars are (Resources), but in Frameworks. Change-Id: I628d828ca820d07724947050f54f9f5f9148e159
-
Tor Lillqvist yazdı
In the --enable-canonical-installation-tree-structure case (on OS X), the URE unorc is definitely not in the same place as any libs. Noticed in JunitTest_comphelper_complex. Change-Id: Ic6097021f9abc081e2a7c7aac25286ad2c4b75e5
-
Tor Lillqvist yazdı
Makes CppunitTest_dbaccess_hsqldb_test work also in the --enable-canonical-installation-tree-structure (on OS X), otherwise the use of $URE_INTERNAL_JAVA_CLASSPATH (looked up from the URE unorc) in stoc/source/javavm/javavm.cxx fails. Change-Id: I5ea045594c32e6a1398b73cff1e4aa8bbe1aa265
-
Tor Lillqvist yazdı
Change-Id: Ic97e51efaa280c64764b1c5f38c3b87af82a422b
-
rbuj yazdı
Change-Id: I685fc278ec812d766ff83993d234ca3261a71dba Reviewed-on: https://gerrit.libreoffice.org/10850Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
- 09 Agu, 2014 4 kayıt (commit)
-
-
Thomas Arnhold yazdı
Change-Id: Id500403fb70787cd856e2413d7a8e9a949942ac0
-
Thomas Arnhold yazdı
Change-Id: I65eee002d2f04b09a73c597ece4b29d1f1593414
-
Caolán McNamara yazdı
Change-Id: I5dd63fa41c1568e8bf2d120cc0de5d2c44dd789c
-
Maxim Monastirsky yazdı
A regression of 22452885. VerbID can be negative. Change-Id: Ib242376696346ab310031d1b7c5c74362fb4b3d1 Reviewed-on: https://gerrit.libreoffice.org/10823Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-