summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky
Change-Id: I4987cc9ffba675009f2d2ae9f6b12ed4ee02fe13
2014-05-18hrc files should have hrc suffixThomas Arnhold
Change-Id: Iadbedc145c85c5f333e4449704fd01d5e12ddde5
2014-05-18fix include guard for sal/types.hThomas Arnhold
Change-Id: I77e10d2644b18b150f9489c7f754405974af107a
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold
so we can re-use it in other modules Change-Id: I6057b1e955f745019fd48f91a754279df0f2b948 Reviewed-on: https://gerrit.libreoffice.org/9348 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2014-05-16unused XGradient::VclGradientMiklos Vajna
Change-Id: Ia0c416ce7c1323f9c0c20b969bd57e9a2174a3dc
2014-05-16more SvxLanguageBoxBase interfacingEike Rathke
Change-Id: Ife9317d40756099ae4d8ecb84cccea91bd75a14c
2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás
Change-Id: I33161401a29f511e61429355dd2905d4643fe8ff
2014-05-16loplugin:saloverrideStephan Bergmann
Change-Id: I2b6e6a6654e888bec3ba4961f9130ca10b791f87
2014-05-16clean up, remove eof commentsThomas Arnhold
Change-Id: I166e781cb54181a8e5d08021cf5f6dfcd1fde5cb
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez
Transformed the preservation process of shape effects to be able to store more than one effect. For that we: * Created the Effect struct and added a vector member to the EffectProperties struct. * Changed the shadow effect to use the new Effect struct, EffectShadowProperties struct is preserved because the direction field still has some use but we should remove it. * Changed the structure of the grab bag to store more than one effect. * Modified an existing unit test to check shapes with several effects. Change-Id: I0dd908fa1d9578827c02ef6272fc9e2b914391be
2014-05-16introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBoxEike Rathke
In preparation of having a language box available as ComboBox to be able to add language tags. Change-Id: I5af5ea5bb06e558db1fcf9c0668be274d5cec04e
2014-05-15test: don't create root element in startDocument() in xmlwriterTomaž Vajngerl
Change-Id: Ia08e9f8caf2a2fb42855dcb2245e013e1a181216
2014-05-15loplugin:sallogareasStephan Bergmann
Change-Id: Ic3e2a5ed247b35b4e6d80a4ad824bc9b535783fb
2014-05-15test: dump staroffice metafile to XML & XML writer interfaceTomaž Vajngerl
Change-Id: Ie42f72e0fc281d1f51e1729be408c2b0042f4174
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl
Change-Id: Iff8af5e9ffefb4c3cecf387b16473d45e8b4a65a
2014-05-15vcl: ReadWindowMetafile - make pConfigItem default to NULLTomaž Vajngerl
Change-Id: Ib061b5e05df5215bea210a750d5dfd5314eeadec
2014-05-15vcl: remove uselees comment from font.hxxTomaž Vajngerl
Change-Id: Ifc933e9b4ca2f604f3aaf1ba74b34b414f96dd64
2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl
AsRGBHexString returns the Color as a RGB hex string. For example "00ff00" for green color. Change-Id: Ia95c7f9eb6d9aefc3ca989046fa8d76b7b7f9e8f
2014-05-15vcl: problems with WriteWithVersion so remove for nowTomaž Vajngerl
A sw test fails when WriteWithVersion is used istead of direct replacement. Remove it for now. Change-Id: I0425c85d6492061a5d7565e709d5913b79b28a46
2014-05-15vcl: remove macros in metaact.cxx{hxx}Tomaž Vajngerl
Macros to reduce code duplication in metaact.cxx are discuraged as it is not possible to find those classes using "git grep". Lets find a better way to reduce code duplication for those classes (some have already been replaced in this commit). Change-Id: I35c7cd74d6345f37e937754e2d0177b816e0e0fa
2014-05-15fixincludeguards.pl: now we can fix thoseThomas Arnhold
Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr
remove obsoleted sal-module-internal custom STL allocator The SAL module avoided the heavy dependency on the stlport4-libraries by using a custom allocator for its internal STL containers. With stlport4 removed these dependencies are gone and the SAL-internal custom allocator is obsoleted. (cherry picked from commit c6e0325df6efce45dbb2616a32b7745c449c6c58) Conflicts: include/osl/diagnose.hxx include/rtl/allocator.hxx sal/osl/w32/procimpl.cxx sal/qa/osl/process/osl_process.cxx sal/rtl/bootstrap.cxx sal/rtl/source/hash.cxx sal/rtl/source/unload.cxx Change-Id: I8515382828eda36aba1fec5f23e0f2a89aef7a33
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-15Add connectivity.odbcTor Lillqvist
Change-Id: I2bad7938ddd02da8aa7191aebbd9221220fb303e
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke
Change-Id: I9199da366eb70e818e1d85823cd7cf530f70167d
2014-05-15interface with COMBOBOX_... instead of LISTBOX_...Eike Rathke
... even if it is the same value. Change-Id: I62f81d181f25723cba5ca0fbfb395539385a007a
2014-05-15Minor utl::TempFile clean upStephan Bergmann
Change-Id: I20de8b2321d2656d17d25c6343d72c534d47e597
2014-05-14sprmids is used only inside sw/source/filter/ww8Miklos Vajna
Change-Id: Iebae4a08a452117e71f72836ed686221031a61e6
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida
Change-Id: Ibb7575eeb025fc025d05b147629113796185c5d3
2014-05-14fix buildMaxim Monastirsky
Change-Id: I40b7f9388388e05ab5b034ac81861aa34a23d2a8
2014-05-14startcenter: another attempt to fix mouse up issuesMaxim Monastirsky
see commits 1a2a961c1e7cdef648c28e211433e8de6e8a831b 4a902e0c59b0dd01e6459c226268bdee4f15489a Change-Id: I94b90dfc5db779317d4dda1171aeceeac6373548
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida
Change-Id: Ib2256ebac8a7e63e7e24fb35d13d47b811bd8e19
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida
Just to keep the pattern of "true" -> "action", "false" -> "no action". Change-Id: I6303bc779cd7048eef2fdc3c2abba8be8f15da6d
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida
To make it sound more general than "compile for FAP". Change-Id: Ia6916b6f3579a290be7d5074f809666be2bd2473
2014-05-14Revert "startcenter: react on mouse down instead"Maxim Monastirsky
This reverts commit 1a2a961c1e7cdef648c28e211433e8de6e8a831b. As suggested by Kendy, opening with a single click by mouse up is more natural. We need to find a better solution for the bug mentioned in the above commit.
2014-05-14Unify utl::TempFile ctorsStephan Bergmann
Change-Id: I0a781a86804808cebf7756506d9299971c13e2ff
2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky
instead of 5 (mostly identical) classes. Also the following bugs were fixed: * All pickers now use split buttons. (fdo#45671) * Color palette now indicates the current color. (fdo#73891) (Previous changes related to that bug are reverted as part of this commit.) * Selecting a color from a float panel now updates the button. (fdo#77683) * For Font color/background color in Writer, the color that is shown on the button, is always the one that's actually used. (Can be a different color after hiding the toolbar.) * For Font color/background color in Writer, the button now indicates when we're in the format paintbrush mode. (Removed in 085e8a07e61ef2d3a82e11094d8773ab17cfdb3c for some reason.) Change-Id: Idb4829552240c52fb0882aca627c8177bbe2f839
2014-05-14Revert "fdo#77683 the color in the toolbar buttons doesn't change."Maxim Monastirsky
This reverts commit f5dc536eae7dc28e09112ab9dd69e55fae015ee8. This commit actually created a regression. A split button supposed to show the last used color, not the current one. I'll try to solve fdo#77683 in a different way, in a following commit. Change-Id: I5df1ce49995e4755f54af977ca25d4e4dfdee629
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
Implement a clang plugin to find them, and clean up existing code to pass them by reference. Change-Id: If642d87407c73346d9c0164b9fc77c5c3c4354b8 Reviewed-on: https://gerrit.libreoffice.org/9351 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-13Typo: shoud -> shouldJulien Nabet
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
2014-05-13coverity#1213522 Uncaught exceptionCaolán McNamara
and a gadzillion more refactor to avoid slicing catch and rethrow Change-Id: I5c05d1c151b81ff481eff8cd7544db9838143c71
2014-05-13unused XFillStyleItem ctorMiklos Vajna
Change-Id: I28497670242a98fba0f5f507a6f634a6fe59c20e
2014-05-13Elide utl::TempFile_ImplStephan Bergmann
Change-Id: I8f14cd351c17abaa9d48144cdf8325afc250787b
2014-05-13utl::TempFile::CreateTempName pParent is unusedStephan Bergmann
Change-Id: Ide12ea21104af678dc541ed0e83970e7a2f5e694
2014-05-13BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan
Change-Id: Ie6c546ee085b20bd3eb39cdfb7b38394c0a35b67
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke
Change-Id: Iaa1ddc931b71fcdf08d571c7e3573a936d378709
2014-05-13Revert "remove unused code -SvtLanguageTable::AddLanguageTag"Eike Rathke
This reverts commit d812b784313ed85ae5085d54a3ae50aa064c053c. I added that code in preparation of changes I'm doing.
2014-05-13remove unused code -SvtLanguageTable::AddLanguageTagNoel Grandin
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
2014-05-13remove dead codeNoel Grandin
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434