Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx445 int pos2 = pos%WINDOWLEN; in DecompressVBA()
486 c = aHistory[(pos-distance-1)%WINDOWLEN]; in DecompressVBA()
487 aHistory[pos%WINDOWLEN] = c; in DecompressVBA()
503 if ((pos != 0) && ((pos%WINDOWLEN) == 0) && (clean)) in DecompressVBA()
510 Output(WINDOWLEN,aHistory); in DecompressVBA()
516 if (xVBAStream->Read(&aHistory[pos%WINDOWLEN],1)) in DecompressVBA()
528 if (pos%WINDOWLEN) in DecompressVBA()
529 Output(pos%WINDOWLEN,aHistory); in DecompressVBA()
H A Dmsvbasic.hxx50 #define WINDOWLEN 4096 macro
81 sal_uInt8 aHistory[ WINDOWLEN ];

Completed in 13 milliseconds