| /trunk/main/ucb/source/ucp/file/ |
| H A D | shell.cxx | 579 void SAL_CALL shell::page( sal_Int32 CommandId, in page() argument 591 installError( CommandId, in page() 613 installError( CommandId, in page() 619 installError( CommandId, in page() 625 installError( CommandId, in page() 632 installError( CommandId, in page() 670 shell::open( sal_Int32 CommandId, in open() argument 681 installError( CommandId, in open() 707 shell::open_rw( sal_Int32 CommandId, in open_rw() argument 718 installError( CommandId, in open_rw() [all …]
|
| H A D | filtask.cxx | 58 sal_Int32 CommandId, in startTask() argument 62 TaskMap::iterator it = m_aTaskMap.find( CommandId ); in startTask() 69 m_aTaskMap[ CommandId ] = TaskHandling( xCommandEnv ); in startTask() 75 TaskManager::endTask( sal_Int32 CommandId, in endTask() argument 80 TaskMap::iterator it = m_aTaskMap.find( CommandId ); in endTask() 106 TaskManager::abort( sal_Int32 CommandId ) in abort() argument 108 if( CommandId ) in abort() 111 TaskMap::iterator it = m_aTaskMap.find( CommandId ); in abort() 120 void SAL_CALL TaskManager::clearError( sal_Int32 CommandId ) in clearError() argument 123 TaskMap::iterator it = m_aTaskMap.find( CommandId ); in clearError() [all …]
|
| H A D | bc.cxx | 315 BaseContent::abort( sal_Int32 CommandId ) in abort() argument 317 m_pMyShell->abort( CommandId ); in abort() 323 sal_Int32 CommandId, in execute() argument 326 if( ! CommandId ) in execute() 328 CommandId = createCommandIdentifier(); in execute() 330 m_pMyShell->startTask( CommandId, in execute() 337 aAny <<= getPropertySetInfo( CommandId ); in execute() 348 m_pMyShell->installError( CommandId, in execute() 351 aAny <<= setPropertyValues( CommandId,sPropertyValues ); // calls endTask by itself in execute() 358 m_pMyShell->installError( CommandId, in execute() [all …]
|
| H A D | shell.hxx | 213 void SAL_CALL page( sal_Int32 CommandId, 224 open( sal_Int32 CommandId, 236 open_rw( sal_Int32 CommandId, 248 ls( sal_Int32 CommandId, 287 getv( sal_Int32 CommandId, 302 move( sal_Int32 CommandId, 313 copy( sal_Int32 CommandId, // See "move" 328 remove( sal_Int32 CommandId, 349 mkdir( sal_Int32 CommandId, 362 mkfil( sal_Int32 CommandId, [all …]
|
| H A D | filtask.hxx | 162 sal_Int32 CommandId, 166 void SAL_CALL abort( sal_Int32 CommandId ); 177 void SAL_CALL installError( sal_Int32 CommandId, 190 void SAL_CALL retrieveError( sal_Int32 CommandId, 199 void SAL_CALL endTask( sal_Int32 CommandId, 209 void SAL_CALL handleTask( sal_Int32 CommandId,
|
| H A D | bc.hxx | 151 sal_Int32 CommandId, 156 sal_Int32 CommandId ); 307 void SAL_CALL endTask( sal_Int32 CommandId );
|
| H A D | filinsreq.cxx | 126 shell *pShell,sal_Int32 CommandId) in XTYPEPROVIDER_IMPL_2() 136 pShell->retrieveError(CommandId,m_nErrorCode,m_nMinorError); in XTYPEPROVIDER_IMPL_2()
|
| /trunk/main/offapi/com/sun/star/ucb/ |
| H A D | XCommandProcessor.idl | 99 @param CommandId 126 [in] long CommandId, 137 @param CommandId 142 [oneway] void abort( [in] long CommandId );
|
| H A D | XCommandProcessor2.idl | 51 @param CommandId 60 [oneway] void releaseCommandIdentifier([in] long CommandId);
|
| /trunk/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | content.cxx | 301 sal_Int32 CommandId, in execute() argument 365 CommandId, in execute() 383 CommandId, in execute()
|
| H A D | content.hxx | 101 sal_Int32 CommandId, 106 abort( sal_Int32 CommandId );
|
| H A D | urlparameter.cxx | 398 sal_Int32 CommandId, in open() argument 404 (void)CommandId; in open() 471 sal_Int32 CommandId, in open() argument 477 (void)CommandId; in open()
|
| H A D | urlparameter.hxx | 177 sal_Int32 CommandId, 183 sal_Int32 CommandId,
|
| /trunk/main/ucb/source/ucp/ext/ |
| H A D | ucpext_content.hxx | 109 sal_Int32 CommandId, 115 sal_Int32 CommandId
|
| /trunk/main/ucb/source/ucp/ftp/ |
| H A D | ftpcontent.hxx | 96 sal_Int32 CommandId, 101 abort(sal_Int32 CommandId);
|
| /trunk/main/ucb/source/ucp/odma/ |
| H A D | odma_content.hxx | 152 sal_Int32 CommandId, 156 abort( sal_Int32 CommandId );
|
| /trunk/main/ucbhelper/workben/myucp/ |
| H A D | myucp_content.hxx | 148 sal_Int32 CommandId, 152 abort( sal_Int32 CommandId );
|
| /trunk/main/ucb/source/core/ |
| H A D | ucb.hxx | 143 sal_Int32 CommandId, 147 abort( sal_Int32 CommandId );
|
| /trunk/main/dbaccess/source/core/inc/ |
| H A D | ContentHelper.hxx | 204 …CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 CommandId, const ::com::su… 205 virtual void SAL_CALL abort( sal_Int32 CommandId ) ;
|
| /trunk/main/ucbhelper/inc/ucbhelper/ |
| H A D | contenthelper.hxx | 388 sal_Int32 CommandId, 392 abort( sal_Int32 CommandId ) = 0;
|
| /trunk/main/ucb/source/ucp/gvfs/ |
| H A D | gvfs_content.hxx | 217 sal_Int32 CommandId, 221 abort( sal_Int32 CommandId );
|
| /trunk/main/ucb/source/ucp/gio/ |
| H A D | gio_content.hxx | 163 sal_Int32 CommandId, 166 virtual void SAL_CALL abort( sal_Int32 CommandId );
|
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | webdavcontent.hxx | 228 sal_Int32 CommandId, 232 abort( sal_Int32 CommandId );
|
| /trunk/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchycontent.hxx | 259 sal_Int32 CommandId, 263 abort( sal_Int32 CommandId );
|
| /trunk/main/ucb/source/ucp/package/ |
| H A D | pkgcontent.hxx | 275 sal_Int32 CommandId, 279 abort( sal_Int32 CommandId );
|