Searched refs:aSubstArr (Results 1 – 1 of 1) sorted by relevance
60 SubstitutionStructArr aSubstArr; member107 pImpl->aSubstArr.Insert(pInsert, pImpl->aSubstArr.Count()); in SvtFontSubstConfig()133 if(!pImpl->aSubstArr.Count()) in Commit()137 Sequence<PropertyValue> aSetValues(4 * pImpl->aSubstArr.Count()); in Commit()147 for(sal_uInt16 i = 0; i < pImpl->aSubstArr.Count(); i++) in Commit()154 SubstitutionStructPtr pSubst = pImpl->aSubstArr[i]; in Commit()172 return pImpl->aSubstArr.Count(); in SubstitutionCount()179 pImpl->aSubstArr.DeleteAndDestroy(0, pImpl->aSubstArr.Count()); in ClearSubstitutions()187 if(nPos >= 0 && nPos < pImpl->aSubstArr.Count()) in GetSubstitution()188 return pImpl->aSubstArr[(sal_uInt16)nPos]; in GetSubstitution()[all …]
Completed in 6 milliseconds