summaryrefslogtreecommitdiff
path: root/sc/workben
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-34/+34
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis1-1/+1
Change-Id: I692a9cfdca5ad50170eea2178a6aa87e8154b951
2012-12-10some Python 3.3 port (not important for LO 4.0)László Németh1-11/+13
Change-Id: Id151d59a9bab2454b9d359aefb5c35a9f05bb9ce
2012-12-04re-base on ALv2 code. Includes:Michael Meeks7-116/+71
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-08-07Remove commented out codeThomas Arnhold1-6/+0
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-07-31remove commented out SV_DECL_OBJARRMichael Stahl1-1/+0
Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks3-73/+46
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-20Convert SV_DECL_PTRARR_DEL(XResultListenerArr_Impl) to ptr_vectorNoel Grandin1-1/+2
Change-Id: Id557b0116ec2574ef3e11a0664fb408ecc850e6e
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida1-0/+0
Change-Id: Ica6aef56733c7c71568e37166a2f78d6aa05a118
2012-03-14Some proof-of-concept code for dpcache performance.Kohei Yoshida1-0/+434
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-5/+5
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan2-7/+0
2011-05-30Code CleanupKorrawit Pruegsanusak1-11/+4
* Remove empty and bogus comments * Remove dead codes * Fix typos in comments Released under LGPLv3+/MPL
2011-05-27Follow-up of DBG_* removalJacek Wolszczak3-4/+1
2011-04-19Easy Hack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida3-99/+99
2011-01-18Remove some more dead codeThomas Arnhold1-9/+0
2011-01-07cppcheck: Remove unused variable in test.cxxNigel Hawkins1-2/+2
2010-10-28add modelines to .hxx files as wellCaolán McNamara2-0/+4
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud1-1/+1
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud1-1/+1
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-20Removed lots of dead code.Povilas Kanapickas1-104/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth3-0/+6
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-04-19CWS gnumake2: remove duplicate header in solver: vcl/imagebtn.hxx is just a ↵Mathias Bauer1-1/+1
copy of vcl/button.hxx
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien9-38/+9
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer2-2/+2
2009-01-19CWS-TOOLING: integrate CWS kohei02Vladimir Glazounov2-1/+1
2009-01-13 16:54:47 +0100 kohei r266237 : added dpshttab.obj to the list of EXCEPTIONFILES, to remove warning on Solaris. 2009-01-07 03:18:32 +0100 kohei r265942 : Repeat values only on column, row, and page fields even for drill-down data. Don't repeat values on data fields. 2009-01-06 22:23:48 +0100 kohei r265941 : Don't repeat if empty on data fields. The "Identify category" option is not supposed to affect data fields. 2009-01-05 17:42:52 +0100 kohei r265884 : CWS-TOOLING: rebase CWS kohei02 to trunk@265758 (milestone: DEV300:m38) 2008-12-12 06:10:18 +0100 kohei r265385 : instantiate string data only when it's visible. 2008-12-12 05:48:20 +0100 kohei r265384 : when displaying the page field list box, only show visible page field members. 2008-12-11 22:41:11 +0100 kohei r265375 : #i96689# added a list of German translations for CELL. 2008-12-11 22:24:41 +0100 kohei r265373 : restored the old keyword file before it got stripped off. 2008-12-11 22:17:05 +0100 kohei r265371 : #i96591# Honor the hidden members data in page fields. 2008-12-11 21:51:36 +0100 kohei r265370 : #i96326# fixed pivot cache import that previously failed to import when the field count is zero. But when the postponed flag is on, the count may be sometimes zero even when the field contains data. 2008-12-11 21:44:44 +0100 kohei r265369 : #i96171# fix for broken 'Identify Categories' option for grouped fields.
2008-04-11INTEGRATION: CWS changefileheader (1.2.146); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 17:20:14 rt 1.2.146.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.700); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 17:20:13 rt 1.2.700.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.700); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 17:20:13 rt 1.3.700.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.700); FILE MERGEDRüdiger Timm1-31/+18
2008/04/01 15:31:24 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:20:13 rt 1.2.700.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.182); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 17:20:13 rt 1.3.182.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.46); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 17:20:13 rt 1.7.46.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.700); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 17:20:12 rt 1.2.700.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.182); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 17:20:12 rt 1.3.182.1: #i87441# Change license header to LPGL v3.
2008-02-25INTEGRATION: CWS supdremove02 (1.6.224); FILE MERGEDOliver Bolte1-3/+3
2008/01/25 15:50:22 rt 1.6.224.1: #i85482# Remove UPD from library names.
2007-11-01INTEGRATION: CWS celltrans02 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+217
2007/09/06 02:57:32 kohei 1.1.2.4: finished the code generation script. 2007/09/06 00:07:31 kohei 1.1.2.3: routes output to the output file & added default input/output files. 2007/09/05 23:57:44 kohei 1.1.2.2: now the script parses the source text file correctly. 2007/09/05 21:22:21 kohei 1.1.2.1: initial commit for auto-generating cell keyword code.
2007-11-01INTEGRATION: CWS celltrans02 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+1
2007/10/03 20:14:35 kohei 1.1.2.4: added missing hungarian keywords. 2007/10/02 15:36:17 kohei 1.1.2.3: fixed one Hungarian localized keyword for FILENAME. 2007/09/06 02:57:32 kohei 1.1.2.2: finished the code generation script. 2007/09/05 21:22:21 kohei 1.1.2.1: initial commit for auto-generating cell keyword code.
2007-09-06INTEGRATION: CWS mingwport06 (1.2.522); FILE MERGEDKurt Zenker2-4/+8
2007/08/24 13:08:31 vg 1.2.522.1: #i75499# pragma is for MSVC
2007-05-25INTEGRATION: CWS mingwport04 (1.5.26); FILE MERGEDVladimir Glazounov1-2/+4
2007/04/18 10:31:18 vg 1.5.26.1: #i75844# MinGW port efforts part II
2007-03-09INTEGRATION: CWS ause076 (1.4.10); FILE MERGEDOliver Bolte1-64/+3
2007/02/28 10:26:31 hjs 1.4.10.1: #i74812# cleanup *LIB and more
2007-02-06INTEGRATION: CWS ause074 (1.3.40); FILE MERGEDVladimir Glazounov1-4/+2
2007/01/30 12:06:21 hjs 1.3.40.1: #i73801# remove remaining usages of sv[pre].mk
2006-12-19INTEGRATION: CWS dr51 (1.2.300); FILE MERGEDIvo Hinkelmann1-3/+3
2006/11/14 20:13:40 er 1.2.300.1: correct PRJNAME
2005-09-08INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:09:57 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:09:57 rt 1.2.154.1: #i54170# Change license header: remove SISSL