Lines Matching refs:aCommand
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
1718 aCommand.Name = ::rtl::OUString::createFromAscii("setPropertyValues"); in CreateLockBytes()
1719 aCommand.Handle = -1; /* unknown */ in CreateLockBytes()
1720 aCommand.Argument <<= rProps; in CreateLockBytes()
1721 xProcessor->execute( aCommand, 0, Reference < XCommandEnvironment >() ); 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()
1736 aCommand, in CreateLockBytes()