Lines Matching refs:aNames
57 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
58 OUString* pNames = aNames.getArray(); in GetPropertyNames()
63 return aNames; in GetPropertyNames()
79 Sequence<OUString> aNames = GetPropertyNames(); in SwNavigationConfig() local
80 Sequence<Any> aValues = GetProperties(aNames); in SwNavigationConfig()
83 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwNavigationConfig()
84 if(aValues.getLength() == aNames.getLength()) in SwNavigationConfig()
86 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwNavigationConfig()
114 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
115 Sequence<Any> aValues(aNames.getLength()); in Commit()
119 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
132 PutProperties(aNames, aValues); in Commit()