Home
last modified time | relevance | path

Searched refs:aOpenCommand (Results 1 – 14 of 14) sorted by relevance

/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx477 OpenCommandArgument2 aOpenCommand; in execute() local
478 if ( !( aCommand.Argument >>= aOpenCommand ) ) { in execute()
488 if(aOpenCommand.Mode == OpenMode::DOCUMENT) { in execute()
491 xActiveDataSink(aOpenCommand.Sink,UNO_QUERY); in execute()
493 xOutputStream(aOpenCommand.Sink,UNO_QUERY); in execute()
540 aOpenCommand.Sink); in execute()
544 else if(aOpenCommand.Mode == OpenMode::ALL || in execute()
545 aOpenCommand.Mode == OpenMode::DOCUMENTS || in execute()
546 aOpenCommand.Mode == OpenMode::FOLDERS ) { in execute()
548 m_aFTPURL.list(sal_Int16(aOpenCommand.Mode)); in execute()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx352 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
353 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
360 aOpenCommand.Sink, uno::UNO_QUERY); in execute()
370 aOpenCommand.Sink, uno::UNO_QUERY); in execute()
378 aOpenCommand.Sink, uno::UNO_QUERY); in execute()
393 aOpenCommand, in execute()
398 aOpenCommand.Mode, in execute()
399 aOpenCommand.Properties, in execute()
400 aOpenCommand.SortingInfo, in execute()
411 aOpenCommand, in execute()
[all …]
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx301 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
302 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
315 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
316 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
317 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
326 aOpenCommand, in execute()
331 if ( aOpenCommand.Sink.is() ) in execute()
336 if ( ( aOpenCommand.Mode in execute()
338 ( aOpenCommand.Mode in execute()
346 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx298 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
299 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
312 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
313 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
314 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
323 aOpenCommand, in execute()
328 if ( aOpenCommand.Sink.is() ) in execute()
333 if ( ( aOpenCommand.Mode in execute()
335 ( aOpenCommand.Mode in execute()
343 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx459 OpenCommandArgument2 aOpenCommand; in execute() local
460 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
472 ( ( aOpenCommand.Mode == OpenMode::ALL ) || in execute()
473 ( aOpenCommand.Mode == OpenMode::FOLDERS ) || in execute()
474 ( aOpenCommand.Mode == OpenMode::DOCUMENTS ) ); in execute()
483 aOpenCommand, in execute()
494 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
599 OpenCommandArgument2 aOpenCommand; in loadComponentFromURL() local
600 aOpenCommand.Mode = OpenMode::DOCUMENT; in loadComponentFromURL()
601 aArgs.put( "OpenCommandArgument", aOpenCommand ); in loadComponentFromURL()
H A Ddocumentdefinition.cxx754 OpenCommandArgument aOpenCommand; in lcl_extractOpenMode() local
755 if ( _rValue >>= aOpenCommand ) in lcl_extractOpenMode()
756 _out_rMode = aOpenCommand.Mode; in lcl_extractOpenMode()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx261 OpenCommandArgument2 aOpenCommand; in execute() local
262 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
271 ( ( aOpenCommand.Mode == OpenMode::ALL ) || in execute()
272 ( aOpenCommand.Mode == OpenMode::FOLDERS ) || in execute()
273 ( aOpenCommand.Mode == OpenMode::DOCUMENTS ) ); in execute()
279 m_xSMgr, this, aOpenCommand, i_rEvironment ); in execute()
283 if ( aOpenCommand.Sink.is() ) in execute()
287 …xecuteCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "open" ) ), makeAny( aOpenCommand ) ); in execute()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx327 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
328 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
332 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
333 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
334 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
338 = new DynamicResultSet(m_xSMgr, this, aOpenCommand, xEnv ); in execute()
341 } else if ( aOpenCommand.Sink.is() ) { in execute()
343 if ( ( aOpenCommand.Mode in execute()
345 ( aOpenCommand.Mode in execute()
351 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
[all …]
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx929 ucb::Command aOpenCommand( in getInputStream() local
934 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream()
969 ucb::Command aOpenCommand( in getInputStream() local
974 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream()
1015 ucb::Command aOpenCommand( rtl::OUString::createFromAscii( "open" ), in getResultSet() local
1021 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ) >>= xSet; in getResultSet()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx451 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
452 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
465 = new DynamicResultSet( m_xSMgr, this, aOpenCommand ); in execute()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx920 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
921 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
923 aRet = open( aOpenCommand, xEnv ); in execute()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx475 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
476 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
488 aRet = open( aOpenCommand, Environment ); in execute()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx555 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
556 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
568 aRet = open( aOpenCommand, Environment ); in execute()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx598 ucb::OpenCommandArgument2 aOpenCommand; in execute() local
599 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
611 aRet = open( aOpenCommand, Environment ); in execute()