/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.cxx | 484 OpenCommandArgument2 aOpenCommand; in execute() local 485 if ( !( aCommand.Argument >>= aOpenCommand ) ) { in execute() 495 if(aOpenCommand.Mode == OpenMode::DOCUMENT) { in execute() 500 xOutputStream(aOpenCommand.Sink,UNO_QUERY); in execute() 547 aOpenCommand.Sink); in execute() 551 else if(aOpenCommand.Mode == OpenMode::ALL || in execute() 552 aOpenCommand.Mode == OpenMode::DOCUMENTS || in execute() 553 aOpenCommand.Mode == OpenMode::FOLDERS ) { in execute() 560 aOpenCommand, in execute() 570 else if(aOpenCommand.Mode == in execute() [all …]
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | content.cxx | 369 aOpenCommand.Sink, uno::UNO_QUERY); in execute() 379 aOpenCommand.Sink, uno::UNO_QUERY); in execute() 387 aOpenCommand.Sink, uno::UNO_QUERY); in execute() 402 aOpenCommand, in execute() 407 aOpenCommand.Mode, in execute() 408 aOpenCommand.Properties, in execute() 409 aOpenCommand.SortingInfo, in execute() 420 aOpenCommand, in execute() 425 aOpenCommand.Mode, in execute() 426 aOpenCommand.Properties, in execute() [all …]
|
/trunk/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 309 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 310 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 323 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute() 324 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute() 334 aOpenCommand, in execute() 339 if ( aOpenCommand.Sink.is() ) in execute() 344 if ( ( aOpenCommand.Mode in execute() 346 ( aOpenCommand.Mode in execute() 363 aOpenCommand.Sink, uno::UNO_QUERY ); in execute() 371 aOpenCommand.Sink, uno::UNO_QUERY ); in execute() [all …]
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 306 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 307 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 320 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute() 321 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute() 331 aOpenCommand, in execute() 336 if ( aOpenCommand.Sink.is() ) in execute() 341 if ( ( aOpenCommand.Mode in execute() 343 ( aOpenCommand.Mode in execute() 375 aOpenCommand.Sink, uno::UNO_QUERY ); in execute() 385 aOpenCommand.Sink, uno::UNO_QUERY ); 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 | 262 OpenCommandArgument2 aOpenCommand; in execute() local 263 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 272 ( ( aOpenCommand.Mode == OpenMode::ALL ) || in execute() 273 ( aOpenCommand.Mode == OpenMode::FOLDERS ) || in execute() 274 ( aOpenCommand.Mode == OpenMode::DOCUMENTS ) ); in execute() 280 m_xSMgr, this, aOpenCommand, i_rEvironment ); in execute() 284 if ( aOpenCommand.Sink.is() ) in execute() 288 …xecuteCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "open" ) ), makeAny( aOpenCommand ) ); in execute()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 337 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 338 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 342 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute() 343 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute() 344 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute() 351 } else if ( aOpenCommand.Sink.is() ) { in execute() 353 if ( ( aOpenCommand.Mode in execute() 355 ( aOpenCommand.Mode in execute() 361 sal_Int16( aOpenCommand.Mode ) ) ), in execute() 364 if ( !feedSink( aOpenCommand.Sink, xEnv ) ) { in execute() [all …]
|
/trunk/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 949 ucb::Command aOpenCommand( in getInputStream() local 954 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream() 989 ucb::Command aOpenCommand( in getInputStream() local 994 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream() 1036 ucb::Command aOpenCommand( rtl::OUString::createFromAscii( "open" ), in getResultSet() local 1042 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ) >>= xSet; in getResultSet()
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 927 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 928 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 930 aRet = open( aOpenCommand, xEnv ); in execute()
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 460 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 461 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 474 = new DynamicResultSet( m_xSMgr, this, aOpenCommand ); in execute()
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 484 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 485 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 497 aRet = open( aOpenCommand, Environment ); in execute()
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 563 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 564 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 576 aRet = open( aOpenCommand, Environment ); in execute()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 608 ucb::OpenCommandArgument2 aOpenCommand; in execute() local 609 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 621 aRet = open( aOpenCommand, Environment ); in execute()
|