- 23 May, 2012 23 kayıt (commit)
-
-
Michael Stahl yazdı
-
Kohei Yoshida yazdı
To use the app specific open command instead of the global open. Change-Id: I86d20e1a412f6020fa2db79040e4e66b39e8c355
-
Kohei Yoshida yazdı
This is similar to what I did earlier for calc. This info will be used later in the type detection code. Change-Id: I7ba7dcdc03cbfe77eba5c7594fc0385ad3775541
-
Radek Doulik yazdı
- the original problem can be reproduced by creating new empty presentation in powerpoint. after it is loaded in impress, it was completely blank, without placeholder shape texts (Click to add title, Click to add text) Change-Id: I541554e273372ad09cca2fb91e27a17eb1f3a00e
-
Michael Meeks yazdı
-
Michael Meeks yazdı
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
-
Tor Lillqvist yazdı
Change-Id: Ia88d892dea3d597215876a860a0f748f2ed6839b
-
Luboš Luňák yazdı
Change-Id: I0f025114af5f79f5bd04637ffdf864cef75eb821
-
Luboš Luňák yazdı
This is almost a revert of e05e77f4. It turns out FindRealSdrObject() is mostly the right method to call (possibly except when creating the document, which is what lead to the first commit). Change-Id: Iea9ccc99e785fbff47f2d41187326d4e6d355494
-
Luboš Luňák yazdı
Change-Id: I4180b4d291b7a4ed496c7c57ca0fd0034dc2ed94
-
Caolán McNamara yazdı
Change-Id: Iaf9a750860b4e51f576c37dab2d4844c2e2146cd
-
Petr Mladek yazdı
Change-Id: I08897ea5527e7ac56b37855b740a3dc1c8ddb544
-
Michael Meeks yazdı
Change-Id: I33ffca788182cd24d148614ee03c5a884baccf84
-
Jan Holesovsky yazdı
Still not perfect, the ideal would a 7x7 icon; but at least something. Change-Id: I383921436db49c894fd336cb30c5fb9a3d4979a1
-
Jan Holesovsky yazdı
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
Change-Id: I49986d6feac5e46c7b2f3017cf97b07dce4db42f
-
Eike Rathke yazdı
-
Jan Holesovsky yazdı
Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more verbose text when in overwrite mode. Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
-
Pierre-André Jacquod yazdı
this avoid the root cause of this bug, avoiding creating a B2DPlygon which contains no points. It seems the code relies somehow on an null B2DPolyPolygon, hence the change done here. Better would be to have time to look how to remove this fact. But currently it seems the code relies on a rSet.Put( XLineStartItem( aArrowName, aPolyPoly) where aPolyPoly is not defined in certain cases. Change-Id: I61b75d925090d1c9a0da96ce1a6eea50a2d60e5a
-
Stephan Bergmann yazdı
This is a follow up to d015384e "Fixed ThreadPool (and dependent ORequestThread) life cycle" that still had some problems: * First, if Bridge::terminate was first entered from the reader or writer thread, it would not join on that thread, so that thread could still be running during exit. That has been addressed by giving Bridge::dispose new semantics: It waits until both Bridge::terminate has completed (even if that was called from a different thread) and all spawned threads (reader, writer, ORequestThread workers) have been joined. (This implies that Bridge::dispose must not be called from such a thread, to avoid deadlock.) * Second, if Bridge::terminate was first entered from an ORequestThread, the call to uno_threadpool_dispose(0) to join on all such worker threads could deadlock. That has been addressed by making the last call to uno_threadpool_destroy wait to join on all worker threads, and by calling uno_threadpool_destroy only from the final Bridge::terminate (from Bridge::dispose), to avoid deadlock. (The special semantics of uno_threadpool_dispose(0) are no longer needed and have been removed, as they conflicted with the fix for the third problem below.) * Third, once uno_threadpool_destroy had called uno_threadpool_dispose(0), the ThreadAdmin singleton had been disposed, so no new remote bridges could successfully be created afterwards. That has been addressed by making ThreadAdmin a member of ThreadPool, and making (only) those uno_ThreadPool handles with overlapping life spans share one ThreadPool instance (which thus is no longer a singleton, either). Additionally, ORequestThread has been made more robust (in the style of salhelper::Thread) to avoid races. Change-Id: I2cbd1b3f9aecc1bf4649e482d2c22b33b471788f
-
Kohei Yoshida yazdı
This way the type detection is guaranteed to receive the document service name whenever a file is being opened from Calc. Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69
-
Kohei Yoshida yazdı
This info will be used during type detection for more clever filter selection. Change-Id: I66a52ff6f425e97884afd1c85831c11381fb695d
-
- 22 May, 2012 17 kayıt (commit)
-
-
Luboš Luňák yazdı
Change-Id: Id6943713ade8a77f3f72aabf2e74635875cf5249
-
Tor Lillqvist yazdı
Change-Id: I96997da0eb038cab4bdba32e0d797747623f4853
-
Kohei Yoshida yazdı
This should reflect the fact that this type was already used as a generic HTML type. Change-Id: I0a209d51ed229f07aff001075c39bfc82d4c3088
-
Kohei Yoshida yazdı
Change-Id: I35a3efc506bbcc33ea4c3d2466929f8227dae102
-
Kohei Yoshida yazdı
Change-Id: Ie335ee44a347ab588dbf6cdeb38ef19246c1ad47
-
Tor Lillqvist yazdı
But it isn't needed here anyway, the "command line" is so short, so just use lo-main-cmdline instead. Change-Id: Icca1b57228584cee5962a33cd0d18873b13b2884
-
Eike Rathke yazdı
-
Michael Meeks yazdı
Change-Id: Icb84c34782dd41e0658f5f8ed4f689f149331d99
-
Michael Meeks yazdı
Change-Id: I9ed4df2a25c8a2a868f83de48472715a6cabe2be
-
Cheng-Chia Tseng yazdı
-
Jan Holesovsky yazdı
Change-Id: Icaef88ba850f40e2354e896f688d11abba31fd8a
-
Jan Holesovsky yazdı
Simpler, and more light-weight now. Change-Id: I1d512f92714b0836dc75a187024af263e208484f
-
Jan Holesovsky yazdı
Just a line at the top and the bottom, we do not want the entire 3D effect here, it makes it visually incompatible with the window decorations. Change-Id: I262932fb5def21d5bc4fb347be6d6a07807bb4d2
-
Takeshi Abe yazdı
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e
-
Luboš Luňák yazdı
This makes both sw/qa/extras/ooxmltok/data/n705956-{1|2}.docx testcases work at the same time. As far as I understand it, the .docx filter calls into oox and at the end if gets the shape, while the shape is removed from the ShapeContainer. In the case of recursion caused by <w:pict><v:shape><w:txbxContent><w:pict><v:shape>, clearing the whole list is wrong. Also, the OSL_ENSURE seems to suggest that there should not be more than one shape inserted by each read. So simply consider maShapes to be a stack when importing .docx . Change-Id: I7263aeaf74c8d31a05e64c56b880cbc6b00d7dd6
-
Luboš Luňák yazdı
Change-Id: Ie9a41292bd90919355991a187f17eb810dfc4dc1
-
Luboš Luňák yazdı
This is pretty much a revert of 60cb70b9. Turns out e.g. <v:shapetype> is not local only to its <w:pict>. Added a testcase. Change-Id: Ibbb9fe01bc2fc77dd67151bf4ca0905443eebf63
-