summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-25try including windows.h for MultiByteToWideCharCaolán McNamara
Change-Id: Ib737e520ff16f2e467504e85fc3969d525fd742a
2014-04-25Revert "give empty constructed default font a default height"Caolán McNamara
and make a real copy of the TargetFont the 0,0 font size appears to mean "default" size so it can take the desktop env font size or some such, with a hard-coded value then the various "bold" entries in the UI are huge This reverts commit 121aac37673c1a8142db01e26e50be6de7b36987. Change-Id: Iec1d3867403808370d89d6b5ad2fec60ffdcd881
2014-04-25Related: rhbz#1091111 GetSdrPageView can return NULLCaolán McNamara
Change-Id: I560bf74235728fb39156c32b47dd40f181dada16
2014-04-25disable pytest_ssl on macNorbert Thiebaud
Change-Id: I9f6a50f00bd98aeffa46f3ef40211e30edf658d6
2014-04-25Fix OutputDevice::PopStephan Bergmann
Change-Id: Iaaf19c01dc4ec10c72a66dac35ac64e37766d08e
2014-04-25fdo#77683 the color in the toolbar buttons doesn't change.Tomofumi Yagi
The color in the toolbar buttons doesn't change when we use the Floating Font/Background/Highlight Color Toolbar. This problem seems happen sometimes,not always. This patch modifies that SvxColorExtToolBoxControl::StateChanged() in /svx/source/tbxctrls/tbcontrol.cxx handles SFX_ITEM_DEFAULT message always. Change-Id: If7410297db768c161287b75396186fbec3605f63 Reviewed-on: https://gerrit.libreoffice.org/9107 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-04-25If you intend DAVException to appear as a std::exception, then say soStephan Bergmann
Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef
2014-04-25fdo#73891 Fix "UI color panel does not show the actual color in Writer"Tomofumi Yagi
1.The Font/Background/Highlight Color panels identify the actual color by a small frame. (Regression from the commit 35aa48d80b4b800d408d26bd72fbdfd711abbb6f See also fdo#32376 - Set default color to the current one in toolbar popups) 2.Fix this in the Floating Font/Background/Highlight Color Toolbar,too. Change-Id: I5c2db8ab8923ab146cbf921dcb90894765f8420c Reviewed-on: https://gerrit.libreoffice.org/9103 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-04-25VCL: Move OutputDevice map structures to own VCL header fileChris Sherlock
Change-Id: Ifbaa51018d47fde72be80d5d1870fdda214db320
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock
ImpObjStack uses it's own home-grown stack and stack functions. There is a function that unwinds the stack, but really it would be better if we used std::set. In fact, this is better, because the name ImpObjStack is really not terribly descriptive. I've replaced it with a stack of OutDevState objects. Change-Id: I87bdd4340ad77b7ffd9ff176fa5a9ffeac8b8666
2014-04-25VCL: Remove unused and deprecated debug check functionChris Sherlock
Change-Id: I3fcf630b8a0ef5be0d98ddc11a746e07885bae53
2014-04-25add better info on the Qt patches needed for KFileDialogLuboš Luňák
Change-Id: I1902f962ac03b171c5e7a45d9c8e59450b04418f
2014-04-25disable KFileDialog usage if QClipboard can recurseLuboš Luňák
Change-Id: If23a365b96c1634c2f8940f6ece973089dc3151f
2014-04-25fix Qt4 QSocketNotifier configure checkLuboš Luňák
When built as a part of the configure check, this doesn't know SAL_OVERRIDE. Change-Id: I1420dd50efdd6666f246884f286a3f29e0b56a2c
2014-04-25make sure KFileDialog does not leave the SolarMutex releasedLuboš Luňák
Change-Id: I806bf5fe1cd1871de499ceeeadf36de539e9d637
2014-04-25Revert "Rewrite Qt4 based nested yield mutex locking."Luboš Luňák
In a dbgutil build LO aborts on an assertion failure the moment KFileDialog is open. It's definitely on okay to release SolarMutex just like that, since the Qt event loop is integrated with LO's, it'll call back to LO code without the mutex held. This reverts commit 13a34f4c6307d1bd2443cbf3fbd83bfdd8cdbafb. Conflicts: vcl/unx/kde4/KDE4FilePicker.cxx vcl/unx/kde4/KDEXLib.cxx Change-Id: Idfa27fbb4728b529c37c25f710ea208fdaa4455c
2014-04-25That lone acquire() was hopefully just a needless copy/pasteStephan Bergmann
...from ab9d657e0060473a25abd6f36bd30aad0574a4db "INTEGRATION: CWS dba22ui: acquire in dtor, to prevent reentrance." Yuck. Change-Id: Iec5e1fa9d04199a4a1e83c67ed2014299317c5d8
2014-04-25WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Icb96b36aca144262f44fe496b4a44605b8f8a85c
2014-04-25Improve help message for --with-localesTor Lillqvist
Change-Id: I54109240f55a6e0d13dee16882a8175140b77867
2014-04-25sw: adapt object/picturedialog.ui to FillAttributesMiklos Vajna
Change-Id: I7e1876c61468a5c45cf4dfd5db6d9c4a9697d751
2014-04-25i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...Armin Le Grand
... EmbeddedObjectFrames in Writer (cherry picked from commit 8433ee82c9323501545164ddf6e6008db483ab7a) Conflicts: sw/source/core/attr/format.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/uibase/shells/grfsh.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/frmdlg/frmpage.src xmloff/inc/xmloff/XMLShapeStyleContext.hxx xmloff/source/draw/XMLShapeStyleContext.cxx Change-Id: I441378ec3e9a32764781a8063adcc52051efe17f
2014-04-25Filter out extra ICU data for locales we don't want special support forTor Lillqvist
Change-Id: I40fd00d91a7e5ad5163bef63e1b60381bac58aa4
2014-04-25Since bPut is bool, let's use true/falseJulien Nabet
Change-Id: I37b05b3d62eda03aecfa253bfc729136a777c6eb
2014-04-25we need to push a return value in any case, fdo#73148 relatedEike Rathke
... not just if there is no error; popping a value from the stack also pops an error value, and the error is pushed again instead of the value to be pushed, see call of IfErrorPushError() in PushDouble(). Change-Id: I92f486fa226c90870990f608cd43d4a1379a2361
2014-04-25return early once we pushed an error, fdo#73148 relatedEike Rathke
Change-Id: Iadc520fe897966bf41c793ae37f510addfd68cef
2014-04-25fdo#48017 fix WIN32 long path name support of spelling dictionariesLászló Németh
Change-Id: I1ccaae9dba4f82cd50531890e159519a765a0fff
2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre
Change-Id: Ifa6bdb2f2bdf96826f09c42a1e36d97ed6e034cd Reviewed-on: https://gerrit.libreoffice.org/8886 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-25Add css_comp_chart2_ChartDocumentWrapper_get_implementationTor Lillqvist
At least with my test documents, this is the only component we now need from the chartcontroller library. Change-Id: Ia2c203413a585f4d9207bb22fa5f548eda3fb9a8
2014-04-25Drop libchartcontrollerlo.a in preparation for vmiklos's reworkTor Lillqvist
Change-Id: Ic8ce9b91e666774eff7e452ec9f07c6053dce03b
2014-04-25Print the important failure messages on iOS even in a non-debug buildTor Lillqvist
It might be that having fprintfs leftover in an app submitted to the App Store is a no-go, but will fix that then if/when it happens. Change-Id: Ic671fcce567c655a06fd4ed139100dc9b6f435be
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers
Change-Id: If8fc8608699a14e573456af2e1180342be942dd1 Reviewed-on: https://gerrit.libreoffice.org/8475 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-04-25Updated coreAndras Timar
Project: help f1e1bf8afae41ba0a7defa75b48ca827d79e33cd
2014-04-25chart2: use constructor feature for WizardDialogMiklos Vajna
Change-Id: Ifcaae6401f1ad5069248111b568a1cf5c033f5ab
2014-04-25chart2: use constructor feature for ShapeToolbarControllerMiklos Vajna
Change-Id: Ic0a9dc23ddfde00cbb2bfa7cf3983ff0c6276654
2014-04-25chart2: use constructor feature for ChartTypeDialogMiklos Vajna
Change-Id: I5efc89d8d0139216c1ae92aa692704f9f58915ca
2014-04-25chart2: use constructor feature for ChartFrameLoaderMiklos Vajna
Change-Id: Ibbbd41a30cd240250720aac7b45d0a394be5230b
2014-04-25chart2: use constructor feature for ChartDocumentWrapperMiklos Vajna
Change-Id: I5b99d64be17a0e7d3c1bb630e1f35afe0eb62c81
2014-04-25chart2: use constructor feature for ChartControllerMiklos Vajna
Change-Id: Ie6c5c0e20ae2b2f38f176dee90c33e5baba100a5
2014-04-25fix "Wrap opencl-only functions in appropriate ifdef."Andrzej Hunt
062871853cc420f35ddfbc2534f34c94f1b4c982 (loplugin:unreffun fix) caused: 'undefined reference to `sc::FormulaGroupInterpreter::msInstance' when building with --disable-opencl. (It appears I didn't check whether my build had fully completed before pushing.) Change-Id: I948205867985c7722662d673e95d5639bc9d9bcc
2014-04-25Improve command line handling, don't read stdinTor Lillqvist
Reading stdin is confusing as it means running the script without any arguments and with no input redirection just seems to do nothing. (OTOH, who would use this script except seasoned hackers who know how command-line tools typically work... oh well.) Change-Id: I00b4f70b07b6515b52a22b4ec4e048cc84c1dc83
2014-04-25Add help messageTor Lillqvist
Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434
2014-04-25Add -f option to filter in symbols from some libraries onlyTor Lillqvist
You can specify a regular expression for the -f option, typically several library names combined with the '|' operator, as in: bin/ios-mapfile-statistics -s -f 'libswlo|libsclo' <workdir/TiledLibreOffice.map|c++filt Change-Id: I917fc392a41ed28c6b19ec5c2c16384d1186a532
2014-04-25Related fdo#77874: [None] as only possible choice in listsJulien Nabet
There was a slight error in commit 3a2a68a90f96d844c2e2636ecf3236c6f365520a Indeed rToFill.InsertEntry was never called Change-Id: I8189d478feecb9442036d13b68685db38e392ec2
2014-04-25sc: add back lost scopenclMiklos Vajna
Probably removed by accident in 96475ada3fcf026ae7833824a056b642c1bd1864. Fixes: /master/solenv/gbuild/Package.mk:35: *** gb_Deliver_deliver: file does not exist in instdir, and cannot be delivered: /master/instdir/program/libscopencllo.so. Stop. Change-Id: Iaee25ac7b21c0f1d5c4ee9eba3b34cff5e65843c
2014-04-25fix htmlexp.hxx compilation -> add space between ">>"Tomaž Vajngerl
Change-Id: I60f2f5ec8d6f12b834d34164e1fcfea9bd0c30d3
2014-04-25Add -s option to show a sorted list of symbols by size insteadTor Lillqvist
Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79
2014-04-25Sprinkle some SAL_OVERRIDETor Lillqvist
Change-Id: I84e71f3ff9b0829acf7be0925bea511c3e1f3a6a
2014-04-25fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida
Change-Id: Icd9f8c60d9e105478abb5b5ad64e969623830a4c
2014-04-25fdo#77728: Add test case for named range expansion and formula update.Kohei Yoshida
Change-Id: Ia900ae5f1091ac220c4e08b667920affa2546261
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida
Change-Id: I7a4160db0dd2b9ac2c98402bb6110c548e879b3d