summaryrefslogtreecommitdiff
path: root/chart2/source/model/filter
AgeCommit message (Collapse)AuthorFilesLines
2015-05-19fix old GCC buildNoel Grandin1-1/+1
after my commit 10749bbf8247f0b17201b33f95a090dfc4fc3211 "remove the last of the OUString #defines in header files" Change-Id: I7666cfb28d8a28d541c9d7a51f014ebe53c50551
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-2/+2
Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
Change-Id: I5bc47d62afa9cf43f4f1978e082bba43920eb10d
2015-02-13Add an overlooked constructor to chartcore.component.Jan Holesovsky1-0/+7
com.sun.star.comp.chart2.report.XMLFilter was pointing to com.sun.star.comp.chart2.XMLFilter by mistake. Change-Id: Ia3c96cc98a4f81f2bb918200dc39eae1dbafdb58
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir1-0/+7
Change-Id: I72227b45f305734060a669275044f6f9c8859bc5
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
Change-Id: Ifc28920e69db410b00312e634caba33b0e286b7f
2014-12-09inline UNO helper macrosNoel Grandin1-1/+23
Change-Id: Ia401dd2f51108d2f3b08cd3d6d433a12ac17ee74
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-3/+2
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-1/+1
Change-Id: Ibf958dbfbf7cdbe6ad31d390138be8d4d468c225
2014-05-11Fix previous commit (chart2 part)Julien Nabet1-10/+10
Change-Id: I9d6491f484eb2a8989b7e3594ca2edf702557b12
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-10/+10
Change-Id: I67acda35fa127547dcea0cd18c9dc16db7c00294
2014-04-21remove comments why a file gets includedThomas Arnhold1-5/+0
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-15chart2: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I85751b4e636596ef88ef02bc958abdc6abf98427
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2013-12-12Remove unnecessary macroStephan Bergmann1-17/+15
Change-Id: I8af2e887a6ad2b345b5b214eb02095c71cdafbc2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-23/+22
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-22/+23
This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now: Ach, old GCC doesn't like plain string literals to initialize members of OUString type... Change-Id: I50563a00406259bb5d41831e2a2796762450d097
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-23/+22
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-0/+1
Change-Id: I00d02eaeff3eaa5f49550eb9c1d4e4e7e0b2203c
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-1/+0
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-15/+0
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+3
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
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-5/+5
Removed all occurences of RTL_CONSTASCII_USTRINGPARAM in chart2. Change-Id: I0ab188e2d67a5fc17a3653e5213031f6e2c2581d Reviewed-on: https://gerrit.libreoffice.org/2244 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-36/+36
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin1-6/+3
The services already existed, it just did not have an IDL file Change-Id: I245f78c165dbfde11a981efd7033c5c282f4e8ad
2013-01-24bnc#798271: Don't delete the PropertyMapEntry instance prematurely.Kohei Yoshida1-21/+19
When using comphelper::PropertyMapEntry array to create a UNO property set, we need to make sure we keep this instance while the property set object is alive, else it would cause a very hard-to-debug problem down the road... In this particular case, the aExportInfoMap array instance was destroyed when it went out of scope, but the xInfoSet which references it was used afterward. Change-Id: I02132b6b2e6bef7b461f0f77c2c4a3e911e42014
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-9/+3
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-5/+3
Create a merged XWriter interface for the service. The xml.sax.Writer service already existed, it just did not have an IDL file. Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-4/+2
The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-18/+5
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot1-5/+5
Part V Module chart2
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-06-21catch by const referenceCaolán McNamara1-14/+14
2011-04-15gbuildize chart2David Tardon1-49/+0
2011-03-13Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-3/+3
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel1-1/+1
2011-01-25emoved lines of code that were commented out.Alfonso Eusebio1-18/+0
2010-12-12change of __READONLY_DATA define to constGert Faller1-1/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2-9/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-06#103496#: move VCL free ConfigItems to unotoolsMathias Bauer1-1/+1
2008-12-30CWS-TOOLING: integrate CWS sb102Jens-Heiner Rechtien1-0/+1
2008-12-11 16:18:12 +0100 sb r265332 : #i95065# cleanup, to make Windows linking work 2008-12-11 16:16:03 +0100 sb r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT 2008-12-09 17:40:28 +0100 sb r265122 : #i94469# move CJK specific configuration data to brand layer 2008-12-09 16:09:08 +0100 sb r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms 2008-12-09 15:54:31 +0100 sb r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC 2008-12-09 15:40:51 +0100 sb r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab 2008-12-09 15:36:21 +0100 sb r265102 : #i95501# updated SDK_HOME 2008-12-09 15:31:46 +0100 sb r265099 : typo (temppath vs. tmppath) 2008-12-08 11:48:08 +0100 sb r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory) 2008-12-07 19:41:07 +0100 sb r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X 2008-12-06 23:54:49 +0100 sb r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS 2008-12-05 20:29:23 +0100 sb r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file 2008-12-05 15:37:23 +0100 sb r264908 : #i95315# removed obsolete jut 2008-12-05 15:34:59 +0100 sb r264907 : #i95531# removed empty obsolete directories 2008-12-05 10:09:23 +0100 sb r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37) 2008-12-04 14:50:20 +0100 sb r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does 2008-12-03 11:29:38 +0100 sb r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all) 2008-12-02 17:18:31 +0100 sb r264724 : #i96809# silenced GCC 4.3.2 warning 2008-12-02 13:29:34 +0100 sb r264695 : #i96797# make get_tmp_dir fail less often 2008-11-28 17:19:24 +0100 sb r264566 : #i95691# inadvertently missing from -c 264564 2008-11-28 17:07:50 +0100 sb r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers 2008-11-25 13:28:08 +0100 sb r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np) 2008-11-21 14:45:22 +0100 sb r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE 2008-11-19 13:19:37 +0100 sb r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-10-01CWS-TOOLING: integrate CWS chart30Vladimir Glazounov1-2/+1
2008-04-10INTEGRATION: CWS changefileheader (1.2.126); FILE MERGEDRüdiger Timm1-23/+19
2008/03/28 16:44:02 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.20); FILE MERGEDRüdiger Timm1-65/+18
2008/04/01 15:04:15 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:02 rt 1.4.20.1: #i87441# Change license header to LPGL v3.
2008-03-05INTEGRATION: CWS rptchart01_DEV300 (1.3.76); FILE MERGEDKurt Zenker1-22/+83
2008/01/25 08:32:20 oj 1.3.76.1: #i85225# allow dochandler and new filter for report chart filtering
2007-06-26INTEGRATION: CWS mav23 (1.2.18); FILE MERGEDJens-Heiner Rechtien1-8/+7
2007/06/19 12:06:41 mav 1.2.18.1: #i78344# even plain streams must be encrypted in encrypted document