Lines Matching refs:aArg
112 OpenCommandArgument2 aArg = new OpenCommandArgument2(); in listFiles() local
113 aArg.Mode = OpenMode.ALL; in listFiles()
114 aArg.Priority = 32768; in listFiles()
117 aArg.Properties = new Property[] { new Property()}; in listFiles()
119 aArg.Properties[0].Name = "Title"; in listFiles()
120 aArg.Properties[0].Handle = -1; in listFiles()
125 UnoRuntime.queryInterface(XDynamicResultSet.class, executeCommand(xContent, "open", aArg)); in listFiles()
220 OpenCommandArgument2 aArg = new OpenCommandArgument2(); in checkWrongFtpConnection() local
221 aArg.Mode = OpenMode.ALL; // FOLDER, DOCUMENTS -> simple filter in checkWrongFtpConnection()
222 aArg.Priority = 32768; // Ignored by most implementations in checkWrongFtpConnection()
225 executeCommand(content, "open", aArg); in checkWrongFtpConnection()