Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx229 sal_uInt16 cbStshf = rFib.GetFIB().cbStshfGet(); in Ww1StyleSheet() local
230 DBG_ASSERT(cbStshf>=17, "Ww1StyleSheet"); in Ww1StyleSheet()
239 && (del = new sal_uInt8[cbStshf]) != NULL in Ww1StyleSheet()
240 && rFib.GetStream().Read(del, cbStshf) == (sal_uLong)cbStshf) in Ww1StyleSheet()
245 cbStshf -= sizeof(SVBT16); in Ww1StyleSheet()
246 ReadNames(p, cbStshf); in Ww1StyleSheet()
247 ReadChpx(p, cbStshf); in Ww1StyleSheet()
248 ReadPapx(p, cbStshf); in Ww1StyleSheet()
249 ReadEstcp(p, cbStshf); in Ww1StyleSheet()
250 DBG_ASSERT(cbStshf==0, "Ww1StyleSheet"); in Ww1StyleSheet()
[all …]
H A Dw1struct.hxx111 SVBT16 cbStshf;// 0x62 count of bytes of current STSH allocation member
113 return SVBT16ToShort(cbStshf); } in cbStshfGet()

Completed in 24 milliseconds