XContent cnt = cntProv.queryContent(CI) ;
XCommandProcessor cmdProc = (XCommandProcessor)
UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ;
Property prop = new Property() ;
prop.Name = "Title" ;
Command cmd = new Command("open", -1, new OpenCommandArgument2
(OpenMode.ALL, 10000, null, new Property[] {prop},
new NumberedSortingInfo[0])) ;