Home
last modified time | relevance | path

Searched refs:FV_View (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp202 FV_View::FV_View(XAP_App * pApp, void* pParentData, FL_DocLayout* pLayout) in FV_View() function in FV_View
670 FV_View::~FV_View() in ~FV_View()
1067 FV_View * pCopyLinkView = new FV_View(XAP_App::getApp(), 0, pDocLayout); in copyTextToClipboard()
1567 void FV_View::selectFrame(void) in selectFrame()
1605 void FV_View::deleteFrame(void) in deleteFrame()
2456 void FV_View::killBlink(void) in killBlink()
7885 FV_View::findGetMatchCase() in findGetMatchCase()
7897 FV_View::findGetWholeWord() in findGetWholeWord()
7908 FV_View::findAgain(void) in findAgain()
7998 FV_View::findReplaceAll() in findReplaceAll()
[all …]
H A Dfv_Base.h40 class FV_View; variable
50 FV_Base( FV_View* pView );
55 inline FV_View * getView(void) const in getView()
65 FV_View * m_pView;
H A Dfl_SelectionPreserver.h25 class FV_View; variable
31 explicit FL_SelectionPreserver (FV_View * pView);
40 FV_View * m_pView;
H A Dfv_View_protected.cpp150 void FV_View::_eraseSelection(void) in _eraseSelection()
267 void FV_View::_drawSelection() in _drawSelection()
314 void FV_View::_resetSelection(void) in _resetSelection()
323 void FV_View::_setSelectionAnchor(void) in _setSelectionAnchor()
2162 void FV_View::_updateInsertionPoint() in _updateInsertionPoint()
2435 FV_View * pView = static_cast<FV_View *>(pWorker->getInstanceData()); in _actuallyScroll()
2522 FV_View * pView = static_cast<FV_View *>(pWorker->getInstanceData()); in _autoScroll()
3481 void FV_View::_generalUpdate(void) in _generalUpdate()
3686 friend class FV_View;
5831 FV_View *pView = static_cast<FV_View *>(data); in _prefsListener()
[all …]
H A Dfv_SelectionHandles.h28 class FV_View; variable
33 FV_SelectionHandles (FV_View * pView, FV_Selection selection);
49 FV_View * m_pView;
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Modeless.cpp89 FV_View* view = getView(); in closePopupPreviewBubbles()
114 bool AP_Dialog_Modeless::setView(FV_View * /*view*/) in setView() argument
117 m_pView = (FV_View *) getActiveFrame()->getCurrentView(); in setView()
123 FV_View * AP_Dialog_Modeless::getView(void) const in getView()
128 return (FV_View *) pFrame->getCurrentView(); in getView()
H A Dap_Dialog_Modal.cpp65 FV_View*
77 FV_View* pView = (FV_View *)pFrame->getCurrentView(); in getView()
85 FV_View* view = getView(); in closePopupPreviewBubbles()
H A Dap_Dialog_MergeCells.cpp129 FV_View * pView = 0; in autoUpdateMC()
134 pView = static_cast<FV_View *>(pFrame->getCurrentView()); in autoUpdateMC()
157 FV_View * pView = 0; in setAllSensitivities()
161 pView = static_cast<FV_View *>(pFrame->getCurrentView()); in setAllSensitivities()
274 FV_View * pView = static_cast<FV_View *>(m_pApp->getLastFocussedFrame()->getCurrentView()); in _generateSrcDest()
305 FV_View * pView = 0; in onMerge()
309 pView = static_cast<FV_View *>(pFrame->getCurrentView()); in onMerge()
H A Dap_EditMethods.h32 FV_View * pPrintView, const char *pDocName,
38 FV_View * pPrintView, const char *pDocName,
44 void s_getPageMargins(FV_View * inView,
52 bool s_doTabDlg(FV_View * pView);
H A Dap_Dialog_FormatTOC.cpp106 FV_View * pView = static_cast<FV_View *>(getActiveFrame()->getCurrentView()); in Apply()
148 FV_View * pView = static_cast<FV_View *>(getActiveFrame()->getCurrentView()); in getNewStyle()
189 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in updateDialog()
384 FV_View * pView = static_cast<FV_View *>(getActiveFrame()->getCurrentView()); in fillTOCPropsFromDoc()
484 FV_View * pView = static_cast<FV_View *>(getActiveFrame()->getCurrentView()); in applyTOCPropsToDoc()
H A Dap_TopRuler.cpp130 FV_View * pView = static_cast<FV_View *>(m_pView); in ~AP_TopRuler()
262 FV_View * pView = static_cast<FV_View *>(m_pView); in getWidth()
306 FV_View * pView = static_cast<FV_View *>(m_pView); in notify()
358 FV_View * pView = static_cast<FV_View *>(m_pView); in scrollRuler()
438 FV_View * pView = static_cast<FV_View *>(m_pView); in _drawBar()
572 FV_View * pView = static_cast<FV_View *>(m_pView); in _drawTicks()
646 FV_View * pView = (static_cast<FV_View *>(m_pView)); in _getParagraphMarkerXCenters()
894 FV_View * pView = static_cast<FV_View *>(m_pView); in getTabToggleAreaWidth()
915 FV_View * pView = static_cast<FV_View *>(m_pView); in _getTabToggleRect()
1014 FV_View * pView = static_cast<FV_View *>(m_pView); in _drawTabProperties()
[all …]
H A Dap_Dialog_Latex.cpp65 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in convertLatexToMathML()
112 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in insertIntoDoc()
H A Dap_Dialog_Goto.cpp175 FV_View* view = getView(); in getRDF()
183 bool AP_Dialog_Goto::setView(FV_View * /*view*/) in setView() argument
185 m_pView = (FV_View *) getActiveFrame()->getCurrentView(); in setView()
189 FV_View * AP_Dialog_Goto::getView(void) const in getView()
192 return (FV_View *) pFrame->getCurrentView(); in getView()
H A Dap_Dialog_SplitCells.cpp130 FV_View * pView = 0; in autoUpdateMC()
135 pView = static_cast<FV_View *>(pFrame->getCurrentView()); in autoUpdateMC()
158 FV_View * pView = 0; in setAllSensitivities()
162 pView = static_cast<FV_View *>(pFrame->getCurrentView()); in setAllSensitivities()
274 FV_View * pView = 0; in onSplit()
278 pView = static_cast<FV_View *>(pFrame->getCurrentView()); in onSplit()
H A Dap_LeftRuler.cpp246 FV_View * pView = static_cast<FV_View *>(m_pView); in mousePress()
334 FV_View * pView1 = static_cast<FV_View *>(m_pView); in mouseRelease()
470 FV_View * pView = static_cast<FV_View *>(m_pView); in mouseRelease()
792 FV_View * pView = (static_cast<FV_View *>(m_pView)); in setTableLineDrag()
865 FV_View * pView1 = static_cast<FV_View *>(m_pView); in mouseMotion()
1006 FV_View *pView = static_cast<FV_View *>(m_pView); in mouseMotion()
1233 FV_View * pVView = static_cast<FV_View *>(m_pView); in notify()
1279 FV_View * pView = static_cast<FV_View *>(m_pView); in scrollRuler()
1342 FV_View * pView = static_cast<FV_View *>(m_pView); in _getMarginMarkerRects()
1426 FV_View * pView = static_cast<FV_View *>(m_pView); in _getCellMarkerRects()
[all …]
H A Dap_Dialog_Modeless.h73 bool setView(FV_View * view);
74 FV_View * getView() const;
85 FV_View * m_pView;
H A Dap_Dialog_Goto.h50 bool setView(FV_View * view);
51 FV_View * getView() const;
69 FV_View * m_pView;
H A Dap_Dialog_Styles.h70 FV_View * getLView(void) const;
100 void setView(FV_View * pView);
101 FV_View * getView(void) const;
124 FV_View * m_pView;
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/sugar/unix/
H A DSugarUnixAccountHandler.h36 class FV_View; variable
99 bool offerTube(FV_View* pView, const UT_UTF8String& tubeDBusAddress);
100 bool joinTube(FV_View* pView, const UT_UTF8String& tubeDBusAddress);
101 bool disconnectTube(FV_View* pView);
102 bool joinBuddy(FV_View* pView, const UT_UTF8String& buddyDBusAddress);
103 bool disjoinBuddy(FV_View* pView, const UT_UTF8String& buddyDBusAddress);
H A DSugarUnixAccountHandler.cpp369 bool SugarAccountHandler::offerTube(FV_View* pView, const UT_UTF8String& tubeDBusAddress) in offerTube()
408 bool SugarAccountHandler::joinTube(FV_View* pView, const UT_UTF8String& tubeDBusAddress) in joinTube()
441 bool SugarAccountHandler::disconnectTube(FV_View* pView) in disconnectTube()
459 bool SugarAccountHandler::joinBuddy(FV_View* pView, const UT_UTF8String& buddyDBusAddress) in joinBuddy()
470 bool SugarAccountHandler::disjoinBuddy(FV_View* pView, const UT_UTF8String& buddyDBusAddress) in disjoinBuddy()
535 FV_View* pView = static_cast<FV_View *>(v); in s_offerTube()
549 FV_View* pView = static_cast<FV_View *>(v); in s_joinTube()
562 FV_View* pView = static_cast<FV_View *>(v); in s_disconnectTube()
575 FV_View* pView = static_cast<FV_View *>(v); in s_buddyJoined()
590 FV_View* pView = static_cast<FV_View *>(v); in s_buddyLeft()
/dports/editors/abiword/abiword-3.0.5/plugins/command/xp/
H A DAbiCommand.cpp425 FV_View*
428 return static_cast< FV_View* >(m_pCurView); in getView()
656 static_cast < FV_View * >(m_pCurView)->cmdSelect (pos, pos); in parseTokens()
736 static_cast < FV_View * >(m_pCurView)->findSetMatchCase (true); in parseTokens()
1621 static_cast < FV_View * >(m_pCurView)->setPoint (pos); in movePoint()
1632 static_cast < FV_View * >(m_pCurView)->moveInsPtTo (docpos); in movePoint()
1660 static_cast < FV_View * >(m_pCurView)->findSetMatchCase (true); in replaceAll()
1661 static_cast < FV_View * >(m_pCurView)->findReplaceAll (); in replaceAll()
1752 static_cast < FV_View * >(m_pCurView)->findReplace (bEOD); in replaceNext()
1834 m_pCurView = new FV_View (m_pApp, m_pCurFrame, m_pLayout); in replaceDocument()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/cocoa/
H A Dap_PrintingDelegate.h26 class FV_View; variable
32 AP_PrintingDelegate(FV_View* pView);
37 FV_View* m_pView;
/dports/editors/abiword/abiword-3.0.5/src/af/xap/gtk/
H A Dxap_UnixDlg_Print.h26 class FV_View; variable
58 FV_View * m_pView;
62 FV_View * m_pPrintView;
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dabiwidget-gtk2.cpp886 FV_View * m_pView;
1056 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in s_LoadingCursorCallback()
1200 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in _abi_widget_set_show_margin()
1406 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_get_mouse_pos()
1434 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_render_page_to_image()
1521 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_set_style()
1536 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_insert_table()
1551 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_insert_image()
1651 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_load_file()
1726 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_load_file_from_memory()
[all …]
H A Dabiwidget.cpp885 FV_View * m_pView;
1055 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in s_LoadingCursorCallback()
1199 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in _abi_widget_set_show_margin()
1427 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_get_mouse_pos()
1459 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_render_page_to_image()
1544 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_set_style()
1567 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_insert_table()
1582 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_insert_image()
1687 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_load_file()
1762 FV_View * pView = static_cast<FV_View *>(pFrame->getCurrentView()); in abi_widget_load_file_from_memory()
[all …]

12345678