X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferview_funcs.h;h=bc8a1c517225010f432202c658271337c6ce3e8e;hb=98c966c64594611e469313314abd1e59524adb4a;hp=ad1b174c5d5931deaf9115e3366794f1a301af56;hpb=f65b7ff4ab2fe8ad0d9196c231064240e3fde81f;p=lyx.git diff --git a/src/bufferview_funcs.h b/src/bufferview_funcs.h index ad1b174c5d..bc8a1c5172 100644 --- a/src/bufferview_funcs.h +++ b/src/bufferview_funcs.h @@ -1,11 +1,11 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -22,54 +22,37 @@ class BufferView; class LyXFont; class LyXText; -#ifndef NEW_INSETS -/// -extern void Foot(BufferView *); -#endif -/// -extern void Emph(BufferView *); /// -extern void Bold(BufferView *); +extern void emph(BufferView *); /// -extern void Noun(BufferView *); -#ifndef NEW_INSETS +extern void bold(BufferView *); /// -extern void Margin(BufferView *); -#endif +extern void noun(BufferView *); /// -extern void Figure(); +extern void table(); /// -extern void Table(); +extern void lang(BufferView *, string const &); /// -extern void Lang(BufferView *, string const &); +extern void number(BufferView *); /// -extern void Number(BufferView *); -#ifndef NEW_INSETS -/// -extern void Melt(BufferView *); -#endif -/// -extern void Tex(BufferView *); +extern void tex(BufferView *); /// extern void changeDepth(BufferView *, LyXText *, int); /// -extern void ProhibitInput(BufferView *); -/// -extern void AllowInput(BufferView *); -/// -extern void Code(BufferView *); +extern void code(BufferView *); /// -extern void Sans(BufferView *); +extern void sans(BufferView *); /// -extern void Roman(BufferView *); +extern void roman(BufferView *); /// -extern void StyleReset(BufferView *); +extern void styleReset(BufferView *); /// -extern void Underline(BufferView *); +extern void underline(BufferView *); /// -extern void FontSize(BufferView *, string const &); -/// Returns the current font and depth as a message. -extern string const CurrentState(BufferView *); +extern void fontSize(BufferView *, string const &); +/// Returns the current font and depth as a message. +extern string const currentState(BufferView *); /// -extern void ToggleAndShow(BufferView *, LyXFont const &, bool toggleall=true); +extern void toggleAndShow(BufferView *, LyXFont const &, + bool toggleall = true); #endif