Lines Matching refs:CommandId
327 BaseContent::abort( sal_Int32 CommandId ) in abort() argument
330 m_pMyShell->abort( CommandId ); in abort()
336 sal_Int32 CommandId, in execute() argument
342 if( ! CommandId ) in execute()
344 CommandId = createCommandIdentifier(); in execute()
346 m_pMyShell->startTask( CommandId, in execute()
353 aAny <<= getPropertySetInfo( CommandId ); in execute()
364 m_pMyShell->installError( CommandId, in execute()
367 aAny <<= setPropertyValues( CommandId,sPropertyValues ); // calls endTask by itself in execute()
374 m_pMyShell->installError( CommandId, in execute()
377 aAny <<= getPropertyValues( CommandId, in execute()
384 m_pMyShell->installError( CommandId, in execute()
388 Reference< XDynamicResultSet > result = open( CommandId,aOpenArgument ); in execute()
396 m_pMyShell->installError( CommandId, in execute()
399 deleteContent( CommandId ); in execute()
405 m_pMyShell->installError( CommandId, in execute()
408 transfer( CommandId, aTransferInfo ); in execute()
414 m_pMyShell->installError( CommandId, in execute()
417 insert( CommandId,aInsertArgument ); in execute()
427 Reference< sdbc::XRow > xRow = getPropertyValues( CommandId,seq ); in execute()
436 m_pMyShell->installError( CommandId, in execute()
442 m_pMyShell->installError( CommandId, in execute()
447 endTask( CommandId ); in execute()
1290 void SAL_CALL BaseContent::endTask( sal_Int32 CommandId ) in endTask() argument
1293 m_pMyShell->endTask( CommandId,m_aUncPath,this ); in endTask()