summaryrefslogtreecommitdiff
path: root/sc/source/ui/styleui
AgeCommit message (Collapse)AuthorFilesLines
2017-04-26remove sc bitmaps from .src filesCaolán McNamara1-10/+0
Change-Id: I351b67616b240e3c0c91ea31d8f14ecfa6de8b4a Reviewed-on: https://gerrit.libreoffice.org/36991 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara2-2/+2
Change-Id: Ic5a4ab631735cf8ef8f39424c7470e47f2f11c2d
2016-12-05unwind sc RID_STYLEFAMILY_IMAGELIST imagelistCaolán McNamara1-5/+7
Change-Id: I22bc4a615295bf43110633e22b5884b511777c2b
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara1-31/+21
Change-Id: I25aa0d8bca1f16f5fc27d3b299709479a1635ea3
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara1-1/+0
Change-Id: I243e739fea28e3f38b91534182cc54c2aa660f0e
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
and update the RSC compiler to accept such In the process fix some confusion in SD where it was confusing SfxStyleFamily and the index of the relevant family (which other parts of the code in SVL use) Change-Id: I1efc9f85fbed8ab76eafe8f6e1ada411753ae5f9
2015-10-09tdf#39468 translated german comments in styledlg.cxxAlbert Thuswaldner1-4/+4
Change-Id: Ib6ad2fff04dbbcdb3d5f527d0a23c771409dc6e3 Reviewed-on: https://gerrit.libreoffice.org/19285 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-29convert SVX_ flags to scoped enumNoel Grandin1-1/+1
Change-Id: I6ca73a459597f06fc301a12d6556775a77a7c4c7
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás1-2/+1
* SfxTabDialog constructor has a const pointer parameter pointing to the input set and also the corresponding member is a const pointer which indicated that set is not changed by the dialog, but this is not true, const is casted away and the input set is changed. * So use a copy of the input set instead, pointed by a non-const member, so we can spare some const cast and misunderstandings. * GetRefreshedSet not behaves as a getter method, but changes the input set instead, so redeclare it accordingly. Change-Id: Ic63f9ae68c50e65d4498b20f597547c1c075b94e
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna1-2/+2
Change-Id: I91b9b2ffd19b2412ac01dd12429d6460b4c4812c
2014-10-28loplugin: cstylecastNoel Grandin1-5/+5
Change-Id: Icc349df0cb3ce45a0985c7c3c27be24ef81e8705
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
Conflicts: sc/source/ui/inc/docfunc.hxx Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8 Reviewed-on: https://gerrit.libreoffice.org/8301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-08-09convert SfxStyleDialogs to .uiCaolán McNamara2-208/+64
Change-Id: I32aa538026669e22e0756cd062b72e67f8d179e5
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim2-0/+5
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks3-72/+45
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat1-1/+3
Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-23/+23
2011-04-30make strings localizable - fdo#36706Andras Timar1-2/+2
2011-03-29switch sc to gbuildNorbert Thiebaud1-58/+0
2011-03-23These string ID's are no longer resolved. Do as Writer does.Kohei Yoshida1-5/+5
2011-03-23Remove IMPL_FAMILY macro; this is too much.Kohei Yoshida1-12/+14
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-4/+4
2011-03-05Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from calcChristina Rossmanith1-1/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-4/+4
2010-12-11cleaning of __EXPORT defineGert Faller1-3/+3
2010-11-24.src cleanupJoseph Powers2-2/+6
2010-11-21.src cleanup and .png fixesJoseph Powers1-36/+0
2010-11-16drop removed resourcesCaolán McNamara1-7/+1
2010-11-03Add many more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner1-0/+3
2010-10-17clean up after removal of empty makefilesDavid Tardon1-2/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-01Finished removing //CHINA comments and odd dead code from sc/source/ui/*Luke Symes1-61/+44
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov4-17/+4
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien4-17/+4
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer1-1/+1
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer2-5/+5
2008-04-10INTEGRATION: CWS changefileheader (1.36.302); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 17:19:31 rt 1.36.302.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.10.492); FILE MERGEDRüdiger Timm1-29/+18
2008/04/01 15:31:13 thb 1.10.492.2: #i85898# Stripping all external header guards 2008/03/31 17:19:31 rt 1.10.492.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.26.302); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 17:19:31 rt 1.26.302.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.6.34); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 17:19:31 rt 1.6.34.1: #i87441# Change license header to LPGL v3.
2008-03-06INTEGRATION: CWS ause084_DEV300 (1.5.614); FILE MERGEDKurt Zenker1-9/+2
2007/12/18 10:09:33 hjs 1.5.614.1: #i78233# remove PDBTARGET and friends
2007-04-19INTEGRATION: CWS mergede01 (1.35.342); FILE MERGEDIvo Hinkelmann1-32/+2
2007/03/20 14:49:52 ihi 1.35.342.1: #i72301# Remove German