Searched refs:xSheetsIndexAccess (Results 1 – 1 of 1) sorted by relevance
46 xSheetsIndexAccess = UnoRuntime.queryInterface(XIndexAccess, xSDoc.getSheets());63 for(var i=0;i<xSheetsIndexAccess.getCount();i++)65 setAllButOneHidden(xSheetsIndexAccess,i);71 for(var i=0;i<xSheetsIndexAccess.getCount();i++)73 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));77 function setAllButOneHidden(xSheetsIndexAccess,vis) { argument80 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(vis));84 for(var i=0;i<xSheetsIndexAccess.getCount();i++)86 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));
Completed in 6 milliseconds