#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <locale.h>
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "ut_growbuf.h"
#include "ut_misc.h"
#include "ut_string.h"
#include "ut_std_string.h"
#include "ut_bytebuf.h"
#include "ut_timer.h"
#include "ut_types.h"
#include "xav_View.h"
#include "fl_DocLayout.h"
#include "fl_BlockLayout.h"
#include "fl_TOCLayout.h"
#include "fl_SectionLayout.h"
#include "fl_AutoNum.h"
#include "fp_Page.h"
#include "fp_PageSize.h"
#include "fp_Column.h"
#include "fp_TableContainer.h"
#include "fp_Line.h"
#include "fp_Run.h"
#include "fp_TextRun.h"
#include "fg_Graphic.h"
#include "fg_GraphicRaster.h"
#include "pd_Document.h"
#include "pd_DocumentRDF.h"
#include "pd_Style.h"
#include "pp_Property.h"
#include "pp_AttrProp.h"
#include "gr_Graphics.h"
#include "gr_DrawArgs.h"
#include "ie_types.h"
#include "xap_App.h"
#include "xap_Frame.h"
#include "xap_Clipboard.h"
#include "ap_TopRuler.h"
#include "ap_LeftRuler.h"
#include "ap_Prefs.h"
#include "ap_Strings.h"
#include "fd_Field.h"
#include "fv_ViewDoubleBuffering.h"
#include "ut_rand.h"
#include "fl_FootnoteLayout.h"
#include "pp_Revision.h"
#include "gr_Painter.h"
#include "fv_View.h"
Classes | |
class | CellLine |
Defines | |
#define | BOOKMARK_NAME_SIZE 30 |
#define | CHECK_WINDOW_SIZE if(getWindowHeight() < 20) return; |
Functions | |
static UT_UCS4Char | s_smartQuoteToPlain (UT_UCS4Char currentChar) |
Variables | |
static bool | bScrollRunning = false |
static UT_Worker * | s_pScroll = NULL |
#define BOOKMARK_NAME_SIZE 30 |
#define CHECK_WINDOW_SIZE if(getWindowHeight() < 20) return; |
static UT_UCS4Char s_smartQuoteToPlain | ( | UT_UCS4Char | currentChar | ) | [inline, static] |
References UCS_LDBLQUOTE, UCS_LQUOTE, UCS_RDBLQUOTE, and UCS_RQUOTE.
Referenced by FV_View::_findNext(), and FV_View::_findPrev().
bool bScrollRunning = false [static] |