Home
last modified time | relevance | path

Searched refs:FV_View_BubbleBlocker (Results 1 – 6 of 6) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Modal.h49 FV_View_BubbleBlocker m_bubbleBlocker;
H A Dap_Dialog_Modal.cpp92 m_bubbleBlocker = FV_View_BubbleBlocker(); in maybeReallowPopupPreviewBubbles()
H A Dap_Dialog_Modeless.h90 FV_View_BubbleBlocker m_bubbleBlocker;
H A Dap_Dialog_Modeless.cpp96 m_bubbleBlocker = FV_View_BubbleBlocker(); in maybeReallowPopupPreviewBubbles()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.h224 class ABI_EXPORT FV_View_BubbleBlocker
229 FV_View_BubbleBlocker( FV_View* pView = 0 );
230 ~FV_View_BubbleBlocker();
231 FV_View_BubbleBlocker& operator=( const FV_View_BubbleBlocker& r );
248 friend class FV_View_BubbleBlocker; variable
672 FV_View_BubbleBlocker getBubbleBlocker();
H A Dfv_View.cpp13134 FV_View_BubbleBlocker
13142 FV_View_BubbleBlocker ret( this ); in getBubbleBlocker()
13168 FV_View_BubbleBlocker::FV_View_BubbleBlocker( FV_View* pView ) in FV_View_BubbleBlocker() function in FV_View_BubbleBlocker
13175 FV_View_BubbleBlocker::~FV_View_BubbleBlocker() in ~FV_View_BubbleBlocker()
13181 FV_View_BubbleBlocker&
13182 FV_View_BubbleBlocker::operator=( const FV_View_BubbleBlocker& r ) in operator =()