Searched refs:SEQUENCESIZE (Results 1 – 1 of 1) sorted by relevance
57 #define SEQUENCESIZE 1024 macro153 m_Sequence(SEQUENCESIZE), in SaxWriterHelper()159 OSL_ENSURE(SEQUENCESIZE > 50, "Sequence cache size to small"); in SaxWriterHelper()247 nLastLineFeedPos -= SEQUENCESIZE; in writeSequence()254 OSL_ENSURE((rPos + nBytesCount) > SEQUENCESIZE, "wrong use of AddBytesMethod"); in AddBytes()255 sal_uInt32 nCount(SEQUENCESIZE - rPos); in AddBytes()258 OSL_ENSURE(rPos + nCount == SEQUENCESIZE, "the position should be the at the end"); in AddBytes()262 if ((rPos + nRestCount) <= SEQUENCESIZE) in AddBytes()301 if ((rPos + 5) > SEQUENCESIZE) in convertToXML()312 if ((rPos + 4) > SEQUENCESIZE) in convertToXML()[all …]