summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-05Resolves: #i121180# Fix SpinningProgressControlModel descriptionAriel Constenla-Haile1-2/+4
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-Haile3-3/+3
(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 Bergmann5-63/+69
Change-Id: I2b108da334f63d79a16af0e3ba956240a5aff80c
2013-06-05Some HTML clean upStephan Bergmann5-490/+445
Change-Id: I5f1b5d5e5fc59bc1496a292a5f002d87584732a4
2013-06-05Fix memory leak in SalGtkFilePicker::execute.Mark Wielaard1-1/+3
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 Wielaard1-0/+1
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 Wielaard1-1/+3
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 Wielaard1-3/+0
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 nowsiqi13-70/+99
2013-06-05fdo#64447 when changing setup mode, trigger changed DatasourceType eventLionel Elie Mamane1-0/+1
Change-Id: I961118331f534de103b83766a2c21a6bec479241
2013-06-05Uploading libvisio-0.0.28 fixing fdo#64797 regressionFridrich Štrba1-2/+2
Change-Id: Ia35a92dae0a3102bf549df1733c7e202c7ed665e
2013-06-05Resolves: #i119860# fix bent connector's type lost when save .ppt fileSun Ying3-17/+236
Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li (cherry picked from commit 8037c7164c747ea240b563af39a11f4f6bf037ef) Conflicts: filter/source/msfilter/escherex.cxx Change-Id: Iee39fc5c95f354a6fe68cd93b69f40e01d9fa9f8
2013-06-05sw: drop redundant page-background test from ooxmlimportMiklos Vajna2-9/+0
Commit 515701a1ff18d04ede235bef862c465adf41062f copy&pasted the test to the ooxmlexport suite, which tests the import already. Change-Id: I5f60b7c8f8b80189f66ac562f2c338344d91394f
2013-06-05use uno::Reference#clear() method...Noel Grandin53-89/+82
...instead of assigning an empty value. Reduces code noise. Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e
2013-06-05fdo#46808, Convert XMultiServiceFactory in ucb moduleNoel Grandin11-81/+64
Change-Id: I4e1cfe22ba6043521dd1237f90ade66f80b29253
2013-06-05fdo#46808, Convert XMultiServiceFactory in svl moduleNoel Grandin7-31/+28
Change-Id: Ia51d748af3b29a6021e6f5307a60d87f17917f24
2013-06-05fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin26-136/+119
Change-Id: Ife3caf00ab37a8c344f0ab90e40337b3b5bc1571
2013-06-05fdo#46808, Convert some XMultiservice in framework moduleNoel Grandin28-113/+108
Change-Id: Id4dd0bafd40cf96271527c9c970c4ab31527644c
2013-06-05fdo#46808, Convert XMultiServiceFactory in filter moduleNoel Grandin27-164/+138
Change-Id: I9dcddba4f5a8a7adeddc31b5df014b0174b9745d
2013-06-05fdo#46808, Convert a copy of ComponentContext to XComponentContextNoel Grandin19-340/+102
Looks like this extensions had a modified copy of comphelper::ComponentContext in it. Change-Id: I7e29aea4e6480a619f3148530fe6d784efe260e1
2013-06-05remove unused componentcontext.hxx includesNoel Grandin83-82/+4
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
2013-06-05fdo#46808, Convert various comphelper::ComponentContextNoel Grandin9-44/+32
..to regular XComponenContext Change-Id: I08f9092ae818db5c1e37880625b83607c860680b
2013-06-05Updated coreRaimundo Moura1-0/+0
Project: dictionaries 98b40eee9d84dd95120c0b9ddf1a0d517c2122af Update pt-BR dictionary and grammar checker Version 3.1.11 The pt-BR Lightproof grammar checker contains more rules than the english version. This breaks the translation scheme where pt_BR_pt_BR.properties is generated from the en_US equivalent. This annoyance will be fixed later. All CR/LF'ed files are corrected. Change-Id: I45a52713318dc3dc3ccdb1ac96972ff670272317 Reviewed-on: https://gerrit.libreoffice.org/4146 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-05sal_Bool to boolTakeshi Abe3-87/+86
Change-Id: I45bb595a40fe79a4b04096436819a6ec6200eedc
2013-06-04fdo#61923: sw: word completion: do not add trailing '.'Michael Stahl1-1/+1
SwAutoCompleteWord::InsertWord(): use the computed nWrdLen to cut off trailing periods. (regression from d602a3b280fcc1cf16660d8719cd8eb8797dd2ad) Change-Id: I9f4ace62f8d9e7d233e7e210f476856d7841d869
2013-06-04vcl: add a console-only mode to avoid problems on Mac for gengal.Michael Meeks5-4/+24
Change-Id: Ie5332330e6f398c3cd7e58df9b12fac121f5426f
2013-06-04adjust para_numbullet icons for high-contrast themesCaolán McNamara6-9/+1
Change-Id: I7bd91a345a2891b80b0997bccf3b7f42ff31c3da
2013-06-04Related: #i122446# Removed unused iconsAndre Fischer2-0/+0
(cherry picked from commit 98cb48c452fc49531b39af66e4db54211e8ffd9b) Conflicts: icon-themes/galaxy/svx/res/symphony/DecreaseSpace_16x16.png icon-themes/galaxy/svx/res/symphony/IncreaseSpace_16x16.png Change-Id: Ie159384031ee88b04d0a09bd0f6d95967845f253
2013-06-04Resolves: #i122446# Use different icons in Paragraph panel for...Andre Fischer4-31/+28
increasing or decreasing inter-paragraph spacing (cherry picked from commit 2dc77c47146c622ffbe37996c319000e55c2f697) Change-Id: I1f44c6a8a12853120016128975016572245c8981
2013-06-04Related: #i120994# Avoid same error for META_TEXTFILLCOLOR_ACTION...Armin Le Grand1-0/+14
and META_TEXTLINECOLOR_ACTION (cherry picked from commit 839e9f69c68fd32a17fc90d31a68f0b2f0c2fff1) Change-Id: I259ffb9d4710aae2334fd27c1ee0bbab0679df76
2013-06-04restore original mnemonics and drop empty slots/gridsCaolán McNamara1-45/+2
Change-Id: I836b24db36161e6d7c71722b6f9bb4b176e21990
2013-06-04Updated coreCaolán McNamara1-0/+0
Project: help aa476ad6439d346464c127adfdd50f4d7f1d929e
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens2-1/+17
Cloned bitmap devices may share the same chunk of memory, thus risking overwriting our own data when we copy stuff around. Now caught from unit tests. Change-Id: I33b1a0b5d17550cbc6eced8bae01ae5ab9ebce9d
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik2-4/+12
Equality test also needs to check if disjunct BitmapDevice instances might not actually share the same memory buffer. Change-Id: I09a93cb092a0039353be211ed053e991e7fe66f0
2013-06-04MPLv2 subset improvements.Michael Meeks23-12/+115
2013-06-04configure: add evil hack to disable doxygen on a certain tinderboxMichael Stahl1-1/+1
Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f
2013-06-04Related: rhbz#968892 discard impossible languages for glyph fallbackCaolán McNamara1-0/+39
Change-Id: I14f1bab09eb0be9c2c896a1dde45913b99aab6df
2013-06-04Convert Calc Print option page to .ui.Abdulaziz A Alayed7-61/+183
Change-Id: Ida482cb280c3ec3ae05af053861f19c13f8a1d78
2013-06-04python3: reduce MSVC copy/pasteMichael Stahl1-12/+3
Change-Id: I225107d87e2fd084be536f524ae62fa0d60891f0
2013-06-04RepositoryExternal: remove another MSVC 2008 conditionalMichael Stahl1-1/+1
Change-Id: Ieb469dc19a479a70da4ec84390bbee91fd3e87f2
2013-06-04gbuild: get rid of that horrible $(shell...)Michael Stahl1-1/+1
... just check against the only still supported MSVC instead (2010). Change-Id: I898bddb9156c04fa1daaf78fca9d5b4ec8f430cf
2013-06-04Resolves: rhbz#968892 force render full grapheme with fallback fontCaolán McNamara2-24/+42
Change-Id: I5bb98c61d047e69d74666261b2c489d80f344502
2013-06-04convert some more queryboxes to new style MessageBoxCaolán McNamara5-8/+38
Change-Id: I1775d1e169919a7bfb157faba5e18695568f7f78
2013-06-04clip message box dialogs to some reasonable widthsCaolán McNamara3-0/+16
Change-Id: I7fc179865306ba5b593b090b1fdb8971ba6bd508
2013-06-04Force 64-bit on 64-bit configurationsFridrich Štrba1-0/+1
Change-Id: I0064c7b05fa5c410b131d3b537ea62f2ecb26f0a
2013-06-04gbuild: Use gb_RCFLAGSIsamu Mogi3-4/+4
gb_RCFLAGS is defined. But it wasn't used anywhere. Change-Id: Ib9c5ba85a7c72560a94829fde4eee8c73fad3c5a Reviewed-on: https://gerrit.libreoffice.org/4125 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power6-47/+80
A number of fixes needed here a) make sure convert properties of control model is done before inserting control model into formcontainer, need to do that to ensure that GenerateVBAEvents is set ( so the fake VBA event generation can be triggered ) b) remove the IsAlieanExcel check in servuno.cxx ( it's too strict and additionally seems there is confusion over the media type to check ) c) split the vba import so that we can ensure the VBA mode is set (if we have modules to import ) before sheets are imported and defer further processing ( actual assigning of the modules and associated objects ) until later Change-Id: I8fdbe788b400d7e41d4cc4b51b15f692bd7b0ecc
2013-06-04bnc#821795 eat stray backslashes, in ooxml num format they don't escapeNoel Power2-6/+5
the '\' char in the number format isn't an escape character but rather an indicator that the next character should be displayed. Change-Id: Id2ae2fcfe5f195d2b85c2933c12d2d4443bb4dd8
2013-06-04gbuild: Add -nologo option for rc.exe in VC2012Isamu Mogi2-1/+5
rc.exe in Windows SDK version higher than 6.0A accepts -nologo. And according to configure.ac:3131 VC2012 can't use 7.x, 6.0A or older. So it's a safe bet. Change-Id: I833e96adad322bb0f5eed36c9a09ece88111b5f7 Reviewed-on: https://gerrit.libreoffice.org/4127 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-06-04Avoid crash on iOS: We need to get a valid context hereTor Lillqvist1-0/+6
Change-Id: Ib3fc01213fc6bc370a6c8b774a063f6f275ba6f2