- 06 Haz, 2013 40 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I704f0e679382f6d4b08fcdda99337d2376c21fe3
-
Miklos Vajna yazdı
I can't reprodue this in a product build and I'm not sure this was the right fix for the problem. This reverts commit bb4d5d96f4daf1dc1b92f823171ac567f6cf95a8.
-
Julien Nabet yazdı
Change-Id: Iced1dfba37c155c64dc0488fdb1b0d50e20b25c4
-
Fridrich Štrba yazdı
Change-Id: I3ea039655aecb7885bb310b1f2c29d66f9f7bb4f
-
Luboš Luňák yazdı
Change-Id: I2489b836950db63f5f53f8a272970b7769c29282
-
Riccardo Magliocchetti yazdı
Fixes build. Change-Id: I4280cc26acd2278003f3bdee641a3168b01e17cb
-
Lionel Elie Mamane yazdı
Change-Id: Ib2011a589c12b585c6045fdc87b08f711ed9edc6
-
Takeshi Abe yazdı
Change-Id: I58efb9d026203c77d3806552bd4280a4d16d5111
-
Luboš Luňák yazdı
VCLSalFrame is definitely not the name of any instance of LibreOffice. Change-Id: Iba227061c0c0541290c90876c94d1016aa1e783e
-
Luboš Luňák yazdı
The actual purpose is to help Plasma taskbar associate taskbar items with .desktop files for the purpose of creating launchers. LibreOffice's WM_CLASS handling is rather broken, but the class part of it usually ends up being 'libreoffice-<component>', which however doesn't match names of .desktop files or executables. I fear renaming .desktop files would cause too much breakages in various places that expect the current names, so adding StartupWMClass will help Plasma match them. Change-Id: Ia946307b429d9a7c00408b2b508726fdc88908ac
-
Andre Fischer yazdı
(cherry picked from commit 2a7381f6) Conflicts: svx/source/sidebar/paragraph/ParaPropertyPanel.cxx Change-Id: Ibcb11980989b9821929e5261765a3973bbbefd9a
-
Armin Le Grand yazdı
(from white) to allow fill settings in the various apps to have an effect (cherry picked from commit 0050a8e4) Conflicts: chart2/source/model/main/PageBackground.cxx sc/source/ui/drawfunc/fuins2.cxx sd/source/ui/view/viewshe2.cxx Related: #i121334# turned back chart non-fill defaults... done the non-fill using tooling when creating new chart modules (cherry picked from commit af9220c2) Conflicts: chart2/source/model/main/PageBackground.cxx sc/source/filter/starcalc/scfobj.cxx sd/source/ui/view/viewshe2.cxx svx/inc/svx/charthelper.hxx svx/source/svdraw/charthelper.cxx sw/source/ui/table/tablemgr.cxx Related: #i121334# deactivated setting chart OLE background to transparent... for better UI experience and better back-compatibility to other OpenOffice derivates (cherry picked from commit 5fa62119) Unname unused arguments to prevent compiler warnings. (cherry picked from commit c3c4df76) Change-Id: I1b4579aca701a4d637d21d7963b87f637458d0a5 01855cc3d4ec3c321109f924f6de4cdfbec4cd5d 18757f64ae84a415dc781929db4b76f571172ab1 de9879c2e1c249c0d957e4e46723b167ae1a8e90
-
Tor Lillqvist yazdı
Change-Id: I58bacc42d9b596ffef62237d0554fb0a3bff50a1
-
Luboš Luňák yazdı
it's not necessary to prepend /bin/sh to WM_COMMAND, soffice itself already is executable Change-Id: Iece77f901f233c8c675f524c8c88510d0cfc1c52
-
Andras Timar yazdı
... which made localization actually work. I hope I did not oversimplify a general scheme. Change-Id: I942844fad6f869ad91b4cffff4134f06dd0beeee
-
Caolán McNamara yazdı
Project: help da1f6d1195f1bd42bd4abbea49416bede5f6b069
-
Caolán McNamara yazdı
Change-Id: I52f88e6be67c4473ccf1b999ac7cb346b1c4f9ee
-
Stephan Bergmann yazdı
Change-Id: I2d7ea38b743d78327fd19886019c1106bc1316d6
-
Stephan Bergmann yazdı
(ListBox::GetSelectEntryPos returns sal_uInt16) Change-Id: Ia6e4bf4354523f5112ee3ade1d3da6db0f9ab2c4
-
Javier Fernandez yazdı
Change-Id: Ia787c412408ef53db3c8458f54c7843c669c81ad Reviewed-on: https://gerrit.libreoffice.org/4174Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Miklos Vajna yazdı
AttributeOutputBase::TextField() passes the address of its local variable to WriteExpand(), and DocxAttributeOutput::WriteField_Impl() stored this. When it was to be used, the variable already went out of scope, resulting in a crash. Given that SwField is an abstract base class, the easiest way is to just copy the field and manually delete it when it's no longer needed. Change-Id: I9d1fe2485277f1ac21a576d7ff0d05003f0ac8a1
-
Noel Power yazdı
First attempt confused things ( and was error prone ) by introducing maStart and maEnd BorderLine members to BorderLine model. Better to just leave maLeft & maRight and attempt to swap if RTL. Of course tbh this is somewhat of an optimistic attempt to swap start and end borders if needed. I am not at all sure though that I am dectecting the RTL-ness of a cell in the correct way. There are some comments in the code in any case that reflect my uncertainty ( hopefully they will be of use if/when some tweak is needed ) Change-Id: Ie953d73067630f0041fa037c6120cdbda683e796
-
Noel Power yazdı
This reverts commit d2cccde3.
-
Caolán McNamara yazdı
it was removed with 66714f18 but gobs of code (and UI) still existed to collect the help id and give it to the missing help agent with various UI visible options and buttons to control the help agent which isn't there Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291
-
Fridrich Štrba yazdı
Change-Id: I590aa6a854a040281bf73d5be768c05d4906a984
-
Chr. Rossmanith yazdı
Change-Id: Ie936ffa0ca8e97893251ef99784a257815526957 Reviewed-on: https://gerrit.libreoffice.org/4170Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Michael Stahl yazdı
(regression from b2486241) Change-Id: I0ed8c4ec91a095babccd089c7fe4508d123ba86d
-
Isamu Mogi yazdı
GetCaseCorrectPathNameEx() with bCheckExistence = true doesn't support windows share path but occasionally it doesn't return failure and returns broken result. For example, when we call with "\\USER-PC\Users\foo" then it converts the path to "\Users\foo". And when "\Users\foo" exists, it returns "\Users\foo". It is caused by missing error handling of searching for file "\\USER-PC". Also similar bug possibly occurs even for local file path. This commit fixes these bugs. Change-Id: Idf1dd1282510d8a6810ed239a83051bb0f8e2f87 Reviewed-on: https://gerrit.libreoffice.org/4151Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Marcos Paulo de Souza yazdı
Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b Reviewed-on: https://gerrit.libreoffice.org/4153Reviewed-by:
Matúš Kukan <matus.kukan@gmail.com> Tested-by:
Matúš Kukan <matus.kukan@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I1e4eb58809e471e9138895e7bb2e940a0299c1e9
-
Ariel Constenla-Haile yazdı
(cherry picked from commit 07c6343b) Conflicts: odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx Change-Id: I75278282efc80f3e9c31c413842392030beeb265
-
Miklos Vajna yazdı
The problem is the following: SwLayAction::InternalAction() saves pPage->GetPrev() as pTmp, then SwFrm::CheckPageDescs(pPage) is called, which deletes pPage->GetPrev(). SwLayAction has no idea that pTmp got deleted, and later passes it to unlockPositionOfObjects(), which obviously assumes a valid pointer. To be on the safe side, just provide a possibility to let the caller know its pointer has been deleted. Change-Id: Ibb4d83266b1f4b6146a12dce0d4701f1056deecd
-
Caolán McNamara yazdı
really need to get that height for width working Change-Id: I1c8b0675c671464e49c0780b0d02fd4377cd18d1
-
Caolán McNamara yazdı
Project: help 76322cb521790cf7a592aafa3e378449037d1b30
-
Caolán McNamara yazdı
Project: help 5082b0ad7ca566bde06de2f976f350a97c1cd6c0
-
Caolán McNamara yazdı
Change-Id: Ia72029d54f2ddb111d1651809d7c63e68f010517
-
Caolán McNamara yazdı
Change-Id: I7e0e9a09c6b9d36c0b9d02ab11f7bad051c01b9a
-
Caolán McNamara yazdı
Change-Id: I6933ffd0e095fa23108b86675714f0bf7510a101
-
Caolán McNamara yazdı
Project: help 122381b674ee2c4bb65659945a454dfb912621a2
-
abdulmajeed ahmed yazdı
Change-Id: I97e5ecfb800443e41b2d9a88731cc530600a7b1c
-