Lines Matching refs:pFormats
214 const FormatEntry* pFormats = lcl_getFormatTable(_nTableId); in clearTable() local
215 FormatEntry* pResetLoop = const_cast<FormatEntry*>(pFormats); in clearTable()
261 const FormatEntry* pFormats = lcl_getFormatTable(m_nTableId); in getFormatKeyPropertyValue() local
266 (NULL != pFormats->pDescription) && (nLookup < nValue); in getFormatKeyPropertyValue()
267 ++pFormats, ++nLookup in getFormatKeyPropertyValue()
270 …OSL_ENSURE(NULL != pFormats->pDescription, "OLimitedFormats::getFormatKeyPropertyValue: did not fi… in getFormatKeyPropertyValue()
271 if (pFormats->pDescription) in getFormatKeyPropertyValue()
272 _rValue <<= pFormats->nKey; in getFormatKeyPropertyValue()
296 const FormatEntry* pFormats = lcl_getFormatTable(m_nTableId); in convertFormatKeyPropertyValue() local
304 (NULL != pFormats->pDescription) && (nNewFormat != pFormats->nKey); in convertFormatKeyPropertyValue()
305 ++pFormats, ++nTablePosition in convertFormatKeyPropertyValue()
309 _rOldValue <<= pFormats->nKey; in convertFormatKeyPropertyValue()
312 sal_Bool bFoundIt = (NULL != pFormats->pDescription); in convertFormatKeyPropertyValue()
323 while (pFormats->pDescription) in convertFormatKeyPropertyValue()
327 _rOldValue <<= pFormats->nKey; in convertFormatKeyPropertyValue()
331 ++pFormats; in convertFormatKeyPropertyValue()