Searched refs:sLogicalFieldNames (Results 1 – 1 of 1) sorted by relevance
180 String sLogicalFieldNames( SvtResId( STR_LOCAGICAL_FIELD_NAMES ) ); in AssigmentTransientData() local181 sal_Int32 nTokenCount = sLogicalFieldNames.GetTokenCount(';'); in AssigmentTransientData()183 aKnownNames.insert(sLogicalFieldNames.GetToken((sal_uInt16)i, ';')); in AssigmentTransientData()686 String sLogicalFieldNames(SvtResId(STR_LOCAGICAL_FIELD_NAMES)); in implConstruct() local687 …sal_Int32 nAdjustedTokenCount = sLogicalFieldNames.GetTokenCount(';') + (m_pImpl->bOddFieldNumber … in implConstruct()692 m_pImpl->aLogicalFieldNames.push_back(sLogicalFieldNames.GetToken((sal_uInt16)i, ';')); in implConstruct()
Completed in 21 milliseconds