summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-24No point to rebase inexisting dllFridrich Štrba1-1/+0
Change-Id: Ibbb917858fb1bd327cae4bde0b4dd34ac3787e64
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann63-109/+105
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-24returning reference to temporary [-Werror]Stephan Bergmann2-2/+2
Change-Id: Ib37f1fc9658cb50227463cf2aa1421ba47b2ec9f
2012-05-24Be sure all boost headers are copied to output directoryFridrich Sch Strba1-2/+45
Change-Id: I862b728537e9e862f1d5af78bcc87576964534d0
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara13-29/+26
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-24strangely duplicated inner/outer ImplResStringItem structCaolán McNamara1-15/+0
Change-Id: I12884e58505d94b76eb0ad955815ae1702716f0f
2012-05-24use boost::noncopyableCaolán McNamara1-5/+2
Change-Id: I862a4223c955c3a9e9a366b0f3a85465f38e76be
2012-05-24replace wcscat_s -> wcscat to please minGWJesús Corrius1-1/+1
2012-05-24include files always in lowercaseJesús Corrius1-1/+1
2012-05-24set explicit Application User Models IDs in the native Windows launchersJesús Corrius21-0/+197
Change-Id: Ib60a2a4f0d28a53d997731eb34b118cc9b9f822d
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky10-149/+69
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
2012-05-24add missing initializationsDavid Tardon1-0/+2
Change-Id: I872987e02c1685810f6c2c71956c60e5f13b2706
2012-05-24Documented how to add an icon to a dispatch command.Kohei Yoshida1-0/+28
Change-Id: Ifb1d1e712c6fadc549dd7717ae1fae0fadcba9fa
2012-05-24Shamelessly copied the file open icons for the two new commands.Kohei Yoshida30-0/+6
.uno:OpenFromWriter .uno:OpenFromCalc Change-Id: I724570c6c291f83db930e2d118cc356a934352f8
2012-05-23Use new commands for the file open icons in writer and calc.Kohei Yoshida2-2/+2
Change-Id: Ie18c69615fed6020efe577d81bd905e2f3bcba31
2012-05-23Removed obsolete Excel filters for (Star)Writer, which we don't need.Kohei Yoshida4-42/+0
Change-Id: If4b946ef4407279f3b260a0f8a8d8309522aa594
2012-05-23These hacks no longer work. Remove it and find a better solution.Kohei Yoshida1-46/+0
This already didn't work in 3.5. Change-Id: I12afc1bcdc5c20a7846833763080dac02214e01b
2012-05-23fix build, wrong type inside assertCaolán McNamara1-2/+1
Change-Id: Iaf4bd3e2c5f54f2c75ecba444f3122dd4ed126d0
2012-05-23Resolves: fdo#48932 super slow typing and scrolling in large documentsCaolán McNamara2-75/+37
AFAICS it appears that theres a one to one mapping from a SwFrameControl to a SwFrm, so in any of the three given classes of Page, Footer or Header a SwFrm will have zero or one SwFrameControls and a SwFrameControl doesn't get rebound to a different SwFrm or anything like that, so we can use a map and index off the SwFrm* to find them rather than constantly looping over vectors to find the right one. Maybe could move the SwFrameControl directly in the SwPageFrm's themselves. Change-Id: I1194f3cdcab747b61c645003c97e651f47f2bc09
2012-05-23WaE: MSVC2008 C4099 class/structCaolán McNamara1-1/+1
Change-Id: Ie4a2f7c2d5943d01d971611209fc641412e82aa4
2012-05-23solenv: adjustvisibility is only for SunStudioMichael Stahl2-16/+16
2012-05-23Solaris/Intel/GCC outpath is unxsogiMichael Stahl1-1/+1
2012-05-23Adjust the default key bindings for File - Open... for calc and writer.Kohei Yoshida1-0/+10
To use the app specific open command instead of the global open. Change-Id: I86d20e1a412f6020fa2db79040e4e66b39e8c355
2012-05-23Pass document service to the dispatcher when opening file from writer.Kohei Yoshida6-1/+57
This is similar to what I did earlier for calc. This info will be used later in the type detection code. Change-Id: I7ba7dcdc03cbfe77eba5c7594fc0385ad3775541
2012-05-23do not insert empty texbodies for empty placeholder shapesRadek Doulik5-3/+21
- 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
2012-05-23android: un-break env. var parsing (sorry)Michael Meeks1-0/+1
2012-05-23android: make launcher function as expected - starts writer.Michael Meeks5-10/+17
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
2012-05-23Mention that --enable-cl-x64 is incomplete in help messageTor Lillqvist1-2/+3
Change-Id: Ia88d892dea3d597215876a860a0f748f2ed6839b
2012-05-23testcase for proper .docx ZOrder importLuboš Luňák2-0/+36
Change-Id: I0f025114af5f79f5bd04637ffdf864cef75eb821
2012-05-23fix UNO ZOrder reading, take #2Luboš Luňák1-1/+3
This is almost a revert of e05e77f4b7373b686f02cc51c7003e72efb07053. 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
2012-05-23write out the same data to pic:cNvPr like to wp:docPrLuboš Luňák1-13/+11
Change-Id: I4180b4d291b7a4ed496c7c57ca0fd0034dc2ed94
2012-05-23remove unused ImplSubEdit classCaolán McNamara5-68/+0
Change-Id: Iaf9a750860b4e51f576c37dab2d4844c2e2146cd
2012-05-23do not concatenate empty line in python/makefile.mkPetr Mladek1-1/+1
Change-Id: I08897ea5527e7ac56b37855b740a3dc1c8ddb544
2012-05-23add libxml forward definitions instead of direct includesMichael Meeks3-6/+5
Change-Id: I33ffca788182cd24d148614ee03c5a884baccf84
2012-05-23writer: Make the navigation button less cut off.Jan Holesovsky12-1/+1
Still not perfect, the ideal would a 7x7 icon; but at least something. Change-Id: I383921436db49c894fd336cb30c5fb9a3d4979a1
2012-05-23fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac).Jan Holesovsky2-2/+0
Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707
2012-05-23make gbuild deliver more robust in when using HARDLINKBjoern Michaelsen1-3/+10
2012-05-23make foo.all should work againBjoern Michaelsen1-1/+0
Change-Id: I49986d6feac5e46c7b2f3017cf97b07dce4db42f
2012-05-23copy msms only for ver 9.0, MSVC 2010 doesn't have themEike Rathke1-0/+3
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky11-32/+42
Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more verbose text when in overwrite mode. Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
2012-05-23fdo#45779 avoiding creation of inconsistent B2DPolygonPierre-André Jacquod1-13/+14
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
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann13-282/+372
This is a follow up to d015384e1d98fe77fd59339044f58efb1ab9fb25 "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
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida7-2/+44
This way the type detection is guaranteed to receive the document service name whenever a file is being opened from Calc. Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69
2012-05-23Add mechanism to pass doc service name to the descriptor when opening a file.Kohei Yoshida3-1/+30
This info will be used during type detection for more clever filter selection. Change-Id: I66a52ff6f425e97884afd1c85831c11381fb695d
2012-05-22++I_hate_sal_Int32Luboš Luňák1-2/+2
Change-Id: Id6943713ade8a77f3f72aabf2e74635875cf5249
2012-05-22Bin unused REFDEV_MODE48Tor Lillqvist2-4/+0
Change-Id: I96997da0eb038cab4bdba32e0d797747623f4853
2012-05-22Renamed writer_web_HTML to generic_HTML.Kohei Yoshida13-30/+24
This should reflect the fact that this type was already used as a generic HTML type. Change-Id: I0a209d51ed229f07aff001075c39bfc82d4c3088
2012-05-22When the caller specifies filter type, stick to it and don't overwrite it.Kohei Yoshida1-7/+12
Change-Id: I35a3efc506bbcc33ea4c3d2466929f8227dae102
2012-05-22Reduce indentation.Kohei Yoshida1-359/+357
Change-Id: Ie335ee44a347ab588dbf6cdeb38ef19246c1ad47
2012-05-22adb pushing the cmdline file fails to a real deviceTor Lillqvist1-3/+1
But it isn't needed here anyway, the "command line" is so short, so just use lo-main-cmdline instead. Change-Id: Icca1b57228584cee5962a33cd0d18873b13b2884