Lines Matching refs:aSubstArr
60 SubstitutionStructArr aSubstArr; member
107 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()
186 DBG_ASSERT(nPos >= 0 && nPos < pImpl->aSubstArr.Count(), "illegal array index"); in GetSubstitution()
187 if(nPos >= 0 && nPos < pImpl->aSubstArr.Count()) in GetSubstitution()
188 return pImpl->aSubstArr[(sal_uInt16)nPos]; in GetSubstitution()
197 pImpl->aSubstArr.Insert(pInsert, pImpl->aSubstArr.Count()); in AddSubstitution()