#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "xap_Features.h"
#include "ap_Features.h"
#include "ap_EditMethods.h"
#include "ut_locale.h"
#include "ut_debugmsg.h"
#include "ut_string.h"
#include "ut_std_string.h"
#include "ut_bytebuf.h"
#include "ut_Language.h"
#include "ev_EditMethod.h"
#include "xav_View.h"
#include "fv_View.h"
#include "fl_DocLayout.h"
#include "fl_AutoLists.h"
#include "fp_Page.h"
#include "fp_Line.h"
#include "fg_Graphic.h"
#include "pd_Document.h"
#include "gr_Graphics.h"
#include "gr_DrawArgs.h"
#include "xap_App.h"
#include "xap_Frame.h"
#include "xap_EditMethods.h"
#include "xap_Menu_Layouts.h"
#include "xap_Prefs.h"
#include "ap_Strings.h"
#include "ap_LoadBindings.h"
#include "ap_FrameData.h"
#include "ap_LeftRuler.h"
#include "ap_TopRuler.h"
#include "ap_Prefs.h"
#include "ut_string_class.h"
#include "ap_Dialog_Id.h"
#include "ap_Dialog_Replace.h"
#include "ap_Dialog_Goto.h"
#include "ap_Dialog_Break.h"
#include "ap_Dialog_InsertTable.h"
#include "ap_Dialog_Paragraph.h"
#include "ap_Dialog_PageNumbers.h"
#include "ap_Dialog_PageSetup.h"
#include "ap_Dialog_Lists.h"
#include "ap_Dialog_Options.h"
#include "ap_Dialog_RDFQuery.h"
#include "ap_Dialog_RDFEditor.h"
#include "ap_Dialog_Styles.h"
#include "ap_Dialog_Stylist.h"
#include "ap_Dialog_Tab.h"
#include "ap_Dialog_Insert_DateTime.h"
#include "ap_Dialog_Field.h"
#include "ap_Dialog_WordCount.h"
#include "ap_Dialog_Columns.h"
#include "ap_Dialog_ToggleCase.h"
#include "ap_Dialog_Background.h"
#include "ap_Dialog_New.h"
#include "ap_Dialog_HdrFtr.h"
#include "ap_Dialog_InsertBookmark.h"
#include "ap_Dialog_InsertHyperlink.h"
#include "ap_Dialog_InsertXMLID.h"
#include "ap_Dialog_MetaData.h"
#include "ap_Dialog_MarkRevisions.h"
#include "ap_Dialog_ListRevisions.h"
#include "ap_Dialog_MergeCells.h"
#include "ap_Dialog_SplitCells.h"
#include "ap_Dialog_FormatTable.h"
#include "ap_Dialog_Border_Shading.h"
#include "ap_Dialog_FormatFrame.h"
#include "ap_Dialog_FormatFootnotes.h"
#include "ap_Dialog_FormatTOC.h"
#include "ap_Dialog_MailMerge.h"
#include "ap_Dialog_Latex.h"
#include "fv_FrameEdit.h"
#include "fl_FootnoteLayout.h"
#include "gr_EmbedManager.h"
#include "fp_MathRun.h"
#include "ut_mbtowc.h"
#include "fp_EmbedRun.h"
#include "fp_FrameContainer.h"
#include "ap_Frame.h"
#include "xad_Document.h"
#include "xap_DialogFactory.h"
#include "xap_Dlg_About.h"
#include "xap_Dlg_ClipArt.h"
#include "xap_Dlg_MessageBox.h"
#include "xap_Dlg_FileOpenSaveAs.h"
#include "xap_Dlg_FontChooser.h"
#include "xap_Dlg_Print.h"
#include "xap_Dlg_PrintPreview.h"
#include "xap_Dlg_WindowMore.h"
#include "xap_Dlg_Zoom.h"
#include "xap_Dlg_Insert_Symbol.h"
#include "xap_Dlg_Language.h"
#include "xap_Dlg_PluginManager.h"
#include "xap_Dlg_Image.h"
#include "xap_Dlg_ListDocuments.h"
#include "xap_Dlg_History.h"
#include "xap_Dlg_DocComparison.h"
#include "ie_imp.h"
#include "ie_impGraphic.h"
#include "ie_exp.h"
#include "ie_types.h"
#include "ut_timer.h"
#include "ut_Script.h"
#include "ut_path.h"
#include "ie_mailmerge.h"
#include "gr_Painter.h"
#include "fp_FootnoteContainer.h"
#include "ap_Dialog_Annotation.h"
#include "ap_Preview_Annotation.h"
#include "pd_DocumentRDF.h"
#include <sstream>
#include <iterator>
Classes | |
class | ap_EditMethods |
class | _Freq |
class | FV_View_Insert_symbol_listener |
class | OneShot_MailMerge_Listener |
struct | selectReferenceToSemanticItemRing |
Defines | |
#define | _D_ EV_EMT_REQUIREDATA |
#define | _A_ EV_EMT_APP_METHOD |
#define | F(fn) ap_EditMethods::fn |
#define | N(fn) #fn |
#define | NF(fn) N(fn), F(fn) |
#define | F(fn) ap_EditMethods::fn |
#define | Defun(fn) bool F(fn)(AV_View* pAV_View, EV_EditMethodCallData * pCallData ) |
#define | Defun0(fn) bool F(fn)(AV_View* /*pAV_View*/, EV_EditMethodCallData * /*pCallData*/) |
#define | Defun1(fn) bool F(fn)(AV_View* pAV_View, EV_EditMethodCallData * /*pCallData*/) |
#define | EX(fn) F(fn)(pAV_View, pCallData) |
#define | CHECK_FRAME if(s_EditMethods_check_frame()) return true; |
#define | ABIWORD_VIEW FV_View * pView = static_cast<FV_View *>(pAV_View); |
#define | PT_INC_SMALL 1.0 |
#define | PT_INC_MEDIUM 2.0 |
#define | PT_INC_LARGE 4.0 |
#define | TOGGLE_INDENT_AMT 0.5 |
Functions | |
EV_EditMethodContainer * | AP_GetEditMethods (void) |
static bool | _openURL (const char *url) |
static bool | s_EditMethods_check_frame (void) |
static bool | lockGUI (void) |
static bool | unlockGUI (void) |
static void | _sFrequentRepeat (UT_Worker *pWorker) |
Defun1 (scrollPageDown) | |
Defun1 (scrollPageUp) | |
Defun1 (scrollPageLeft) | |
Defun1 (scrollPageRight) | |
Defun1 (scrollLineDown) | |
Defun1 (scrollLineUp) | |
Defun1 (scrollWheelMouseDown) | |
Defun1 (scrollWheelMouseUp) | |
Defun1 (scrollLineLeft) | |
Defun1 (scrollLineRight) | |
Defun1 (scrollToTop) | |
Defun1 (scrollToBottom) | |
Defun0 (fileNew) | |
static void | s_LoadingCursorCallback (UT_Worker *pTimer) |
static void | s_StartStopLoadingCursor (bool bStartStop, XAP_Frame *pFrame) |
static void | s_TellSaveFailed (XAP_Frame *pFrame, const char *fileName, UT_Error errorCode) |
static void | s_TellNotImplemented (XAP_Frame *pFrame, const char *szWhat, int iLine) |
static bool | s_AskRevertFile (XAP_Frame *pFrame) |
static bool | s_AskCloseAllAndExit (XAP_Frame *pFrame) |
static XAP_Dialog_MessageBox::tAnswer | s_AskSaveFile (XAP_Frame *pFrame) |
static bool | s_AskForPathname (XAP_Frame *pFrame, bool bSaveAs, XAP_Dialog_Id id, const char *pSuggestedName, char **ppPathname, IEFileType *ieft) |
static bool | s_AskForGraphicPathname (XAP_Frame *pFrame, char **ppPathname, IEGraphicFileType *iegft) |
XAP_Dialog_MessageBox::tAnswer | s_CouldNotLoadFileMessage (XAP_Frame *pFrame, const char *pNewFile, UT_Error errorCode) |
UT_Error | fileOpen (XAP_Frame *pFrame, const char *pNewFile, IEFileType ieft) |
Defun1 (importStyles) | |
Defun1 (fileOpen) | |
static UT_Error | s_importFile (XAP_Frame *pFrame, const char *pNewFile, IEFileType ieft) |
Defun1 (openTemplate) | |
Defun (saveImmediate) | |
Defun (fileSave) | |
static bool | s_actuallySaveAs (AV_View *pAV_View, bool overwriteName) |
Defun1 (fileExport) | |
Defun1 (fileImport) | |
Defun1 (fileSaveAs) | |
Defun1 (fileSaveTemplate) | |
Defun1 (fileSaveAsWeb) | |
Defun1 (fileSaveImage) | |
Defun1 (fileSaveEmbed) | |
Defun1 (filePreviewWeb) | |
Defun1 (undo) | |
Defun1 (redo) | |
Defun1 (newWindow) | |
static bool | _openRecent (AV_View *pAV_View, UT_sint32 ndx) |
Defun1 (openRecent_1) | |
Defun1 (openRecent_2) | |
Defun1 (openRecent_3) | |
Defun1 (openRecent_4) | |
Defun1 (openRecent_5) | |
Defun1 (openRecent_6) | |
Defun1 (openRecent_7) | |
Defun1 (openRecent_8) | |
Defun1 (openRecent_9) | |
static bool | _activateWindow (AV_View *pAV_View, UT_sint32 ndx) |
Defun1 (activateWindow_1) | |
Defun1 (activateWindow_2) | |
Defun1 (activateWindow_3) | |
Defun1 (activateWindow_4) | |
Defun1 (activateWindow_5) | |
Defun1 (activateWindow_6) | |
Defun1 (activateWindow_7) | |
Defun1 (activateWindow_8) | |
Defun1 (activateWindow_9) | |
static bool | s_doMoreWindowsDlg (XAP_Frame *pFrame, XAP_Dialog_Id id) |
Defun1 (dlgMoreWindows) | |
static bool | s_doAboutDlg (XAP_Frame *pFrame, XAP_Dialog_Id id) |
static bool | s_doToggleCase (XAP_Frame *pFrame, FV_View *pView, XAP_Dialog_Id id) |
Defun1 (dlgToggleCase) | |
Defun1 (rotateCase) | |
Defun1 (dlgAbout) | |
Defun1 (dlgMetaData) | |
Defun1 (fileNewUsingTemplate) | |
static bool | _helpOpenURL (const char *helpURL) |
bool | helpLocalizeAndOpenURL (const char *pathBeforeLang, const char *pathAfterLang, const char *remoteURLbase) |
Defun0 (helpContents) | |
Defun0 (helpIntro) | |
Defun0 (helpCheckVer) | |
Defun0 (helpReportBug) | |
Defun0 (helpSearch) | |
Defun0 (helpCredits) | |
Defun0 (helpAboutGnomeOffice) | |
Defun1 (cycleWindows) | |
Defun1 (cycleWindowsBck) | |
static bool | s_closeWindow (AV_View *pAV_View, EV_EditMethodCallData *pCallData, bool bCanExit) |
Defun (closeWindow) | |
Defun (closeWindowX) | |
Defun (querySaveAndExit) | |
Defun1 (fileRevert) | |
Defun1 (insertClipart) | |
Defun1 (fileInsertGraphic) | |
Defun1 (fileInsertPositionedGraphic) | |
Defun1 (fileInsertPageBackgroundGraphic) | |
Defun (selectObject) | |
Defun (warpInsPtToXY) | |
static void | sActualMoveLeft (AV_View *pAV_View, EV_EditMethodCallData *) |
Defun1 (warpInsPtLeft) | |
static void | sActualMoveRight (AV_View *pAV_View, EV_EditMethodCallData *) |
Defun1 (warpInsPtRight) | |
Defun1 (warpInsPtBOP) | |
Defun1 (warpInsPtEOP) | |
Defun1 (warpInsPtBOL) | |
Defun1 (warpInsPtEOL) | |
Defun1 (warpInsPtBOW) | |
Defun1 (warpInsPtEOW) | |
Defun0 (warpInsPtBOS) | |
Defun0 (warpInsPtEOS) | |
Defun1 (warpInsPtBOB) | |
Defun1 (warpInsPtEOB) | |
Defun1 (warpInsPtBOD) | |
Defun1 (warpInsPtEOD) | |
Defun1 (warpInsPtPrevPage) | |
Defun1 (warpInsPtNextPage) | |
Defun1 (warpInsPtPrevScreen) | |
Defun1 (warpInsPtNextScreen) | |
Defun1 (warpInsPtPrevLine) | |
Defun1 (warpInsPtNextLine) | |
Defun1 (cursorDefault) | |
Defun1 (cursorIBeam) | |
Defun1 (cursorTOC) | |
Defun1 (cursorRightArrow) | |
Defun1 (cursorVline) | |
Defun1 (cursorTopCell) | |
Defun1 (cursorHline) | |
Defun1 (cursorLeftArrow) | |
Defun1 (cursorImage) | |
Defun1 (cursorImageSize) | |
static bool | dlgEditLatexEquation (AV_View *pAV_View, EV_EditMethodCallData *, bool bStartDlg, PT_DocPosition pos) |
Defun1 (contextMenu) | |
static bool | s_doContextMenu_no_move (EV_EditMouseContext emc, UT_sint32 xPos, UT_sint32 yPos, FV_View *pView, XAP_Frame *pFrame) |
static bool | s_doContextMenu (EV_EditMouseContext emc, UT_sint32 xPos, UT_sint32 yPos, FV_View *pView, XAP_Frame *pFrame) |
Defun (contextText) | |
Defun (contextFrame) | |
Defun (contextRevision) | |
Defun (contextTOC) | |
Defun (contextMath) | |
Defun (contextImage) | |
Defun (contextPosObject) | |
Defun (contextEmbedLayout) | |
Defun (contextHyperlink) | |
static void | sActualDragToXY (AV_View *pAV_View, EV_EditMethodCallData *pCallData) |
Defun (dragToXY) | |
Defun (dragToXYword) | |
Defun (endDrag) | |
Defun (extSelToXY) | |
Defun1 (extSelLeft) | |
Defun1 (extSelRight) | |
Defun1 (extSelBOL) | |
Defun1 (extSelEOL) | |
Defun1 (extSelBOW) | |
Defun1 (extSelEOW) | |
Defun0 (extSelBOS) | |
Defun0 (extSelEOS) | |
Defun1 (extSelBOB) | |
Defun1 (extSelEOB) | |
Defun1 (extSelBOD) | |
Defun1 (extSelEOD) | |
Defun1 (extSelPrevLine) | |
Defun1 (extSelNextLine) | |
Defun1 (extSelPageDown) | |
Defun1 (extSelPageUp) | |
Defun1 (extSelScreenDown) | |
Defun1 (extSelScreenUp) | |
Defun (selectAll) | |
Defun (selectWord) | |
Defun (selectLine) | |
Defun (selectBlock) | |
Defun1 (selectTable) | |
Defun (selectTOC) | |
Defun (editLatexAtPos) | |
Defun (editLatexEquation) | |
Defun1 (editEmbed) | |
Defun (selectMath) | |
Defun1 (selectRow) | |
Defun1 (selectCell) | |
Defun1 (selectColumn) | |
Defun (selectColumnClick) | |
static void | sActualDelLeft (AV_View *pAV_View, EV_EditMethodCallData *) |
Defun1 (delLeft) | |
static void | sActualDelRight (AV_View *pAV_View, EV_EditMethodCallData *) |
Defun1 (delRight) | |
Defun1 (delBOL) | |
Defun1 (delEOL) | |
Defun1 (delBOW) | |
Defun1 (delEOW) | |
Defun0 (delBOS) | |
Defun0 (delEOS) | |
Defun1 (delBOB) | |
Defun1 (delEOB) | |
Defun1 (delBOD) | |
Defun1 (delEOD) | |
Defun (insertData) | |
Defun (insertClosingParenthesis) | |
Defun (insertOpeningParenthesis) | |
Defun1 (insertLRM) | |
Defun1 (insertRLM) | |
static bool | s_doBookmarkDlg (FV_View *pView, bool) |
Defun1 (insertBookmark) | |
Defun1 (deleteBookmark) | |
static bool | s_xmlidDlg (FV_View *pView, bool) |
Defun1 (insertXMLID) | |
Defun1 (deleteXMLID) | |
static bool | s_doHyperlinkDlg (FV_View *pView) |
Defun1 (insertHyperlink) | |
Defun (replaceChar) | |
Defun0 (insertSoftBreak) | |
Defun1 (insertParagraphBreak) | |
Defun1 (insertSectionBreak) | |
Defun1 (insertTab) | |
Defun1 (insertTabCTL) | |
Defun1 (insertTabShift) | |
Defun1 (insertLineBreak) | |
Defun1 (insertColumnBreak) | |
Defun1 (insertColsBefore) | |
Defun1 (insertColsAfter) | |
Defun1 (insertRowsBefore) | |
Defun1 (insertRowsAfter) | |
static bool | s_doMergeCellsDlg (FV_View *pView) |
Defun1 (mergeCells) | |
static bool | s_doSplitCellsDlg (FV_View *pView) |
Defun1 (splitCells) | |
static bool | s_doFormatTableDlg (FV_View *pView) |
Defun1 (formatTable) | |
Defun1 (formatTOC) | |
Defun1 (deleteCell) | |
Defun1 (deleteColumns) | |
Defun1 (deleteRows) | |
Defun1 (deleteTable) | |
Defun1 (insertPageBreak) | |
Defun1 (insertSpace) | |
Defun1 (insertNBSpace) | |
Defun1 (insertNBZWSpace) | |
Defun1 (insertZWJoiner) | |
Defun (insertGraveData) | |
Defun (insertAcuteData) | |
Defun (insertCircumflexData) | |
Defun (insertTildeData) | |
Defun (insertMacronData) | |
Defun (insertBreveData) | |
Defun (insertAbovedotData) | |
Defun (insertDiaeresisData) | |
Defun (insertDoubleacuteData) | |
Defun (insertCaronData) | |
Defun (insertCedillaData) | |
Defun (insertOgonekData) | |
Defun1 (cut) | |
Defun1 (copy) | |
static void | sActualPaste (AV_View *pAV_View, EV_EditMethodCallData *) |
Defun1 (paste) | |
Defun (pasteSelection) | |
Defun1 (pasteSpecial) | |
static bool | checkViewModeIsPrint (FV_View *pView) |
Defun1 (editFooter) | |
Defun1 (removeHeader) | |
Defun1 (removeFooter) | |
Defun1 (editHeader) | |
static bool | s_doGotoDlg (FV_View *pView, XAP_Dialog_Id id) |
Defun1 (go) | |
static bool | s_doFindOrFindReplaceDlg (FV_View *pView, XAP_Dialog_Id id) |
Defun1 (find) | |
Defun1 (findAgain) | |
Defun1 (replace) | |
static bool | s_doLangDlg (FV_View *pView) |
static bool | s_doFontDlg (FV_View *pView) |
static void | s_TabSaveCallBack (AP_Dialog_Tab *, FV_View *pView, const char *szTabStops, const char *szDflTabStop, void *) |
bool | s_doTabDlg (FV_View *pView) |
static bool | s_doParagraphDlg (FV_View *pView) |
static bool | s_doOptionsDlg (FV_View *pView, int which=-1) |
Defun1 (dlgLanguage) | |
Defun (language) | |
Defun1 (dlgFont) | |
Defun (fontFamily) | |
Defun (fontSize) | |
static bool | _fontSizeChange (FV_View *pView, bool bIncrease) |
Defun1 (fontSizeIncrease) | |
Defun1 (fontSizeDecrease) | |
Defun1 (cairoPrint) | |
Defun1 (cairoPrintPreview) | |
Defun1 (cairoPrintDirectly) | |
Defun1 (formatPainter) | |
static bool | _toggleSpanOrBlock (FV_View *pView, const gchar *prop, const gchar *vOn, const gchar *vOff, bool bMultiple, bool isSpan) |
static bool | _toggleSpan (FV_View *pView, const gchar *prop, const gchar *vOn, const gchar *vOff, bool bMultiple=false) |
bool | s_actuallyPrint (PD_Document *doc, GR_Graphics *pGraphics, FV_View *pPrintView, const char *pDocName, UT_uint32 nCopies, bool bCollate, UT_sint32 iWidth, UT_sint32 iHeight, UT_sint32 nToPage, UT_sint32 nFromPage) |
bool | s_actuallyPrint (PD_Document *doc, GR_Graphics *pGraphics, FV_View *pPrintView, const char *pDocName, UT_uint32 nCopies, bool bCollate, UT_sint32 iWidth, UT_sint32 iHeight, const std::set< UT_sint32 > &pages) |
static bool | s_doZoomDlg (FV_View *pView) |
Defun1 (zoom100) | |
Defun1 (zoom200) | |
Defun1 (zoom50) | |
Defun1 (zoom75) | |
Defun1 (zoomWidth) | |
Defun1 (zoomWhole) | |
Defun1 (zoomIn) | |
Defun1 (zoomOut) | |
static bool | s_doBreakDlg (FV_View *pView) |
static bool | s_InsertSymbolDlg (FV_View *pView, XAP_Dialog_Id id) |
Defun1 (print) | |
Defun1 (dlgPlugins) | |
Defun1 (dlgOptions) | |
static bool | _viewTBx (AV_View *pAV_View, int num) |
Defun1 (viewTB1) | |
Defun1 (viewTB2) | |
Defun1 (viewTB3) | |
Defun1 (viewTB4) | |
Defun1 (viewStd) | |
Defun1 (viewFormat) | |
Defun1 (viewTable) | |
Defun1 (viewExtra) | |
Defun1 (lockToolbarLayout) | |
Defun1 (defaultToolbarLayout) | |
Defun1 (viewNormalLayout) | |
Defun1 (viewWebLayout) | |
Defun1 (viewPrintLayout) | |
Defun1 (viewStatus) | |
Defun1 (viewRuler) | |
Defun1 (viewFullScreen) | |
Defun1 (viewPara) | |
Defun1 (viewHeadFoot) | |
Defun1 (viewLockStyles) | |
Defun (zoom) | |
Defun1 (dlgZoom) | |
static bool | s_doInsertDateTime (FV_View *pView) |
Defun1 (insDateTime) | |
Defun1 (insBreak) | |
static bool | s_doInsertPageNumbers (FV_View *pView) |
Defun1 (insPageNo) | |
static bool | s_doField (FV_View *pView) |
Defun1 (insField) | |
Defun1 (insMailMerge) | |
Defun1 (insFile) | |
Defun1 (insSymbol) | |
Defun1 (insTextBox) | |
Defun1 (insFootnote) | |
static void | insertAnnotation (FV_View *pView, bool bDescr) |
Defun1 (insAnnotation) | |
Defun1 (insAnnotationFromSel) | |
Defun1 (toggleDisplayAnnotations) | |
Defun1 (editAnnotation) | |
Defun1 (insTOC) | |
Defun1 (insEndnote) | |
Defun1 (toggleRDFAnchorHighlight) | |
static bool | s_doRDFQueryDlg (FV_View *pView, XAP_Dialog_Id id, AP_Dialog_RDFQuery *&dialogret) |
Defun1 (rdfQuery) | |
static bool | s_doRDFEditorDlg (FV_View *pView, XAP_Dialog_Id id, AP_Dialog_RDFEditor *&dialogret, bool rstrct) |
Defun1 (rdfEditor) | |
Defun1 (rdfInsertNewContact) | |
Defun1 (rdfInsertNewContactFromFile) | |
Defun1 (rdfInsertRef) | |
Defun1 (rdfQueryXMLIDs) | |
Defun1 (dlgParagraph) | |
static bool | s_doBullets (FV_View *pView) |
Defun1 (dlgBullets) | |
static bool | s_doBorderShadingDlg (FV_View *pView) |
Defun1 (dlgBorders) | |
Defun1 (setPosImage) | |
Defun1 (dlgFmtPosImage) | |
static bool | s_doFormatImageDlg (FV_View *pView, EV_EditMethodCallData *pCallData, bool bCtxtMenu) |
Defun (dlgFmtImageCtxt) | |
Defun (dlgFmtImage) | |
Defun (dlgColumns) | |
Defun (style) | |
static bool | s_doStylesDlg (FV_View *pView) |
Defun1 (formatFootnotes) | |
Defun1 (dlgStyle) | |
Defun1 (dlgStylist) | |
Defun1 (dlgTabs) | |
Defun0 (noop) | |
static bool | s_doWordCountDlg (FV_View *pView) |
Defun1 (dlgWordCount) | |
static bool | s_doInsertTableDlg (FV_View *pView) |
Defun1 (sortColsAscend) | |
Defun1 (sortColsDescend) | |
Defun1 (sortRowsAscend) | |
Defun1 (sortRowsDescend) | |
Defun1 (textToTable) | |
Defun1 (textToTableTabs) | |
Defun1 (textToTableCommas) | |
Defun1 (textToTableSpaces) | |
Defun1 (insertSumRows) | |
Defun1 (insertSumCols) | |
Defun1 (insertTable) | |
Defun1 (toggleHidden) | |
Defun1 (toggleBold) | |
Defun1 (toggleItalic) | |
Defun1 (toggleUline) | |
Defun1 (toggleOline) | |
Defun1 (toggleStrike) | |
Defun1 (toggleTopline) | |
Defun1 (toggleBottomline) | |
void | s_getPageMargins (FV_View *pView, double &margin_left, double &margin_right, double &page_margin_left, double &page_margin_right, double &page_margin_top, double &page_margin_bottom) |
Defun1 (toggleIndent) | |
Defun1 (toggleUnIndent) | |
Defun1 (toggleSuper) | |
Defun1 (toggleSub) | |
Defun1 (toggleDirOverrideLTR) | |
Defun1 (toggleDirOverrideRTL) | |
Defun1 (toggleDomDirection) | |
Defun1 (toggleDomDirectionSect) | |
Defun1 (toggleDomDirectionDoc) | |
Defun1 (doBullets) | |
Defun1 (doNumbers) | |
Defun (colorForeTB) | |
Defun (colorBackTB) | |
Defun1 (togglePlain) | |
Defun1 (alignLeft) | |
Defun1 (alignCenter) | |
Defun1 (alignRight) | |
Defun1 (alignJustify) | |
Defun1 (setStyleHeading1) | |
Defun1 (setStyleHeading2) | |
Defun1 (setStyleHeading3) | |
Defun1 (sectColumns1) | |
Defun1 (sectColumns2) | |
Defun1 (sectColumns3) | |
Defun1 (paraBefore0) | |
Defun1 (paraBefore12) | |
Defun1 (singleSpace) | |
Defun1 (middleSpace) | |
Defun1 (doubleSpace) | |
Defun1 (setEditVI) | |
Defun1 (setInputVI) | |
Defun1 (cycleInputMode) | |
Defun1 (toggleInsertMode) | |
Defun (viCmd_5e) | |
Defun (viCmd_A) | |
Defun (viCmd_C) | |
Defun (viCmd_I) | |
Defun (viCmd_J) | |
Defun (viCmd_O) | |
Defun (viCmd_P) | |
Defun (viCmd_a) | |
Defun (viCmd_o) | |
Defun (viCmd_c24) | |
Defun (viCmd_c28) | |
Defun (viCmd_c29) | |
Defun (viCmd_c5b) | |
Defun (viCmd_c5d) | |
Defun (viCmd_c5e) | |
Defun (viCmd_cb) | |
Defun (viCmd_cw) | |
Defun (viCmd_d24) | |
Defun (viCmd_d28) | |
Defun (viCmd_d29) | |
Defun (viCmd_d5b) | |
Defun (viCmd_d5d) | |
Defun (viCmd_d5e) | |
Defun (viCmd_db) | |
Defun (viCmd_dd) | |
Defun (viCmd_dw) | |
Defun (viCmd_y24) | |
Defun (viCmd_y28) | |
Defun (viCmd_y29) | |
Defun (viCmd_y5b) | |
Defun (viCmd_y5d) | |
Defun (viCmd_y5e) | |
Defun (viCmd_yb) | |
Defun (viCmd_yw) | |
Defun (viCmd_yy) | |
static bool | s_AskForScriptName (XAP_Frame *pFrame, UT_String &stPathname, UT_ScriptIdType *ieft) |
Defun1 (mailMerge) | |
Defun1 (scriptPlay) | |
Defun (executeScript) | |
Defun1 (dlgColorPickerFore) | |
Defun1 (dlgColorPickerBack) | |
Defun1 (dlgBackground) | |
Defun1 (dlgHdrFtr) | |
Defun1 (hyperlinkCopyLocation) | |
Defun (hyperlinkJump) | |
Defun1 (hyperlinkJumpPos) | |
Defun1 (rdfAnchorEditTriples) | |
Defun1 (rdfAnchorQuery) | |
Defun1 (rdfAnchorEditSemanticItem) | |
Defun1 (rdfAnchorExportSemanticItem) | |
static selectReferenceToSemanticItemRing & | getSelectReferenceToSemanticItemRing () |
static void | setSemanticItemRing (PD_DocumentRDFHandle rdf, PD_RDFSemanticItemHandle h, const std::set< std::string > &xmlids, const std::string &xmlid) |
static void | rdfAnchorSelectPos (FV_View *pView, PD_DocumentRDFHandle rdf, PT_DocPosition pos, bool selectit=true) |
static bool | rdfAnchorContainsPoint (FV_View *pView, PD_DocumentRDFHandle rdf, PT_DocPosition pos) |
Defun1 (rdfAnchorSelectThisReferenceToSemanticItem) | |
Defun1 (rdfAnchorSelectNextReferenceToSemanticItem) | |
Defun1 (rdfAnchorSelectPrevReferenceToSemanticItem) | |
static PD_RDFSemanticItemHandle & | getrdfSemitemSource () |
Defun1 (rdfSemitemSetAsSource) | |
Defun1 (rdfSemitemFindRelatedFoafKnows) | |
Defun1 (rdfSemitemRelatedToSourceFoafKnows) | |
Defun1 (rdfApplyCurrentStyleSheet) | |
Defun1 (rdfStylesheetSettings) | |
Defun1 (rdfDisassocateCurrentStyleSheet) | |
static void | _rdfApplyStylesheet (FV_View *pView, std::string stylesheetName, PT_DocPosition pos) |
Defun1 (rdfApplyStylesheetContactName) | |
Defun1 (rdfApplyStylesheetContactNameHomepagePhone) | |
Defun1 (rdfApplyStylesheetContactNamePhone) | |
Defun1 (rdfApplyStylesheetContactNick) | |
Defun1 (rdfApplyStylesheetContactNickPhone) | |
Defun1 (rdfApplyStylesheetEventName) | |
Defun1 (rdfApplyStylesheetEventSummary) | |
Defun1 (rdfApplyStylesheetEventSummaryLocation) | |
Defun1 (rdfApplyStylesheetEventSummaryLocationTimes) | |
Defun1 (rdfApplyStylesheetEventSummaryTimes) | |
Defun1 (rdfApplyStylesheetLocationLatLong) | |
Defun1 (rdfApplyStylesheetLocationName) | |
Defun1 (deleteHyperlink) | |
Defun (hyperlinkStatusBar) | |
static bool | s_doMarkRevisions (XAP_Frame *pFrame, PD_Document *pDoc, FV_View *pView, bool bToggleMark, bool bForceNew) |
Defun1 (purgeAllRevisions) | |
Defun1 (toggleAutoRevision) | |
Defun1 (toggleMarkRevisions) | |
Defun1 (startNewRevision) | |
Defun1 (toggleShowRevisions) | |
Defun1 (toggleShowRevisionsBefore) | |
Defun1 (toggleShowRevisionsAfter) | |
Defun1 (toggleShowRevisionsAfterPrevious) | |
Defun (revisionAccept) | |
Defun (revisionReject) | |
Defun (revisionFindNext) | |
Defun (revisionFindPrev) | |
static bool | s_doListRevisions (XAP_Frame *pFrame, PD_Document *pDoc, FV_View *pView) |
Defun1 (revisionSetViewLevel) | |
Defun (revisionNew) | |
Defun (revisionSelect) | |
Defun1 (history) | |
static PD_Document * | s_doListDocuments (XAP_Frame *pFrame, bool bExcludeCurrent, UT_uint32 iId) |
Defun1 (revisionCompareDocuments) | |
Defun (beginVDrag) | |
Defun (beginHDrag) | |
Defun1 (clearSetCols) | |
Defun1 (autoFitTable) | |
Defun1 (clearSetRows) | |
Defun (dragVline) | |
Defun (dragHline) | |
Defun (endDragVline) | |
Defun (endDragHline) | |
Defun (btn0InlineImage) | |
Defun (btn1InlineImage) | |
Defun (copyInlineImage) | |
static void | sActualDragInlineImage (AV_View *pAV_View, EV_EditMethodCallData *pCallData) |
Defun (dragInlineImage) | |
Defun (releaseInlineImage) | |
Defun (btn0Frame) | |
Defun (btn1Frame) | |
static void | sActualDragFrame (AV_View *pAV_View, EV_EditMethodCallData *pCallData) |
Defun (dragFrame) | |
Defun (releaseFrame) | |
Defun1 (deleteFrame) | |
Defun1 (cutFrame) | |
Defun1 (copyFrame) | |
Defun1 (selectFrame) | |
Defun1 (dlgFormatFrame) | |
Defun (cutVisualText) | |
Defun (copyVisualText) | |
static void | sActualVisualDrag (AV_View *pAV_View, EV_EditMethodCallData *pCallData) |
Defun (dragVisualText) | |
Defun (pasteVisualText) | |
Defun (btn0VisualText) | |
Defun0 (repeatThisRow) | |
Defun0 (removeThisRowRepeat) | |
Defun1 (tableToTextCommas) | |
Defun1 (tableToTextTabs) | |
Defun1 (tableToTextCommasTabs) | |
Defun1 (doEscape) | |
Variables | |
static EV_EditMethod | s_arrayEditMethods [] |
static UT_Timer * | s_pToUpdateCursor = NULL |
static UT_Worker * | s_pFrequentRepeat = NULL |
static XAP_Frame * | s_pLoadingFrame = NULL |
static AD_Document * | s_pLoadingDoc = NULL |
static bool | s_LockOutGUI = false |
static bool | s_bFirstDrawDone = false |
static UT_sint32 | s_iLastYScrollOffset = -1 |
static UT_sint32 | s_iLastXScrollOffset = -1 |
static bool | s_bFreshDraw = false |
static FV_View_Insert_symbol_listener | symbol_Listener |
static const gchar * | s_TBPrefsKeys [] |
static UT_sint32 | sTopRulerHeight = 0 |
static UT_sint32 | sLeftRulerPos = 0 |
static UT_sint32 | siFixed = 0 |
static bool | sReleaseInlineImage = false |
static bool | sReleaseFrame = false |
static bool | sEndVisualDrag = false |
#define _A_ EV_EMT_APP_METHOD |
#define _D_ EV_EMT_REQUIREDATA |
#define CHECK_FRAME if(s_EditMethods_check_frame()) return true; |
#define Defun | ( | fn | ) | bool F(fn)(AV_View* pAV_View, EV_EditMethodCallData * pCallData ) |
#define Defun0 | ( | fn | ) | bool F(fn)(AV_View* /*pAV_View*/, EV_EditMethodCallData * /*pCallData*/) |
#define Defun1 | ( | fn | ) | bool F(fn)(AV_View* pAV_View, EV_EditMethodCallData * /*pCallData*/) |
#define EX | ( | fn | ) | F(fn)(pAV_View, pCallData) |
Referenced by Defun(), fileOpen(), and s_closeWindow().
#define F | ( | fn | ) | ap_EditMethods::fn |
#define F | ( | fn | ) | ap_EditMethods::fn |
#define N | ( | fn | ) | #fn |
#define NF | ( | fn | ) | N(fn), F(fn) |
#define PT_INC_LARGE 4.0 |
#define PT_INC_MEDIUM 2.0 |
#define PT_INC_SMALL 1.0 |
#define TOGGLE_INDENT_AMT 0.5 |
Referenced by Defun1().
References XAP_App::getApp(), XAP_App::getFrame(), AV_View::getParentData(), XAP_Frame::raise(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool _fontSizeChange | ( | FV_View * | pView, | |
bool | bIncrease | |||
) | [static] |
References DIM_PT, gchar, FV_View::getCharFormat(), PP_getAttribute(), s, FV_View::setCharFormat(), UT_convertToPoints(), UT_formatDimensionString(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool _helpOpenURL | ( | const char * | helpURL | ) | [static] |
References XAP_App::getApp(), and XAP_App::openHelpURL().
Referenced by helpLocalizeAndOpenURL().
References E2B, abicollab::service::error(), fileOpen(), XAP_App::getApp(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Prefs::getRecent(), IEFT_Unknown, XAP_Prefs::removeRecent(), UT_IS_IE_SUCCESS, and UT_return_val_if_fail.
Referenced by Defun1().
static bool _openURL | ( | const char * | url | ) | [static] |
References XAP_App::getApp(), and XAP_App::openURL().
static void _rdfApplyStylesheet | ( | FV_View * | pView, | |
std::string | stylesheetName, | |||
PT_DocPosition | pos | |||
) | [static] |
References PD_RDFSemanticItemViewSite::applyStylesheet(), FV_View::getDocument(), PD_Document::getDocumentRDF(), and PD_RDFSemanticStylesheet::stylesheetTypeSystem().
Referenced by Defun1().
static void _sFrequentRepeat | ( | UT_Worker * | pWorker | ) | [static] |
use this code to execute a one-off operation in an idle loop. This allows us to drop frequent events like those that come from arrow keys so we never get ahead of ourselves.
References DELETEP, UT_Worker::getInstanceData(), _Freq::m_pData, _Freq::m_pExe, _Freq::m_pView, UT_Worker::stop(), and xxx_UT_DEBUGMSG.
static bool _toggleSpan | ( | FV_View * | pView, | |
const gchar * | prop, | |||
const gchar * | vOn, | |||
const gchar * | vOff, | |||
bool | bMultiple = false | |||
) | [static] |
References _toggleSpanOrBlock().
Referenced by Defun1().
static bool _toggleSpanOrBlock | ( | FV_View * | pView, | |
const gchar * | prop, | |||
const gchar * | vOn, | |||
const gchar * | vOff, | |||
bool | bMultiple, | |||
bool | isSpan | |||
) | [static] |
static bool _viewTBx | ( | AV_View * | pAV_View, | |
int | num | |||
) | [static] |
EV_EditMethodContainer* AP_GetEditMethods | ( | void | ) |
Referenced by AP_Win32App::initialize(), AP_UnixApp::initialize(), AP_QtApp::initialize(), and AP_CocoaApp::initialize().
static bool checkViewModeIsPrint | ( | FV_View * | pView | ) | [static] |
References XAP_Dialog_MessageBox::a_NO, AP_PREF_KEY_LayoutMode, AV_CHG_ALL, XAP_Dialog_MessageBox::b_YN, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), FV_View::getViewMode(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowRuler, AP_FrameData::m_pViewMode, FV_View::notifyListeners(), XAP_PrefsScheme::setValue(), FV_View::setViewMode(), XAP_Frame::showMessageBox(), XAP_Frame::toggleLeftRuler(), FV_View::updateScreen(), UT_return_val_if_fail, and VIEW_PRINT.
Referenced by Defun1().
Defun | ( | dragVisualText | ) |
References _sFrequentRepeat(), FV_VisualDragText::abortDrag(), fl_BlockLayout::findPointCoords(), FV_View::getCurrentBlock(), fl_BlockLayout::getLength(), FV_View::getPoint(), fl_BlockLayout::getPosition(), FV_View::getSelectionAnchor(), fp_Run::getType(), FV_View::getVisualText(), UT_WorkerFactory::IDLE, EV_EditMethodCallData::m_dataLength, EV_EditMethodCallData::m_pData, EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, UT_WorkerFactory::NONE, sActualVisualDrag(), UT_Worker::start(), UT_WorkerFactory::static_constructor(), UT_WorkerFactory::TIMER, UT_ASSERT, UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Defun | ( | contextText | ) |
References EV_EMC_MATH, EV_EMC_TEXT, AV_View::getParentData(), s_doContextMenu(), and UT_return_val_if_fail.
Defun | ( | revisionAccept | ) |
Defun | ( | revisionReject | ) |
Defun | ( | revisionFindNext | ) |
Defun | ( | revisionFindPrev | ) |
Defun | ( | revisionNew | ) |
Defun | ( | revisionSelect | ) |
Defun | ( | beginVDrag | ) |
References FV_View::getDocPositionFromXY(), XAP_Frame::getFrameData(), FV_View::getGraphics(), AV_View::getParentData(), FV_View::getTopRuler(), AP_TopRuler::getView(), GR_Graphics::GR_CURSOR_GRAB, AP_FrameData::m_pTopRuler, EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, GR_Graphics::setCursor(), FV_View::setDragTableLine(), AP_TopRuler::setTableLineDrag(), FV_View::setTopRuler(), AP_TopRuler::setViewHidden(), UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Defun | ( | beginHDrag | ) |
References FV_View::getDocPositionFromXY(), XAP_Frame::getFrameData(), FV_View::getGraphics(), FV_View::getLeftRuler(), AV_View::getParentData(), GR_Graphics::GR_CURSOR_GRAB, AP_FrameData::m_pLeftRuler, EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, GR_Graphics::setCursor(), FV_View::setDragTableLine(), FV_View::setLeftRuler(), AP_LeftRuler::setTableLineDrag(), AP_LeftRuler::setViewHidden(), and UT_return_val_if_fail.
Defun | ( | dragVline | ) |
Defun | ( | dragHline | ) |
Defun | ( | endDragVline | ) |
Defun | ( | endDragHline | ) |
Defun | ( | btn0InlineImage | ) |
Defun | ( | btn1InlineImage | ) |
References FV_View::btn1InlineImage(), FV_View::cmdSelect(), fl_BlockLayout::findPointCoords(), FV_View::getBlockAtPosition(), FV_View::getDocPositionFromXY(), FV_View::getGraphics(), FV_View::getMouseContext(), fp_Run::getNextRun(), fp_Run::getType(), GR_Graphics::GR_CURSOR_GRAB, EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, GR_Graphics::setCursor(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | copyInlineImage | ) |
Defun | ( | dragInlineImage | ) |
References _sFrequentRepeat(), UT_WorkerFactory::IDLE, EV_EditMethodCallData::m_dataLength, EV_EditMethodCallData::m_pData, EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, UT_WorkerFactory::NONE, sActualDragInlineImage(), UT_Worker::start(), UT_WorkerFactory::static_constructor(), UT_WorkerFactory::TIMER, UT_ASSERT, UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Defun | ( | releaseInlineImage | ) |
Defun | ( | btn0Frame | ) |
Defun | ( | btn1Frame | ) |
Defun | ( | pasteVisualText | ) |
Defun | ( | contextFrame | ) |
References EV_EMC_FRAME, AV_View::getParentData(), s_doContextMenu(), and UT_return_val_if_fail.
Defun | ( | language | ) |
Defun | ( | dragFrame | ) |
References _sFrequentRepeat(), UT_WorkerFactory::IDLE, EV_EditMethodCallData::m_dataLength, EV_EditMethodCallData::m_pData, EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, UT_WorkerFactory::NONE, sActualDragFrame(), UT_Worker::start(), UT_WorkerFactory::static_constructor(), UT_WorkerFactory::TIMER, UT_ASSERT, UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | releaseFrame | ) |
Defun | ( | cutVisualText | ) |
References FV_View::cutVisualText(), FV_View::getGraphics(), AV_View::getParentData(), FV_View::getVisualText(), GR_Graphics::GR_CURSOR_COPYTEXT, GR_Graphics::GR_CURSOR_DRAGTEXT, GR_Graphics::GR_CURSOR_IMAGE, FV_VisualDragText::isDoingCopy(), FV_VisualDragText::isNotdraggingImage(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, XAP_Frame::setCursor(), GR_Graphics::setCursor(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | contextRevision | ) |
References EV_EMC_REVISION, AV_View::getParentData(), s_doContextMenu(), and UT_return_val_if_fail.
Defun | ( | fontFamily | ) |
Defun | ( | copyVisualText | ) |
References FV_View::copyVisualText(), FV_View::getGraphics(), AV_View::getParentData(), FV_View::getVisualText(), GR_Graphics::GR_CURSOR_COPYTEXT, GR_Graphics::GR_CURSOR_DRAGTEXT, GR_Graphics::GR_CURSOR_IMAGE, FV_VisualDragText::isDoingCopy(), FV_VisualDragText::isNotdraggingImage(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, XAP_Frame::setCursor(), GR_Graphics::setCursor(), UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Defun | ( | fontSize | ) |
Defun | ( | contextTOC | ) |
References EV_EMC_TOC, AV_View::getParentData(), s_doContextMenu_no_move(), and UT_return_val_if_fail.
Defun | ( | btn0VisualText | ) |
Defun | ( | contextImage | ) |
Defun | ( | contextPosObject | ) |
References EV_EMC_POSOBJECT, AV_View::getParentData(), s_doContextMenu_no_move(), and UT_return_val_if_fail.
Defun | ( | contextMath | ) |
References EV_EMC_MATH, EV_EMC_TEXT, AV_View::getParentData(), s_doContextMenu_no_move(), and UT_return_val_if_fail.
Defun | ( | contextEmbedLayout | ) |
Defun | ( | saveImmediate | ) |
References EX, XAP_App::getApp(), XAP_Frame::getCurrentView(), FV_View::getDocument(), XAP_Frame::getFilename(), XAP_Frame::getViewNumber(), PD_Document::isConnected(), PD_Document::isDirty(), PD_SIGNAL_SAVEDOC, s_TellSaveFailed(), PD_Document::signalListeners(), XAP_App::updateClones(), and UT_return_val_if_fail.
Defun | ( | dragToXY | ) |
Defun | ( | dragToXYword | ) |
References UT_return_val_if_fail.
Defun | ( | contextHyperlink | ) |
References EV_EMC_ANNOTATIONMISSPELLED, EV_EMC_ANNOTATIONTEXT, EV_EMC_HYPERLINKMISSPELLED, EV_EMC_HYPERLINKTEXT, EV_EMC_RDFANCHORTEXT, EX, fp_Run::getHyperlink(), fp_HyperlinkRun::getHyperlinkType(), AV_View::getParentData(), AV_View::getPoint(), s_doContextMenu_no_move(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | extSelToXY | ) |
References UT_return_val_if_fail.
Defun | ( | endDrag | ) |
References UT_return_val_if_fail.
Defun | ( | fileSave | ) |
References EX, XAP_App::getApp(), XAP_Frame::getCurrentView(), FV_View::getDocument(), XAP_Frame::getFilename(), XAP_Frame::getViewNumber(), PD_Document::isConnected(), PD_Document::isDirty(), PD_SIGNAL_SAVEDOC, s_TellSaveFailed(), PD_Document::signalListeners(), XAP_App::updateClones(), UT_EXTENSIONERROR, and UT_return_val_if_fail.
Defun | ( | closeWindow | ) |
Defun | ( | selectAll | ) |
References FV_DOCPOS_BOD, FV_DOCPOS_EOD, and UT_return_val_if_fail.
Defun | ( | zoom | ) |
References AV_FOCUS_HERE, FV_View::calculateZoomPercentForPageWidth(), FV_View::calculateZoomPercentForWholePage(), EX, FV_View::focusChange(), gchar, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getCurrentView(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), EV_EditMethodCallData::m_dataLength, EV_EditMethodCallData::m_pData, XAP_Frame::quickZoom(), XAP_PrefsScheme::setValue(), XAP_Frame::setZoomType(), UT_return_val_if_fail, UT_UTF8String::utf8_str(), XAP_PREF_KEY_ZoomType, XAP_Frame::z_PAGEWIDTH, XAP_Frame::z_PERCENT, and XAP_Frame::z_WHOLEPAGE.
Defun | ( | selectWord | ) |
References FV_DOCPOS_BOW, FV_DOCPOS_EOW_SELECT, and UT_return_val_if_fail.
Defun | ( | selectLine | ) |
Defun | ( | selectBlock | ) |
References FV_DOCPOS_BOB, FV_DOCPOS_EOB, and UT_return_val_if_fail.
Defun | ( | selectTOC | ) |
References UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | editLatexAtPos | ) |
References dlgEditLatexEquation(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | editLatexEquation | ) |
References dlgEditLatexEquation(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | closeWindowX | ) |
References s_closeWindow().
Defun | ( | selectMath | ) |
References dlgEditLatexEquation(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | selectColumnClick | ) |
References UT_return_val_if_fail.
Defun | ( | dlgFmtImageCtxt | ) |
References s_doFormatImageDlg().
Defun | ( | dlgFmtImage | ) |
Defun | ( | dlgColumns | ) |
References AP_DIALOG_ID_COLUMNS, EX, AP_Dialog_Columns::getAnswer(), AP_Dialog_Columns::getColumnOrder(), AP_Dialog_Columns::getColumns(), XAP_Frame::getDialogFactory(), AP_Dialog_Columns::getHeightString(), AP_Dialog_Columns::getLineBetween(), AV_View::getParentData(), FV_View::getSectionFormat(), AP_Dialog_Columns::getSpaceAfterString(), AP_Dialog_Columns::isMaxHeightChanged(), AP_Dialog_Columns::isSpaceAfterChanged(), PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Columns::runModal(), AP_Dialog_Columns::setColumnOrder(), AP_Dialog_Columns::setColumns(), AP_Dialog_Columns::setLineBetween(), FV_View::setSectionFormat(), UT_ASSERT_HARMLESS, UT_return_val_if_fail, UT_SHOULD_NOT_HAPPEN, and UT_std_string_sprintf().
Defun | ( | style | ) |
Defun | ( | querySaveAndExit | ) |
Defun | ( | selectObject | ) |
Defun | ( | warpInsPtToXY | ) |
References UT_return_val_if_fail.
Defun | ( | insertData | ) |
References _sFrequentRepeat(), FV_View::cmdCharInsert(), FV_View::getGraphics(), UT_WorkerFactory::IDLE, EV_EditMethodCallData::m_dataLength, EV_EditMethodCallData::m_pData, UT_WorkerFactory::NONE, UT_Worker::start(), UT_WorkerFactory::static_constructor(), UT_WorkerFactory::TIMER, UT_ASSERT, and UT_return_val_if_fail.
Defun | ( | insertClosingParenthesis | ) |
References FV_View::cmdCharInsert(), XAP_App::getApp(), XAP_App::getKbdLanguage(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Prefs::getPrefsValueBool(), EV_EditMethodCallData::m_dataLength, UT_LangRecord::m_eDir, EV_EditMethodCallData::m_pData, UT_return_val_if_fail, UTLANG_LTR, UTLANG_RTL, XAP_PREF_KEY_ChangeLanguageWithKeyboard, and XAP_PREF_KEY_DirMarkerAfterClosingParenthesis.
Defun | ( | insertOpeningParenthesis | ) |
References FV_View::cmdCharInsert(), XAP_App::getApp(), XAP_App::getKbdLanguage(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Prefs::getPrefsValueBool(), EV_EditMethodCallData::m_dataLength, UT_LangRecord::m_eDir, EV_EditMethodCallData::m_pData, UT_return_val_if_fail, UTLANG_LTR, UTLANG_RTL, XAP_PREF_KEY_ChangeLanguageWithKeyboard, and XAP_PREF_KEY_DirMarkerAfterClosingParenthesis.
Defun | ( | colorForeTB | ) |
Defun | ( | colorBackTB | ) |
Defun | ( | replaceChar | ) |
References EX.
Defun | ( | viCmd_5e | ) |
References EX.
Defun | ( | viCmd_A | ) |
References EX.
Defun | ( | viCmd_C | ) |
References EX.
Defun | ( | viCmd_I | ) |
References EX.
Defun | ( | viCmd_J | ) |
References EX.
Defun | ( | viCmd_O | ) |
References EX.
Defun | ( | viCmd_P | ) |
References EX.
Defun | ( | viCmd_a | ) |
References EX.
Defun | ( | viCmd_o | ) |
References EX.
Defun | ( | viCmd_c24 | ) |
References EX.
Defun | ( | viCmd_c28 | ) |
References EX.
Defun | ( | viCmd_c29 | ) |
References EX.
Defun | ( | viCmd_c5b | ) |
References EX.
Defun | ( | viCmd_c5d | ) |
References EX.
Defun | ( | viCmd_c5e | ) |
References EX.
Defun | ( | viCmd_cb | ) |
References EX.
Defun | ( | viCmd_cw | ) |
References EX.
Defun | ( | viCmd_d24 | ) |
References EX.
Defun | ( | viCmd_d28 | ) |
References EX.
Defun | ( | viCmd_d29 | ) |
References EX.
Defun | ( | viCmd_d5b | ) |
References EX.
Defun | ( | insertGraveData | ) |
Defun | ( | viCmd_d5d | ) |
References EX.
Defun | ( | viCmd_yb | ) |
References EX.
Defun | ( | viCmd_d5e | ) |
References EX.
Defun | ( | viCmd_db | ) |
References EX.
Defun | ( | viCmd_dd | ) |
References EX.
Defun | ( | viCmd_dw | ) |
References EX.
Defun | ( | viCmd_y24 | ) |
References EX.
Defun | ( | viCmd_y28 | ) |
References EX.
Defun | ( | viCmd_y29 | ) |
References EX.
Defun | ( | viCmd_y5b | ) |
References EX.
Defun | ( | viCmd_y5d | ) |
References EX.
Defun | ( | viCmd_y5e | ) |
References EX.
Defun | ( | viCmd_yw | ) |
References EX.
Defun | ( | viCmd_yy | ) |
References EX.
Defun | ( | insertAcuteData | ) |
Defun | ( | executeScript | ) |
References XAP_Dialog_MessageBox::a_OK, XAP_Dialog_MessageBox::b_O, UT_String::c_str(), UT_ScriptLibrary::errmsg(), UT_ScriptLibrary::execute(), AV_View::getParentData(), EV_EditMethodCallData::getScriptName(), UT_ScriptLibrary::instance(), instance, XAP_Frame::showMessageBox(), UT_String::size(), UT_DEBUGMSG, UT_go_filename_from_uri(), UT_OK, UT_return_val_if_fail, and UT_UTF8String::utf8_str().
Defun | ( | hyperlinkJump | ) |
References FV_View::cmdEditAnnotationWithDialog(), FV_View::cmdHyperlinkJump(), fp_Run::getHyperlink(), FV_View::getHyperLinkRun(), fp_HyperlinkRun::getHyperlinkType(), fp_AnnotationRun::getPID(), FV_View::getPoint(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, UT_DEBUGMSG, and UT_return_val_if_fail.
Defun | ( | insertCircumflexData | ) |
Defun | ( | insertMacronData | ) |
Defun | ( | insertBreveData | ) |
Defun | ( | insertTildeData | ) |
Defun | ( | insertAbovedotData | ) |
Defun | ( | insertDiaeresisData | ) |
Defun | ( | insertDoubleacuteData | ) |
Defun | ( | insertCaronData | ) |
Defun | ( | insertCedillaData | ) |
Defun | ( | insertOgonekData | ) |
Defun | ( | pasteSelection | ) |
Defun | ( | hyperlinkStatusBar | ) |
References AP_DIALOG_ID_ANNOTATION_PREVIEW, FV_View::bubblesAreBlocked(), FV_View::cmdHyperlinkStatusBar(), AP_Preview_Annotation::draw(), FV_View::getActivePreviewAnnotationID(), FV_View::getAnnotationAuthor(), FV_View::getAnnotationText(), FV_View::getAnnotationTitle(), XAP_Frame::getDialogFactory(), FV_View::getDocPositionFromXY(), FV_View::getDocument(), PD_Document::getDocumentRDF(), FV_View::getGraphics(), FV_View::getHyperLinkRun(), fp_HyperlinkRun::getHyperlinkType(), fp_Run::getLine(), AV_View::getParentData(), fp_Line::getScreenRect(), GR_Graphics::GR_CURSOR_LINK, HYPERLINK_ANNOTATION, FV_View::isAnnotationPreviewActive(), FV_View::killAnnotationPreview(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, XAP_DialogFactory::requestDialog(), XAP_Dialog_Modeless::runModeless(), FV_View::setActivePreviewAnnotationID(), FV_View::setAnnotationPreviewActive(), AP_Preview_Annotation::setAuthor(), GR_Graphics::setCursor(), AP_Preview_Annotation::setDescription(), AP_Preview_Annotation::setOffset(), AP_Preview_Annotation::setTitle(), AP_Preview_Annotation::setXY(), GR_Graphics::tdu(), UT_Rect::top, UT_ASSERT, UT_DEBUGMSG, UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Defun0 | ( | removeThisRowRepeat | ) |
Defun0 | ( | fileNew | ) |
Defun0 | ( | extSelBOS | ) |
Defun0 | ( | extSelEOS | ) |
Defun0 | ( | helpCheckVer | ) |
References _openURL(), UT_String::c_str(), and XAP_App::s_szBuild_Version.
Defun0 | ( | helpReportBug | ) |
References _openURL(), UT_String::c_str(), XAP_App::s_szBuild_Options, and XAP_App::s_szBuild_Version.
Defun0 | ( | helpSearch | ) |
References helpLocalizeAndOpenURL().
Defun0 | ( | helpCredits | ) |
References helpLocalizeAndOpenURL().
Defun0 | ( | helpIntro | ) |
References helpLocalizeAndOpenURL().
Defun0 | ( | helpAboutGnomeOffice | ) |
References _openURL().
Defun0 | ( | helpContents | ) |
References helpLocalizeAndOpenURL().
Defun0 | ( | noop | ) |
Defun0 | ( | delBOS | ) |
Defun0 | ( | delEOS | ) |
Defun0 | ( | repeatThisRow | ) |
Defun0 | ( | insertSoftBreak | ) |
Defun0 | ( | warpInsPtBOS | ) |
Defun0 | ( | warpInsPtEOS | ) |
Defun1 | ( | setStyleHeading2 | ) |
References AV_CHG_HDRFTR, AV_CHG_MOTION, gchar, FV_View::notifyListeners(), FV_View::setStyle(), style, and UT_return_val_if_fail.
Defun1 | ( | setStyleHeading1 | ) |
References AV_CHG_HDRFTR, AV_CHG_MOTION, gchar, FV_View::notifyListeners(), FV_View::setStyle(), style, and UT_return_val_if_fail.
Defun1 | ( | alignJustify | ) |
Defun1 | ( | paraBefore0 | ) |
Defun1 | ( | alignCenter | ) |
Defun1 | ( | warpInsPtEOL | ) |
References FV_DOCPOS_EOL, and UT_return_val_if_fail.
Defun1 | ( | togglePlain | ) |
removes the "props" attribute, i.e., all non-style based formatting
References PD_Document::areStylesLocked(), FV_View::getDocument(), FV_View::resetCharFormat(), and UT_return_val_if_fail.
Defun1 | ( | deleteBookmark | ) |
References s_doBookmarkDlg().
Defun1 | ( | doNumbers | ) |
References NUMBERED_LIST, FV_View::processSelectedBlocks(), and UT_return_val_if_fail.
Defun1 | ( | toggleMarkRevisions | ) |
Defun1 | ( | doBullets | ) |
References BULLETED_LIST, FV_View::processSelectedBlocks(), and UT_return_val_if_fail.
Defun1 | ( | deleteFrame | ) |
References FV_View::deleteFrame(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | toggleDomDirectionSect | ) |
Defun1 | ( | dlgFont | ) |
References PD_Document::areStylesLocked(), FV_View::getDocument(), s_doFontDlg(), and UT_return_val_if_fail.
Defun1 | ( | toggleDirOverrideRTL | ) |
References _toggleSpan().
Defun1 | ( | toggleDirOverrideLTR | ) |
References _toggleSpan().
Defun1 | ( | toggleSub | ) |
References _toggleSpan().
Defun1 | ( | toggleSuper | ) |
References _toggleSpan().
Defun1 | ( | toggleUnIndent | ) |
Defun1 | ( | toggleIndent | ) |
Defun1 | ( | activateWindow_5 | ) |
References _activateWindow().
Defun1 | ( | toggleShowRevisionsBefore | ) |
Defun1 | ( | toggleTopline | ) |
References _toggleSpan().
Defun1 | ( | toggleStrike | ) |
References _toggleSpan().
Defun1 | ( | toggleOline | ) |
References _toggleSpan().
Defun1 | ( | toggleUline | ) |
References _toggleSpan().
Defun1 | ( | toggleItalic | ) |
References _toggleSpan().
Defun1 | ( | toggleBold | ) |
References _toggleSpan().
Defun1 | ( | toggleShowRevisionsAfter | ) |
Defun1 | ( | cursorHline | ) |
Defun1 | ( | insertSumCols | ) |
References FV_View::cmdInsertField(), and UT_return_val_if_fail.
Defun1 | ( | insertSumRows | ) |
References FV_View::cmdInsertField(), and UT_return_val_if_fail.
Defun1 | ( | textToTableSpaces | ) |
References FV_View::cmdTextToTable(), and UT_return_val_if_fail.
Defun1 | ( | textToTableCommas | ) |
References FV_View::cmdTextToTable(), and UT_return_val_if_fail.
Defun1 | ( | textToTableTabs | ) |
References FV_View::cmdTextToTable(), and UT_return_val_if_fail.
Defun1 | ( | textToTable | ) |
References FV_View::cmdTextToTable(), and UT_return_val_if_fail.
Defun1 | ( | sortRowsDescend | ) |
References UT_UNUSED.
Defun1 | ( | sortRowsAscend | ) |
References UT_UNUSED.
Defun1 | ( | sortColsDescend | ) |
References UT_UNUSED.
Defun1 | ( | sortColsAscend | ) |
References UT_UNUSED.
Defun1 | ( | fileOpen | ) |
Defun1 | ( | dlgWordCount | ) |
References s_doWordCountDlg().
Defun1 | ( | removeHeader | ) |
References checkViewModeIsPrint(), FV_View::cmdRemoveHdrFtr(), and UT_return_val_if_fail.
Defun1 | ( | removeFooter | ) |
References checkViewModeIsPrint(), FV_View::cmdRemoveHdrFtr(), and UT_return_val_if_fail.
Defun1 | ( | dlgTabs | ) |
References s_doTabDlg().
Defun1 | ( | cutFrame | ) |
References FV_View::copyFrame(), and UT_return_val_if_fail.
Defun1 | ( | dlgStyle | ) |
References AV_View::getParentData(), s_doStylesDlg(), and UT_return_val_if_fail.
Defun1 | ( | formatFootnotes | ) |
References AP_Dialog_FormatFootnotes::a_OK, AP_DIALOG_ID_FORMAT_FOOTNOTES, AP_Dialog_FormatFootnotes::getAnswer(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), lockGUI, XAP_Frame::nullUpdate(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_FormatFootnotes::runModal(), unlockGUI, AP_Dialog_FormatFootnotes::updateDocWithValues(), FV_View::updateScreen(), and UT_return_val_if_fail.
Defun1 | ( | dlgFormatFrame | ) |
References XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_FORMAT_FRAME, XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), AP_Dialog_FormatFrame::runModeless(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | cursorImage | ) |
Defun1 | ( | rdfApplyStylesheetEventSummaryLocationTimes | ) |
Defun1 | ( | filePreviewWeb | ) |
Defun1 | ( | selectColumn | ) |
References AV_View::getPoint(), and UT_return_val_if_fail.
Defun1 | ( | activateWindow_6 | ) |
References _activateWindow().
Defun1 | ( | dlgFmtPosImage | ) |
References FV_View::activateFrame(), AP_PREF_KEY_RulerUnits, UT_String::c_str(), FV_View::convertPositionedToInLine(), dim, FL_FRAME_WRAPPER_IMAGE, gchar, fl_DocSectionLayout::getActualColumnHeight(), fl_DocSectionLayout::getActualColumnWidth(), XAP_Dialog_Image::getAnswer(), fl_ContainerLayout::getAP(), XAP_App::getApp(), PP_AttrProp::getAttribute(), fp_Container::getColumn(), FV_View::getCurrentBlock(), XAP_Dialog_Image::getDescription(), XAP_Frame::getDialogFactory(), fl_BlockLayout::getDocSectionLayout(), fl_ContainerLayout::getFirstContainer(), FV_View::getFrameLayout(), fl_FrameLayout::getFramePositionTo(), FV_View::getFrameStrings_view(), fl_FrameLayout::getFrameWrapMode(), XAP_Dialog_Image::getHeightString(), fp_Container::getPage(), FV_View::getPageScreenOffsets(), AV_View::getParentData(), XAP_Dialog_Image::getPositionTo(), PP_AttrProp::getProperty(), XAP_Dialog_Image::getTitle(), XAP_Dialog_Image::getWidthString(), XAP_Dialog_Image::getWrapping(), fp_FrameContainer::getX(), fp_FrameContainer::getXPad(), fp_FrameContainer::getY(), fp_FrameContainer::getYPad(), XAP_Dialog_Image::isTightWrap(), fl_FrameLayout::isTightWrap(), POSITION_TO_COLUMN, POSITION_TO_PAGE, POSITION_TO_PARAGRAPH, XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Image::runModal(), fv_FrameStrings::sColXpos, fv_FrameStrings::sColYpos, FV_View::setCharFormat(), XAP_Dialog_Image::setDescription(), FV_View::setFrameFormat(), XAP_Dialog_Image::setHeight(), XAP_Dialog_Image::setInHdrFtr(), XAP_Dialog_Image::setMaxHeight(), XAP_Dialog_Image::setMaxWidth(), XAP_Dialog_Image::setPositionTo(), XAP_Dialog_Image::setPreferedUnits(), XAP_Dialog_Image::setTightWrap(), XAP_Dialog_Image::setTitle(), XAP_Dialog_Image::setWidth(), XAP_Dialog_Image::setWrapping(), fv_FrameStrings::sPageXpos, fv_FrameStrings::sPageYpos, fv_FrameStrings::sPrefColumn, fv_FrameStrings::sXpos, fv_FrameStrings::sYpos, FV_View::updateScreen(), UT_DEBUGMSG, UT_determineDimension(), UT_reformatDimensionString(), UT_return_val_if_fail, UT_UTF8String::utf8_str(), WRAP_NONE, WRAP_TEXTBOTH, WRAP_TEXTLEFT, WRAP_TEXTRIGHT, and XAP_DIALOG_ID_IMAGE.
Defun1 | ( | setPosImage | ) |
References FV_View::clearHdrFtrEdit(), FV_View::cmdSelect(), FV_View::convertInLineToPositioned(), d, fl_BlockLayout::findPointCoords(), PP_AttrProp::getAttribute(), FV_View::getBlockAtPosition(), fp_Line::getColumn(), fp_ImageRun::getDataId(), FV_View::getDocPositionFromLastXY(), fp_Run::getHeight(), fp_Run::getLine(), fp_Run::getNextRun(), fp_Line::getPage(), fp_Page::getPageNumber(), FV_View::getPoint(), fp_Run::getSpanAP(), fp_Run::getType(), fp_Run::getWidth(), fp_Line::getX(), fp_ContainerObject::getX(), fp_Run::getX(), fp_ContainerObject::getY(), fp_Line::getY(), FV_View::isHdrFtrEdit(), FV_View::isInHdrFtr(), UT_ASSERT_HARMLESS, UT_DEBUGMSG, UT_formatDimensionedValue(), UT_LAYOUT_RESOLUTION, UT_return_val_if_fail, UT_SHOULD_NOT_HAPPEN, UT_std_string_setProperty(), UT_std_string_sprintf(), and FV_View::warpInsPtToXY().
Defun1 | ( | copyFrame | ) |
References FV_View::copyFrame(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | go | ) |
References s_doGotoDlg().
Defun1 | ( | dlgBullets | ) |
References AV_View::getParentData(), s_doBullets(), s_TellNotImplemented(), and UT_return_val_if_fail.
Defun1 | ( | selectFrame | ) |
References FV_View::selectFrame(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | dlgParagraph | ) |
Defun1 | ( | contextMenu | ) |
Defun1 | ( | rdfInsertRef | ) |
References FV_View::getDocument(), PD_Document::getDocumentRDF(), and runInsertReferenceDialog().
Defun1 | ( | rdfInsertNewContactFromFile | ) |
Defun1 | ( | rdfInsertNewContact | ) |
Defun1 | ( | clearSetCols | ) |
References FV_View::cmdAutoSizeCols(), FV_View::setDragTableLine(), and UT_return_val_if_fail.
Defun1 | ( | autoFitTable | ) |
References FV_View::cmdAutoFitTable(), and UT_return_val_if_fail.
Defun1 | ( | rdfQuery | ) |
References s_doRDFQueryDlg().
Defun1 | ( | find | ) |
References s_doFindOrFindReplaceDlg().
Defun1 | ( | toggleRDFAnchorHighlight | ) |
Defun1 | ( | insEndnote | ) |
References FV_View::insertFootnote(), and UT_return_val_if_fail.
Defun1 | ( | insTOC | ) |
References FV_View::cmdInsertTOC(), and UT_return_val_if_fail.
Defun1 | ( | editAnnotation | ) |
Defun1 | ( | toggleDisplayAnnotations | ) |
Defun1 | ( | insAnnotationFromSel | ) |
References insertAnnotation(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | activateWindow_7 | ) |
References _activateWindow().
Defun1 | ( | replace | ) |
References s_doFindOrFindReplaceDlg().
Defun1 | ( | activateWindow_9 | ) |
References _activateWindow().
Defun1 | ( | insTextBox | ) |
Defun1 | ( | insSymbol | ) |
References s_InsertSymbolDlg().
Defun1 | ( | insFile | ) |
References FV_View::cmdCopy(), FV_View::cmdPaste(), FV_View::cmdSelect(), DELETEP, FL_DocLayout::fillLayouts(), FV_DOCPOS_BOD, FV_DOCPOS_EOD, XAP_App::getApp(), FV_View::getGraphics(), AV_View::getParentData(), IEFT_Unknown, PD_Document::readFromFile(), s_AskForPathname(), s_CouldNotLoadFileMessage(), FL_DocLayout::setView(), UNREFP, UT_DEBUGMSG, UT_IE_TRY_RECOVER, UT_IS_IE_SUCCESS, UT_return_val_if_fail, and XAP_DIALOG_ID_INSERT_FILE.
Defun1 | ( | insMailMerge | ) |
Defun1 | ( | insField | ) |
References s_doField().
Defun1 | ( | activateWindow_8 | ) |
References _activateWindow().
Defun1 | ( | cursorLeftArrow | ) |
Defun1 | ( | clearSetRows | ) |
References FV_View::cmdAutoSizeRows(), FV_View::setDragTableLine(), and UT_return_val_if_fail.
Defun1 | ( | insBreak | ) |
Defun1 | ( | insDateTime | ) |
References s_doInsertDateTime().
Defun1 | ( | dlgLanguage | ) |
References s_doLangDlg().
Defun1 | ( | dlgZoom | ) |
References s_doZoomDlg().
Defun1 | ( | extSelEOD | ) |
References FV_DOCPOS_EOD, and UT_return_val_if_fail.
Defun1 | ( | viewLockStyles | ) |
Defun1 | ( | findAgain | ) |
References FV_View::findAgain(), and UT_return_val_if_fail.
Defun1 | ( | openTemplate | ) |
Defun1 | ( | viewFullScreen | ) |
References XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_Frame::getToolbar(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowBar, AP_FrameData::m_bShowRuler, AP_FrameData::m_bShowStatusBar, XAP_Frame::queue_resize(), XAP_Frame::setFullScreen(), XAP_Frame::toggleBar(), XAP_Frame::toggleRuler(), XAP_Frame::toggleStatusBar(), and UT_return_val_if_fail.
Defun1 | ( | viewRuler | ) |
References AP_PREF_KEY_RulerVisible, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowRuler, XAP_PrefsScheme::setValueBool(), XAP_Frame::toggleRuler(), and UT_return_val_if_fail.
Defun1 | ( | viewStatus | ) |
References AP_PREF_KEY_StatusBarVisible, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowStatusBar, XAP_PrefsScheme::setValueBool(), XAP_Frame::toggleStatusBar(), and UT_return_val_if_fail.
Defun1 | ( | scrollLineRight | ) |
References AV_SCROLLCMD_LINERIGHT, and UT_return_val_if_fail.
Defun1 | ( | viewWebLayout | ) |
References AP_PREF_KEY_LayoutMode, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Frame::getZoomType(), AP_FrameData::m_pViewMode, XAP_PrefsScheme::setValue(), FV_View::setViewMode(), XAP_Frame::toggleLeftRuler(), XAP_Frame::toggleTopRuler(), FV_View::updateScreen(), XAP_Frame::updateZoom(), UT_return_val_if_fail, VIEW_WEB, XAP_Frame::z_PAGEWIDTH, and XAP_Frame::z_WHOLEPAGE.
Defun1 | ( | viewNormalLayout | ) |
References AP_PREF_KEY_LayoutMode, FV_View::clearHdrFtrEdit(), XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Frame::getZoomType(), FV_View::isHdrFtrEdit(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_pViewMode, XAP_PrefsScheme::setValue(), FV_View::setViewMode(), XAP_Frame::toggleLeftRuler(), XAP_Frame::toggleTopRuler(), FV_View::updateScreen(), XAP_Frame::updateZoom(), UT_return_val_if_fail, VIEW_NORMAL, FV_View::warpInsPtToXY(), XAP_Frame::z_PAGEWIDTH, and XAP_Frame::z_WHOLEPAGE.
Defun1 | ( | defaultToolbarLayout | ) |
Defun1 | ( | lockToolbarLayout | ) |
Defun1 | ( | viewExtra | ) |
References AP_PREF_KEY_ExtraBarVisible, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowBar, XAP_PrefsScheme::setValueBool(), XAP_Frame::toggleBar(), and UT_return_val_if_fail.
Defun1 | ( | viewTable | ) |
References AP_PREF_KEY_TableBarVisible, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowBar, XAP_PrefsScheme::setValueBool(), XAP_Frame::toggleBar(), and UT_return_val_if_fail.
Defun1 | ( | viewFormat | ) |
References AP_PREF_KEY_FormatBarVisible, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowBar, XAP_PrefsScheme::setValueBool(), XAP_Frame::toggleBar(), and UT_return_val_if_fail.
Defun1 | ( | viewStd | ) |
References AP_PREF_KEY_StandardBarVisible, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowBar, XAP_PrefsScheme::setValueBool(), XAP_Frame::toggleBar(), and UT_return_val_if_fail.
Defun1 | ( | viewTB4 | ) |
References _viewTBx().
Defun1 | ( | viewTB3 | ) |
References _viewTBx().
Defun1 | ( | viewTB2 | ) |
References _viewTBx().
Defun1 | ( | viewTB1 | ) |
References _viewTBx().
Defun1 | ( | extSelRight | ) |
References fl_BlockLayout::getDominantDirection(), and UT_return_val_if_fail.
Defun1 | ( | dlgOptions | ) |
References s_doOptionsDlg().
Defun1 | ( | dlgPlugins | ) |
Defun1 | ( | ) |
References s_doPrint(), and UT_UNUSED.
Defun1 | ( | history | ) |
Defun1 | ( | cursorImageSize | ) |
Defun1 | ( | revisionCompareDocuments | ) |
References XAP_Dialog_DocComparison::calculate(), XAP_Frame::getDialogFactory(), FV_View::getDocument(), AV_View::getParentData(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_DocComparison::runModal(), s_doListDocuments(), and UT_return_val_if_fail.
Defun1 | ( | tableToTextCommasTabs | ) |
References FV_View::cmdTableToText(), FV_View::getPoint(), and UT_return_val_if_fail.
Defun1 | ( | zoomWhole | ) |
References FV_View::calculateZoomPercentForWholePage(), XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Frame::quickZoom(), XAP_Frame::raise(), XAP_PrefsScheme::setValue(), XAP_Frame::setZoomType(), UT_return_val_if_fail, XAP_PREF_KEY_ZoomType, and XAP_Frame::z_WHOLEPAGE.
Defun1 | ( | zoomWidth | ) |
References FV_View::calculateZoomPercentForPageWidth(), XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Frame::quickZoom(), XAP_Frame::raise(), XAP_PrefsScheme::setValue(), XAP_Frame::setZoomType(), UT_return_val_if_fail, XAP_PREF_KEY_ZoomType, and XAP_Frame::z_PAGEWIDTH.
Defun1 | ( | zoom75 | ) |
Defun1 | ( | dlgMoreWindows | ) |
References s_doMoreWindowsDlg(), UT_return_val_if_fail, and XAP_DIALOG_ID_WINDOWMORE.
Defun1 | ( | fontSizeDecrease | ) |
References _fontSizeChange().
Defun1 | ( | cairoPrint | ) |
References FV_View::clearCursorWait(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), FV_View::getPoint(), XAP_Dialog_Print::getPrinterGraphicsContext(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_Dialog_Print::releasePrinterGraphicsContext(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Print::runModal(), FV_View::setCursorWait(), FV_View::setPoint(), XAP_Dialog_Print::setPreview(), FV_View::updateScreen(), UT_DEBUGMSG, UT_return_val_if_fail, and XAP_DIALOG_ID_PRINT.
Defun1 | ( | scrollToTop | ) |
References AV_SCROLLCMD_TOTOP, and UT_return_val_if_fail.
Defun1 | ( | cairoPrintPreview | ) |
References FV_View::clearCursorWait(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), FV_View::getPoint(), XAP_Dialog_Print::getPrinterGraphicsContext(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_Dialog_Print::releasePrinterGraphicsContext(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Print::runModal(), FV_View::setCursorWait(), FV_View::setPoint(), XAP_Dialog_Print::setPreview(), FV_View::updateScreen(), UT_DEBUGMSG, UT_return_val_if_fail, and XAP_DIALOG_ID_PRINT.
Defun1 | ( | cairoPrintDirectly | ) |
References FV_View::clearCursorWait(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Print::getPrinterGraphicsContext(), XAP_Dialog_Print::PrintDirectly(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_Dialog_Print::releasePrinterGraphicsContext(), XAP_DialogFactory::requestDialog(), FV_View::setCursorWait(), XAP_Dialog_Print::setPreview(), FV_View::updateScreen(), UT_DEBUGMSG, UT_return_val_if_fail, and XAP_DIALOG_ID_PRINT.
Defun1 | ( | revisionSetViewLevel | ) |
References FV_View::getDocument(), AV_View::getParentData(), s_doListRevisions(), and UT_return_val_if_fail.
Defun1 | ( | doEscape | ) |
Defun1 | ( | formatPainter | ) |
References FV_View::cmdSelect(), DELETEP, FL_DocLayout::fillLayouts(), FL_DocLayout::formatAll(), FV_DOCPOS_BOD, FV_DOCPOS_EOD, XAP_App::getApp(), FV_View::getDocumentRangeOfCurrentSelection(), FV_View::getGraphics(), PD_DocumentRange::m_pos1, PD_DocumentRange::m_pos2, PD_Document::newDocument(), FV_View::setBlockFormat(), FV_View::setCharFormat(), FL_DocLayout::setView(), UNREFP, UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | editHeader | ) |
References checkViewModeIsPrint(), FV_View::cmdEditHeader(), and UT_return_val_if_fail.
Defun1 | ( | startNewRevision | ) |
Defun1 | ( | scrollToBottom | ) |
References AV_SCROLLCMD_TOBOTTOM, and UT_return_val_if_fail.
Defun1 | ( | zoom100 | ) |
Defun1 | ( | zoom200 | ) |
Defun1 | ( | dlgToggleCase | ) |
References AP_DIALOG_ID_TOGGLECASE, s_doToggleCase(), and UT_return_val_if_fail.
Defun1 | ( | zoom50 | ) |
Defun1 | ( | scrollPageUp | ) |
References AV_SCROLLCMD_PAGEUP, and UT_return_val_if_fail.
Defun1 | ( | editFooter | ) |
References checkViewModeIsPrint(), FV_View::cmdEditFooter(), and UT_return_val_if_fail.
Defun1 | ( | zoomIn | ) |
References XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Frame::getZoomPercentage(), XAP_Frame::quickZoom(), XAP_Frame::raise(), XAP_PrefsScheme::setValue(), XAP_Frame::setZoomType(), UT_MIN, UT_return_val_if_fail, UT_String_sprintf(), XAP_PREF_KEY_ZoomType, and XAP_Frame::z_PERCENT.
Defun1 | ( | zoomOut | ) |
References XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Frame::getZoomPercentage(), XAP_Frame::quickZoom(), XAP_Frame::raise(), XAP_PrefsScheme::setValue(), XAP_Frame::setZoomType(), UT_MAX, UT_return_val_if_fail, UT_String_sprintf(), XAP_PREF_KEY_ZoomType, and XAP_Frame::z_PERCENT.
Defun1 | ( | rotateCase | ) |
References CASE_ROTATE, FV_View::toggleCase(), and UT_return_val_if_fail.
Defun1 | ( | toggleShowRevisionsAfterPrevious | ) |
Defun1 | ( | extSelLeft | ) |
References fl_BlockLayout::getDominantDirection(), and UT_return_val_if_fail.
Defun1 | ( | dlgAbout | ) |
References s_doAboutDlg(), UT_return_val_if_fail, and XAP_DIALOG_ID_ABOUT.
Defun1 | ( | rdfSemitemSetAsSource | ) |
Defun1 | ( | fileExport | ) |
References s_actuallySaveAs().
Defun1 | ( | dlgMetaData | ) |
References AP_DIALOG_ID_METADATA, PD_Document::forceDirty(), AP_Dialog_MetaData::getAnswer(), XAP_App::getApp(), XAP_Frame::getDialogFactory(), FV_View::getDocument(), XAP_App::getFrame(), XAP_App::getFrameCount(), PD_Document::getMetaDataProp(), AV_View::getParentData(), PD_META_KEY_CONTRIBUTOR, PD_META_KEY_COVERAGE, PD_META_KEY_CREATOR, PD_META_KEY_DESCRIPTION, PD_META_KEY_KEYWORDS, PD_META_KEY_LANGUAGE, PD_META_KEY_PUBLISHER, PD_META_KEY_RELATION, PD_META_KEY_RIGHTS, PD_META_KEY_SOURCE, PD_META_KEY_SUBJECT, PD_META_KEY_TITLE, PD_META_KEY_TYPE, XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_MetaData::runModal(), PD_Document::setMetaDataProp(), XAP_Frame::updateTitle(), and UT_return_val_if_fail.
Defun1 | ( | extSelBOL | ) |
References FV_DOCPOS_BOL, and UT_return_val_if_fail.
Defun1 | ( | extSelEOL | ) |
References FV_DOCPOS_EOL, and UT_return_val_if_fail.
Defun1 | ( | fileNewUsingTemplate | ) |
References AP_DIALOG_ID_FILE_NEW, UT_String::c_str(), AP_Dialog_New::getAnswer(), XAP_App::getApp(), XAP_App::getDialogFactory(), AP_Dialog_New::getFileName(), AP_Dialog_New::getOpenType(), AV_View::getParentData(), IEFT_Unknown, XAP_Frame::loadDocument(), XAP_App::newFrame(), AP_Dialog_New::open_Existing, AP_Dialog_New::open_New, AP_Dialog_New::open_Template, XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_New::runModal(), s_importFile(), XAP_Frame::show(), UT_String::size(), UT_OK, and UT_return_val_if_fail.
Defun1 | ( | extSelBOW | ) |
Defun1 | ( | extSelEOW | ) |
Defun1 | ( | activateWindow_2 | ) |
References _activateWindow().
Defun1 | ( | toggleShowRevisions | ) |
References FV_View::toggleShowRevisions(), and UT_return_val_if_fail.
Defun1 | ( | fileImport | ) |
Defun1 | ( | scrollPageLeft | ) |
References AV_SCROLLCMD_PAGELEFT, and UT_return_val_if_fail.
Defun1 | ( | extSelBOB | ) |
References FV_DOCPOS_BOB, and UT_return_val_if_fail.
Defun1 | ( | pasteSpecial | ) |
References FV_View::cmdPaste(), and UT_return_val_if_fail.
Defun1 | ( | cursorTopCell | ) |
Defun1 | ( | paste | ) |
Defun1 | ( | viewPrintLayout | ) |
References AP_PREF_KEY_LayoutMode, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Frame::getZoomType(), AP_FrameData::m_bIsFullScreen, AP_FrameData::m_bShowRuler, AP_FrameData::m_pViewMode, XAP_PrefsScheme::setValue(), FV_View::setViewMode(), XAP_Frame::toggleLeftRuler(), XAP_Frame::toggleTopRuler(), FV_View::updateScreen(), XAP_Frame::updateZoom(), UT_DEBUGMSG, UT_return_val_if_fail, VIEW_PRINT, XAP_Frame::z_PAGEWIDTH, and XAP_Frame::z_WHOLEPAGE.
Defun1 | ( | copy | ) |
References FV_View::cmdCopy(), FV_View::copyFrame(), FV_View::isFrameSelected(), and UT_return_val_if_fail.
Defun1 | ( | cut | ) |
References FV_View::cmdCut(), FV_View::copyFrame(), FV_View::isFrameSelected(), and UT_return_val_if_fail.
Defun1 | ( | activateWindow_3 | ) |
References _activateWindow().
Defun1 | ( | extSelEOB | ) |
References FV_DOCPOS_EOB, and UT_return_val_if_fail.
Defun1 | ( | insertRowsAfter | ) |
Defun1 | ( | cursorIBeam | ) |
Defun1 | ( | paraBefore12 | ) |
Defun1 | ( | cursorDefault | ) |
Defun1 | ( | scrollLineLeft | ) |
References AV_SCROLLCMD_LINELEFT, and UT_return_val_if_fail.
Defun1 | ( | warpInsPtNextLine | ) |
Defun1 | ( | rdfApplyStylesheetContactName | ) |
Defun1 | ( | toggleAutoRevision | ) |
References XAP_Dialog_MessageBox::a_NO, XAP_Dialog_MessageBox::a_YES, AV_FOCUS_HERE, XAP_Dialog_MessageBox::b_YN, FV_View::focusChange(), FV_View::getDocument(), AV_View::getParentData(), AD_Document::isAutoRevisioning(), XAP_Frame::nullUpdate(), PD_Document::setAutoRevisioning(), XAP_Frame::showMessageBox(), and UT_return_val_if_fail.
Defun1 | ( | openRecent_9 | ) |
References _openRecent().
Defun1 | ( | warpInsPtNextScreen | ) |
References UT_return_val_if_fail.
Defun1 | ( | insertZWJoiner | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | insertNBZWSpace | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | warpInsPtNextPage | ) |
References UT_return_val_if_fail.
Defun1 | ( | fileSaveAs | ) |
References s_actuallySaveAs().
Defun1 | ( | insertPageBreak | ) |
Defun1 | ( | viewPara | ) |
References AP_PREF_KEY_ParaVisible, AV_CHG_ALL, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), AP_FrameData::m_bShowPara, FV_View::notifyListeners(), FV_View::setShowPara(), XAP_PrefsScheme::setValueBool(), and UT_return_val_if_fail.
Defun1 | ( | deleteRows | ) |
Defun1 | ( | viewHeadFoot | ) |
References AV_View::getParentData(), s_TellNotImplemented(), and UT_return_val_if_fail.
Defun1 | ( | deleteColumns | ) |
References FV_View::cmdDeleteCol(), FV_View::getPoint(), and UT_return_val_if_fail.
Defun1 | ( | openRecent_8 | ) |
References _openRecent().
Defun1 | ( | deleteCell | ) |
References FV_View::cmdDeleteCell(), FV_View::getPoint(), and UT_return_val_if_fail.
Defun1 | ( | warpInsPtEOD | ) |
Defun1 | ( | tableToTextCommas | ) |
References FV_View::cmdTableToText(), FV_View::getPoint(), and UT_return_val_if_fail.
Defun1 | ( | extSelBOD | ) |
References FV_DOCPOS_BOD, and UT_return_val_if_fail.
Defun1 | ( | dlgBackground | ) |
References AP_DIALOG_ID_BACKGROUND, gchar, AP_Dialog_Background::getAnswer(), AP_Dialog_Background::getColor(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), FV_View::getSectionFormat(), PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Background::runModal(), AP_Dialog_Background::setColor(), FV_View::setPaperColor(), and UT_return_val_if_fail.
Defun1 | ( | hyperlinkCopyLocation | ) |
References FV_View::cmdHyperlinkCopyLocation(), FV_View::getPoint(), and UT_return_val_if_fail.
Defun1 | ( | hyperlinkJumpPos | ) |
References FV_View::cmdHyperlinkJump(), FV_View::getPoint(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | scrollWheelMouseDown | ) |
References AV_SCROLLCMD_LINEDOWN, UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Defun1 | ( | rdfAnchorExportSemanticItem | ) |
Defun1 | ( | insertColsBefore | ) |
Defun1 | ( | insertColumnBreak | ) |
Defun1 | ( | fileSaveTemplate | ) |
Defun1 | ( | insertTabShift | ) |
References FV_View::cmdAdvanceNextPrevCell(), FV_View::isInTable(), and UT_return_val_if_fail.
Defun1 | ( | rdfAnchorSelectPrevReferenceToSemanticItem | ) |
References FV_View::getDocument(), PD_Document::getDocumentRDF(), FV_View::getPoint(), getSelectReferenceToSemanticItemRing(), selectReferenceToSemanticItemRing::iter, rdfAnchorContainsPoint(), FV_View::selectRange(), UT_DEBUGMSG, UT_return_val_if_fail, and selectReferenceToSemanticItemRing::xmlids.
Defun1 | ( | warpInsPtBOL | ) |
References FV_DOCPOS_BOL, and UT_return_val_if_fail.
Defun1 | ( | setInputVI | ) |
References XAP_App::getApp(), AV_View::getParentData(), XAP_App::setInputMode(), and UT_return_val_if_fail.
Defun1 | ( | insertParagraphBreak | ) |
References FV_View::insertParagraphBreak(), and UT_return_val_if_fail.
Defun1 | ( | warpInsPtEOP | ) |
References FV_DOCPOS_EOP, and UT_return_val_if_fail.
Defun1 | ( | extSelPrevLine | ) |
References UT_return_val_if_fail.
Defun1 | ( | extSelNextLine | ) |
References UT_return_val_if_fail.
Defun1 | ( | setStyleHeading3 | ) |
References AV_CHG_HDRFTR, AV_CHG_MOTION, gchar, FV_View::notifyListeners(), FV_View::setStyle(), style, and UT_return_val_if_fail.
Defun1 | ( | deleteXMLID | ) |
References s_xmlidDlg().
Defun1 | ( | alignRight | ) |
Defun1 | ( | alignLeft | ) |
Defun1 | ( | warpInsPtLeft | ) |
Defun1 | ( | insertBookmark | ) |
References s_doBookmarkDlg().
Defun1 | ( | toggleDomDirectionDoc | ) |
Defun1 | ( | toggleDomDirection | ) |
Defun1 | ( | insertLRM | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | newWindow | ) |
Defun1 | ( | scrollLineUp | ) |
References AV_SCROLLCMD_LINEUP, and UT_return_val_if_fail.
Defun1 | ( | toggleBottomline | ) |
References _toggleSpan().
Defun1 | ( | delEOD | ) |
References FV_DOCPOS_EOD, and UT_return_val_if_fail.
Defun1 | ( | delBOD | ) |
References FV_DOCPOS_BOD, and UT_return_val_if_fail.
Defun1 | ( | delEOB | ) |
References FV_DOCPOS_EOB, and UT_return_val_if_fail.
Defun1 | ( | toggleHidden | ) |
References _toggleSpan().
Defun1 | ( | redo | ) |
References UT_return_val_if_fail.
Defun1 | ( | fileInsertGraphic | ) |
Defun1 | ( | delEOW | ) |
References FV_DOCPOS_EOW_MOVE, and UT_return_val_if_fail.
Defun1 | ( | delBOW | ) |
References FV_DOCPOS_BOW, and UT_return_val_if_fail.
Defun1 | ( | delEOL | ) |
References FV_DOCPOS_EOL, and UT_return_val_if_fail.
Defun1 | ( | delBOL | ) |
References FV_DOCPOS_BOL, and UT_return_val_if_fail.
Defun1 | ( | delRight | ) |
Defun1 | ( | dlgStylist | ) |
Defun1 | ( | delLeft | ) |
Defun1 | ( | fileSaveEmbed | ) |
References FREEP, XAP_Dialog_FileOpenSaveAs::getAnswer(), fp_EmbedRun::getDataID(), PD_Document::getDataItemDataByName(), XAP_Frame::getDialogFactory(), FV_View::getDocument(), fp_EmbedRun::getEmbedManager(), GR_EmbedManager::getMimeTypeDescription(), GR_EmbedManager::getMimeTypeSuffix(), XAP_Dialog_FileOpenSaveAs::getPathname(), FV_View::getSelectedObject(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FileOpenSaveAs::runModal(), XAP_Dialog_FileOpenSaveAs::setDefaultFileType(), XAP_Dialog_FileOpenSaveAs::setFileTypeList(), UT_ASSERT_HARMLESS, UT_calloc(), UT_return_val_if_fail, and XAP_DIALOG_ID_FILE_SAVEAS.
Defun1 | ( | rdfApplyStylesheetEventSummaryLocation | ) |
Defun1 | ( | scrollLineDown | ) |
References AV_SCROLLCMD_LINEDOWN, and UT_return_val_if_fail.
Defun1 | ( | selectCell | ) |
Defun1 | ( | dlgBorders | ) |
References s_doBorderShadingDlg().
Defun1 | ( | editEmbed | ) |
Defun1 | ( | rdfQueryXMLIDs | ) |
Defun1 | ( | deleteHyperlink | ) |
References FV_View::cmdDeleteHyperlink(), and UT_return_val_if_fail.
Defun1 | ( | rdfEditor | ) |
References s_doRDFEditorDlg().
Defun1 | ( | fileSaveImage | ) |
References FREEP, XAP_Dialog_FileOpenSaveAs::getAnswer(), XAP_Frame::getDialogFactory(), XAP_Dialog_FileOpenSaveAs::getPathname(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FileOpenSaveAs::runModal(), FV_View::saveSelectedImage(), XAP_Dialog_FileOpenSaveAs::setDefaultFileType(), XAP_Dialog_FileOpenSaveAs::setFileTypeList(), UT_ASSERT_HARMLESS, UT_calloc(), UT_return_val_if_fail, and XAP_DIALOG_ID_FILE_SAVE_IMAGE.
Defun1 | ( | selectTable | ) |
Defun1 | ( | purgeAllRevisions | ) |
References FV_View::getDocument(), AD_Document::purgeAllRevisions(), and UT_return_val_if_fail.
Defun1 | ( | fileSaveAsWeb | ) |
Defun1 | ( | insAnnotation | ) |
References insertAnnotation(), UT_DEBUGMSG, and UT_return_val_if_fail.
Defun1 | ( | insFootnote | ) |
References FV_View::insertFootnote(), and UT_return_val_if_fail.
Defun1 | ( | extSelScreenUp | ) |
References UT_return_val_if_fail.
Defun1 | ( | rdfApplyStylesheetEventSummaryTimes | ) |
Defun1 | ( | extSelPageDown | ) |
References UT_return_val_if_fail.
Defun1 | ( | insPageNo | ) |
References s_doInsertPageNumbers().
Defun1 | ( | extSelPageUp | ) |
References UT_return_val_if_fail.
Defun1 | ( | scrollPageRight | ) |
References AV_SCROLLCMD_PAGERIGHT, and UT_return_val_if_fail.
Defun1 | ( | extSelScreenDown | ) |
References UT_return_val_if_fail.
Defun1 | ( | cycleInputMode | ) |
References AP_PREF_KEY_KeyBindings, AP_PREF_KEY_KeyBindingsCycle, XAP_App::getApp(), XAP_App::getBindingSet(), XAP_Prefs::getCurrentScheme(), XAP_App::getInputMode(), AP_BindingSet::getNextInCycle(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Prefs::getPrefsValueBool(), XAP_App::setInputMode(), XAP_PrefsScheme::setValue(), and UT_return_val_if_fail.
Defun1 | ( | insertTab | ) |
Defun1 | ( | rdfApplyStylesheetLocationLatLong | ) |
Defun1 | ( | insertTabCTL | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | toggleInsertMode | ) |
References AP_PREF_KEY_InsertMode, AP_PREF_KEY_InsertModeToggle, AV_CHG_ALL, XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getFrameData(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Prefs::getPrefsValueBool(), AP_FrameData::m_bInsertMode, AP_FrameData::m_pStatusBar, AP_StatusBar::notify(), AV_View::setInsertMode(), XAP_PrefsScheme::setValueBool(), and UT_return_val_if_fail.
Defun1 | ( | rdfApplyStylesheetLocationName | ) |
Defun1 | ( | cycleWindows | ) |
Defun1 | ( | singleSpace | ) |
Defun1 | ( | rdfApplyStylesheetContactNameHomepagePhone | ) |
Defun1 | ( | rdfApplyStylesheetContactNick | ) |
Defun1 | ( | cycleWindowsBck | ) |
Defun1 | ( | selectRow | ) |
Defun1 | ( | rdfApplyStylesheetContactNickPhone | ) |
Defun1 | ( | rdfApplyStylesheetEventSummary | ) |
Defun1 | ( | rdfApplyStylesheetEventName | ) |
Defun1 | ( | middleSpace | ) |
Defun1 | ( | rdfApplyStylesheetContactNamePhone | ) |
Defun1 | ( | undo | ) |
References UT_return_val_if_fail.
Defun1 | ( | fileRevert | ) |
Defun1 | ( | doubleSpace | ) |
Defun1 | ( | insertClipart | ) |
References XAP_App::getAbiSuiteLibDir(), XAP_Dialog_ClipArt::getAnswer(), XAP_App::getApp(), XAP_Frame::getDialogFactory(), XAP_Dialog_ClipArt::getGraphicName(), AV_View::getParentData(), IE_ImpGraphic::loadGraphic(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_ClipArt::runModal(), s_CouldNotLoadFileMessage(), XAP_Dialog_ClipArt::setInitialDir(), UT_DEBUGMSG, UT_return_val_if_fail, and XAP_DIALOG_ID_CLIPART.
Defun1 | ( | setEditVI | ) |
Defun1 | ( | sectColumns1 | ) |
References FV_View::isHdrFtrEdit(), FV_View::setSectionFormat(), and UT_return_val_if_fail.
Defun1 | ( | mailMerge | ) |
References IE_MailMerge::constructMerger(), IE_MailMerge::enumerateDlgLabels(), IE_MailMerge::fileTypeForSuffix(), FREEP, XAP_Dialog_FileOpenSaveAs::getAnswer(), XAP_Frame::getCurrentDoc(), XAP_Frame::getDialogFactory(), XAP_Dialog_FileOpenSaveAs::getFileType(), IE_MailMerge::getMergerCount(), AV_View::getParentData(), XAP_Dialog_FileOpenSaveAs::getPathname(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FileOpenSaveAs::runModal(), XAP_Dialog_FileOpenSaveAs::setDefaultFileType(), XAP_Dialog_FileOpenSaveAs::setFileTypeList(), type, UT_ASSERT_HARMLESS, UT_calloc(), and UT_return_val_if_fail.
Defun1 | ( | rdfSemitemFindRelatedFoafKnows | ) |
Defun1 | ( | fileInsertPositionedGraphic | ) |
Defun1 | ( | delBOB | ) |
References FV_DOCPOS_BOB, and UT_return_val_if_fail.
Defun1 | ( | insertTable | ) |
References s_doInsertTableDlg().
Defun1 | ( | fileInsertPageBackgroundGraphic | ) |
Defun1 | ( | rdfStylesheetSettings | ) |
Defun1 | ( | fontSizeIncrease | ) |
References _fontSizeChange().
Defun1 | ( | rdfDisassocateCurrentStyleSheet | ) |
Defun1 | ( | rdfSemitemRelatedToSourceFoafKnows | ) |
Defun1 | ( | activateWindow_4 | ) |
References _activateWindow().
Defun1 | ( | cursorVline | ) |
Defun1 | ( | cursorRightArrow | ) |
Defun1 | ( | cursorTOC | ) |
Defun1 | ( | openRecent_6 | ) |
References _openRecent().
Defun1 | ( | rdfAnchorEditTriples | ) |
References s_doRDFEditorDlg().
Defun1 | ( | tableToTextTabs | ) |
References FV_View::cmdTableToText(), FV_View::getPoint(), and UT_return_val_if_fail.
Defun1 | ( | warpInsPtPrevLine | ) |
Defun1 | ( | scrollWheelMouseUp | ) |
References AV_SCROLLCMD_LINEUP, UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Defun1 | ( | warpInsPtPrevScreen | ) |
References UT_return_val_if_fail.
Defun1 | ( | insertSpace | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | deleteTable | ) |
Defun1 | ( | warpInsPtEOB | ) |
References FV_DOCPOS_EOB, and UT_return_val_if_fail.
Defun1 | ( | formatTable | ) |
References s_doFormatTableDlg().
Defun1 | ( | warpInsPtBOD | ) |
References FV_DOCPOS_BOD, and UT_return_val_if_fail.
Defun1 | ( | splitCells | ) |
References s_doSplitCellsDlg().
Defun1 | ( | dlgColorPickerBack | ) |
References AP_DIALOG_ID_BACKGROUND, gchar, AP_Dialog_Background::getAnswer(), FV_View::getCharFormat(), AP_Dialog_Background::getColor(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Background::runModal(), FV_View::setCharFormat(), AP_Dialog_Background::setColor(), AP_Dialog_Background::setHighlight(), and UT_return_val_if_fail.
Defun1 | ( | insertNBSpace | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | rdfAnchorEditSemanticItem | ) |
Defun1 | ( | warpInsPtBOW | ) |
Defun1 | ( | rdfAnchorSelectNextReferenceToSemanticItem | ) |
References FV_View::getDocument(), PD_Document::getDocumentRDF(), FV_View::getPoint(), getSelectReferenceToSemanticItemRing(), selectReferenceToSemanticItemRing::iter, rdfAnchorContainsPoint(), FV_View::selectRange(), UT_DEBUGMSG, UT_return_val_if_fail, and selectReferenceToSemanticItemRing::xmlids.
Defun1 | ( | insertSectionBreak | ) |
Defun1 | ( | openRecent_3 | ) |
References _openRecent().
Defun1 | ( | insertHyperlink | ) |
Defun1 | ( | warpInsPtRight | ) |
Defun1 | ( | rdfApplyCurrentStyleSheet | ) |
Defun1 | ( | insertRLM | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | openRecent_1 | ) |
References _openRecent().
Defun1 | ( | openRecent_2 | ) |
References _openRecent().
Defun1 | ( | insertXMLID | ) |
References s_xmlidDlg(), and UT_DEBUGMSG.
Defun1 | ( | warpInsPtBOP | ) |
References FV_DOCPOS_BOP, and UT_return_val_if_fail.
Defun1 | ( | sectColumns2 | ) |
References FV_View::isHdrFtrEdit(), FV_View::setSectionFormat(), and UT_return_val_if_fail.
Defun1 | ( | sectColumns3 | ) |
References FV_View::isHdrFtrEdit(), FV_View::setSectionFormat(), and UT_return_val_if_fail.
Defun1 | ( | openRecent_4 | ) |
References _openRecent().
Defun1 | ( | scriptPlay | ) |
References XAP_Dialog_MessageBox::a_OK, XAP_Dialog_MessageBox::b_O, UT_String::c_str(), UT_String::empty(), UT_ScriptLibrary::errmsg(), UT_ScriptLibrary::execute(), UT_ScriptLibrary::getNumScripts(), AV_View::getParentData(), UT_ScriptLibrary::instance(), instance, s_AskForScriptName(), XAP_Frame::showMessageBox(), UT_String::size(), UT_DEBUGMSG, UT_go_filename_from_uri(), UT_OK, UT_return_val_if_fail, and UT_UTF8String::utf8_str().
Defun1 | ( | rdfAnchorQuery | ) |
References UT_return_val_if_fail.
Defun1 | ( | dlgColorPickerFore | ) |
References AP_DIALOG_ID_BACKGROUND, gchar, AP_Dialog_Background::getAnswer(), FV_View::getCharFormat(), AP_Dialog_Background::getColor(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Background::runModal(), FV_View::setCharFormat(), AP_Dialog_Background::setColor(), AP_Dialog_Background::setForeground(), and UT_return_val_if_fail.
Defun1 | ( | insertLineBreak | ) |
References FV_View::cmdCharInsert(), and UT_return_val_if_fail.
Defun1 | ( | mergeCells | ) |
References s_doMergeCellsDlg().
Defun1 | ( | formatTOC | ) |
Defun1 | ( | warpInsPtBOB | ) |
References FV_DOCPOS_BOB, and UT_return_val_if_fail.
Defun1 | ( | openRecent_7 | ) |
References _openRecent().
Defun1 | ( | dlgHdrFtr | ) |
References AP_DIALOG_ID_HDRFTR, AV_CHG_ALL, FV_View::clearHdrFtrEdit(), FV_View::createThisHdrFtr(), FL_HDRFTR_FOOTER, FL_HDRFTR_FOOTER_EVEN, FL_HDRFTR_FOOTER_FIRST, FL_HDRFTR_FOOTER_LAST, FL_HDRFTR_HEADER, FL_HDRFTR_HEADER_EVEN, FL_HDRFTR_HEADER_FIRST, FL_HDRFTR_HEADER_LAST, AP_Dialog_HdrFtr::FtrEven, AP_Dialog_HdrFtr::FtrFirst, AP_Dialog_HdrFtr::FtrLast, AP_Dialog_HdrFtr::getAnswer(), fl_ContainerLayout::getContainerType(), FV_View::getCurrentBlock(), XAP_Frame::getDialogFactory(), fl_BlockLayout::getDocSectionLayout(), fl_DocSectionLayout::getFooter(), fl_DocSectionLayout::getFooterEven(), fl_DocSectionLayout::getFooterFirst(), fl_DocSectionLayout::getFooterLast(), fl_DocSectionLayout::getHeader(), fl_DocSectionLayout::getHeaderEven(), fl_DocSectionLayout::getHeaderFirst(), fl_DocSectionLayout::getHeaderLast(), AV_View::getParentData(), AP_Dialog_HdrFtr::getRestartValue(), FV_View::getSectionFormat(), AP_Dialog_HdrFtr::getValue(), AP_Dialog_HdrFtr::HdrEven, AP_Dialog_HdrFtr::HdrFirst, AP_Dialog_HdrFtr::HdrLast, FV_View::isHdrFtrEdit(), AP_Dialog_HdrFtr::isRestart(), AP_Dialog_HdrFtr::isRestartChanged(), FV_View::notifyListeners(), FV_View::populateThisHdrFtr(), PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), FV_View::removeThisHdrFtr(), XAP_DialogFactory::requestDialog(), FV_View::RestoreSavedPieceTableState(), AP_Dialog_HdrFtr::runModal(), AP_Dialog_HdrFtr::setRestart(), FV_View::setSectionFormat(), FV_View::SetupSavePieceTableState(), AP_Dialog_HdrFtr::setValue(), UT_ASSERT, UT_return_val_if_fail, UT_std_string_sprintf(), and FV_View::warpInsPtToXY().
Defun1 | ( | warpInsPtPrevPage | ) |
References UT_return_val_if_fail.
Defun1 | ( | scrollPageDown | ) |
References AV_SCROLLCMD_PAGEDOWN, and UT_return_val_if_fail.
Defun1 | ( | openRecent_5 | ) |
References _openRecent().
Defun1 | ( | activateWindow_1 | ) |
References _activateWindow().
Defun1 | ( | rdfAnchorSelectThisReferenceToSemanticItem | ) |
Defun1 | ( | insertRowsBefore | ) |
Defun1 | ( | insertColsAfter | ) |
Defun1 | ( | importStyles | ) |
Defun1 | ( | warpInsPtEOW | ) |
static bool dlgEditLatexEquation | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | , | |||
bool | bStartDlg, | |||
PT_DocPosition | pos | |||
) | [static] |
References ABI_DISPLAY_BLOCK, ABI_DISPLAY_INLINE, XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_LATEX, UT_UTF8String::appendBuf(), AP_Dialog_Latex::fillLatex(), fl_BlockLayout::findPointCoords(), gchar, XAP_App::getApp(), PP_AttrProp::getAttribute(), PD_Document::getDataItemDataByName(), XAP_App::getDialogFactory(), FL_DocLayout::getEmbedManager(), fp_Run::getLength(), fp_Run::getNextRun(), AV_View::getParentData(), AV_View::getPoint(), PP_AttrProp::getProperty(), fp_Run::getSpanAP(), fp_Run::getType(), GR_EmbedManager::isDefault(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Modeless::runModeless(), AP_Dialog_Latex::setDisplayMode(), UT_DEBUGMSG, UT_return_val_if_fail, and UT_UTF8String::utf8_str().
Referenced by Defun().
UT_Error fileOpen | ( | XAP_Frame * | pFrame, | |
const char * | pNewFile, | |||
IEFileType | ieft | |||
) |
References EX, XAP_App::findFrame(), XAP_App::getApp(), XAP_Frame::getCurrentView(), XAP_Frame::getFilename(), XAP_App::getFrame(), XAP_Frame::getFrameData(), XAP_Frame::getViewNumber(), IEFT_Unknown, XAP_Frame::isDirty(), XAP_Frame::loadDocument(), AP_FrameData::m_bIsWidget, XAP_App::newFrame(), s_AskRevertFile(), s_CouldNotLoadFileMessage(), s_StartStopLoadingCursor(), XAP_Frame::show(), XAP_Frame::updateZoom(), UT_DEBUGMSG, UT_ERROR, UT_IS_IE_SUCCESS, and UT_return_val_if_fail.
Referenced by _openRecent(), and Defun1().
static PD_RDFSemanticItemHandle& getrdfSemitemSource | ( | ) | [static] |
Referenced by Defun1().
static selectReferenceToSemanticItemRing& getSelectReferenceToSemanticItemRing | ( | ) | [static] |
Referenced by Defun1(), rdfAnchorContainsPoint(), rdfAnchorSelectPos(), and setSemanticItemRing().
bool helpLocalizeAndOpenURL | ( | const char * | pathBeforeLang, | |
const char * | pathAfterLang, | |||
const char * | remoteURLbase | |||
) |
References _helpOpenURL(), UT_String::c_str(), and XAP_App::getApp().
Referenced by XAP_Win32Dialog_FontChooser::_callHelp(), XAP_Win32DialogBase::_callHelp(), AP_Win32Dialog_Background::_callHelp(), Defun0(), and sDoHelp().
static void insertAnnotation | ( | FV_View * | pView, | |
bool | bDescr | |||
) | [static] |
References UT_UniqueId::Annotation, AP_DIALOG_ID_ANNOTATION, FV_View::getAnnotationLayout(), AP_Dialog_Annotation::getAnswer(), XAP_Frame::getDialogFactory(), FV_View::getDocument(), AV_View::getParentData(), FV_View::getSelectionText(), PD_Document::getUID(), PD_Document::getUserName(), FV_View::insertAnnotation(), FV_View::insertAnnotationDescription(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Annotation::runModal(), FV_View::selectAnnotation(), FV_View::setAnnotationText(), text, UT_DEBUGMSG, UT_return_if_fail, and UT_UCS4String::utf8_str().
Referenced by Defun1().
static bool lockGUI | ( | void | ) | [static] |
Call this if you want to prevent GUI operations on AbiWord.
References s_LockOutGUI.
static bool rdfAnchorContainsPoint | ( | FV_View * | pView, | |
PD_DocumentRDFHandle | rdf, | |||
PT_DocPosition | pos | |||
) | [static] |
References getSelectReferenceToSemanticItemRing(), rdfAnchorSelectPos(), UT_DEBUGMSG, and selectReferenceToSemanticItemRing::xmlids.
Referenced by Defun1().
static void rdfAnchorSelectPos | ( | FV_View * | pView, | |
PD_DocumentRDFHandle | rdf, | |||
PT_DocPosition | pos, | |||
bool | selectit = true | |||
) | [static] |
bool s_actuallyPrint | ( | PD_Document * | doc, | |
GR_Graphics * | pGraphics, | |||
FV_View * | pPrintView, | |||
const char * | pDocName, | |||
UT_uint32 | nCopies, | |||
bool | bCollate, | |||
UT_sint32 | iWidth, | |||
UT_sint32 | iHeight, | |||
UT_sint32 | nToPage, | |||
UT_sint32 | nFromPage | |||
) |
References s_actuallyPrint().
Referenced by IE_Exp_Cairo::_writeDocument(), AP_Convert::print(), AP_Convert::printFirstPage(), and s_actuallyPrint().
bool s_actuallyPrint | ( | PD_Document * | doc, | |
GR_Graphics * | pGraphics, | |||
FV_View * | pPrintView, | |||
const char * | pDocName, | |||
UT_uint32 | nCopies, | |||
bool | bCollate, | |||
UT_sint32 | iWidth, | |||
UT_sint32 | iHeight, | |||
const std::set< UT_sint32 > & | pages | |||
) |
References FV_View::draw(), GR_Graphics::endPrint(), gchar, XAP_App::getApp(), XAP_App::getLastFocussedFrame(), FV_View::getPageSize(), XAP_App::getStringSet(), XAP_StringSet::getValue(), fp_PageSize::isPortrait(), GR_Graphics::m_iRasterPosition, XAP_Frame::nullUpdate(), dg_DrawArgs::pG, GR_Graphics::setPortrait(), XAP_Frame::setStatusMessage(), GR_Graphics::startPage(), and GR_Graphics::startPrint().
static bool s_actuallySaveAs | ( | AV_View * | pAV_View, | |
bool | overwriteName | |||
) | [static] |
static bool s_AskCloseAllAndExit | ( | XAP_Frame * | pFrame | ) | [static] |
References XAP_Dialog_MessageBox::a_NO, XAP_Dialog_MessageBox::b_YN, and XAP_Frame::showMessageBox().
Referenced by Defun().
static bool s_AskForGraphicPathname | ( | XAP_Frame * | pFrame, | |
char ** | ppPathname, | |||
IEGraphicFileType * | iegft | |||
) | [static] |
References IE_ImpGraphic::enumerateDlgLabels(), FREEP, XAP_Dialog_FileOpenSaveAs::getAnswer(), XAP_Frame::getDialogFactory(), XAP_Dialog_FileOpenSaveAs::getFileType(), IE_ImpGraphic::getImporterCount(), XAP_Dialog_FileOpenSaveAs::getPathname(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FileOpenSaveAs::runModal(), XAP_Dialog_FileOpenSaveAs::setCurrentPathname(), XAP_Dialog_FileOpenSaveAs::setDefaultFileType(), XAP_Dialog_FileOpenSaveAs::setFileTypeList(), XAP_Dialog_FileOpenSaveAs::setSuggestFilename(), type, UT_ASSERT_HARMLESS, UT_calloc(), UT_DEBUGMSG, UT_return_val_if_fail, UT_SHOULD_NOT_HAPPEN, XAP_DIALOG_FILEOPENSAVEAS_FILE_TYPE_AUTO, and XAP_DIALOG_ID_INSERT_PICTURE.
Referenced by Defun1().
static bool s_AskForPathname | ( | XAP_Frame * | pFrame, | |
bool | bSaveAs, | |||
XAP_Dialog_Id | id, | |||
const char * | pSuggestedName, | |||
char ** | ppPathname, | |||
IEFileType * | ieft | |||
) | [static] |
References AP_PREF_KEY_DefaultSaveFormat, IE_Imp::enumerateDlgLabels(), IE_Exp::enumerateDlgLabels(), IE_Imp::fileTypeForSuffix(), IE_Exp::fileTypeForSuffix(), FREEP, gchar, XAP_Dialog_FileOpenSaveAs::getAnswer(), XAP_App::getApp(), XAP_Frame::getCurrentDoc(), XAP_App::getDialogFactory(), IE_Exp::getExporterCount(), XAP_Frame::getFilename(), XAP_Dialog_FileOpenSaveAs::getFileType(), IE_Imp::getImporterCount(), PD_Document::getMetaDataProp(), XAP_Dialog_FileOpenSaveAs::getPathname(), XAP_App::getPrefs(), XAP_Prefs::getPrefsValue(), IEFT_Bogus, PD_META_KEY_TITLE, XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FileOpenSaveAs::runModal(), XAP_Dialog_FileOpenSaveAs::setCurrentPathname(), XAP_Dialog_FileOpenSaveAs::setDefaultFileType(), XAP_Dialog_FileOpenSaveAs::setFileTypeList(), XAP_Dialog_FileOpenSaveAs::setSuggestFilename(), type, UT_ASSERT_HARMLESS, UT_calloc(), UT_DEBUGMSG, UT_iconv(), UT_iconv_isValid(), UT_iconv_open(), UT_legalizeFileName(), UT_return_val_if_fail, UT_SHOULD_NOT_HAPPEN, and XAP_DIALOG_FILEOPENSAVEAS_FILE_TYPE_AUTO.
Referenced by Defun1(), and s_actuallySaveAs().
static bool s_AskForScriptName | ( | XAP_Frame * | pFrame, | |
UT_String & | stPathname, | |||
UT_ScriptIdType * | ieft | |||
) | [static] |
References UT_String::clear(), UT_ScriptLibrary::enumerateDlgLabels(), FREEP, XAP_Dialog_FileOpenSaveAs::getAnswer(), XAP_Frame::getDialogFactory(), XAP_Dialog_FileOpenSaveAs::getFileType(), UT_ScriptLibrary::getNumScripts(), XAP_Dialog_FileOpenSaveAs::getPathname(), UT_ScriptLibrary::instance(), instance, XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FileOpenSaveAs::runModal(), XAP_Dialog_FileOpenSaveAs::setDefaultFileType(), XAP_Dialog_FileOpenSaveAs::setFileTypeList(), type, UT_ASSERT_HARMLESS, UT_calloc(), UT_return_val_if_fail, UT_SHOULD_NOT_HAPPEN, and XAP_DIALOG_FILEOPENSAVEAS_FILE_TYPE_AUTO.
Referenced by Defun1().
static bool s_AskRevertFile | ( | XAP_Frame * | pFrame | ) | [static] |
References XAP_Dialog_MessageBox::a_YES, XAP_Dialog_MessageBox::b_YN, FREEP, XAP_Frame::getFilename(), XAP_Frame::showMessageBox(), and UT_go_filename_from_uri().
Referenced by fileOpen().
static XAP_Dialog_MessageBox::tAnswer s_AskSaveFile | ( | XAP_Frame * | pFrame | ) | [static] |
static bool s_closeWindow | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | pCallData, | |||
bool | bCanExit | |||
) | [static] |
References XAP_Dialog_MessageBox::a_CANCEL, XAP_Dialog_MessageBox::a_NO, XAP_Dialog_MessageBox::a_YES, XAP_App::clearLastFocussedFrame(), XAP_Frame::close(), XAP_App::closeModelessDlgs(), EX, XAP_App::forgetFrame(), XAP_App::getApp(), XAP_Frame::getCurrentView(), FV_View::getDocument(), XAP_App::getFrameCount(), XAP_App::getLastFocussedFrame(), AV_View::getParentData(), XAP_Frame::getViewNumber(), IEFT_Unknown, PD_Document::isConnected(), PD_Document::isDirty(), XAP_Frame::isDirty(), XAP_Frame::loadDocument(), PD_SIGNAL_SAVEDOC, XAP_App::reallyExit(), s_AskSaveFile(), XAP_Frame::show(), PD_Document::signalListeners(), XAP_Frame::updateZoom(), UT_ASSERT_HARMLESS, UT_DEBUGMSG, UT_return_val_if_fail, UT_SHOULD_NOT_HAPPEN, and UT_UNUSED.
Referenced by Defun().
XAP_Dialog_MessageBox::tAnswer s_CouldNotLoadFileMessage | ( | XAP_Frame * | pFrame, | |
const char * | pNewFile, | |||
UT_Error | errorCode | |||
) |
static bool s_doAboutDlg | ( | XAP_Frame * | pFrame, | |
XAP_Dialog_Id | id | |||
) | [static] |
static bool s_doBookmarkDlg | ( | FV_View * | pView, | |
bool | ||||
) | [static] |
References AP_Dialog_InsertBookmark::a_DELETE, AP_Dialog_InsertBookmark::a_OK, AP_DIALOG_ID_INSERTBOOKMARK, FV_View::cmdDeleteBookmark(), FV_View::cmdInsertBookmark(), FREEP, AP_Dialog_InsertBookmark::getAnswer(), AP_Dialog_InsertBookmark::getBookmark(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), FV_View::getSelectionText(), FV_View::isSelectionEmpty(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_InsertBookmark::runModal(), AP_Dialog_InsertBookmark::setDoc(), AP_Dialog_InsertBookmark::setSuggestedBM(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doBorderShadingDlg | ( | FV_View * | pView | ) | [static] |
References XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_BORDER_SHADING, XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), FV_View::getPoint(), FV_View::getSelectionAnchor(), FV_View::isInTable(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), AP_Dialog_Border_Shading::runModeless(), FV_View::setPoint(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doBreakDlg | ( | FV_View * | pView | ) | [static] |
References AP_DIALOG_ID_BREAK, AP_Dialog_Break::b_COLUMN, AP_Dialog_Break::b_CONTINUOUS, AP_Dialog_Break::b_EVENPAGE, AP_Dialog_Break::b_NEXTPAGE, AP_Dialog_Break::b_ODDPAGE, AP_Dialog_Break::b_PAGE, BreakSectionContinuous, BreakSectionEvenPage, BreakSectionNextPage, BreakSectionOddPage, FV_View::cmdCharInsert(), AP_Dialog_Break::getAnswer(), AP_Dialog_Break::getBreakType(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), FV_View::insertSectionBreak(), FV_View::isHdrFtrEdit(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Break::runModal(), UT_ASSERT_HARMLESS, UT_return_val_if_fail, and UT_SHOULD_NOT_HAPPEN.
Referenced by Defun1().
static bool s_doBullets | ( | FV_View * | pView | ) | [static] |
References XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_LISTS, XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Modeless::runModeless(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doContextMenu | ( | EV_EditMouseContext | emc, | |
UT_sint32 | xPos, | |||
UT_sint32 | yPos, | |||
FV_View * | pView, | |||
XAP_Frame * | pFrame | |||
) | [static] |
References FV_View::isXYSelected(), s_doContextMenu_no_move(), and FV_View::warpInsPtToXY().
Referenced by Defun().
static bool s_doContextMenu_no_move | ( | EV_EditMouseContext | emc, | |
UT_sint32 | xPos, | |||
UT_sint32 | yPos, | |||
FV_View * | pView, | |||
XAP_Frame * | pFrame | |||
) | [static] |
References XAP_Menu_Factory::FindContextMenu(), XAP_App::getApp(), XAP_App::getMenuFactory(), XAP_Frame::runModalContextMenu(), and UT_DEBUGMSG.
Referenced by Defun(), and s_doContextMenu().
static bool s_doField | ( | FV_View * | pView | ) | [static] |
References AP_DIALOG_ID_FIELD, FV_View::cmdInsertField(), gchar, AP_Dialog_Field::getAnswer(), XAP_Frame::getDialogFactory(), AP_Dialog_Field::GetFieldFormat(), AP_Dialog_Field::getParameter(), AV_View::getParentData(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_NonPersistent::runModal(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doFindOrFindReplaceDlg | ( | FV_View * | pView, | |
XAP_Dialog_Id | id | |||
) | [static] |
References AP_Dialog_Replace::activate(), FREEP, XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), FV_View::getPoint(), FV_View::getSelectionText(), XAP_Dialog_Modeless::isRunning(), FV_View::isSelectionEmpty(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), AP_Dialog_Replace::runModeless(), AP_Dialog_Replace::setFindString(), AP_Dialog_Replace::setMatchCase(), FV_View::setPoint(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doFontDlg | ( | FV_View * | pView | ) | [static] |
References FREEP, gchar, XAP_Dialog_FontChooser::getAnswer(), XAP_Dialog_FontChooser::getChangedBGColor(), XAP_Dialog_FontChooser::getChangedBottomline(), XAP_Dialog_FontChooser::getChangedColor(), XAP_Dialog_FontChooser::getChangedFontFamily(), XAP_Dialog_FontChooser::getChangedFontSize(), XAP_Dialog_FontChooser::getChangedFontStyle(), XAP_Dialog_FontChooser::getChangedFontWeight(), XAP_Dialog_FontChooser::getChangedHidden(), XAP_Dialog_FontChooser::getChangedOverline(), XAP_Dialog_FontChooser::getChangedStrikeOut(), XAP_Dialog_FontChooser::getChangedSubScript(), XAP_Dialog_FontChooser::getChangedSuperScript(), XAP_Dialog_FontChooser::getChangedTextTransform(), XAP_Dialog_FontChooser::getChangedTopline(), XAP_Dialog_FontChooser::getChangedUnderline(), FV_View::getCharFormat(), fg_FillType::getColor(), FV_View::getCurrentPage(), XAP_Frame::getDialogFactory(), fp_Page::getFillType(), FL_DocLayout::getGraphics(), FV_View::getLayout(), AV_View::getParentData(), FV_View::getSelectionText(), FV_View::isSelectionEmpty(), UT_RGBColor::m_blu, UT_RGBColor::m_grn, UT_RGBColor::m_red, PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_FontChooser::runModal(), s, XAP_Dialog_FontChooser::setBackGroundColor(), XAP_Dialog_FontChooser::setBGColor(), FV_View::setCharFormat(), XAP_Dialog_FontChooser::setColor(), XAP_Dialog_FontChooser::setDrawString(), XAP_Dialog_FontChooser::setFontDecoration(), XAP_Dialog_FontChooser::setFontFamily(), XAP_Dialog_FontChooser::setFontSize(), XAP_Dialog_FontChooser::setFontStyle(), XAP_Dialog_FontChooser::setFontWeight(), XAP_Dialog_FontChooser::setGraphicsContext(), XAP_Dialog_FontChooser::setHidden(), XAP_Dialog_FontChooser::setSubScript(), XAP_Dialog_FontChooser::setSuperScript(), XAP_Dialog_FontChooser::setTextTransform(), text, and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doFormatImageDlg | ( | FV_View * | pView, | |
EV_EditMethodCallData * | pCallData, | |||
bool | bCtxtMenu | |||
) | [static] |
References AP_PREF_KEY_RulerUnits, FV_View::cmdSelect(), FV_View::convertInLineToPositioned(), dim, fl_BlockLayout::findRunAtOffset(), gchar, fl_DocSectionLayout::getActualColumnHeight(), fl_DocSectionLayout::getActualColumnWidth(), XAP_Dialog_Image::getAnswer(), XAP_App::getApp(), PP_AttrProp::getAttribute(), FV_View::getAttributes(), fp_Run::getBlock(), FV_View::getBlockAtPosition(), FV_View::getCharFormat(), fp_Line::getColumn(), fp_ContainerObject::getContainerType(), FV_View::getCurrentBlock(), XAP_Dialog_Image::getDescription(), XAP_Frame::getDialogFactory(), FV_View::getDocPositionFromLastXY(), fl_BlockLayout::getDocSectionLayout(), fp_Run::getHeight(), XAP_Dialog_Image::getHeightString(), fp_Run::getLine(), fp_Line::getPage(), AV_View::getParentData(), FV_View::getPoint(), fl_BlockLayout::getPosition(), XAP_Dialog_Image::getPositionTo(), fl_BlockLayout::getRightMargin(), FV_View::getSelectedImage(), XAP_Dialog_Image::getTitle(), fp_Run::getType(), fp_Page::getWidth(), fp_ContainerObject::getWidth(), fp_Run::getWidth(), XAP_Dialog_Image::getWidthString(), XAP_Dialog_Image::getWrapping(), fp_VerticalContainer::getX(), fp_Line::getX(), fp_Run::getX(), fl_BlockLayout::getXYOffsetToLine(), fp_ContainerObject::getY(), fp_Line::getY(), FV_View::isInHdrFtr(), XAP_Dialog_Image::isTightWrap(), EV_EditMethodCallData::m_xPos, PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Image::runModal(), FV_View::setCharFormat(), XAP_Dialog_Image::setDescription(), XAP_Dialog_Image::setHeight(), XAP_Dialog_Image::setInHdrFtr(), XAP_Dialog_Image::setMaxHeight(), XAP_Dialog_Image::setMaxWidth(), XAP_Dialog_Image::setPreferedUnits(), XAP_Dialog_Image::setTitle(), XAP_Dialog_Image::setWidth(), FV_View::updateScreen(), UT_ASSERT, UT_ASSERT_HARMLESS, UT_convertInchesToDimensionString(), UT_convertToInches(), UT_convertToLogicalUnits(), UT_DEBUG_ONLY_ARG, UT_DEBUGMSG, UT_determineDimension(), UT_formatDimensionedValue(), UT_LAYOUT_RESOLUTION, UT_return_val_if_fail, UT_SHOULD_NOT_HAPPEN, UT_std_string_setProperty(), UT_UTF8String::utf8_str(), WRAP_INLINE, and XAP_DIALOG_ID_IMAGE.
Referenced by Defun().
static bool s_doFormatTableDlg | ( | FV_View * | pView | ) | [static] |
References XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_FORMAT_TABLE, XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), FV_View::getPoint(), FV_View::isInTable(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), AP_Dialog_FormatTable::runModeless(), FV_View::swapSelectionOrientation(), UT_ASSERT, and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doGotoDlg | ( | FV_View * | pView, | |
XAP_Dialog_Id | id | |||
) | [static] |
References XAP_Dialog_Modeless::activate(), XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Modeless::runModeless(), AP_Dialog_Goto::setView(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doHyperlinkDlg | ( | FV_View * | pView | ) | [static] |
References AP_DIALOG_ID_INSERTHYPERLINK, FV_View::cmdDeleteHyperlink(), FV_View::cmdInsertHyperlink(), FV_View::cmdSelect(), FV_View::cmdUnselectSelection(), AP_Dialog_InsertHyperlink::getAnswer(), fp_Run::getBlock(), fp_Run::getBlockOffset(), XAP_Frame::getDialogFactory(), AP_Dialog_InsertHyperlink::getHyperlink(), fp_Run::getHyperlink(), FV_View::getHyperLinkRun(), AP_Dialog_InsertHyperlink::getHyperlinkTitle(), fp_Run::getLength(), fp_Run::getNextRun(), AV_View::getParentData(), FV_View::getPoint(), fl_BlockLayout::getPosition(), fp_Run::getPrevRun(), fp_HyperlinkRun::getTarget(), fp_HyperlinkRun::getTitle(), fp_Run::getType(), FV_View::isSelectionEmpty(), fp_HyperlinkRun::isStartOfHyperlink(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_InsertHyperlink::runModal(), AP_Dialog_InsertHyperlink::setDoc(), AP_Dialog_InsertHyperlink::setHyperlink(), AP_Dialog_InsertHyperlink::setHyperlinkTitle(), FV_View::setPoint(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doInsertDateTime | ( | FV_View * | pView | ) | [static] |
References AP_DIALOG_ID_INSERT_DATETIME, FV_View::cmdCharInsert(), CURRENT_DATE_TIME_SIZE, FREEP, AP_Dialog_Insert_DateTime::getAnswer(), AP_Dialog_Insert_DateTime::GetDateTimeFormat(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_NonPersistent::runModal(), time, UT_return_val_if_fail, UT_UCS4_cloneString_char(), and UT_UCS4_strlen().
Referenced by Defun1().
static bool s_doInsertPageNumbers | ( | FV_View * | pView | ) | [static] |
References AP_DIALOG_ID_PAGE_NUMBERS, FL_HDRFTR_FOOTER, AP_Dialog_PageNumbers::getAlignment(), AP_Dialog_PageNumbers::getAnswer(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), AP_Dialog_PageNumbers::id_CALIGN, AP_Dialog_PageNumbers::id_LALIGN, AP_Dialog_PageNumbers::id_RALIGN, AP_Dialog_PageNumbers::isFooter(), FV_View::processPageNumber(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_PageNumbers::runModal(), UT_ASSERT_HARMLESS, UT_return_val_if_fail, and UT_SHOULD_NOT_HAPPEN.
Referenced by Defun1().
static bool s_doInsertTableDlg | ( | FV_View * | pView | ) | [static] |
References AP_DIALOG_ID_INSERT_TABLE, FV_View::cmdInsertTable(), AP_Dialog_InsertTable::getAnswer(), AP_Dialog_InsertTable::getColumnType(), AP_Dialog_InsertTable::getColumnWidth(), XAP_Frame::getDialogFactory(), AP_Dialog_InsertTable::getNumCols(), AP_Dialog_InsertTable::getNumRows(), AV_View::getParentData(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_InsertTable::runModal(), UT_return_val_if_fail, and UT_std_string_sprintf().
Referenced by Defun1().
static bool s_doLangDlg | ( | FV_View * | pView | ) | [static] |
References FL_DocLayout::bgcrGrammar, FL_DocLayout::bgcrSpelling, gchar, XAP_Dialog_Language::getAnswer(), PD_Document::getAttrProp(), XAP_Dialog_Language::getChangedLangProperty(), FV_View::getCharFormat(), XAP_Frame::getDialogFactory(), FV_View::getDocument(), FV_View::getLayout(), AV_View::getParentData(), PP_AttrProp::getProperty(), XAP_Dialog_Language::isMakeDocumentDefault(), PP_getAttribute(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Language::runModal(), s, FV_View::setCharFormat(), XAP_Dialog_Language::setDocumentLanguage(), XAP_Dialog_Language::setLanguageProperty(), PD_Document::setProperties(), UT_ASSERT_HARMLESS, UT_return_val_if_fail, and UT_SHOULD_NOT_HAPPEN.
Referenced by Defun1().
static PD_Document* s_doListDocuments | ( | XAP_Frame * | pFrame, | |
bool | bExcludeCurrent, | |||
UT_uint32 | iId | |||
) | [static] |
This function can be used to raise one of the ListDocuments dialogues
pFrame,: | the active frame | |
bExcludeCurrent,: | true if current document is to be excluded from the list | |
iId,: | the dialogue iId determining which of the ListDocuments variants to raise |
References XAP_Dialog_ListDocuments::getAnswer(), XAP_Frame::getDialogFactory(), XAP_Dialog_ListDocuments::getDocument(), AD_Document::getFilename(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_ListDocuments::runModal(), XAP_Dialog_ListDocuments::setIncludeActiveDoc(), UT_DEBUGMSG, and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doListRevisions | ( | XAP_Frame * | pFrame, | |
PD_Document * | pDoc, | |||
FV_View * | pView | |||
) | [static] |
References AP_DIALOG_ID_LIST_REVISIONS, FV_View::cmdSetRevisionLevel(), AP_Dialog_ListRevisions::getAnswer(), XAP_Frame::getDialogFactory(), AP_Dialog_ListRevisions::getSelectedId(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_ListRevisions::runModal(), AP_Dialog_ListRevisions::setDocument(), and UT_return_val_if_fail.
static bool s_doMarkRevisions | ( | XAP_Frame * | pFrame, | |
PD_Document * | pDoc, | |||
FV_View * | pView, | |||
bool | bToggleMark, | |||
bool | bForceNew | |||
) | [static] |
References AP_Dialog_MarkRevisions::addRevision(), AP_DIALOG_ID_MARK_REVISIONS, AV_CHG_FRAMEDATA, AP_Dialog_MarkRevisions::forceNew(), AP_Dialog_MarkRevisions::getAnswer(), XAP_Frame::getDialogFactory(), XAP_Frame::getFrameData(), AP_FrameData::m_bShowPara, FV_View::notifyListeners(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_MarkRevisions::runModal(), AP_Dialog_MarkRevisions::setDocument(), FV_View::setShowPara(), FV_View::toggleMarkRevisions(), and UT_return_val_if_fail.
static bool s_doMergeCellsDlg | ( | FV_View * | pView | ) | [static] |
References XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_MERGE_CELLS, XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), AP_Dialog_MergeCells::runModeless(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doMoreWindowsDlg | ( | XAP_Frame * | pFrame, | |
XAP_Dialog_Id | id | |||
) | [static] |
static bool s_doOptionsDlg | ( | FV_View * | pView, | |
int | which = -1 | |||
) | [static] |
References AP_DIALOG_ID_OPTIONS, XAP_App::getApp(), XAP_App::getDialogFactory(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_NonPersistent::runModal(), XAP_TabbedDialog_NonPersistent::setInitialPageNum(), UT_return_val_if_fail, and UT_UNUSED.
Referenced by Defun1().
static bool s_doParagraphDlg | ( | FV_View * | pView | ) | [static] |
References AP_Dialog_Paragraph::a_CANCEL, AP_Dialog_Paragraph::a_OK, AP_Dialog_Paragraph::a_TABS, AP_DIALOG_ID_PARAGRAPH, AP_TopRulerInfo::_u::c, AP_Dialog_Paragraph::getAnswer(), FV_View::getBlockFormat(), AP_Dialog_Paragraph::getDialogData(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), FV_View::getTopRulerInfo(), AP_TopRulerInfo::_u::_c::m_xColumnWidth, XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Paragraph::runModal(), s_doTabDlg(), FV_View::setBlockFormat(), AP_Dialog_Paragraph::setDialogData(), AP_Dialog_Paragraph::setMaxWidth(), AP_TopRulerInfo::u, UT_ASSERT_HARMLESS, UT_return_val_if_fail, and UT_SHOULD_NOT_HAPPEN.
Referenced by Defun1().
static bool s_doRDFEditorDlg | ( | FV_View * | pView, | |
XAP_Dialog_Id | id, | |||
AP_Dialog_RDFEditor *& | dialogret, | |||
bool | rstrct | |||
) | [static] |
References XAP_Dialog_Modeless::activate(), XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), AP_Dialog_RDFEditor::hideRestrictionXMLID(), FV_View::isAnnotationPreviewActive(), XAP_Dialog_Modeless::isRunning(), FV_View::killAnnotationPreview(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Modeless::runModeless(), AP_Dialog_Modeless::setView(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doRDFQueryDlg | ( | FV_View * | pView, | |
XAP_Dialog_Id | id, | |||
AP_Dialog_RDFQuery *& | dialogret | |||
) | [static] |
References XAP_Dialog_Modeless::activate(), XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), FV_View::isAnnotationPreviewActive(), XAP_Dialog_Modeless::isRunning(), FV_View::killAnnotationPreview(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Modeless::runModeless(), AP_Dialog_Modeless::setView(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doSplitCellsDlg | ( | FV_View * | pView | ) | [static] |
References XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_SPLIT_CELLS, XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), AP_Dialog_SplitCells::runModeless(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doStylesDlg | ( | FV_View * | pView | ) | [static] |
References AP_DIALOG_ID_STYLES, FV_View::clearHdrFtrEdit(), XAP_App::getApp(), XAP_App::getClones(), XAP_Frame::getDialogFactory(), FL_DocLayout::getDocument(), UT_GenericVector< T >::getItemCount(), FV_View::getLayout(), UT_GenericVector< T >::getNthItem(), AV_View::getParentData(), XAP_Frame::getViewNumber(), FV_View::isHdrFtrEdit(), PD_SIGNAL_UPDATE_LAYOUT, XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_Frame::repopulateCombos(), XAP_DialogFactory::requestDialog(), AP_Dialog_Styles::runModal(), PD_Document::signalListeners(), UT_return_val_if_fail, and FV_View::warpInsPtToXY().
Referenced by Defun1().
bool s_doTabDlg | ( | FV_View * | pView | ) |
References AP_Dialog_Tab::a_CANCEL, AP_Dialog_Tab::a_OK, AP_DIALOG_ID_TAB, AP_Dialog_Tab::getAnswer(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_Tab::runModal(), s_TabSaveCallBack(), s_TellNotImplemented(), AP_Dialog_Tab::setSaveCallback(), UT_ASSERT_HARMLESS, UT_return_val_if_fail, and UT_SHOULD_NOT_HAPPEN.
Referenced by Defun1(), AP_UnixDialog_Paragraph::event_Tabs(), and s_doParagraphDlg().
static bool s_doToggleCase | ( | XAP_Frame * | pFrame, | |
FV_View * | pView, | |||
XAP_Dialog_Id | id | |||
) | [static] |
References XAP_Dialog_MessageBox::a_OK, XAP_Dialog_MessageBox::b_O, AP_Dialog_ToggleCase::getAnswer(), AP_Dialog_ToggleCase::getCase(), XAP_Frame::getDialogFactory(), FV_View::isSelectionEmpty(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_ToggleCase::runModal(), XAP_Frame::showMessageBox(), FV_View::toggleCase(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doWordCountDlg | ( | FV_View * | pView | ) | [static] |
References XAP_Dialog_Modeless::activate(), AP_DIALOG_ID_WORDCOUNT, FV_View::countWords(), XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Modeless::runModeless(), AP_Dialog_WordCount::setCount(), and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_doZoomDlg | ( | FV_View * | pView | ) | [static] |
References XAP_App::getApp(), XAP_Prefs::getCurrentScheme(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), XAP_App::getPrefs(), XAP_Dialog_Zoom::getZoomPercent(), XAP_Frame::getZoomPercentage(), XAP_Dialog_Zoom::getZoomType(), XAP_Frame::getZoomType(), XAP_Frame::quickZoom(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Zoom::runModal(), XAP_PrefsScheme::setValue(), XAP_Dialog_Zoom::setZoomPercent(), XAP_Frame::setZoomType(), XAP_Dialog_Zoom::setZoomType(), UT_return_val_if_fail, UT_UTF8String_sprintf(), UT_UTF8String::utf8_str(), XAP_DIALOG_ID_ZOOM, XAP_PREF_KEY_ZoomType, XAP_Frame::z_PAGEWIDTH, and XAP_Frame::z_WHOLEPAGE.
Referenced by Defun1().
static bool s_EditMethods_check_frame | ( | void | ) | [static] |
This little macro locks out loading frames from any activity thus preventing segfaults.
Also used to lock out operations during a frequently repeated event (like holding down an arrow key)
References XAP_App::getApp(), XAP_Frame::getCurrentDoc(), XAP_Frame::getCurrentView(), XAP_App::getLastFocussedFrame(), AV_View::getPoint(), AV_View::isLayoutFilling(), s_LockOutGUI, and xxx_UT_DEBUGMSG.
void s_getPageMargins | ( | FV_View * | pView, | |
double & | margin_left, | |||
double & | margin_right, | |||
double & | page_margin_left, | |||
double & | page_margin_right, | |||
double & | page_margin_top, | |||
double & | page_margin_bottom | |||
) |
References gchar, FV_View::getBlockFormat(), PP_getAttribute(), UT_convertToInches(), and UT_return_if_fail.
Referenced by Defun1(), Defun_EV_GetToolbarItemState_Fn(), and XAP_UnixDialog_Print::setupPrint().
static UT_Error s_importFile | ( | XAP_Frame * | pFrame, | |
const char * | pNewFile, | |||
IEFileType | ieft | |||
) | [static] |
References XAP_App::getApp(), XAP_Frame::getFilename(), XAP_Frame::getViewNumber(), IEFT_Unknown, XAP_Frame::importDocument(), XAP_Frame::isDirty(), XAP_Frame::loadDocument(), XAP_App::newFrame(), s_CouldNotLoadFileMessage(), s_StartStopLoadingCursor(), XAP_Frame::show(), UT_DEBUGMSG, UT_ERROR, UT_IS_IE_SUCCESS, and UT_return_val_if_fail.
Referenced by Defun1().
static bool s_InsertSymbolDlg | ( | FV_View * | pView, | |
XAP_Dialog_Id | id | |||
) | [static] |
References XAP_Dialog_Insert_Symbol::activate(), XAP_App::getApp(), XAP_App::getDialogFactory(), AV_View::getParentData(), XAP_Dialog_Modeless::isRunning(), XAP_Frame::raise(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Insert_Symbol::runModeless(), XAP_Dialog_Insert_Symbol::setListener(), and UT_return_val_if_fail.
Referenced by Defun1().
static void s_LoadingCursorCallback | ( | UT_Worker * | pTimer | ) | [static] |
References AV_CHG_PAGECOUNT, AV_CHG_WINDOWSIZE, FL_DocLayout::countPages(), FV_View::draw(), XAP_Frame::getCurrentView(), FV_View::getGraphics(), FV_View::getLayout(), FV_View::getPoint(), AV_View::getXScrollOffset(), AV_View::getYScrollOffset(), GR_Graphics::GR_CURSOR_WAIT, FV_View::notifyListeners(), GR_Graphics::setCursor(), XAP_Frame::setCursor(), FL_DocLayout::updateLayout(), FV_View::updateScreen(), UT_return_if_fail, and xxx_UT_DEBUGMSG.
Referenced by s_StartStopLoadingCursor().
static void s_StartStopLoadingCursor | ( | bool | bStartStop, | |
XAP_Frame * | pFrame | |||
) | [static] |
Control Method for the updating loader.
bool | bStartStop true to start the updating loader, flase to stop it after the document has loaded. | |
XAP_Frame | * pFrame Pointer to the new frame being loaded. |
References AV_FOCUS_HERE, DELETEP, FV_View::focusChange(), XAP_App::getApp(), XAP_Frame::getCurrentDoc(), XAP_Frame::getCurrentView(), XAP_App::getStringSet(), XAP_StringSet::getValue(), GR_Graphics::GR_CURSOR_DEFAULT, s_LoadingCursorCallback(), UT_Timer::set(), XAP_Frame::setCursor(), FV_View::setCursorToContext(), XAP_Frame::setStatusMessage(), UT_Timer::start(), UT_Timer::static_constructor(), and UT_Timer::stop().
Referenced by Defun1(), fileOpen(), and s_importFile().
static void s_TabSaveCallBack | ( | AP_Dialog_Tab * | , | |
FV_View * | pView, | |||
const char * | szTabStops, | |||
const char * | szDflTabStop, | |||
void * | ||||
) | [static] |
References FV_View::setBlockFormat(), UT_DEBUGMSG, and UT_return_if_fail.
Referenced by s_doTabDlg().
static void s_TellNotImplemented | ( | XAP_Frame * | pFrame, | |
const char * | szWhat, | |||
int | iLine | |||
) | [static] |
References XAP_Dialog_MessageBox::a_OK, XAP_Dialog_MessageBox::b_O, XAP_Frame::createMessageBox(), and XAP_Frame::showMessageBox().
Referenced by Defun1(), and s_doTabDlg().
static void s_TellSaveFailed | ( | XAP_Frame * | pFrame, | |
const char * | fileName, | |||
UT_Error | errorCode | |||
) | [static] |
References XAP_Dialog_MessageBox::a_OK, XAP_Dialog_MessageBox::b_O, XAP_Frame::showMessageBox(), UT_SAVE_CANCELLED, UT_SAVE_EXPORTERROR, UT_SAVE_NAMEERROR, and UT_SAVE_WRITEERROR.
Referenced by Defun(), Defun1(), and s_actuallySaveAs().
static bool s_xmlidDlg | ( | FV_View * | pView, | |
bool | ||||
) | [static] |
References AP_Dialog_GetStringCommon::a_DELETE, AP_Dialog_GetStringCommon::a_OK, AP_DIALOG_ID_INSERTXMLID, FV_View::cmdDeleteXMLID(), FV_View::cmdInsertXMLID(), AP_Dialog_GetStringCommon::getAnswer(), XAP_Frame::getDialogFactory(), AV_View::getParentData(), AP_Dialog_GetStringCommon::getString(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), AP_Dialog_GetStringCommon::runModal(), AP_Dialog_GetStringCommon::setDoc(), and UT_return_val_if_fail.
Referenced by Defun1().
static void sActualDelLeft | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | ||||
) | [static] |
References UT_return_if_fail.
Referenced by Defun1().
static void sActualDelRight | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | ||||
) | [static] |
References UT_return_if_fail.
Referenced by Defun1().
static void sActualDragFrame | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | pCallData | |||
) | [static] |
References FV_View::dragFrame(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, FV_View::releaseFrame(), and UT_return_if_fail.
Referenced by Defun().
static void sActualDragInlineImage | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | pCallData | |||
) | [static] |
References FV_View::dragInlineImage(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, FV_View::releaseInlineImage(), UT_DEBUGMSG, and UT_return_if_fail.
Referenced by Defun().
static void sActualDragToXY | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | pCallData | |||
) | [static] |
References AP_Frame::getDoWordSelections(), AV_View::getParentData(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, and UT_return_if_fail.
Referenced by Defun().
static void sActualMoveLeft | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | ||||
) | [static] |
References GR_Graphics::allCarets(), GR_Caret::forceDraw(), AllCarets::getBaseCaret(), fl_BlockLayout::getDominantDirection(), AV_View::getGraphics(), and UT_return_if_fail.
Referenced by Defun1().
static void sActualMoveRight | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | ||||
) | [static] |
References GR_Graphics::allCarets(), GR_Caret::forceDraw(), AllCarets::getBaseCaret(), fl_BlockLayout::getDominantDirection(), AV_View::getGraphics(), and UT_return_if_fail.
Referenced by Defun1().
static void sActualPaste | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | ||||
) | [static] |
References FV_View::cmdPaste().
Referenced by Defun1().
static void sActualVisualDrag | ( | AV_View * | pAV_View, | |
EV_EditMethodCallData * | pCallData | |||
) | [static] |
References FV_View::dragVisualText(), FV_View::getGraphics(), AV_View::getParentData(), FV_View::getVisualText(), GR_Graphics::GR_CURSOR_COPYTEXT, GR_Graphics::GR_CURSOR_DRAGTEXT, GR_Graphics::GR_CURSOR_IMAGE, FV_VisualDragText::isDoingCopy(), FV_VisualDragText::isNotdraggingImage(), EV_EditMethodCallData::m_xPos, EV_EditMethodCallData::m_yPos, FV_View::pasteVisualText(), XAP_Frame::setCursor(), GR_Graphics::setCursor(), and UT_return_if_fail.
Referenced by Defun().
static void setSemanticItemRing | ( | PD_DocumentRDFHandle | rdf, | |
PD_RDFSemanticItemHandle | h, | |||
const std::set< std::string > & | xmlids, | |||
const std::string & | xmlid | |||
) | [static] |
static bool unlockGUI | ( | void | ) | [static] |
Call this to allow GUI operations on AbiWord.
References s_LockOutGUI.
EV_EditMethod s_arrayEditMethods[] [static] |
bool s_bFirstDrawDone = false [static] |
Callback function to implement the updating loader. This enables the user to see the document as soon as possible and updates the size of the scroll bars as the document is loaded.
bool s_bFreshDraw = false [static] |
UT_sint32 s_iLastXScrollOffset = -1 [static] |
UT_sint32 s_iLastYScrollOffset = -1 [static] |
bool s_LockOutGUI = false [static] |
Referenced by lockGUI(), s_EditMethods_check_frame(), and unlockGUI().
UT_Worker* s_pFrequentRepeat = NULL [static] |
AD_Document* s_pLoadingDoc = NULL [static] |
XAP_Frame* s_pLoadingFrame = NULL [static] |
UT_Timer* s_pToUpdateCursor = NULL [static] |
const gchar* s_TBPrefsKeys[] [static] |
{ AP_PREF_KEY_StandardBarVisible, AP_PREF_KEY_FormatBarVisible, AP_PREF_KEY_TableBarVisible, AP_PREF_KEY_ExtraBarVisible }
bool sEndVisualDrag = false [static] |
UT_sint32 sLeftRulerPos = 0 [static] |
bool sReleaseFrame = false [static] |
bool sReleaseInlineImage = false [static] |
UT_sint32 sTopRulerHeight = 0 [static] |