summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-06-05Drop unused XInitialization from implementationStephan Bergmann
...now that it has been dropped from the service declaration with 6a12e13870f15df93d2627f1538f7c64ca46e9e5 "fdo#46808, Convert XMLSignatureTemplate service to new style"---appears to be nonsense that had been in there "since the beginning." Change-Id: I4e4d3649f1aa0dacebdc8bdcee0348cee294ab89
2013-06-05Some String -> OUStringStephan Bergmann
...to get rid of having to additionally link some libs against tl from 27c6434fccfec5fb4184c1efa2057595c8716fad "fdo#46808, Replace usage of SpecialConfigManager" again. Change-Id: Ica161a4f0da320858b6a3901a5a6907737c779f4
2013-06-05Some clean upStephan Bergmann
Change-Id: Ia954b2c7f9cabb4b8a1e5ccf59b06e25af6a1ce1
2013-06-05Related: rhbz#968892 discard impossible languages for oriya script fallbackCaolán McNamara
Change-Id: I2fa1a127fbd2f905a89f0c30898ad56099fa8df1
2013-06-05sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl
In an --enable-dbgutil build, assert on the following XML well-formedness violations: * Element Type Match (-> start/end tag mismatch) * Unique Att Spec (-> duplicate attributes) Change-Id: I1d5c405b4316ba941be1db7df6cacf00b5837261
2013-06-05sax: SaxWriter: add well-formedness assertionsMichael Stahl
In an --enable-dbgutil build, assert on the following XML well-formedness violations: * Element Type Match (-> start/end tag mismatch) * Unique Att Spec (-> duplicate attributes) Change-Id: I1e32a9fd096463a418a197fcdb3174df79f7a785
2013-06-05sc: XLSX export: remove mpAttributes crack:Michael Stahl
When there are attributes, XclExpXmlStartElementRecord::SaveXml() would not call startElement() but instead write the XML element all by itself, which means there will be an endElement() for which no previous startElement() was called, which makes checking that these match hard. Since this silly mpAttributes over-engineering is only used in one place anyway, give that a separate subclass and use startElement(). There is still an issue with various WriteAttribute methods; if those are used it's probably not possible to check that for well-formedness. Change-Id: Id842f000a6fecd77211836705545d58031ebd0f8
2013-06-05Some more win64 "fixes"Fridrich Štrba
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
2013-06-05Resolves: #i120885# Added missing properties for table border...Armin Le Grand
to property set to process them Initial Patch by: Ma BingBing Review by: alg (cherry picked from commit 6616a636dda8db85c1bed3b3ccf1881f6e2d3acf) Conflicts: sd/source/core/stlsheet.cxx Change-Id: Ife4dc2e2224d478e0d726f7b2e0d337a6de43262
2013-06-05Fixes for new-style service com.sun.star.sheet.GlobalSheetSettingsStephan Bergmann
...changed from old-style with a39c96af53ec3364de70012ebfa7c09c4a55a7c3 "fdo#46808, Convert sheet::GlobalSheetSettings service to new style." The XPropertySet can be treated as an implementation detail (but kept in the implementation for backwards compatibility). Also, this should arguably be a singleton rather than a service, like some related services (e.g., com.sun.star.sheet.RecentFunctions), too. Change-Id: Ibfe3254188aff91a08b39cbc295fb610ae0dfa5f
2013-06-05fix gcc inline assembler operands usageLuboš Luňák
Apparently whoever did these didn't get the gcc docs and specified every operand only as input, and then added volatile, explicit initialization and what not until it worked. Specify output operands correctly instead. I couldn't verify all assembler variants, as I don't know them, but the ones I don't know had at least some proper usage of output operands, so I'll assume those are all correct. Change-Id: I2910308b5e00cce8db756496df50ed26cfe35bb6
2013-06-05Use background back->Use background cacheCaolán McNamara
Change-Id: Id8f2378b881544383e243383a7151f1fe624c029
2013-06-05Updated coreCaolán McNamara
Project: help 9673672d0430d12aec5162f69ebf25e2c84c6e89
2013-06-05various fixes to impress/draw general opt pageCaolán McNamara
restore original mnemonics get range of adjustments right fix height and metric spellings, cosmetic, but it'll bug me Change-Id: I94a7980d5513f8bfe29bc702bcf902037e1961b6
2013-06-05fix superclass-constructor call.Noel Grandin
Was introduced in commit a4196fc3cf1e20e32cda9477a33ff56515f0c24e "fdo#46808, Convert XMultiServiceFactory in xmlsecurity module" Change-Id: Ie06a3c89e3a8b4cf43e68afd575a0e86b48d6bc2
2013-06-05fdo#46808, Convert xml::crypto::XMLEncryptionTemplate to new styleNoel Grandin
Change-Id: I45bcb3f0f4b9998105d361dbf6a98d8f5310da52
2013-06-05fdo#46808, Convert XMLSignatureTemplate service to new styleNoel Grandin
Change-Id: I80530f84ad5a86eccc794f9ddd14f939d093a20d
2013-06-05fdo#46808, Convert some more XMultiServiceFactoryNoel Grandin
Change-Id: Ib96976e0a40c025d1b6408aeadfc70d7885c11d4
2013-06-05fix field name, was mxMSF, but should have been named mxContextNoel Grandin
Change-Id: I4661cd84346791ddd6167ccc63335ad63255472f
2013-06-05fdo#46808, Convert XMultiServiceFactory in xmlsecurity moduleNoel Grandin
Change-Id: Ia134170d07f33c2649b2a2620f40bc7b45ec7e16
2013-06-05fdo#46808, Replace usage of SpecialConfigManagerNoel Grandin
with usage of the underlying SvtPathOptions. The service is just a thing wrapper that serves no real purpose. Change-Id: Id762edf71ba0f699ef091261905c88c2d93e1c12
2013-06-05fdo#56412 Movement of embedded objects is opposite to the change directionabdulmajeed ahmed
not a perfect solution but best we can get without large rework. Change-Id: I4a8c6eb611dd88cb29999b10b80a914c66a11c1c
2013-06-05Fixes for new-style com.sun.star.chart2.FormattedString serviceStephan Bergmann
...changed from old-style with 5d1ad167294878789e644452f23ef883af93fe87 "fdo#46808 Convert chart2::FormattedString service to new style." The CharacterProperties* services dropped there are property-only old-style services, so only serve documentation purposes anyway. Ideally, the new-style service would offer interface attributes for the relevant properties (and likely not implement XPropertySet at all), but so be it for now... Change-Id: I0dd0373cfd372f2320204eb953acce9a2b9e86d2
2013-06-05Related: fdo#65407 set a default size related to font size rather than pixelsCaolán McNamara
Change-Id: I97ff54de97ca1e02aff2a94dc01f2e4991600cd5
2013-06-05Add sw/source/core/text/guess.cxxTor Lillqvist
A reminder: Listing some source files in this Xcode project does *not* mean that Xcode would have any deeper knowledge about them. So Xcode (and other IDE) fans, don't get overly excited, this is *not* a start of making an Xcode project for all of LibreOffice or anything like that. I just add arbitrary source files to this project when I happen to want to set a breakpoint, and can't conveniently do it by going up the call stack until something in that particular file. Change-Id: Iac77dff17f56ec3f2826fd887cc065160b65936e
2013-06-05Initialise more fields, especially mfFakeDPIScaleTor Lillqvist
Now the iOS app displays the test document successfully again. Change-Id: I71aeacc50e51a28ba1e8b67c7da42da0c848f997
2013-06-05fdo#64962 - ignore exceptions from checking with the update service.Michael Meeks
Change-Id: If627b303f8710b915dcbdcb899454631f607e217
2013-06-05Resolves: fdo#65407 fix broken ellipse generationCaolán McNamara
regression since 0e137027fcf294b33a9c7376b17a6c4e33758c52 Change-Id: I88fbb37ae7f62d6aed37d82fba12ab213866a06c