#include <stdlib.h>#include <string.h>#include <time.h>#include "fp_TextRun.h"#include "fl_DocLayout.h"#include "fl_BlockLayout.h"#include "fp_Line.h"#include "pp_Property.h"#include "pp_AttrProp.h"#include "gr_Graphics.h"#include "pd_Document.h"#include "pd_Style.h"#include "pd_Iterator.h"#include "gr_DrawArgs.h"#include "fv_View.h"#include "fb_Alignment.h"#include "fl_TableLayout.h"#include "xap_App.h"#include "xap_Frame.h"#include "ut_debugmsg.h"#include "ut_assert.h"#include "ut_string.h"#include "ut_growbuf.h"#include "ut_units.h"#include "ut_types.h"#include "xap_EncodingManager.h"#include "ut_OverstrikingChars.h"#include "ut_Language.h"#include "ap_Prefs.h"#include "gr_Painter.h"Functions | |
| static fp_Run * | getPreviousInterestingRunForCapitalization (fp_Run *self) |
Referenced by fp_TextRun::_refreshDrawBuffer().
1.7.1