Lines Matching refs:StatementList

57 TTProfiler *StatementList::pProfiler = NULL;
58 StatementList *StatementList::pFirst = NULL;
59 sal_Bool StatementList::bReadingCommands = sal_False;
60 sal_Bool StatementList::bIsInReschedule = sal_False;
61 sal_uInt16 StatementList::nModalCount = 0;
62 Window *StatementList::pLastFocusWindow = NULL;
63 sal_Bool StatementList::bWasDragManager = sal_False;
64 sal_Bool StatementList::bWasPopupMenu = sal_False;
65 sal_Bool StatementList::bBasicWasRunning = sal_False;
66 RetStream *StatementList::pRet = NULL;
67 sal_Bool StatementList::IsError = sal_False;
68 sal_Bool StatementList::bDying = sal_False;
69 sal_Bool StatementList::bExecuting = sal_False;
70 StatementList *StatementList::pCurrentProfileStatement = NULL;
71 sal_Bool StatementList::bUsePostEvents = sal_True;
73 EditWindow *StatementList::m_pDbgWin;
77 rtl::OString StatementList::aWindowWaitUId = rtl::OString();
78 Window *StatementList::pWindowWaitPointer = NULL;
79 rtl::OString StatementList::aWindowWaitOldHelpId = rtl::OString();
80 rtl::OString StatementList::aWindowWaitOldUniqueId = rtl::OString();
81 sal_uInt16 StatementList::nUseBindings = 0;
83 sal_uInt16 StatementList::aSubMenuId1 = 0; // Untermen�s bei PopupMenus
84 sal_uInt16 StatementList::aSubMenuId2 = 0; // erstmal 2-Stufig
85 sal_uInt16 StatementList::aSubMenuId3 = 0; // and now even 3 levels #i31512#
86 SystemWindow *StatementList::pMenuWindow = NULL;
87 TTProperties *StatementList::pTTProperties = NULL;
89 sal_uInt16 StatementList::nMinTypeKeysDelay = 0; // Verz�gerung der einzelnen Anschl�ge f�r TypeKeys
90 sal_uInt16 StatementList::nMaxTypeKeysDelay = 0;
91 sal_Bool StatementList::bDoTypeKeysDelay = sal_False;
93 Window* StatementList::pFirstDocFrame = NULL;
95 sal_Bool StatementList::bIsSlotInExecute = sal_False;
97 sal_Bool StatementList::bCatchGPF = sal_True;
138 StatementList::StatementList() in StatementList() function in StatementList
146 void StatementList::InitProfile() in InitProfile()
161 void StatementList::SendProfile( String aText ) in SendProfile()
189 void StatementList::QueStatement(StatementList *pAfterThis) in QueStatement()
216 StatementList *pList; in QueStatement()
225 void StatementList::Advance() in Advance()
233 StatementList::~StatementList() in ~StatementList()
241 Window* StatementList::GetDocWin( sal_uInt16 nNr ) in GetDocWin()
258 sal_uInt16 StatementList::GetDocFrameCount() in GetDocFrameCount()
272 sal_uInt16 StatementList::GetDocWinCount() in GetDocWinCount()
286 Window* StatementList::SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase ) in SearchAllWin()
371 Window* StatementList::SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase ) in SearchClientWin()
456 Window* StatementList::SearchTree( rtl::OString aUId ,sal_Bool bSearchButtonOnToolbox ) in SearchTree()
475 sal_Bool StatementList::WinPtrValid(Window *pTest) in WinPtrValid()
498 Window* StatementList::GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase, sal_uInt16 nS… in GetWinByRT()
509 sal_uInt16 StatementList::CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase ) in CountWinByRT()
528 ScrollBar* StatementList::GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase ) in GetScrollBar()
541 Window* StatementList::GetPopupFloatingWin( sal_Bool MaybeBase ) in GetPopupFloatingWin()
549 Menu* StatementList::GetMatchingMenu( Window* pWin, Menu* pBaseMenu ) in GetMatchingMenu()
627 Window* StatementList::GetActive( WindowType nRT, sal_Bool MaybeBase ) in GetActive()
653 Window* StatementList::GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase ) in GetFadeSplitWin()
663 Window* StatementList::GetMouseWin() in GetMouseWin()
681 Window* StatementList::GetFocus( WindowType nRT, sal_Bool MaybeBase ) in GetFocus()
695 Window* StatementList::GetAnyActive( sal_Bool MaybeBase ) in GetAnyActive()
748 void StatementList::SetFirstDocFrame( Window* pWin ) in SetFirstDocFrame()
754 Window* StatementList::GetFirstDocFrame() in GetFirstDocFrame()
784 sal_Bool StatementList::IsFirstDocFrame( Window* pWin ) in IsFirstDocFrame()
789 MenuBar* StatementList::GetDocFrameMenuBar( Window* pWin ) in GetDocFrameMenuBar()
804 sal_Bool StatementList::IsDocFrame( Window* pWin ) in IsDocFrame()
827 sal_Bool StatementList::IsDocWin( Window* pWin ) in IsDocWin()
843 sal_Bool StatementList::IsIMEWin( Window* pWin ) // Input Window for CJK under Solaris in IsIMEWin()
864 UniString StatementList::Tree(Window *pBase, int Indent) in Tree()
906 String StatementList::ClientTree(Window *pBase, int Indent) in ClientTree()
1018 sal_Bool StatementList::CheckWindowWait() in CheckWindowWait()
1063 void StatementList::ReportError(String aMessage) in ReportError()
1068 void StatementList::ReportError(rtl::OString aUId, String aMessage) in ReportError()
1074 void StatementList::ReportError(String aMessage, sal_uLong nWhatever) in ReportError()
1079 void StatementList::DirectLog( sal_uLong nType, String aMessage ) in DirectLog()
1088 if ( StatementList::WinPtrValid( WinP ) ) \
1099 if ( StatementList::bUsePostEvents && !bForceDirect ) in ImplKeyInput()
1101 if ( StatementList::WinPtrValid( pWin ) ) in ImplKeyInput()
1121 if ( StatementList::WinPtrValid( pWin ) ) in ImplKeyInput()
1140 if ( StatementList::bUsePostEvents && !bForceDirect ) in ImplMouseMove()
1142 if ( StatementList::WinPtrValid( pWin ) ) in ImplMouseMove()
1167 if ( StatementList::bUsePostEvents && !bForceDirect ) in ImplMouseButtonDown()
1169 if ( StatementList::WinPtrValid( pWin ) ) in ImplMouseButtonDown()
1184 if ( StatementList::bUsePostEvents && !bForceDirect ) in ImplMouseButtonUp()
1186 if ( StatementList::WinPtrValid( pWin ) ) in ImplMouseButtonUp()