Searched refs:sheetInBatch (Results 1 – 4 of 4) sorted by relevance
44 Alert: PASS: xfa.layout.sheetInBatch() threw XFAObject.sheetInBatch: Incorrect number of parameters…45 Alert: PASS: xfa.layout.sheetInBatch(2, 'toomany') threw XFAObject.sheetInBatch: Incorrect number o…46 Alert: PASS: xfa.layout.sheetInBatch(1) = 0
85 expectError("xfa.layout.sheetInBatch()");86 expectError("xfa.layout.sheetInBatch(2, 'toomany')");87 expect("xfa.layout.sheetInBatch(1)", 0);
50 JSE_METHOD(sheetInBatch);
432 CJS_Result CJX_LayoutPseudoModel::sheetInBatch( in sheetInBatch() function in CJX_LayoutPseudoModel