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()186 DBG_ASSERT(nPos >= 0 && nPos < pImpl->aSubstArr.Count(), "illegal array index"); in GetSubstitution()187 if(nPos >= 0 && nPos < pImpl->aSubstArr.Count()) in GetSubstitution()[all …]