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.cxx57 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;
[all …]
H A Dserver.cxx77 StatementList::DirectLog( S_AssertError, UniString( pString, RTL_TEXTENCODING_UTF8 ) ); in TestToolDebugPrint()
143 if ( StatementList::GetFirstDocFrame() ) in IMPL_LINK()
146 aOriginalWinCaption = StatementList::GetFirstDocFrame()->GetText(); in IMPL_LINK()
147StatementList::GetFirstDocFrame()->SetText(String(aOriginalWinCaption).AppendAscii(" TT").Append(a… in IMPL_LINK()
283 if ( !StatementList::pTTProperties ) in Timeout()
284 StatementList::pTTProperties = new TTProperties(); in Timeout()
286 if ( !StatementList::pTTProperties->GetSlots() ) in Timeout()
322 if ( StatementList::pFirst ) // Verarbeitung neu aufsetzen in Timeout()
333 …SfxPoolItem *pItem = new SfxStringItem((sal_uInt16)StatementList::pTTProperties->nSidNewDocDirect,… in Timeout()
334 new StatementSlot( StatementList::pTTProperties->nSidNewDocDirect, pItem ); in Timeout()
[all …]
H A Dscmdstrm.cxx78 StatementList::m_pDbgWin->AddText( "Parameter: " ); in Read()
79 StatementList::m_pDbgWin->AddText( String::CreateFromInt32( nId ) ); in Read()
80 StatementList::m_pDbgWin->AddText( " " ); in Read()
91 StatementList::m_pDbgWin->AddText( "USHORT:" ); in Read()
92 StatementList::m_pDbgWin->AddText( String::CreateFromInt32( nNr ) ); in Read()
102 StatementList::m_pDbgWin->AddText( "ULONG:" ); in Read()
103 StatementList::m_pDbgWin->AddText( String::CreateFromInt64( nNr ) ); in Read()
114 StatementList::m_pDbgWin->AddText( "String:" ); in Read()
115 StatementList::m_pDbgWin->AddText( aString ); in Read()
125 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()
170StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, String::C… in IMPL_LINK()
192StatementList::pRet->GenReturn( RET_MacroRecorder, rtl::OString(), (comm_USHORT)(M_SetPage|M_RET_N… in IMPL_LINK()
212StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Check… in IMPL_LINK()
242StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), nMethod ); in IMPL_LINK()
276StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK()
311StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK()
373StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod ); in IMPL_LINK()
375StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod, (comm_ULONG)nCurrentButton… in IMPL_LINK()
[all …]
H A Dstatemnt.cxx127 StatementFlow::StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP ) in StatementFlow()
677 StatementList::m_pDbgWin->AddText( "UnoUrl:" ); in StatementUnoSlot()
678 StatementList::m_pDbgWin->AddText( aUnoUrl ); in StatementUnoSlot()
679 StatementList::m_pDbgWin->AddText( "\n" ); in StatementUnoSlot()
686 StatementCommand::StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Para… in StatementCommand()
770 while ( StatementList::pFirst != this ) // Delete everything except myself in StatementCommand()
772 StatementList *pDeQue = StatementList::pFirst; in StatementCommand()
1215 : ToolBox( StatementList::GetFirstDocFrame(), TTProperties::GetSvtResId(DisplayHidToolBox) ) in DisplayHidWin()
1241 SetParent( StatementList::GetFirstDocFrame() ); in ~DisplayHidWin()
1458 if ( StatementList::WinPtrValid(WinPtr) ) \ in DisplayHID()
[all …]