summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-06-05Convert impress and draw general option to .uiAbdulaziz A Alayed
Change-Id: I8be55720bb8086892b41abde95ece4d13f8da7d1
2013-06-05Resolves: #i120345# Textbox's position in template file...Zhe Wang
(only title) is displayed incorrectly * subversion/main/sd/source/core/sdpage.cxx []Should check the subtitle in master page firstly, and set it to layout if exist Patch by: Ma Bingbing <jiazema@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Ma Bingbing <jiazema@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com> (cherry picked from commit d07b6ad5bf1ef21ad39b688a6953bd4d7ef57884) Change-Id: Id1843a0e856a1bf98378868c68b1f9216ce71d1b
2013-06-05there are no _inc packages anymoreDavid Tardon
Change-Id: Ib4142ce331abc2fd5bb1f2ecec7cb8100ce7c78d
2013-06-05fix copypastaDavid Tardon
Change-Id: I1c99ad469ff951d04689d782323e77f0f1618179
2013-06-05Specify an icon for ".uno:ExtendedHelp"Ariel Constenla-Haile
(cherry picked from commit 52a0a12e677e96ae0df70a710c3e10f00c8abf4b) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: If5da2911b3ca94b93e09917f74640ff5ac9f75f3
2013-06-05Resolves: #i113606# in SwDoc dtor release the cyclic reference...Jian Fang Zhang
between XFormModel and bindings/submissions Patch by: zhangjf Review by: zhangjf (cherry picked from commit adc0946638e8817d5e57b0003b414249ac481df0) Conflicts: sw/inc/doc.hxx sw/source/core/doc/docnew.cxx sw/source/core/doc/docxforms.cxx Change-Id: I3124daea8925b1efd8e151f3064582786d461718
2013-06-05Update LICENSE documentAndras Timar
removed OOo Blogger extension removed LightProof extension typo fix: Portoguise -> Portuguese (fdo#65040) added libmwaw added libodfgen added pt_BR, ru, hu, en sentence checkers added Icelandic spellchecker Change-Id: I550623fa588c1f7a99007e6c9dbd3295d867e1e9
2013-06-05Resolves: #i120759# Bookmark value changed when opening the doc fileJian Hong Cheng
* sw/source/core/fields/chpfld.cxx MS Word Binary compatibility Patch by: Fan Zheng,<zheng.easyfan@gmail.com> Found by: dongjun zong,<zongdj001@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> (cherry picked from commit 6b6ccbcac76eb416b4ece896714d20280761598b) Change-Id: I42461863f7e880f7b9387ca08ce66fb3dad938a0
2013-06-05Resolves: #i119521# Layout is corrupted on opening PPTJianyuan Li
Reported by: Du Jing Patch by: Jianyuan Li Review by: sunying (cherry picked from commit 1231c27a8f1db5df57071d30e2105e25baf77730) Change-Id: Iaa02a98e0fe06a242d56a120ab5acb149ebb6045
2013-06-05Fix memory leak in SalGtkFilePicker::SalGtkFilePicker.Mark Wielaard
The result of gtk_widget_create_pango_layout should be unrefed when done. Change-Id: I46c220a933a2dac42ec21e9e2904938bc4649dbd Reviewed-on: https://gerrit.libreoffice.org/4157 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-05bnc#820509 testcaseMiklos Vajna
Change-Id: Iee9909e9c42014ab10ceaa2f8f8e554c25e89157
2013-06-05bnc#820509 DOCX import: handle M.d.yyyy date format in w:sdtMiklos Vajna
Change-Id: Iae233c24a9580ffc8ea4680276161a543171f63c
2013-06-05bnc#820509 DOCX import: try harder to disable form design modeMiklos Vajna
Previously this only worked if we had indexes in the document as well, but actually these are independent. Change-Id: I28afa60d2606230c901948d4c1da8f5a7c50a9f7
2013-06-05Resolves: #i121180# Fix SpinningProgressControlModel descriptionAriel Constenla-Haile
IDL description by Bernard Marcelly (cherry picked from commit 56da9fdf911795afcddaf3f30bbdcf8396a8e373) Conflicts: offapi/com/sun/star/awt/SpinningProgressControlModel.idl Change-Id: I893615fc6432432971311aa20eb9180f32ec747e
2013-06-05Related: #i121181# Deprecated Throbber APIAriel Constenla-Haile
(cherry picked from commit 1a172ca66feac0e1a745ce9a4839f0c8336e14bd) Conflicts: offapi/com/sun/star/awt/UnoControlThrobber.idl offapi/com/sun/star/awt/UnoControlThrobberModel.idl offapi/com/sun/star/awt/XThrobber.idl Change-Id: If63545328b79ec8ccd89c695f17b44b992a2dcdd
2013-06-05Use api.libreoffice.org fallback links when no local doxygen/javadoc docuStephan Bergmann
Change-Id: I2b108da334f63d79a16af0e3ba956240a5aff80c
2013-06-05Some HTML clean upStephan Bergmann
Change-Id: I5f1b5d5e5fc59bc1496a292a5f002d87584732a4
2013-06-05Fix memory leak in SalGtkFilePicker::execute.Mark Wielaard
The result of g_filename_from_uri should be explicitly freed when done. Change-Id: I194a562482531aa51cf31ed1f7dbc0ee59054d8b Reviewed-on: https://gerrit.libreoffice.org/4158 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05Fix memory leak in SalGtkPicker::uritounicode.Mark Wielaard
The gchars array returned by g_filename_from_uri will be copied into the OUString sEncoded and should be freed. Change-Id: Ib610cce5848607826632c0f5e32020708dac7645 Reviewed-on: https://gerrit.libreoffice.org/4156 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05Initialize SfxObjectShell bIsInGenerateThumbnail to sal_False.Mark Wielaard
paintfrm.cxx SwFlyFrm::Paint tries to optimize thumbnail generation by checking IsInGenerateAndStoreThumbnail(). But bIsInGenerateThumbnail is only set if SfxObjectShell::GenerateAndStoreThumbnail has already been called. Before that the value returned by IsInGenerateAndStoreThumbnail() would be random/uninitialized. Change-Id: I8bf44cd5664b2ba34e95127a922dcbdbb85ddccb Reviewed-on: https://gerrit.libreoffice.org/4155 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05FileDialogHelper_Impl::addFilters. Don't leak matcher.Mark Wielaard
commit 178fc3 removed the creation of filter matcher and explicitly set mbDeleteMatcher to sal_False. commit 551f85 reintroduced the matchers, but forgot the remove the explicit setting of mbDeleteMatcher. Causing mpMatcher to never get deleted even if a new SfxFilterMatcher was created. Change-Id: I59f085e1c3ce088f9215be60fb7161364bad0cbe Reviewed-on: https://gerrit.libreoffice.org/4154 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-05iPad talks to server! Need to implement receiver and manager nowsiqi