X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferview_funcs.h;h=01895550fbd8333a236443543f1f7ca3c4b5f747;hb=34d28f9daae536db06d6cf1a9dcf62dc0f5aa432;hp=51b0823be3fa72df9a1f73f7c8a17f1d2467fa6e;hpb=b9d61343fc76a681b0264d65703ef2119647df56;p=lyx.git diff --git a/src/bufferview_funcs.h b/src/bufferview_funcs.h index 51b0823be3..01895550fb 100644 --- a/src/bufferview_funcs.h +++ b/src/bufferview_funcs.h @@ -23,37 +23,36 @@ class LyXFont; class LyXText; /// -extern void Emph(BufferView *); +extern void emph(BufferView *); /// -extern void Bold(BufferView *); +extern void bold(BufferView *); /// -extern void Noun(BufferView *); +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 *); -/// -extern void Tex(BufferView *); +extern void tex(BufferView *); /// extern void changeDepth(BufferView *, LyXText *, int); /// -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 &); +extern void fontSize(BufferView *, string const &); /// Returns the current font and depth as a message. -extern string const CurrentState(BufferView *); +extern string const currentState(BufferView *); /// -extern void ToggleAndShow(BufferView *, LyXFont const &, bool toggleall=true); +extern void toggleAndShow(BufferView *, LyXFont const &, + bool toggleall = true); #endif