Nothing but a changed email address (trying to factor my tree in in small steps)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4998 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-08-15 16:02:22 +00:00
parent 0b86a117fb
commit c265d16ed0
124 changed files with 157 additions and 149 deletions

View File

@ -5,7 +5,7 @@
* Read the file COPYING
*
* \author Allan Rae, rae@lyx.org
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even, baruch.even@writeme.com
*/

View File

@ -5,7 +5,7 @@
* Read the file COPYING
*
* \author Allan Rae, rae@lyx.org
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even, baruch.even@writeme.com
*
* GuiBC is a base class and so these templatised methods will be

View File

@ -30,7 +30,7 @@
* state machine.
* Author: Allan Rae <rae@lyx.org>.
* This abstract base class stripped of xforms-specific code by
* Angus Leeming <a.leeming@ic.ac.uk>
* Angus Leeming <leeming@lyx.org>
*/
class ButtonControllerBase : boost::noncopyable
{

View File

@ -1,3 +1,7 @@
2002-08-15 Angus Leeming <leeming@lyx.org>
* lots: changed my email address to leeming@lyx.org.
2002-08-14 Angus Leeming <leeming@lyx.org>
* GUI.h: public derivation from boost::noncopyable.

View File

@ -5,7 +5,7 @@
* See the file COPYING.
*
* \author Edwin Leuven, leuven@fee.uva.nl
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLABOUTLYX_H

View File

@ -9,7 +9,7 @@
*
* \file ControlBibitem.C
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -10,7 +10,7 @@
*
* \file ControlBibitem.h
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLBIBITEM_H

View File

@ -9,7 +9,7 @@
*
* \file ControlBibtex.C
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
* \author Herbert Voss <voss@lyx.org>
*/

View File

@ -10,7 +10,7 @@
*
* \file ControlBibtex.h
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLBIBTEX_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlButtons.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlButtons.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* ControlButtons serves only to control the activation of the Ok, Apply, Cancel
* and Restore buttons on the View dialog.

View File

@ -3,7 +3,7 @@
* Copyright 2001 The LyX Team.
* See the file COPYING.
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlCitation.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlCitation.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLCITATION_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlCommand.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlCommand.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* ControlCommand is a controller class for dialogs that create or modify
* an inset derived from InsetCommand.

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlConnections.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* ControlConnections.h contains the definition of three controller classes,
* ControlConnectBase, ControlConnectBI and ControlConnectBD.

View File

@ -4,7 +4,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* ControlDialog is to be used as a parent class for dialogs that are not
* views onto parameters of insets. (An ugly description I know, but I hope

View File

@ -4,7 +4,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* ControlDialog is a base class and so these templatised methods will be
* instantiated if this file is #included in the derived classes' .C file.

View File

@ -3,7 +3,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -4,7 +4,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* Instatiate the two possible instantiations of the ControlDialog template
* class, thus reducing file dependencies enormously.

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \author Jürgen Vigna, jug@sad.it
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -10,7 +10,7 @@
*
* \file ControlERT.h
* \author Juergen Vigna, jug@sad.it
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLERT_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlError.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -10,7 +10,7 @@
* \file ControlExternal.C
* \author Asger Alstrup
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -11,7 +11,7 @@
* \file ControlExternal.h
* \author Asger Alstrup
* \author John Levon
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLEXTERNAL_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlGraphics.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
* \author Herbert Voss <voss@perce.de>
*/

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlGraphics.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
* \author Herbert Voss <voss@perce.de>
*/

View File

@ -5,7 +5,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlIndex.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlIndex.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLINDEX_H

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlInsets.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* ControlInset is to be used as a parent class for dialogs that display and
* can perhaps modify the contents of an individual inset. An example being the

View File

@ -4,7 +4,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*
* ControlInset is a base class and so these templatised methods will be
* instantiated if this file is #included in the derived classes' .C file.

View File

@ -9,7 +9,7 @@
*
* \file ControlLog.h
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -10,7 +10,7 @@
*
* \file ControlLog.h
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLLOG_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \author Jürgen Vigna, jug@sad.it
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -10,7 +10,7 @@
*
* \file ControlMinipage.h
* \author Juergen Vigna, jug@sad.it
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLMINIPAGE_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlRef.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlRef.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLREF_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlSearch.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlSearch.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLSEARCH_H

View File

@ -4,7 +4,7 @@
* Copyright 2002 The LyX Team.
* See the file COPYING.
*
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLSENDTO_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlToc.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlToc.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLTOC_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file ControlUrl.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlUrl.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLURL_H

View File

@ -9,7 +9,7 @@
*
* \file ControlVCLog.C
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -10,7 +10,7 @@
*
* \file ControlVCLog.h
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CONTROLVCLOG_H

View File

@ -8,7 +8,7 @@
*
* ======================================================
*
* Author: Angus Leeming <a.leeming@ic.ac.uk>
* Author: Angus Leeming <leeming@lyx.org>
*/
#ifndef VIEWBASE_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file biblio.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
* \author Herbert Voss <voss@perce.de>
*/

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file biblio.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef BIBLIOHELPERS_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file character.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file character.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef CHARACTERHELPERS_H

View File

@ -3,7 +3,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -4,7 +4,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FRNT_LANG_H

View File

@ -8,7 +8,7 @@
* ======================================================
*
* \file helper_funcs.C
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#include <vector>

View File

@ -9,7 +9,7 @@
* ======================================================
*
* \file ControlCitation.h
* \author Angus Leeming <a.leeming@ic.ac.uk>
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef HELPERFUNCS_H

View File

@ -1,3 +1,7 @@
2002-08-15 Angus Leeming <leeming@lyx.org>
* lots: changed my email address to leeming@lyx.org.
2002-08-14 Angus Leeming <leeming@lyx.org>
* FormBaseDeprecated.h: public derivation from boost::noncopyable.

View File

@ -3,7 +3,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -5,7 +5,7 @@
* Copyright 1995-2002 The LyX Team.
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
/* structs RGBColor and HSVColor to enable simple conversion between

View File

@ -3,7 +3,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
/* A common interface for posting feedback messages to a message widget in

View File

@ -4,7 +4,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
**/
/* A common interface for posting feedback messages to a message widget in

View File

@ -4,7 +4,7 @@
* See the file COPYING.
*
* \author Edwin Leuven, leuven@fee.uva.nl
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -5,7 +5,7 @@
* See the file COPYING.
*
* \author Edwin Leuven, leuven@fee.uva.nl
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMABOUTLYX_H

View File

@ -3,7 +3,7 @@
* Copyright 2000-2001 The LyX Team.
* See the file COPYING.
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -4,7 +4,7 @@
* Copyright 2000-2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
/* A base class for the MCV-ed xforms dialogs.

View File

@ -3,7 +3,7 @@
* Copyright 2001 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
* \author John Levon, moz@compsoc.man.ac.uk
*/

View File

@ -5,7 +5,7 @@
* Read the file COPYING
*
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMBIBITEM_H

View File

@ -3,7 +3,7 @@
* Copyright 2001 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
* \author John Levon, moz@compsoc.man.ac.uk
* \author Herbert Voss, voss@lyx.org
*/

View File

@ -4,7 +4,7 @@
* Copyright 2001 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
* \author John Levon, moz@compsoc.man.ac.uk
*/

View File

@ -5,7 +5,7 @@
* Read the file COPYING
*
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMBROWSER_H

View File

@ -4,7 +4,7 @@
* See the file COPYING.
*
* \author Edwin Leuven, leuven@fee.uva.nl
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <vector>

View File

@ -5,7 +5,7 @@
* See the file COPYING.
*
* \author Edwin Leuven, leuven@fee.uva.nl
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_CHARACTER_H

View File

@ -3,7 +3,7 @@
* Copyright 2000-2001 The LyX Team.
* See the file COPYING.
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -4,7 +4,7 @@
* Copyright 2000-2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMCITATION_H

View File

@ -3,7 +3,7 @@
* Copyright 2000-2001 The LyX Team.
* See the file COPYING.
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifdef __GNUG__

View File

@ -4,7 +4,7 @@
* Copyright 2000-2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMERROR_H

View File

@ -5,7 +5,7 @@
*
* \author Asger Alstrup
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -6,7 +6,7 @@
*
* \author Asger Alstrup Nielsen
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMEXTERNAL_H

View File

@ -3,7 +3,7 @@
* Copyright 2001 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
* \date 2001-10-22
*/

View File

@ -4,7 +4,7 @@
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMFORKS_H

View File

@ -5,7 +5,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMINCLUDE_H
#define FORMINCLUDE_H

View File

@ -3,7 +3,7 @@
* Copyright 2000-2001 The LyX Team.
* See the file COPYING.
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>

View File

@ -4,7 +4,7 @@
* Copyright 2000-2001 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMINDEX_H

View File

@ -5,7 +5,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>
@ -34,7 +34,7 @@ using std::max;
extern "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
FormMathsBitmap::FormMathsBitmap(LyXView * lv, Dialogs * d,
FormMathsBitmap::FormMathsBitmap(LyXView & lv, Dialogs & d,
FormMathsPanel const & p, string const & t,
vector<string> const & l)
: FormMathsSub(lv, d, p, t, false),

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_MATHSBITMAP_H
@ -36,7 +36,7 @@ public:
typedef lyx::shared_c_ptr<FL_FORM> fl_ptr;
///
FormMathsBitmap(LyXView *, Dialogs * d, FormMathsPanel const &,
FormMathsBitmap(LyXView &, Dialogs & d, FormMathsPanel const &,
string const &, std::vector<string> const &);
///
~FormMathsBitmap();

View File

@ -6,7 +6,7 @@
* \author Alejandro Aguilar Sierra
* \author Pablo De Napoli, pdenapo@dm.uba.ar
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>
@ -35,7 +35,7 @@ static char const * decoration_names[] = {
static int const nr_decoration_names = sizeof(decoration_names) / sizeof(char const *);
FormMathsDeco::FormMathsDeco(LyXView * lv, Dialogs * d,
FormMathsDeco::FormMathsDeco(LyXView & lv, Dialogs & d,
FormMathsPanel const & p)
: FormMathsSub(lv, d, p, _("Maths Decorations & Accents"), false)
{}

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_MATHSDECO_H
@ -28,7 +28,7 @@ struct FD_maths_deco;
class FormMathsDeco : public FormMathsSub {
public:
///
FormMathsDeco(LyXView *, Dialogs *, FormMathsPanel const &);
FormMathsDeco(LyXView &, Dialogs &, FormMathsPanel const &);
private:
/// Build the dialog

View File

@ -6,7 +6,7 @@
* \author Alejandro Aguilar Sierra
* \author Pablo De Napoli, pdenapo@dm.uba.ar
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>
@ -52,7 +52,7 @@ static char const * delim_values[] = {
using std::endl;
FormMathsDelim::FormMathsDelim(LyXView * lv, Dialogs * d,
FormMathsDelim::FormMathsDelim(LyXView & lv, Dialogs & d,
FormMathsPanel const & p)
: FormMathsSub(lv, d, p, _("Maths Delimiters"), false)
{}
@ -101,7 +101,7 @@ void FormMathsDelim::apply()
ostringstream os;
os << delim_values[left] << ' ' << delim_values[right];
lv_->dispatch(FuncRequest(LFUN_MATH_DELIM, os.str().c_str()));
lv_.dispatch(FuncRequest(LFUN_MATH_DELIM, os.str().c_str()));
}

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_MATHSDELIM_H
@ -28,7 +28,7 @@ struct FD_maths_delim;
class FormMathsDelim : public FormMathsSub {
public:
///
FormMathsDelim(LyXView *, Dialogs *, FormMathsPanel const &);
FormMathsDelim(LyXView &, Dialogs &, FormMathsPanel const &);
private:
/// Build the dialog

View File

@ -6,7 +6,7 @@
* \author Alejandro Aguilar Sierra
* \author Pablo De Napoli, pdenapo@dm.uba.ar
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>
@ -57,7 +57,7 @@ extern "C" {
}
FormMathsMatrix::FormMathsMatrix(LyXView * lv, Dialogs * d,
FormMathsMatrix::FormMathsMatrix(LyXView & lv, Dialogs & d,
FormMathsPanel const & p)
: FormMathsSub(lv, d, p, _("Maths Matrix"), false)
{}
@ -104,7 +104,7 @@ void FormMathsMatrix::apply()
ostringstream os;
os << nx << ' ' << ny << ' ' << c << ' ' << sh;
lv_->dispatch(FuncRequest(LFUN_INSERT_MATRIX, os.str().c_str()));
lv_.dispatch(FuncRequest(LFUN_INSERT_MATRIX, os.str().c_str()));
}

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_MATHSMATRIX_H
@ -27,7 +27,7 @@ struct FD_maths_matrix;
*/
class FormMathsMatrix : public FormMathsSub {
public:
FormMathsMatrix(LyXView *, Dialogs *, FormMathsPanel const &);
FormMathsMatrix(LyXView &, Dialogs &, FormMathsPanel const &);
///
int AlignFilter(char const *, int);

View File

@ -6,7 +6,7 @@
* \author Alejandro Aguilar Sierra
* \author Pablo De Napoli, pdenapo@dm.uba.ar
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>
@ -64,7 +64,7 @@
using std::vector;
FormMathsPanel::FormMathsPanel(LyXView * lv, Dialogs * d)
FormMathsPanel::FormMathsPanel(LyXView & lv, Dialogs & d)
: FormBaseBD(lv, d, _("Maths Panel"), false),
active_(0), bc_(_("Close"))
{
@ -318,17 +318,17 @@ bool FormMathsPanel::input(FL_OBJECT *, long data)
break;
case MM_SUPER:
lv_->dispatch(FuncRequest(LFUN_SUPERSCRIPT));
lv_.dispatch(FuncRequest(LFUN_SUPERSCRIPT));
break;
case MM_SUB:
lv_->dispatch(FuncRequest(LFUN_SUBSCRIPT));
lv_.dispatch(FuncRequest(LFUN_SUBSCRIPT));
break;
case MM_SUBSUPER:
lv_->dispatch(FuncRequest(LFUN_SUBSCRIPT));
lv_->dispatch(FuncRequest(LFUN_LEFT));
lv_->dispatch(FuncRequest(LFUN_SUPERSCRIPT));
lv_.dispatch(FuncRequest(LFUN_SUBSCRIPT));
lv_.dispatch(FuncRequest(LFUN_LEFT));
lv_.dispatch(FuncRequest(LFUN_SUPERSCRIPT));
break;
case MM_DELIM:
@ -378,26 +378,26 @@ bool FormMathsPanel::input(FL_OBJECT *, long data)
void FormMathsPanel::insertSymbol(string const & sym, bool bs) const
{
if (bs)
lv_->dispatch(FuncRequest(LFUN_INSERT_MATH, '\\' + sym));
lv_.dispatch(FuncRequest(LFUN_INSERT_MATH, '\\' + sym));
else
lv_->dispatch(FuncRequest(LFUN_INSERT_MATH, sym));
lv_.dispatch(FuncRequest(LFUN_INSERT_MATH, sym));
}
void FormMathsPanel::dispatchFunc(kb_action action) const
{
lv_->dispatch(FuncRequest(action));
lv_.dispatch(FuncRequest(action));
}
void FormMathsPanel::mathDisplay() const
{
lv_->dispatch(FuncRequest(LFUN_MATH_DISPLAY));
lv_.dispatch(FuncRequest(LFUN_MATH_DISPLAY));
}
FormMathsSub::FormMathsSub(LyXView * lv, Dialogs * d, FormMathsPanel const & p,
FormMathsSub::FormMathsSub(LyXView & lv, Dialogs & d, FormMathsPanel const & p,
string const & t, bool allowResize)
: FormBaseBD(lv, d, t, allowResize), parent_(p), bc_(_("Close"))
{}

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_MATHSPANEL_H
@ -38,7 +38,7 @@ struct FD_maths_panel;
class FormMathsPanel : public FormBaseBD {
public:
///
FormMathsPanel(LyXView *, Dialogs *);
FormMathsPanel(LyXView &, Dialogs &);
///
void setActive(FormMathsSub *) const;
/// dispatch a symbol insert
@ -95,7 +95,7 @@ class FormMathsSub : public FormBaseBD {
public:
///
FormMathsSub(LyXView *, Dialogs *, FormMathsPanel const &,
FormMathsSub(LyXView &, Dialogs &, FormMathsPanel const &,
string const &, bool allowResize = true);
protected:

View File

@ -6,7 +6,7 @@
* \author Alejandro Aguilar Sierra
* \author Pablo De Napoli, pdenapo@dm.uba.ar
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#include <config.h>
@ -21,7 +21,7 @@
extern char * latex_mathspace[];
FormMathsSpace::FormMathsSpace(LyXView * lv, Dialogs * d,
FormMathsSpace::FormMathsSpace(LyXView & lv, Dialogs & d,
FormMathsPanel const & p)
: FormMathsSub(lv, d, p, _("Maths Spacing"), false),
space_(-1)

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_MATHSSPACE_H
@ -28,7 +28,7 @@ struct FD_maths_space;
class FormMathsSpace : public FormMathsSub {
public:
///
FormMathsSpace(LyXView *, Dialogs * , FormMathsPanel const &);
FormMathsSpace(LyXView &, Dialogs &, FormMathsPanel const &);
private:
/// Build the dialog

View File

@ -6,7 +6,7 @@
* \author Alejandro Aguilar Sierra
* \author Pablo De Napoli, pdenapo@dm.uba.ar
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
* Adapted from FormMathsSpace martin.vermeer@hut.fi
*/
@ -38,7 +38,7 @@ kb_action latex_mathfontcmds[] = {
FormMathsStyle::FormMathsStyle(LyXView * lv, Dialogs * d,
FormMathsStyle::FormMathsStyle(LyXView & lv, Dialogs & d,
FormMathsPanel const & p)
: FormMathsSub(lv, d, p, _("Maths Styles & Fonts"), false),
style_(-1)

View File

@ -6,7 +6,7 @@
*
* \author Alejandro Aguilar Sierra
* \author John Levon, moz@compsoc.man.ac.uk
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORM_MATHSSTYLE_H
@ -28,7 +28,7 @@ struct FD_maths_style;
class FormMathsStyle : public FormMathsSub {
public:
///
FormMathsStyle(LyXView *, Dialogs *, FormMathsPanel const &);
FormMathsStyle(LyXView &, Dialogs &, FormMathsPanel const &);
private:
/// Build the dialog

View File

@ -6,7 +6,7 @@
* Read the file COPYING
*
* \author Allan Rae, rae@lyx.org
* \author Angus Leeming, a.leeming@ic.ac.uk
* \author Angus Leeming <leeming@lyx.org>
*/
#ifndef FORMPREFERENCES_H

Some files were not shown because too many files have changed in this diff Show More