Lines Matching refs:SEQUENCESIZE

57 #define SEQUENCESIZE 1024  macro
153 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()
323 if ((rPos + 4) > SEQUENCESIZE) in convertToXML()
334 if ((rPos + 6) > SEQUENCESIZE) in convertToXML()
345 if ((rPos + 6) > SEQUENCESIZE) in convertToXML()
356 if ((rPos + 6) > SEQUENCESIZE) in convertToXML()
369 if ((rPos + 6) > SEQUENCESIZE) in convertToXML()
389 if ((rPos + 6) > SEQUENCESIZE) in convertToXML()
438 if ((rPos + 4) > SEQUENCESIZE) in convertToXML()
466 if ((rPos + 3) > SEQUENCESIZE) in convertToXML()
482 if ((rPos + 2) > SEQUENCESIZE) in convertToXML()
492 OSL_ENSURE(rPos <= SEQUENCESIZE, "not reset current position"); in convertToXML()
493 if (rPos == SEQUENCESIZE) in convertToXML()
513 if (nCurrentPos == SEQUENCESIZE) in FinishStartElement()
524 if ((nCurrentPos + m_nLevel + 1) <= SEQUENCESIZE) in insertIndentation()
531 if (nCurrentPos == SEQUENCESIZE) in insertIndentation()
543 if (nCurrentPos == SEQUENCESIZE) in insertIndentation()
552 if (nCurrentPos == SEQUENCESIZE) in insertIndentation()
574 if ((nCurrentPos + nLen) <= SEQUENCESIZE) in startDocument()
583 OSL_ENSURE(nCurrentPos <= SEQUENCESIZE, "not reset current position"); in startDocument()
584 if (nCurrentPos == SEQUENCESIZE) in startDocument()
588 if (nCurrentPos == SEQUENCESIZE) in startDocument()
597 if (nCurrentPos == SEQUENCESIZE) in startElement()
609 if (nCurrentPos == SEQUENCESIZE) in startElement()
617 if (nCurrentPos == SEQUENCESIZE) in startElement()
621 if (nCurrentPos == SEQUENCESIZE) in startElement()
630 if (nCurrentPos == SEQUENCESIZE) in startElement()
647 if (nCurrentPos == SEQUENCESIZE) in FinishEmptyElement()
651 if (nCurrentPos == SEQUENCESIZE) in FinishEmptyElement()
664 if (nCurrentPos == SEQUENCESIZE) in endElement()
668 if (nCurrentPos == SEQUENCESIZE) in endElement()
675 if (nCurrentPos == SEQUENCESIZE) in endElement()
698 m_Sequence.realloc(SEQUENCESIZE); in clearBuffer()
709 if (nCurrentPos == SEQUENCESIZE) in processingInstruction()
713 if (nCurrentPos == SEQUENCESIZE) in processingInstruction()
720 if (nCurrentPos == SEQUENCESIZE) in processingInstruction()
728 if (nCurrentPos == SEQUENCESIZE) in processingInstruction()
732 if (nCurrentPos == SEQUENCESIZE) in processingInstruction()
741 if ((nCurrentPos + 9) <= SEQUENCESIZE) in startCDATA()
748 if (nCurrentPos == SEQUENCESIZE) in startCDATA()
755 if ((nCurrentPos + 3) <= SEQUENCESIZE) in endCDATA()
762 if (nCurrentPos == SEQUENCESIZE) in endCDATA()
771 if (nCurrentPos == SEQUENCESIZE) in comment()
775 if (nCurrentPos == SEQUENCESIZE) in comment()
779 if (nCurrentPos == SEQUENCESIZE) in comment()
783 if (nCurrentPos == SEQUENCESIZE) in comment()
790 if (nCurrentPos == SEQUENCESIZE) in comment()
794 if (nCurrentPos == SEQUENCESIZE) in comment()
798 if (nCurrentPos == SEQUENCESIZE) in comment()