summaryrefslogtreecommitdiff
path: root/forms/source/component/GroupManager.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: Ida618d6ac383c65f1c09212a7b6aa5ee228677db Reviewed-on: https://gerrit.libreoffice.org/7534 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann1-4/+4
Change-Id: If4588034fc09e4663b5217669c71f26c0a3b8c8a
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-1/+2
Change-Id: I00d02eaeff3eaa5f49550eb9c1d4e4e7e0b2203c
2013-11-05fixincludeguards.sh: formsThomas Arnhold1-3/+3
Change-Id: I634371fcd867f20e20384f75d613dab5f69a246c
2013-10-02Spell "indices" correctlyTor Lillqvist1-2/+2
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
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-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patch contributed by Christian Lippka impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx http://svn.apache.org/viewvc?view=revision&revision=1167619 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 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 cws mba34issues01: #i117719#: use correct resource ID http://svn.apache.org/viewvc?view=revision&revision=1172351 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Armin Le-Grand #118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested http://svn.apache.org/viewvc?view=revision&revision=1240195 fix for #118525#: Using primitives for chart sub-geometry visualisation http://svn.apache.org/viewvc?view=revision&revision=1226879 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 13f79535-47bb-0310-9956-ffa450edef68 Patch contributed by Regina Henschel linecap: Reintegrating finished LineCap feature http://svn.apache.org/viewvc?view=revision&revision=1232507 Patch contributed by Wang Lei (leiw) #i118760# split the first table cell vertically, then undo&redo, the Presentation app will crash http://svn.apache.org/viewvc?view=revision&revision=1301361 cleanup globlmn hacks, undo dependent fixmes.
2011-01-21Remove doubled headers.Thomas Arnhold1-1/+0
2010-10-28include algorithm for std::lower_boundCaolán McNamara1-0/+3
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
2010-10-28Make some stl functions less ambiguous (fixes VC++ 10 compilation)Jesús Corrius1-2/+2
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power1-0/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.11.126); FILE MERGEDRüdiger Timm1-46/+18
2008/04/01 15:16:31 thb 1.11.126.3: #i85898# Stripping all external header guards 2008/04/01 12:30:23 thb 1.11.126.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.11.126.1: #i87441# Change license header to LPGL v3.
2006-10-12INTEGRATION: CWS sb59 (1.10.114); FILE MERGEDOliver Bolte1-3/+3
2006/08/29 16:10:59 sb 1.10.114.1: #i67487# Made code warning-free (wntmsci10).
2005-09-08INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:50:22 rt 1.9.110.1: #i54170# Change license header: remove SISSL
2004-07-30INTEGRATION: CWS gcc340fixes01 (1.8.38); FILE MERGEDKurt Zenker1-3/+3
2004/07/16 12:37:49 cmc 1.8.38.1: #i31586# trivial namespace mod for gcc34
2004-02-04INTEGRATION: CWS ooo20031216 (1.7.82); FILE MERGEDJens-Heiner Rechtien1-4/+4
2003/12/13 13:14:28 waratah 1.7.82.1: #i1858# implement typename where they are needed
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-10/+15
2001-09-12#92075# exception specificationVladimir Glazounov1-6/+6
2001-04-27#86416# in the DBG_UTIL version, implement the copy ctor to allow correct ↵Frank Schönheit1-2/+5
instance counting (DBG_CTOR)
2001-01-05#75916# OGroupManager knows it's container to check for the correct ↵Frank Schönheit1-3/+19
disposing call
2000-11-23namespace changesOcke Janssen1-29/+26
2000-10-19migrated from unotools to comphelperFrank Schönheit1-9/+9
2000-09-18initial importJens-Heiner Rechtien1-0/+264