summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-06Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith
Change-Id: Ie936ffa0ca8e97893251ef99784a257815526957 Reviewed-on: https://gerrit.libreoffice.org/4170 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-06fdo#64283: SwMailMergeDlg: add back missing initializeMichael Stahl
(regression from b248624126c271c88381d3dad6e04fc954f65779) Change-Id: I0ed8c4ec91a095babccd089c7fe4508d123ba86d
2013-06-06fdo#41226 Add error handling of recursed GetCaseCorrectPathNameEx()Isamu Mogi
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/4151 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza
Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b Reviewed-on: https://gerrit.libreoffice.org/4153 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-06-06misleading comment, beamer section, not removed helpagent sectionCaolán McNamara
Change-Id: I1e4eb58809e471e9138895e7bb2e940a0299c1e9
2013-06-06Fix breaker when compiled with DEBUG=yesAriel Constenla-Haile
(cherry picked from commit 07c6343beaea37e8e6254e0f988e19f1eccf38ce) Conflicts: odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx Change-Id: I75278282efc80f3e9c31c413842392030beeb265
2013-06-06bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPageFrmMiklos Vajna
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
2013-06-06use autowrap rather than a manual wrap for long stringCaolán McNamara
really need to get that height for width working Change-Id: I1c8b0675c671464e49c0780b0d02fd4377cd18d1
2013-06-06Updated coreCaolán McNamara
Project: help 76322cb521790cf7a592aafa3e378449037d1b30
2013-06-06Updated coreCaolán McNamara
Project: help 5082b0ad7ca566bde06de2f976f350a97c1cd6c0
2013-06-06set mnemonic widgetsCaolán McNamara
Change-Id: Ia72029d54f2ddb111d1651809d7c63e68f010517
2013-06-06drop unused help idsCaolán McNamara
Change-Id: I7e0e9a09c6b9d36c0b9d02ab11f7bad051c01b9a
2013-06-06HIG set 6 pixel spacing between rowsCaolán McNamara
Change-Id: I6933ffd0e095fa23108b86675714f0bf7510a101
2013-06-06Updated coreCaolán McNamara
Project: help 122381b674ee2c4bb65659945a454dfb912621a2
2013-06-06Convert Compatibility tab page to .uiabdulmajeed ahmed
Change-Id: I97e5ecfb800443e41b2d9a88731cc530600a7b1c
2013-06-06valgrind: uninit variableCaolán McNamara
Change-Id: I5640291d9e221c9cffd7daec9d46a313fddfaf4e
2013-06-06add some checks against NULL derefsCaolán McNamara
Change-Id: I85fbf279991ee361ea081d92d9acc84d36677af1
2013-06-06Resolves: #i119547# support the chart legend positon of top&&left...Jian Fang Zhang
just set the Anchor to Alignment_TOP_RIGHT Found by: Shan Zhu Patch by: zhaoshzh Review by: zhangjf (cherry picked from commit 8de6941efffd22214da577ff637b2522e46c7fa5) Conflicts: oox/inc/oox/drawingml/chart/converterbase.hxx oox/source/drawingml/chart/titleconverter.cxx Change-Id: Iad1fe1af8f93e6904759c10a9c9206fd1f1aebbb
2013-06-06Convert Changes tab page to .uiabdulmajeed ahmed
Change-Id: I9d1ff420730ec9ec17e1b33f6b7180b9b89a33c4
2013-06-06Revert "configure: add evil hack to disable doxygen on a certain tinderbox"Michael Stahl
This reverts commit ea9b4a69469cbd8bdbbd972638612632adf31d66.
2013-06-06Convert sd view page to .uiFaisal M. Al-Otaibi
Change-Id: If199b877b762780e4c18b15025454f0dc7912dcd
2013-06-06Some more movement to mingw64 portFridrich Štrba
Change-Id: I6af3cb1ac205dae20feb5a35481071bc4232680b
2013-06-06stop this decadent waste of precious newlinesMichael Stahl
Change-Id: I803d7d56ba7350fd0f5b2c4efa392d55a0fd4542
2013-06-06xmlhelp: fix reading symlinked .tree filesMichael Stahl
Apparently the .tree files nowadays are symlinked, which was not the case on the libreoffice-4-0 branch... and on viewing the Contents tab it's evident we can't actually read symlinked .tree files, and crash with an STL assert because the children vector is empty. Change-Id: I5a543ef85b827e194120530a486cf19a76837d87
2013-06-06Resolves: #i120768# slide content merged Master viewer contentZhe Wang
* subversion/main/sd/source/filter/eppt/epptso.cxx []should drop the redundant presentation placeholder textbox when import to ppt Patch by: Ma Bingbing <jiazema@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Yan Ji <yanji.yj@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com> (cherry picked from commit 691aff9ca443dbd8ad907b32b96c031dd9ffa829) Change-Id: I1a1de0152feaacb449f2e2bad444d1bff9e7c4cb
2013-06-06Fix memory leak in Exif::processExif. Delete aExifData when done.Mark Wielaard
Change-Id: I1e63727fb8d587401c72775a14e7e3572b04fff5 Reviewed-on: https://gerrit.libreoffice.org/4171 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-06fdo#64350: fix for DOCX export of border spaceAdam Co
Change-Id: Ibd333aa4f85ed04c531187eb89b879196dca2bd8 Reviewed-on: https://gerrit.libreoffice.org/4167 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-06wwSectionManager: fix import of page bordersMiklos Vajna
Regression from 1e113cb7604e1509e7d598a9be329f1f7b6e9322. According to the spec (see 2.9.181), the first bit disables border of "all but first" pages, the second bit disables the border of first pages. Change-Id: Ie49c9b7b76d34c2a93350481965790976f49d7df
2013-06-06Fix -Werror,-Wunused-private-fieldJulien Nabet
Change-Id: Idcba9e9bc6210250a37950a2b927b9b74cc57c4f
2013-06-06WaE: unused variableTor Lillqvist
Change-Id: I9252b78cc5ba3bdd2589b19f12a9e4dfb13bed2f
2013-06-06WaE: comparison of integers of different signsTor Lillqvist
Change-Id: I603e636b1a93107dfa65a2759ee510c49e03347e
2013-06-05Ignore warnings in Clang headersStephan Bergmann
(as occur at least in trunk Clang builds) Change-Id: I7e74200ae1042133fa04477e39e46fd2f01cc1b0
2013-06-05Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann
Change-Id: I6af5236358a51a51514d646c809147db56b2464b
2013-06-05CGColorCreateGenericRGB is not available on iOSTor Lillqvist
Change-Id: Id7c6077ea0e45d848be099d48ef4d7207e65a06f
2013-06-05Resolves: #i121897# change the hints clearing method from RstAttr...Zheng Fan
to clearSwpHhints (cherry picked from commit fb3ddd41bc9dd2fbdd856c13bdec61906d01fd02) Change-Id: Ie712130d01311b84d4f7c61aa7bba960ef608d46
2013-06-05mismatched new[]/deleteCaolán McNamara
Change-Id: I0bfa3c090c436c0397ead80f2759ab7335f3aa0f
2013-06-05sidebar conversion tutorial: Cleanup - remove .src and .hrc (if possible).Jan Holesovsky
When the .src/.hrc is not used by anything else, remove it from the makefile and from repository. Otherwise remove at least the relevant parts that were converted to .ui. Change-Id: I2d28220416f90b87553023ec3c6aa015993f24fb
2013-06-05sidebar conversion tutorial: Cleanup - remove calls of SetOutputSizePixel().Jan Holesovsky
Change-Id: I942c52488e038dd3b91296596dd2ea7b75c54eb2
2013-06-05sidebar conversion tutorial: Create entry points for custom widgets.Jan Holesovsky
For custom widgets, you need an external function named 'makeXYZ' where XYZ is name of the type you want to construct. It exists for many already, but for those that don't yet, you need to create that. Change-Id: I3ad65886897fa73764af2372ceffeca1a57f3165
2013-06-05sidebar conversion tutorial: Address the toolbar items via commands.Jan Holesovsky
Remove the uses of constants (defined in .hrc, used in .src), and instead use toolbox's methods GetItemCommand() to map the ItemId to the command, or GetItemId() to map the command to ItemId. Change-Id: I1ff380e306c1f7b007a6e9d70dc5571e9a78d5eb
2013-06-05sidebar conversion tutorial: Make use of the .ui.Jan Holesovsky
The .ui-based panels have to have PanelLayout as the base class instead of the generic Control. We need to associate the id's from the .ui with the widgets using the get() method. Also we need to remove the call of FreeResource(). Change-Id: I61323b6a3dc622b4d594310edfd83c8d76f51d8f
2013-06-05sidebar conversion tutorial: Remove explicit assignment of images.Jan Holesovsky
This is taken care of by using the correct .uno: commands in the "action_name" part of the .ui. Change-Id: I7710816b72990c4c535da0491e75edad5bbf30b3
2013-06-05sidebar conversion tutorial: Introduce action commands in the .ui and .cxx.Jan Holesovsky
We will address the toolbox buttons in the .ui via the string constants. Change-Id: I86dc101276de0d5487de3feb772381b76880dd23
2013-06-05sidebar conversion tutorial: Change boost::scoped_ptr's to normal pointers.Jan Holesovsky
Change-Id: Ibcea80bcd75f3bec8367251c557ee859afd8dfbb
2013-06-05sidebar conversion tutorial: Get rid of ToolBox backgound(s).Jan Holesovsky
In the header files, they are Windows, with Background in the name; in the .cxx, they are created using CreateToolBoxBackground() function. Change-Id: If24db0c4a59b702f31481a4018c8c19383d01216
2013-06-05sidebar conversion tutorial: Create .ui in glade.Prashant Pandey
This one is for the Alignment property sidebar. Change-Id: I41161052c07e98d089eabe8f2e2f82bddad41902
2013-06-05widget layout: Introduce a way to specify MetricBox in .ui.Jan Holesovsky
Uses the same trick as MetricField - you set the units in the 'id' of GtkComboBox in form like id="something:0mm", or id="something:0 degrees" (for custom units). Change-Id: I572c653b97e75dcf47f934415139e1bfb06dc89b
2013-06-05Drop unused XInitialization from implementationStephan Bergmann
...now that it has been dropped from the service declaration with 75a87d9bc25c9c74810591bbfa560b0f7184e940 "fdo#46808, Convert xml::crypto::XMLEncryptionTemplate to new style"---appears to be nonsense that had been in there "since the beginning." Change-Id: I75826b7eb0a4d5538204394a8f0e9c9e9f1393da
2013-06-05Resolves: #i55394# solve mirror problem for CustomShapesArmin Le Grand
Patch by: Regina Review by: alg (cherry picked from commit 79fe1227e77fa66cbfd9c4d1ca106b596966bd18) Conflicts: svx/source/svdraw/svdoashp.cxx Change-Id: I0e8c15b3dd3b6b930dffa862c349270c27966704
2013-06-05Resolves: #i120967# table's virtual box becomes too small...Sun Ying
when saved as .ppt file Reported by: Liu Ping Tan Patch by: Ying Sun Review by: Jian Yuan Li (cherry picked from commit 36453dd6be67717b2a2385449f10141fcc3fac35) Conflicts: sd/source/filter/eppt/epptso.cxx Change-Id: I66ec5b8569c538e3571fa08670d053130939dc02