/trunk/main/framework/source/uielement/ |
H A D | macrosmenucontroller.cxx | 97 String aCommand = String::CreateFromAscii( ".uno:MacroDialog" ); in fillPopupMenu() local 98 String aDisplayName = RetrieveLabelFromCommand( aCommand ); in fillPopupMenu() 100 pPopupMenu->SetItemCommand( 2, aCommand ); in fillPopupMenu() 209 String aCommand = aCmdBase; in addScriptItems() local 216 aCommand.Append( aDisplayName ); in addScriptItems() 219 pPopupMenu->SetItemCommand( itemId, aCommand ); in addScriptItems()
|
H A D | generictoolbarcontroller.cxx | 130 … const ::rtl::OUString& aCommand ) : in GenericToolbarController() 131 svt::ToolboxController( rServiceManager, rFrame, aCommand ) in GenericToolbarController() 134 , m_bEnumCommand( isEnumCommand( aCommand )) in GenericToolbarController() 136 , m_aEnumCommand( getEnumCommand( aCommand )) in GenericToolbarController() 139 addStatusListener( getMasterCommand( aCommand ) ); in GenericToolbarController() 329 …aCommand, const rtl::OUString& aModuleIdentifier, const Reference< XIndexAccess >& xMenuDesc ) : G… in MenuToolbarController() argument
|
H A D | complextoolbarcontroller.cxx | 82 const ::rtl::OUString& aCommand ) : in ComplexToolbarController() 83 svt::ToolboxController( rServiceManager, rFrame, aCommand ) in ComplexToolbarController() 330 …XDispatch > ComplexToolbarController::getDispatchFromCommand( const rtl::OUString& aCommand ) const in getDispatchFromCommand() 334 if ( m_bInitialized && m_xFrame.is() && m_xServiceManager.is() && aCommand.getLength() ) in getDispatchFromCommand() 336 URLToDispatchMap::const_iterator pIter = m_aListenerMap.find( aCommand ); in getDispatchFromCommand()
|
H A D | newmenucontroller.cxx | 145 rtl::OUString aCommand; in determineAndSetNewDocAccel() local 156 aCommand = pPopupMenu->GetItemCommand( nId ); in determineAndSetNewDocAccel() 157 if ( aCommand.indexOf( m_aEmptyDocURL ) == 0 ) in determineAndSetNewDocAccel() 178 aCommand = pPopupMenu->GetItemCommand( nId ); in determineAndSetNewDocAccel() 179 if ( aCommand.indexOf( aDefaultModuleName ) >= 0 ) in determineAndSetNewDocAccel()
|
/trunk/main/framework/source/dispatch/ |
H A D | windowcommanddispatch.cxx | 175 css::util::URL aCommand; in impl_dispatchCommand() local 176 aCommand.Complete = sCommand; in impl_dispatchCommand() 177 xParser->parseStrict(aCommand); in impl_dispatchCommand() 179 …css::uno::Reference< css::frame::XDispatch > xDispatch = xProvider->queryDispatch(aCommand, SPECIA… in impl_dispatchCommand() 181 xDispatch->dispatch(aCommand, css::uno::Sequence< css::beans::PropertyValue >()); in impl_dispatchCommand()
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 1677 Command aCommand; in CreateLockBytes() local 1678 aCommand.Name = ::rtl::OUString::createFromAscii ("post"); in CreateLockBytes() 1679 aCommand.Argument <<= aArgument; in CreateLockBytes() 1685 aCommand, in CreateLockBytes() 1717 Command aCommand; in CreateLockBytes() local 1719 aCommand.Handle = -1; /* unknown */ in CreateLockBytes() 1720 aCommand.Argument <<= rProps; in CreateLockBytes() 1728 Command aCommand; in CreateLockBytes() local 1729 aCommand.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("open") ); in CreateLockBytes() 1730 aCommand.Argument <<= aArgument; in CreateLockBytes() [all …]
|
/trunk/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | ListenerHelper.h | 58 const ::rtl::OUString& aCommand ); 62 const ::rtl::OUString& aCommand ); 65 const ::rtl::OUString& aCommand, 69 const ::rtl::OUString& aCommand ); 73 const ::rtl::OUString& aCommand );
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | TDocSupplier.java | 108 Command aCommand = new Command(); in getXRowOfTDocUrl() local 109 aCommand.Name = "getPropertyValues"; in getXRowOfTDocUrl() 110 aCommand.Handle = -1; // not available in getXRowOfTDocUrl() 111 aCommand.Argument = new Property[]{aProperty}; in getXRowOfTDocUrl() 112 Object oAny = xCmdProcessor.execute(aCommand, 0, null); in getXRowOfTDocUrl()
|
/trunk/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 169 rtl::OString aCommand( aBuf.makeStringAndClear() ); in IMPL_LINK() local 170 if( aCommand.compareTo( "list", 4 ) == 0 ) in IMPL_LINK() 193 else if( aCommand.compareTo( "get", 3 ) == 0 ) in IMPL_LINK() 195 sal_IntPtr aId = aCommand.copy( 3 ).toInt64( 16 ); in IMPL_LINK() 219 else if( aCommand.compareTo( "quit", 4 ) == 0 ) in IMPL_LINK()
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 471 const ucb::Command& aCommand, in execute() argument 480 if ( aCommand.Name.equalsAsciiL( in execute() 502 else if ( aCommand.Name.equalsAsciiL( in execute() 536 else if ( aCommand.Name.equalsAsciiL( in execute() 546 else if ( aCommand.Name.equalsAsciiL( in execute() 556 else if ( aCommand.Name.equalsAsciiL( in execute() 579 && aCommand.Name.equalsAsciiL( in execute() 605 && aCommand.Name.equalsAsciiL( in execute() 641 else if ( aCommand.Name.equalsAsciiL( in execute() 664 else if ( aCommand.Name.equalsAsciiL( in execute() [all …]
|
/trunk/main/ucb/qa/complex/ucb/ |
H A D | UCB.java | 102 Command aCommand = new Command(); in executeCommand() local 103 aCommand.Name = aCommandName; in executeCommand() 104 aCommand.Handle = -1; // not available in executeCommand() 105 aCommand.Argument = aArgument; in executeCommand() 106 return xCmdProcessor.execute(aCommand, 0, null); in executeCommand()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | UCB.java | 149 Command aCommand = new Command(); in executeCommand() local 150 aCommand.Name = aCommandName; in executeCommand() 151 aCommand.Handle = -1; // not available in executeCommand() 152 aCommand.Argument = aArgument; in executeCommand() 153 return xCmdProcessor.execute(aCommand, 0, null); in executeCommand()
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetforroot.cxx | 54 Command aCommand; in ResultSetForRoot() local 55 aCommand.Name = rtl::OUString::createFromAscii( "getPropertyValues" ); in ResultSetForRoot() 56 aCommand.Argument <<= m_sProperty; in ResultSetForRoot() 74 …cmd->execute( aCommand,0,uno::Reference< XCommandEnvironment >( 0 ) ) >>= m_aItems[i]; //TODO: che… in ResultSetForRoot()
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 394 const ucb::Command& aCommand, in execute() argument 403 if ( aCommand.Name.equalsAsciiL( in execute() 425 else if ( aCommand.Name.equalsAsciiL( in execute() 459 else if ( aCommand.Name.equalsAsciiL( in execute() 468 else if ( aCommand.Name.equalsAsciiL( in execute() 477 else if ( aCommand.Name.equalsAsciiL( in execute() 499 else if ( aCommand.Name.equalsAsciiL( in execute() 542 if ( !( aCommand.Argument >>= aArg ) ) in execute() 559 else if ( aCommand.Name.equalsAsciiL( in execute() 614 else if ( aCommand.Name.equalsAsciiL( in execute() [all …]
|
/trunk/main/sfx2/source/menu/ |
H A D | mnumgr.cxx | 335 String aCommand = pSelMenu->GetItemCommand( nId ); in IMPL_LINK() local 336 if ( !aCommand.Len() && pBindings ) in IMPL_LINK() 341 aCommand = DEFINE_CONST_UNICODE(".uno:"); in IMPL_LINK() 342 aCommand += String::CreateFromAscii( pSlot->GetUnoName() ); in IMPL_LINK() 346 if ( aCommand.Len() ) in IMPL_LINK() 348 pBindings->ExecuteCommand_Impl( aCommand ); in IMPL_LINK()
|
/trunk/main/ucb/source/core/ |
H A D | ucb.cxx | 622 const Command& aCommand, in execute() argument 634 if ( ( aCommand.Handle == GETCOMMANDINFO_HANDLE ) || in execute() 635 aCommand.Name.equalsAsciiL( in execute() 644 else if ( ( aCommand.Handle == GLOBALTRANSFER_HANDLE ) || in execute() 645 aCommand.Name.equalsAsciiL( in execute() 653 if ( !( aCommand.Argument >>= aTransferArg ) ) in execute()
|
/trunk/main/extensions/source/bibliography/ |
H A D | toolbar.cxx | 63 aCommand(aStr), in BibToolBarListener() 74 if(rEvt.FeatureURL.Complete == aCommand) in statusChanged() 95 return aCommand; in GetCommand() 354 rtl::OUString aCommand = GetItemCommand(nId); in SendDispatch() local 358 if( xDSP.is() && aCommand.getLength()) in SendDispatch() 367 aURL.Complete = aCommand; in SendDispatch()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 203 Any SAL_CALL OContentHelper::execute( const Command& aCommand, sal_Int32 /*CommandId*/, const Refer… in execute() argument 206 if ( aCommand.Name.compareToAscii( "getPropertyValues" ) == 0 ) in execute() 213 if ( !( aCommand.Argument >>= Properties ) ) in execute() 226 else if ( aCommand.Name.compareToAscii( "setPropertyValues" ) == 0 ) in execute() 233 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 259 else if ( aCommand.Name.compareToAscii( "getPropertySetInfo" ) == 0 ) in execute()
|
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 274 final com.sun.star.ucb.Command aCommand = new com.sun.star.ucb.Command(); in store() local 275 aCommand.Name = "store"; in store() 277 xProcessor.execute(aCommand, xProcessor.createCommandIdentifier(), null); in store() 424 com.sun.star.ucb.Command aCommand = new com.sun.star.ucb.Command(); in loadReportFromDocumentDefinition() local 425 aCommand.Name = "open"; in loadReportFromDocumentDefinition() 428 …final Object result = commandProcessor.execute(aCommand, commandProcessor.createCommandIdentifier(… in loadReportFromDocumentDefinition()
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_inputstream.cxx | 226 ucb::OpenCommandArgument2 aCommand; in ensureOutputStream() local 227 aCommand.Mode = ucb::OpenMode::DOCUMENT; in ensureOutputStream() 229 aCommand.Sink = xActiveStreamer; in ensureOutputStream() 230 …ntent->executeCommand(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("open")),uno::makeAny(aCommand)); in ensureOutputStream()
|
/trunk/main/vcl/workben/ |
H A D | svpclient.cxx | 274 OStringBuffer aCommand( 64 ); variable 275 aCommand.append( "get " ); 276 … aCommand.append( rtl::OUStringToOString( aEntry.Copy( nPos+2 ), RTL_TEXTENCODING_ASCII_US ) ); 277 OString aAnswer( processCommand( aCommand.makeStringAndClear() ) );
|
/trunk/main/basic/source/comp/ |
H A D | sbcomp.cxx | 860 String aCommand = rPar.Get(1)->GetString(); in RTL_Impl_TraceCommand() local 862 if( aCommand.EqualsIgnoreCaseAscii( "TraceOn" ) ) in RTL_Impl_TraceCommand() 865 if( aCommand.EqualsIgnoreCaseAscii( "TraceOff" ) ) in RTL_Impl_TraceCommand() 868 if( aCommand.EqualsIgnoreCaseAscii( "PCodeOn" ) ) in RTL_Impl_TraceCommand() 871 if( aCommand.EqualsIgnoreCaseAscii( "PCodeOff" ) ) in RTL_Impl_TraceCommand() 874 if( aCommand.EqualsIgnoreCaseAscii( "Print" ) ) in RTL_Impl_TraceCommand()
|
/trunk/main/chart2/source/controller/main/ |
H A D | FeatureCommandDispatchBase.cxx | 87 ::rtl::OUString aCommand( URL.Complete ); in dispatch() 88 if ( getState( aCommand ).bEnabled ) in dispatch() 90 execute( aCommand, Arguments ); in dispatch()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | tbxalign.cxx | 108 void SAL_CALL SvxTbxCtlAlign::functionSelected( const ::rtl::OUString& aCommand ) throw (::com::sun… in functionSelected() argument 115 if ( aCommand.getLength() > 0 ) in functionSelected() 118 Image aImage = GetImage( xFrame, aCommand, hasBigImages(), isHighContrast() ); in functionSelected()
|
/trunk/main/sfx2/source/control/ |
H A D | objface.cxx | 343 String aCommand( rCommand ); in GetSlot() local 344 if ( aCommand.SearchAscii( UNO_COMMAND ) == 0 ) in GetSlot() 345 aCommand.Erase( 0, sizeof( UNO_COMMAND )-1 ); in GetSlot() 350 aCommand.CompareIgnoreCaseToAscii( (pSlots+n)->GetUnoName() ) == COMPARE_EQUAL ) in GetSlot() 354 return pGenoType ? pGenoType->GetSlot( aCommand ) : NULL; in GetSlot()
|