Lines Matching refs:formatArray
668 sal_Unicode const *const *formatArray; in getAllFormats() member
671 FormatSection() : func(0), from(0), to(0), formatArray(0), formatCount(0) {} in getAllFormats()
676 formatArray = func( formatCount, from, to); in getAllFormats()
693 sal_Unicode const * const * const formatArray = section[s].formatArray; in getAllFormats() local
694 if ( formatArray ) in getAllFormats()
699 replace( formatArray[nOff], section[s].from, section[s].to), in getAllFormats()
700 formatArray[nOff + 1], in getAllFormats()
701 formatArray[nOff + 2], in getAllFormats()
702 formatArray[nOff + 3], in getAllFormats()
703 formatArray[nOff + 4], in getAllFormats()
704 formatArray[nOff + 5][0], in getAllFormats()
705 sal::static_int_cast<sal_Bool>(formatArray[nOff + 6][0])); in getAllFormats()