Home
last modified time | relevance | path

Searched refs:CommandId (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx579 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 Dfiltask.cxx58 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 Dbc.cxx315 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 Dshell.hxx213 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 Dfiltask.hxx162 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 Dbc.hxx151 sal_Int32 CommandId,
156 sal_Int32 CommandId );
307 void SAL_CALL endTask( sal_Int32 CommandId );
H A Dfilinsreq.cxx126 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 DXCommandProcessor.idl99 @param CommandId
126 [in] long CommandId,
137 @param CommandId
142 [oneway] void abort( [in] long CommandId );
H A DXCommandProcessor2.idl51 @param CommandId
60 [oneway] void releaseCommandIdentifier([in] long CommandId);
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx301 sal_Int32 CommandId, in execute() argument
365 CommandId, in execute()
383 CommandId, in execute()
H A Dcontent.hxx101 sal_Int32 CommandId,
106 abort( sal_Int32 CommandId );
H A Durlparameter.cxx398 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 Durlparameter.hxx177 sal_Int32 CommandId,
183 sal_Int32 CommandId,
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.hxx109 sal_Int32 CommandId,
115 sal_Int32 CommandId
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.hxx96 sal_Int32 CommandId,
101 abort(sal_Int32 CommandId);
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.hxx152 sal_Int32 CommandId,
156 abort( sal_Int32 CommandId );
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.hxx148 sal_Int32 CommandId,
152 abort( sal_Int32 CommandId );
/trunk/main/ucb/source/core/
H A Ducb.hxx143 sal_Int32 CommandId,
147 abort( sal_Int32 CommandId );
/trunk/main/dbaccess/source/core/inc/
H A DContentHelper.hxx204 …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 Dcontenthelper.hxx388 sal_Int32 CommandId,
392 abort( sal_Int32 CommandId ) = 0;
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.hxx217 sal_Int32 CommandId,
221 abort( sal_Int32 CommandId );
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.hxx163 sal_Int32 CommandId,
166 virtual void SAL_CALL abort( sal_Int32 CommandId );
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.hxx228 sal_Int32 CommandId,
232 abort( sal_Int32 CommandId );
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.hxx259 sal_Int32 CommandId,
263 abort( sal_Int32 CommandId );
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.hxx275 sal_Int32 CommandId,
279 abort( sal_Int32 CommandId );

12