Lines Matching refs:formatArray
670 sal_Unicode const *const *formatArray; in getAllFormats() member
673 FormatSection() : func(0), from(0), to(0), formatArray(0), formatCount(0) {} in getAllFormats()
678 formatArray = func( formatCount, from, to); in getAllFormats()
695 sal_Unicode const * const * const formatArray = section[s].formatArray; in getAllFormats() local
696 if ( formatArray ) in getAllFormats()
701 replace( formatArray[nOff], section[s].from, section[s].to), in getAllFormats()
702 formatArray[nOff + 1], in getAllFormats()
703 formatArray[nOff + 2], in getAllFormats()
704 formatArray[nOff + 3], in getAllFormats()
705 formatArray[nOff + 4], in getAllFormats()
706 formatArray[nOff + 5][0], in getAllFormats()
707 sal::static_int_cast<sal_Bool>(formatArray[nOff + 6][0])); in getAllFormats()