HomeSort by relevance Sort by last modified time
    Searched defs:Sheet (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cscript_layoutpseudomodel.cpp 435 void CScript_LayoutPseudoModel::Sheet(CFXJSE_Arguments* pArguments) {
  /external/python/cpython2/Demo/tkinter/guido/
ss1.py 32 class Sheet:
162 # Add sheet cells in columns with x>0 and y>0
226 def __init__(self, sheet):
227 self.sheet = sheet
311 self.sheet.setcell(self.x, self.y, self.cell)
315 """Abstract base class for sheet cells.
509 Load the sheet from the filename argument.
512 # Create and load the sheet
514 self.sheet = Sheet(
    [all...]

Completed in 146 milliseconds