Lines Matching refs:aNames
139 Sequence<OUString> aNames(SCPRINTOPT_COUNT); in GetPropertyNames() local
140 OUString* pNames = aNames.getArray(); in GetPropertyNames()
144 return aNames; in GetPropertyNames()
150 Sequence<OUString> aNames = GetPropertyNames(); in ScPrintCfg() local
151 Sequence<Any> aValues = GetProperties(aNames); in ScPrintCfg()
154 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScPrintCfg()
155 if(aValues.getLength() == aNames.getLength()) in ScPrintCfg()
157 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScPrintCfg()
180 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
181 Sequence<Any> aValues(aNames.getLength()); in Commit()
184 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
197 PutProperties(aNames, aValues); in Commit()