Lines Matching refs:aNames
57 Sequence<OUString> aNames; in GetPropertyNames() local
58 if(!aNames.getLength()) in GetPropertyNames()
94 aNames.realloc(nCount); in GetPropertyNames()
95 OUString* pNames = aNames.getArray(); in GetPropertyNames()
101 return aNames; in GetPropertyNames()
125 Sequence<OUString> aNames = GetPropertyNames(); in SwStdFontConfig() local
126 Sequence<Any> aValues = GetProperties(aNames); in SwStdFontConfig()
128 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwStdFontConfig()
129 if(aValues.getLength() == aNames.getLength()) in SwStdFontConfig()
131 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwStdFontConfig()
155 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
156 Sequence<Any> aValues(aNames.getLength()); in Commit()
167 nProp < sal::static_int_cast< sal_uInt16, sal_Int32 >( aNames.getLength() ); in Commit()
181 PutProperties(aNames, aValues); in Commit()