| /trunk/main/ucb/source/ucp/ftp/ |
| H A D | ftpcontent.cxx | 477 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 D | content.cxx | 352 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 D | myucp_content.cxx | 301 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 D | odma_content.cxx | 298 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 D | documentcontainer.cxx | 459 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 D | documentdefinition.cxx | 754 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 D | ucpext_content.cxx | 261 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 D | gvfs_content.cxx | 327 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 D | ucbcmds.cxx | 929 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 D | hierarchycontent.cxx | 451 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 D | gio_content.cxx | 920 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 D | tdoc_content.cxx | 475 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 D | pkgcontent.cxx | 555 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 D | webdavcontent.cxx | 598 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 599 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 611 aRet = open( aOpenCommand, Environment ); in execute()
|