Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dsta_list.cxx58 StatementList *StatementList::pFirst = NULL;
66 RetStream *StatementList::pRet = NULL;
70 StatementList *StatementList::pCurrentProfileStatement = NULL;
73 EditWindow *StatementList::m_pDbgWin;
138 StatementList::StatementList() in StatementList() function in StatementList
146 void StatementList::InitProfile() in InitProfile()
189 void StatementList::QueStatement(StatementList *pAfterThis) in QueStatement()
216 StatementList *pList; in QueStatement()
225 void StatementList::Advance() in Advance()
233 StatementList::~StatementList() in ~StatementList()
[all …]
H A Dserver.cxx145 if ( StatementList::GetFirstDocFrame() ) in IMPL_LINK()
285 if ( !StatementList::pTTProperties ) in Timeout()
602 if( StatementList::pFirst ) in IMPL_LINK()
628 if ( ( StatementList::bReadingCommands && !StatementList::bDying ) || in IMPL_LINK()
629 ( StatementList::bExecuting ) || in IMPL_LINK()
635 if ( StatementList::bExecuting ) in IMPL_LINK()
652 while( StatementList::pFirst && ( !StatementList::bReadingCommands || StatementList::bDying ) ) in IMPL_LINK()
661 StatementList *pC = StatementList::pFirst; in IMPL_LINK()
872 StatementList::m_pDbgWin = m_pDbgWin; in ImplRemoteControl()
905 StatementList::bDying = sal_True; in ~ImplRemoteControl()
[all …]
H A Dscmdstrm.cxx80 StatementList::m_pDbgWin->AddText( " " ); in Read()
91 StatementList::m_pDbgWin->AddText( "USHORT:" ); in Read()
102 StatementList::m_pDbgWin->AddText( "ULONG:" ); in Read()
115 StatementList::m_pDbgWin->AddText( aString ); in Read()
125 StatementList::m_pDbgWin->AddText( "BOOL:" ); in Read()
138 StatementList::m_pDbgWin->AddText( "\n" ); in Read()
150 StatementList::m_pDbgWin->AddText( aId ); in Read()
151 StatementList::m_pDbgWin->AddText( " " ); in Read()
185 StatementList::m_pDbgWin->AddText( aString ); in Read()
195 StatementList::m_pDbgWin->AddText( "BOOL:" ); in Read()
[all …]
H A Dstatemnt.hxx154 class StatementList : public SafePointer class
157 StatementList(const StatementList&);
158 StatementList & operator=(const StatementList&);
161 StatementList();
163 void QueStatement(StatementList *pAfterThis);
170 static StatementList *pCurrentProfileStatement;
259 virtual ~StatementList();
281 StatementList *pNext;
282 static StatementList /**pCurrent,*/ *pFirst;
319 class StatementSlot : public StatementList //Slots aufrufen
[all …]
H A Drecorder.cxx166StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyStrin… in IMPL_LINK()
168StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyStrin… in IMPL_LINK()
212StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Check… in IMPL_LINK()
242 StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), nMethod ); in IMPL_LINK()
373 StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod ); in IMPL_LINK()
375StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod, (comm_ULONG)nCurrentButton… in IMPL_LINK()
402StatementList::pRet->GenReturn( RET_MacroRecorder, pParent->GetUniqueOrHelpId(), nMethod ); in IMPL_LINK()
418StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Click… in IMPL_LINK()
479 StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), nMethod ); in IMPL_LINK()
501StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Click… in IMPL_LINK()
[all …]
H A Dstatemnt.cxx680 StatementList::m_pDbgWin->AddText( "UnoUrl:" ); in StatementUnoSlot()
681 StatementList::m_pDbgWin->AddText( aUnoUrl ); in StatementUnoSlot()
682 StatementList::m_pDbgWin->AddText( "\n" ); in StatementUnoSlot()
775 StatementList *pDeQue = StatementList::pFirst; in StatementCommand()
1245 SetParent( StatementList::GetFirstDocFrame() ); in ~DisplayHidWin()
1462 if ( StatementList::WinPtrValid(WinPtr) ) \ in DisplayHID()
1468 if ( StatementList::WinPtrValid(WinPtr) ) \ in DisplayHID()
1736 if ( StatementList::WinPtrValid( pTranslateWin ) ) in IMPL_LINK()
1752 if ( StatementList::WinPtrValid( pTranslateWin ) ) in IMPL_LINK()
3475 : StatementList() in StatementControl()
[all …]

Completed in 59 milliseconds