Lines Matching refs:aCommand

532     Command aCommand;  in getCommands()  local
533 aCommand.Name = rtl::OUString::createFromAscii( "getCommandInfo" ); in getCommands()
534 aCommand.Handle = -1; // n/a in getCommands()
535 aCommand.Argument = Any(); in getCommands()
537 Any aResult = m_xImpl->executeCommand( aCommand ); in getCommands()
548 Command aCommand; in getProperties() local
549 aCommand.Name = rtl::OUString::createFromAscii( "getPropertySetInfo" ); in getProperties()
550 aCommand.Handle = -1; // n/a in getProperties()
551 aCommand.Argument = Any(); in getProperties()
553 Any aResult = m_xImpl->executeCommand( aCommand ); in getProperties()
675 Command aCommand; in getPropertyValuesInterface() local
676 aCommand.Name = rtl::OUString::createFromAscii( "getPropertyValues" ); in getPropertyValuesInterface()
677 aCommand.Handle = -1; // n/a in getPropertyValuesInterface()
678 aCommand.Argument <<= aProps; in getPropertyValuesInterface()
680 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface()
708 Command aCommand; in getPropertyValuesInterface() local
709 aCommand.Name = rtl::OUString::createFromAscii( "getPropertyValues" ); in getPropertyValuesInterface()
710 aCommand.Handle = -1; // n/a in getPropertyValuesInterface()
711 aCommand.Argument <<= aProps; in getPropertyValuesInterface()
713 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface()
756 Command aCommand; in setPropertyValues() local
757 aCommand.Name = rtl::OUString::createFromAscii( "setPropertyValues" ); in setPropertyValues()
758 aCommand.Handle = -1; // n/a in setPropertyValues()
759 aCommand.Argument <<= aProps; in setPropertyValues()
761 Any aResult = m_xImpl->executeCommand( aCommand ); in setPropertyValues()
804 Command aCommand; in setPropertyValues() local
805 aCommand.Name = rtl::OUString::createFromAscii( "setPropertyValues" ); in setPropertyValues()
806 aCommand.Handle = -1; // n/a in setPropertyValues()
807 aCommand.Argument <<= aProps; in setPropertyValues()
809 Any aResult = m_xImpl->executeCommand( aCommand ); in setPropertyValues()
821 Command aCommand; in executeCommand() local
822 aCommand.Name = rCommandName; in executeCommand()
823 aCommand.Handle = -1; // n/a in executeCommand()
824 aCommand.Argument = rCommandArgument; in executeCommand()
826 return m_xImpl->executeCommand( aCommand ); in executeCommand()
834 Command aCommand; in executeCommand() local
835 aCommand.Name = rtl::OUString(); // n/a in executeCommand()
836 aCommand.Handle = nCommandHandle; in executeCommand()
837 aCommand.Argument = rCommandArgument; in executeCommand()
839 return m_xImpl->executeCommand( aCommand ); in executeCommand()
873 Command aCommand; in createCursorAny() local
874 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in createCursorAny()
875 aCommand.Handle = -1; // n/a in createCursorAny()
876 aCommand.Argument <<= aArg; in createCursorAny()
878 return m_xImpl->executeCommand( aCommand ); in createCursorAny()
906 Command aCommand; in createCursorAny() local
907 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in createCursorAny()
908 aCommand.Handle = -1; // n/a in createCursorAny()
909 aCommand.Argument <<= aArg; in createCursorAny()
911 return m_xImpl->executeCommand( aCommand ); in createCursorAny()
1195 Command aCommand; in openStream() local
1196 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in openStream()
1197 aCommand.Handle = -1; // n/a in openStream()
1198 aCommand.Argument <<= aArg; in openStream()
1200 m_xImpl->executeCommand( aCommand ); in openStream()
1220 Command aCommand; in openStreamNoLock() local
1221 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in openStreamNoLock()
1222 aCommand.Handle = -1; // n/a in openStreamNoLock()
1223 aCommand.Argument <<= aArg; in openStreamNoLock()
1225 m_xImpl->executeCommand( aCommand ); in openStreamNoLock()
1245 Command aCommand; in openWriteableStream() local
1246 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in openWriteableStream()
1247 aCommand.Handle = -1; // n/a in openWriteableStream()
1248 aCommand.Argument <<= aArg; in openWriteableStream()
1250 m_xImpl->executeCommand( aCommand ); in openWriteableStream()
1270 Command aCommand; in openWriteableStreamNoLock() local
1271 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in openWriteableStreamNoLock()
1272 aCommand.Handle = -1; // n/a in openWriteableStreamNoLock()
1273 aCommand.Argument <<= aArg; in openWriteableStreamNoLock()
1275 m_xImpl->executeCommand( aCommand ); in openWriteableStreamNoLock()
1293 Command aCommand; in openStream() local
1294 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in openStream()
1295 aCommand.Handle = -1; // n/a in openStream()
1296 aCommand.Argument <<= aArg; in openStream()
1298 m_xImpl->executeCommand( aCommand ); in openStream()
1316 Command aCommand; in openStream() local
1317 aCommand.Name = rtl::OUString::createFromAscii( "open" ); in openStream()
1318 aCommand.Handle = -1; // n/a in openStream()
1319 aCommand.Argument <<= aArg; in openStream()
1321 m_xImpl->executeCommand( aCommand ); in openStream()
1335 Command aCommand; in writeStream() local
1336 aCommand.Name = rtl::OUString::createFromAscii( "insert" ); in writeStream()
1337 aCommand.Handle = -1; // n/a in writeStream()
1338 aCommand.Argument <<= aArg; in writeStream()
1340 m_xImpl->executeCommand( aCommand ); in writeStream()
1412 Command aCommand; in insertNewContent() local
1413 aCommand.Name = rtl::OUString::createFromAscii( "createNewContent" ); in insertNewContent()
1414 aCommand.Handle = -1; // n/a in insertNewContent()
1415 aCommand.Argument <<= aInfo; in insertNewContent()
1420 m_xImpl->executeCommand( aCommand ) >>= xNew; in insertNewContent()
1475 Command aCommand; in insertNewContent() local
1476 aCommand.Name = rtl::OUString::createFromAscii( "createNewContent" ); in insertNewContent()
1477 aCommand.Handle = -1; // n/a in insertNewContent()
1478 aCommand.Argument <<= aInfo; in insertNewContent()
1483 m_xImpl->executeCommand( aCommand ) >>= xNew; in insertNewContent()
1579 Command aCommand; in transferContent() local
1580 aCommand.Name = rtl::OUString::createFromAscii( "globalTransfer" ); in transferContent()
1581 aCommand.Handle = -1; // n/a in transferContent()
1582 aCommand.Argument <<= aTransferArg; in transferContent()
1584 xCmdProc->execute( aCommand, 0, m_xImpl->getEnvironment() ); in transferContent()
1634 Command aCommand; in lock() local
1635 aCommand.Name = rtl::OUString::createFromAscii( "lock" ); in lock()
1636 aCommand.Handle = -1; // n/a in lock()
1639 m_xImpl->executeCommand( aCommand ); in lock()
1655 Command aCommand; in unlock() local
1656 aCommand.Name = rtl::OUString::createFromAscii( "unlock" ); in unlock()
1657 aCommand.Handle = -1; // n/a in unlock()
1660 m_xImpl->executeCommand( aCommand ); in unlock()