summaryrefslogtreecommitdiff
path: root/basctl/source/accessibility/accessibledialogcontrolshape.cxx
AgeCommit message (Collapse)Author
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
Change-Id: I90a7a07a43559b8d7e1d4b886b2624255200d46b Reviewed-on: https://gerrit.libreoffice.org/6406 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2012-11-22AllSettings with LanguageTagEike Rathke
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-09-24::rtl::OUString to OUString in basctlRicardo Montania
Change-Id: I3fc3d463fbaefe31b3541502c9f3dfbd4d1db4f9 Reviewed-on: https://gerrit.libreoffice.org/678 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-09-07Cleanup in basctl (raw pointers)Uray M. János
Lots of raw pointers have been converted to boost::scoped_ptr to reduce the number of 'delete's and the possibility of memory leaks. Some pointers have been converted to references, to reduce the needless checking for nullptrs, and so simplifying the code. Also some #define-s have been converted to C++ constants or enumerations. Change-Id: Ifbeb78f744bac7a96c8a446ff4db90dedf85fe26
2012-08-29Basic IDE: namespace basctlUray M. János
Now all names in basctl are in namespace 'basctl'. There were lots of names that included the word 'Basic' or 'BasicIDE' in it, e.g. BasicIDEData, BasicDocumentEntry, BasicTreeListBox, BasicIDEModule, IDEBaseWindow etc. This information is now stored in the namespace name, so the names could be shortened: basctl::DocumentEntry, basctl::TreeListBox, basctl::Module, basctl::BaseWindow etc. Some other minor changes: * LibInfos, LibInfoItem, LibInfoKey -> LibInfos, LibInfos::Item, LibInfos::Key * The header guards are now uniformly BASCTL_FILENAME_HXX, instead of e.g. _FILENAME_HXX, which is undefined behaviour because of the '_'. * namespace BasicIDE, BasicIDEGlobals, basicide -> namespace basctl * BASICIDE_TYPE_MODULE, ... -> basctl::TYPE_MODULE, ... Change-Id: I2a9b493562d0d8a2510d569798fbe9e1161b7c9b Reviewed-on: https://gerrit.libreoffice.org/501 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-08-17Object Catalog in Dialog EditorUray M. János
Change-Id: Ia74faa1452a4200c28fbd7c63130700df0a70b24 Object Catalog in Dialog Editor Change-Id: I97f2e0497b0e87cf630bba16dd98f9f7d0bb86e7
2012-08-07IDE: sal_Bool to boolUray M. János
Convert all occurences of sal_Bool, sal_True and sal_False in basctl to bool, true and false -- except in prototypes of virtual function overrides. (The virtual functions that are internal to basctl can be and was converted.) Note that since sal_Bool and bool are implicitly convertible to each other, for functions that take a sal_Bool (by value), true and false can be given too. Change-Id: Ie44740fa87f89e9fedd913840ca2b38e95e6b957
2012-06-12re-base on ALv2 code.Michael Meeks
2011-11-27remove include of pch header in basctlNorbert Thiebaud
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2010-11-09EasyHack: createAsciiFrom -> RTL_CONST...Kevin Hunter
2010-11-09Random tab replacement with space charactersKevin Hunter
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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 Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.10.92); FILE MERGEDRüdiger Timm
2008/04/01 15:00:33 thb 1.10.92.3: #i85898# Stripping all external header guards 2008/04/01 10:47:44 thb 1.10.92.2: #i85898# Stripping all external header guards 2008/03/28 16:04:39 rt 1.10.92.1: #i87441# Change license header to LPGL v3.
2007-01-16INTEGRATION: CWS ab33 (1.8.12); FILE MERGEDVladimir Glazounov
2007/01/10 16:34:43 ab 1.8.12.1: #i69280# Removed warnings
2007-01-15INTEGRATION: CWS dba22b (1.8.8); FILE MERGEDVladimir Glazounov
2006/12/12 08:22:07 fs 1.8.8.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device
2006-11-14INTEGRATION: CWS aw024 (1.5.4); FILE MERGEDIvo Hinkelmann
2006/09/22 03:46:28 aw 1.5.4.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 10:55:04 aw 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:00:20 aw 1.5.4.1: #i39529#
2006-09-16INTEGRATION: CWS pchfix02 (1.6.100); FILE MERGEDOliver Bolte
2006/09/01 17:16:18 kaib 1.6.100.1: #i68856# Added header markers and pch files
2005-09-07INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGEDRüdiger Timm
2005/09/05 13:55:22 rt 1.5.88.1: #i54170# Change license header: remove SISSL
2004-12-10INTEGRATION: CWS tbe14 (1.4.52); FILE MERGEDRüdiger Timm
2004/11/17 14:09:38 tbe 1.4.52.1: #i31563# scroll area too small
2004-07-12INTEGRATION: CWS aw013 (1.3.156); FILE MERGEDRüdiger Timm
2004/06/24 09:28:15 aw 1.3.156.1: #i29181#
2003-04-24INTEGRATION: CWS uaa02 (1.2.4); FILE MERGEDVladimir Glazounov
2003/04/15 12:47:17 tbe 1.2.4.2: #108645# Accessibility: Move service descriptions from drafts to ::com::sun::star::awt 2003/04/11 15:37:45 mt 1.2.4.1: #108656# Moved accessibility from drafts to final
2003-03-26INTEGRATION: CWS tbe3 (1.1.2); FILE ADDEDVladimir Glazounov
2003/03/12 16:42:44 tbe 1.1.2.4: #103595# added FOCUSED state for AccessibleDialogControlShape 2003/03/03 17:15:51 tbe 1.1.2.3: #103595# accessibility for dialog editor 2003/02/28 17:19:33 tbe 1.1.2.2: #103595# accessibility for dialog editor 2003/02/27 13:59:29 tbe 1.1.2.1: #103595# accessibility for dialog editor