/trunk/main/idl/source/prj/ |
H A D | svidl.cxx | 129 SvCommand aCommand( argc, argv ); local 131 if( aCommand.nVerbosity != 0 ) 138 if( aCommand.aExportFile.Len() ) 318 aErrFile = aCommand.aListFile; 358 aErrFile = aCommand.aCxxFile; 366 aErrFile = aCommand.aHxxFile; 382 aErrFile = aCommand.aCSVFile; 390 aErrFile = aCommand.aDocuFile; 421 if( aCommand.aListFile.Len() ) 431 if( aCommand.aCxxFile.Len() ) [all …]
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController.cxx | 1007 if( aCommand.equals("MainTitle") in lcl_isFormatObjectCommand() 1008 || aCommand.equals("SubTitle") in lcl_isFormatObjectCommand() 1009 || aCommand.equals("XTitle") in lcl_isFormatObjectCommand() 1010 || aCommand.equals("YTitle") in lcl_isFormatObjectCommand() 1011 || aCommand.equals("ZTitle") in lcl_isFormatObjectCommand() 1014 || aCommand.equals("AllTitles") in lcl_isFormatObjectCommand() 1032 || aCommand.equals("Legend") in lcl_isFormatObjectCommand() 1100 if(aCommand.equals("Paste")) in dispatch() 1102 else if(aCommand.equals("Copy")) in dispatch() 1104 else if(aCommand.equals("Cut")) in dispatch() [all …]
|
/trunk/main/ucbhelper/source/client/ |
H A D | content.cxx | 532 Command aCommand; in getCommands() local 548 Command aCommand; in getProperties() local 675 Command aCommand; in getPropertyValuesInterface() local 708 Command aCommand; in getPropertyValuesInterface() local 756 Command aCommand; in setPropertyValues() local 804 Command aCommand; in setPropertyValues() local 821 Command aCommand; in executeCommand() local 834 Command aCommand; in executeCommand() local 873 Command aCommand; in createCursorAny() local 906 Command aCommand; in createCursorAny() local [all …]
|
/trunk/main/padmin/source/ |
H A D | cmddlg.cxx | 69 String aCommand; in getSystemPdfCommands() local 82 || ( aCommand.GetChar( 0 ) == '.' && aCommand.GetChar( 1 ) == '/' ) in getSystemPdfCommands() 83 …|| ( aCommand.GetChar( 0 ) == '.' && aCommand.GetChar( 1 ) == '.' && aCommand.GetChar( 2 ) == '/' … in getSystemPdfCommands() 89 aSysCommands.push_back( aCommand ); in getSystemPdfCommands() 105 || ( aCommand.GetChar( 0 ) == '.' && aCommand.GetChar( 1 ) == '/' ) in getSystemPdfCommands() 106 …|| ( aCommand.GetChar( 0 ) == '.' && aCommand.GetChar( 1 ) == '.' && aCommand.GetChar( 2 ) == '/' … in getSystemPdfCommands() 111 aSysCommands.push_back( aCommand ); in getSystemPdfCommands() 133 if( aCommand.Len() ) in getStoredCommands() 323 String aCommand,aQuickCommand; in save() local 389 aCommand = m_aCommandsCB.GetText(); in save() [all …]
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dsvgpolypolygon.cxx | 804 aResult.append(aCommand); in exportToSvgD() 810 aLastSVGCommand = aCommand; in exportToSvgD() 819 aResult.append(aCommand); in exportToSvgD() 827 aLastSVGCommand = aCommand; in exportToSvgD() 840 aResult.append(aCommand); in exportToSvgD() 848 aLastSVGCommand = aCommand; in exportToSvgD() 857 aResult.append(aCommand); in exportToSvgD() 867 aLastSVGCommand = aCommand; in exportToSvgD() 896 aResult.append(aCommand); in exportToSvgD() 910 aResult.append(aCommand); in exportToSvgD() [all …]
|
/trunk/main/connectivity/source/drivers/hsqldb/ |
H A D | HView.cxx | 121 ::rtl::OUStringBuffer aCommand; in IMPLEMENT_FORWARD_XINTERFACE2() 122 aCommand.appendAscii( "DROP VIEW " ); in IMPLEMENT_FORWARD_XINTERFACE2() 123 aCommand.append ( sQualifiedName ); in IMPLEMENT_FORWARD_XINTERFACE2() 124 xStatement->execute( aCommand.makeStringAndClear() ); in IMPLEMENT_FORWARD_XINTERFACE2() 128 aCommand.appendAscii( "CREATE VIEW " ); in IMPLEMENT_FORWARD_XINTERFACE2() 129 aCommand.append ( sQualifiedName ); in IMPLEMENT_FORWARD_XINTERFACE2() 130 aCommand.appendAscii( " AS " ); in IMPLEMENT_FORWARD_XINTERFACE2() 131 aCommand.append ( _rNewCommand ); in IMPLEMENT_FORWARD_XINTERFACE2() 132 xStatement->execute( aCommand.makeStringAndClear() ); in IMPLEMENT_FORWARD_XINTERFACE2() 177 ::rtl::OUStringBuffer aCommand; in impl_getCommand_throw() [all …]
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 283 Command aCommand; in createInstanceWithArguments() local 285 aCommand.Argument <<= aIni; in createInstanceWithArguments() 343 Command aCommand; in createInstanceWithArguments() local 345 aCommand.Argument <<= aIni; in createInstanceWithArguments() 454 if ( aCommand.Name.compareToAscii( "open" ) == 0 ) in execute() 460 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 506 if ( !( aCommand.Argument >>= arg ) ) in execute() 532 aRet = OContentHelper::execute(aCommand,CommandId,Environment); in execute() 593 Command aCommand; in loadComponentFromURL() local 603 aCommand.Argument <<= aArgs.getPropertyValues(); in loadComponentFromURL() [all …]
|
H A D | documentdefinition.cxx | 1164 sal_Bool bOpen = aCommand.Name.equalsAscii( "open" ); in execute() 1165 sal_Bool bOpenInDesign = aCommand.Name.equalsAscii( "openDesign" ); in execute() 1166 sal_Bool bOpenForMail = aCommand.Name.equalsAscii( "openForMail" ); in execute() 1218 if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "copyTo" ) ) ) in execute() 1221 aCommand.Argument >>= aIni; in execute() 1247 aCommand.Argument >>= aIni; in execute() 1283 || ( aCommand.Name.compareToAscii( "store" ) == 0 ) in execute() 1289 || ( aCommand.Name.compareToAscii( "close" ) == 0 ) in execute() 1294 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "show" ) ) ) in execute() 1298 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "hide" ) ) ) in execute() [all …]
|
/trunk/main/framework/source/uifactory/ |
H A D | factoryconfiguration.cxx | 175 rtl::OUString aCommand; in elementInserted() local 183 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementInserted() 187 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementInserted() 197 rtl::OUString aCommand; in elementRemoved() local 205 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementRemoved() 209 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementRemoved() 279 rtl::OUString aCommand; in updateConfigurationData() local 290 …etElementProps( m_xConfigAccess->getByName( aPopupMenuControllers[i] ), aCommand, aModule, aServic… in updateConfigurationData() 294 aHashKey = getHashKeyFromStrings( aCommand, aModule ); in updateConfigurationData() 308 …ollerFactory::impl_getElementProps( const Any& aElement, rtl::OUString& aCommand, rtl::OUString& a… in impl_getElementProps() argument [all …]
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.cxx | 279 const Command& aCommand, in execute() argument 429 if(aCommand.Name.compareToAscii("getPropertyValues") == 0) { in execute() 431 if(!(aCommand.Argument >>= Properties)) in execute() 447 if( ! ( aCommand.Argument >>= propertyValues ) ) { in execute() 466 else if(aCommand.Name.compareToAscii( "insert" ) == 0) in execute() 469 if ( ! ( aCommand.Argument >>= aInsertArgument ) ) { in execute() 479 else if(aCommand.Name.compareToAscii("delete") == 0) { in execute() 483 else if(aCommand.Name.compareToAscii( "open" ) == 0) { in execute() 485 if ( !( aCommand.Argument >>= aOpenCommand ) ) { in execute() 592 if (!(aCommand.Argument >>= aArg)) { in execute() [all …]
|
/trunk/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 335 BaseContent::execute( const Command& aCommand, in execute() argument 363 if( ! ( aCommand.Argument >>= sPropertyValues ) ) in execute() 380 else if( ! aCommand.Name.compareToAscii( "open" ) ) in execute() 383 if( ! ( aCommand.Argument >>= aOpenArgument ) ) in execute() 393 else if( ! aCommand.Name.compareToAscii( "delete" ) ) in execute() 395 if( ! aCommand.Argument.has< sal_Bool >() ) in execute() 401 else if( ! aCommand.Name.compareToAscii( "transfer" ) ) in execute() 404 if( ! ( aCommand.Argument >>= aTransferInfo ) ) in execute() 410 else if( ! aCommand.Name.compareToAscii( "insert" ) ) in execute() 413 if( ! ( aCommand.Argument >>= aInsertArgument ) ) in execute() [all …]
|
/trunk/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | ListenerHelper.cxx | 41 const ::rtl::OUString& aCommand ) in AddListener() 50 aListeners[i].aContainer[aCommand].push_back( xControl ); in AddListener() 56 const ::rtl::OUString& aCommand ) in RemoveListener() 63 StatusListeners& aL = aListeners[i].aContainer[aCommand]; in RemoveListener() 81 const ::rtl::OUString& aCommand, in Notify() 90 StatusListeners& aL = aListeners[i].aContainer[aCommand]; in Notify() 103 const ::rtl::OUString& aCommand ) in GetDispatch() 118 const ::rtl::OUString& aCommand ) in AddDispatch()
|
/trunk/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 220 const ucb::Command& aCommand, in execute() argument 229 if ( aCommand.Name.equalsAsciiL( in execute() 237 if ( !( aCommand.Argument >>= Properties ) ) in execute() 251 else if ( aCommand.Name.equalsAsciiL( in execute() 285 else if ( aCommand.Name.equalsAsciiL( in execute() 295 else if ( aCommand.Name.equalsAsciiL( in execute() 306 else if ( aCommand.Name.equalsAsciiL( in execute() 397 else if ( aCommand.Name.equalsAsciiL( in execute() 405 if ( !( aCommand.Argument >>= arg ) ) in execute() 422 else if ( aCommand.Name.equalsAsciiL( in execute() [all …]
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | content.cxx | 306 const ucb::Command& aCommand, in execute() argument 315 if ( aCommand.Name.compareToAscii( "getPropertyValues" ) == 0 ) in execute() 318 if ( !( aCommand.Argument >>= Properties ) ) in execute() 326 else if ( aCommand.Name.compareToAscii( "setPropertyValues" ) == 0 ) in execute() 330 if( ! ( aCommand.Argument >>= propertyValues ) ) { in execute() 349 else if ( aCommand.Name.compareToAscii( "getPropertySetInfo" ) == 0 ) in execute() 354 else if ( aCommand.Name.compareToAscii( "getCommandInfo" ) == 0 ) in execute() 359 else if ( aCommand.Name.compareToAscii( "open" ) == 0 ) in execute() 362 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 373 aCommand, in execute() [all …]
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 218 const ucb::Command& aCommand, in execute() argument 227 if ( aCommand.Name.equalsAsciiL( in execute() 235 if ( !( aCommand.Argument >>= Properties ) ) in execute() 249 else if ( aCommand.Name.equalsAsciiL( in execute() 257 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 283 else if ( aCommand.Name.equalsAsciiL( in execute() 293 else if ( aCommand.Name.equalsAsciiL( in execute() 303 else if ( aCommand.Name.equalsAsciiL( in execute() 446 else if ( aCommand.Name.equalsAsciiL( in execute() 454 if ( !( aCommand.Argument >>= arg ) ) in execute() [all …]
|
/trunk/main/extensions/source/bibliography/ |
H A D | framectr.cxx | 443 String aCommand( _rURL.Path); in dispatch() local 444 if(aCommand.EqualsAscii("Bib/Mapping")) in dispatch() 448 else if(aCommand.EqualsAscii("Bib/source")) in dispatch() 452 else if(aCommand.EqualsAscii("Bib/sdbsource")) in dispatch() 471 else if(aCommand.EqualsAscii("Bib/autoFilter")) in dispatch() 501 else if(aCommand.EqualsAscii("Bib/standardFilter")) in dispatch() 575 else if(aCommand.EqualsAscii("Bib/removeFilter")) in dispatch() 580 aCommand.EqualsAscii("CloseDoc")) in dispatch() 667 else if(aCommand.EqualsAscii("Cut")) in dispatch() 676 else if(aCommand.EqualsAscii("Copy")) in dispatch() [all …]
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 902 const ucb::Command& aCommand, in execute() argument 917 if ( !( aCommand.Argument >>= Properties ) ) in execute() 925 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "open" ) )) in execute() 928 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute() 935 if ( !( aCommand.Argument >>= transferArgs ) ) in execute() 942 if ( !( aCommand.Argument >>= aProperties ) || !aProperties.getLength() ) in execute() 950 if ( !( aCommand.Argument >>= arg ) ) in execute() 954 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "insert" ) )) in execute() 957 if ( !( aCommand.Argument >>= arg ) ) in execute() 961 else if (aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "delete" ) )) in execute() [all …]
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 510 const ucb::Command& aCommand, in execute() argument 524 if ( aCommand.Name.equalsAsciiL( in execute() 546 else if ( aCommand.Name.equalsAsciiL( in execute() 580 else if ( aCommand.Name.equalsAsciiL( in execute() 591 else if ( aCommand.Name.equalsAsciiL( in execute() 601 else if ( aCommand.Name.equalsAsciiL( in execute() 623 else if ( aCommand.Name.equalsAsciiL( in execute() 645 else if ( aCommand.Name.equalsAsciiL( in execute() 686 else if ( aCommand.Name.equalsAsciiL( in execute() 710 else if ( aCommand.Name.equalsAsciiL( in execute() [all …]
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AViews.cxx | 72 WpADOCommand aCommand; in appendObject() local 73 aCommand.Create(); in appendObject() 74 if ( !aCommand.IsValid() ) in appendObject() 78 aCommand.put_Name(sName); in appendObject() 79 …aCommand.put_CommandText(getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getN… in appendObject() 81 if(FAILED(pViews->Append(OLEString(sName),aCommand))) in appendObject()
|
/trunk/main/shell/source/unix/exec/ |
H A D | shellexec.cxx | 135 void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 n… in execute() argument 144 sal_Int32 nIndex = aCommand.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM(":/") ) ); in execute() 146 if( nIndex > 0 || 0 == aCommand.compareToAscii("mailto:", 7) ) in execute() 154 m_xContext)->translateToExternal(aCommand)); in execute() 155 if ( aURL.getLength() == 0 && aCommand.getLength() != 0 ) in execute() 161 + aCommand), in execute() 264 escapeForShell(aBuffer, OUStringToOString(aCommand, osl_getThreadTextEncoding())); in execute()
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 370 const ucb::Command& aCommand, in execute() argument 379 if ( aCommand.Name.equalsAsciiL( in execute() 401 else if ( aCommand.Name.equalsAsciiL( in execute() 435 else if ( aCommand.Name.equalsAsciiL( in execute() 444 else if ( aCommand.Name.equalsAsciiL( in execute() 453 else if ( aCommand.Name.equalsAsciiL( in execute() 477 else if ( aCommand.Name.equalsAsciiL( in execute() 487 if ( !( aCommand.Argument >>= aArg ) ) in execute() 504 else if ( aCommand.Name.equalsAsciiL( in execute() 542 else if ( aCommand.Name.equalsAsciiL( in execute() [all …]
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 284 const ucb::Command& aCommand, in execute() argument 300 OUStringToGnome( aCommand.Name ), in execute() 310 if ( !( aCommand.Argument >>= Properties ) ) in execute() 318 if ( !( aCommand.Argument >>= aProperties ) || in execute() 330 } else if ( COMMAND_IS( aCommand, "open" ) ) { in execute() 386 if ( !( aCommand.Argument >>= arg ) ) in execute() 391 } else if ( COMMAND_IS( aCommand, "insert" ) ) { in execute() 393 if ( !( aCommand.Argument >>= arg ) ) in execute() 398 } else if ( COMMAND_IS( aCommand, "delete" ) ) { in execute() 401 aCommand.Argument >>= bDeletePhysical; in execute() [all …]
|
/trunk/main/framework/source/uielement/ |
H A D | fontsizemenucontroller.cxx | 206 rtl::OUString aCommand; in fillPopupMenu() local 224 aCommand = aFontHeightCommand + rtl::OUString::valueOf( fPoint ); in fillPopupMenu() 225 pVCLPopupMenu->SetItemCommand( nPos, aCommand ); in fillPopupMenu() 243 aCommand = aFontHeightCommand + rtl::OUString::valueOf( fPoint ); in fillPopupMenu() 244 pVCLPopupMenu->SetItemCommand( nPos, aCommand ); in fillPopupMenu() 262 aCommand = aFontHeightCommand + rtl::OUString::valueOf( fPoint ); in fillPopupMenu() 263 pVCLPopupMenu->SetItemCommand( nPos, aCommand ); in fillPopupMenu()
|
/trunk/main/ucb/source/ucp/ext/ |
H A D | ucpext_content.cxx | 211 …Any SAL_CALL Content::execute( const Command& aCommand, sal_Int32 /* CommandId */, const Reference… in execute() argument 216 if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getPropertyValues" ) ) ) in execute() 219 if ( !( aCommand.Argument >>= Properties ) ) in execute() 229 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "setPropertyValues" ) ) ) in execute() 232 if ( !( aCommand.Argument >>= aProperties ) ) in execute() 250 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getPropertySetInfo" ) ) ) in execute() 255 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getCommandInfo" ) ) ) in execute() 260 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "open" ) ) ) in execute() 263 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
|
/trunk/main/svl/inc/svl/ |
H A D | ownlist.hxx | 48 String aCommand; member in SvCommand 54 aCommand = rCommand; in SvCommand() 57 const String & GetCommand() const { return aCommand; } in GetCommand() 62 rStm.ReadByteString( rThis.aCommand, gsl_getSystemTextEncoding() ); in operator >>() 68 rStm.WriteByteString( rThis.aCommand, gsl_getSystemTextEncoding() ); in operator <<()
|