Lines Matching refs:aNames
68 Sequence<OUString> aNames(nCount); in GetPropertyNames() local
69 OUString* pNames = aNames.getArray(); in GetPropertyNames()
74 return aNames; in GetPropertyNames()
90 Sequence<OUString> aNames = GetPropertyNames(); in SwPrintOptions() local
91 Sequence<Any> aValues = GetProperties(aNames); in SwPrintOptions()
93 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwPrintOptions()
94 if(aValues.getLength() == aNames.getLength()) in SwPrintOptions()
96 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwPrintOptions()
151 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
153 Sequence<Any> aValues(aNames.getLength()); in Commit()
158 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
188 PutProperties(aNames, aValues); in Commit()