Searched refs:StatementList (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/automation/source/server/ |
| H A D | sta_list.cxx | 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; [all …]
|
| H A D | server.cxx | 79 StatementList::DirectLog( S_AssertError, UniString( pString, RTL_TEXTENCODING_UTF8 ) ); in TestToolDebugPrint() 145 if ( StatementList::GetFirstDocFrame() ) in IMPL_LINK() 148 aOriginalWinCaption = StatementList::GetFirstDocFrame()->GetText(); in IMPL_LINK() 149 …StatementList::GetFirstDocFrame()->SetText(String(aOriginalWinCaption).AppendAscii(" TT").Append(a… in IMPL_LINK() 285 if ( !StatementList::pTTProperties ) in Timeout() 286 StatementList::pTTProperties = new TTProperties(); in Timeout() 288 if ( !StatementList::pTTProperties->GetSlots() ) in Timeout() 324 if ( StatementList::pFirst ) // Verarbeitung neu aufsetzen in Timeout() 335 …SfxPoolItem *pItem = new SfxStringItem((sal_uInt16)StatementList::pTTProperties->nSidNewDocDirect,… in Timeout() 336 new StatementSlot( StatementList::pTTProperties->nSidNewDocDirect, pItem ); in Timeout() [all …]
|
| H A D | scmdstrm.cxx | 78 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 D | statemnt.hxx | 153 class StatementList : public SafePointer class 156 StatementList(const StatementList&); 157 StatementList & operator=(const StatementList&); 160 StatementList(); 162 void QueStatement(StatementList *pAfterThis); 169 static StatementList *pCurrentProfileStatement; 258 virtual ~StatementList(); 280 StatementList *pNext; 281 static StatementList /**pCurrent,*/ *pFirst; 318 class StatementSlot : public StatementList //Slots aufrufen [all …]
|
| H A D | recorder.cxx | 166 …StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyStrin… in IMPL_LINK() 168 …StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyStrin… in IMPL_LINK() 170 …StatementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, String::C… in IMPL_LINK() 192 …StatementList::pRet->GenReturn( RET_MacroRecorder, rtl::OString(), (comm_USHORT)(M_SetPage|M_RET_N… in IMPL_LINK() 212 …StatementList::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() 276 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK() 311 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK() 373 … StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod ); in IMPL_LINK() 375 …StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod, (comm_ULONG)nCurrentButton… in IMPL_LINK() [all …]
|
| H A D | statemnt.cxx | 130 StatementFlow::StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP ) in StatementFlow() 680 StatementList::m_pDbgWin->AddText( "UnoUrl:" ); in StatementUnoSlot() 681 StatementList::m_pDbgWin->AddText( aUnoUrl ); in StatementUnoSlot() 682 StatementList::m_pDbgWin->AddText( "\n" ); in StatementUnoSlot() 689 StatementCommand::StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Para… in StatementCommand() 773 while ( StatementList::pFirst != this ) // Alles L�schen au�er mich selbst in StatementCommand() 775 StatementList *pDeQue = StatementList::pFirst; in StatementCommand() 1219 : ToolBox( StatementList::GetFirstDocFrame(), TTProperties::GetSvtResId(DisplayHidToolBox) ) in DisplayHidWin() 1245 SetParent( StatementList::GetFirstDocFrame() ); in ~DisplayHidWin() 1462 if ( StatementList::WinPtrValid(WinPtr) ) \ in DisplayHID() [all …]
|