Lines Matching refs:aCommand
1160 Any SAL_CALL ODocumentDefinition::execute( const Command& aCommand, sal_Int32 CommandId, const Refe… in execute() argument
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()
1211 return onCommandOpenSomething( aCommand.Argument, bActivateObject, Environment ); in execute()
1218 if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "copyTo" ) ) ) in execute()
1221 aCommand.Argument >>= aIni; in execute()
1240 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "preview" ) ) ) in execute()
1244 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "insert" ) ) ) in execute()
1247 aCommand.Argument >>= aIni; in execute()
1263 …else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getdocumentinfo" ) ) // com… in execute()
1264 || aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getDocumentInfo" ) ) in execute()
1269 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "delete" ) ) ) in execute()
1282 else if ( ( aCommand.Name.compareToAscii( "storeOwn" ) == 0 ) // compatibility in execute()
1283 || ( aCommand.Name.compareToAscii( "store" ) == 0 ) in execute()
1288 else if ( ( aCommand.Name.compareToAscii( "shutdown" ) == 0 ) // compatibility 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()
1304 aRet = OContentHelper::execute(aCommand,CommandId,Environment); in execute()