Home
last modified time | relevance | path

Searched refs:nFunctionId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/automation/source/server/
H A Dstatemnt.cxx341 pCmdIn->Read( nFunctionId ); in StatementSlot()
344 m_pDbgWin->AddText( String::CreateFromInt32( nFunctionId ) ); in StatementSlot()
377 , nFunctionId( 0 ) in StatementSlot()
386 nFunctionId = sal_uInt16(nSlot); in StatementSlot()
389 m_pDbgWin->AddText( String::CreateFromInt32( nFunctionId ) ); in StatementSlot()
494 m_pDbgWin->AddText( String::CreateFromInt32( nFunctionId ) ); in Execute()
506 m_pDbgWin->AddText( String::CreateFromInt32( nFunctionId ) ); in Execute()
549 aUnoUrl = CUniString("slot:").Append( String::CreateFromInt32( nFunctionId ) ); in Execute()
640 …switch ( pTTProperties->ExecuteFunction( nFunctionId, pItemArr, EXECUTEMODE_DIALOGASYNCHRON | nUse… in Execute()
644 …ReportError( rtl::OString::valueOf((sal_Int32)nFunctionId), GEN_RES_STR0( S_SID_EXECUTE_FAILED_NO_… in Execute()
[all …]
H A Dstatemnt.hxx325 sal_uInt16 nFunctionId; // can get removed when the old (numeric) slothandling is removed member in StatementSlot