#include "precompiled_starmath.hxx"
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include "starmath.hrc"
#include <vcl/menu.hxx>
#include <svx/editview.hxx>
#include <svx/editeng.hxx>
#include <svx/editstat.hxx>
#include <svx/eeitem.hxx>
#include <sfx2/dispatch.hxx>
#include <svtools/intitem.hxx>
#include <svtools/itempool.hxx>
#include <svtools/stritem.hxx>
#include <svx/fhgtitem.hxx>
#include <svx/wghtitem.hxx>
#include <svx/lrspitem.hxx>
#include <svtools/itemset.hxx>
#include <svx/fontitem.hxx>
#include "edit.hxx"
#include "view.hxx"
#include "document.hxx"
#include "config.hxx"
Include dependency graph for edit.cxx:
Go to the source code of this file.
Defines | |
#define | ITEMID_FONT 1 |
#define | ITEMID_FONTHEIGHT 2 |
#define | ITEMID_LRSPACE 3 |
#define | ITEMID_WEIGHT 4 |
#define | SCROLL_LINE 24 |
#define | MINWIDTH 200 |
#define | MINHEIGHT 200 |
#define | MINSPLIT 40 |
#define | SPLITTERWIDTH 2 |
Functions | |
void | SmGetLeftSelectionPart (const ESelection aSel, USHORT &nPara, USHORT &nPos) |
IMPL_LINK (SmEditWindow, ModifyTimerHdl, Timer *, EMPTYARG) |
IMPL_LINK | ( | SmEditWindow | , | |
ModifyTimerHdl | , | |||
Timer * | , | |||
EMPTYARG | ||||
) |
Definition at line 291 of file edit.cxx.
References SmModule::GetConfig(), SmMathConfig::IsAutoRedraw(), and SM_MOD1.
void SmGetLeftSelectionPart | ( | const ESelection | aSel, | |
USHORT & | nPara, | |||
USHORT & | nPos | |||
) |