Home
last modified time | relevance | path

Searched refs:NOSPLIT (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWindow2.java43 private final static int NOSPLIT = 0x01; field in Window2
86 grbit[1] &= ~NOSPLIT; in setSplitType()
89 grbit[1] |= NOSPLIT; in setSplitType()
102 if((grbit[1] & NOSPLIT) != NOSPLIT) in isFrozen()
117 if((grbit[1] & NOSPLIT) == NOSPLIT) in isSplit()

Completed in 12 milliseconds