Lines Matching refs:aPropNames
92 static const char* aPropNames[] = in GetPropertyNames() local
121 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
242 static const char* aPropNames[] = in GetPropertyNames() local
272 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
406 static const char* aPropNames[] = in GetPropertyNames() local
421 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
512 static const char* aPropNames[] = in GetPropertyNames() local
522 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
607 aPropNames(1) in SwWebColorConfig()
609 aPropNames.getArray()[0] = C2U("Color"); in SwWebColorConfig()
622 Sequence<Any> aValues(aPropNames.getLength()); in Commit()
624 for(int nProp = 0; nProp < aPropNames.getLength(); nProp++) in Commit()
631 PutProperties(aPropNames, aValues); in Commit()
641 Sequence<Any> aValues = GetProperties(aPropNames); in Load()
643 DBG_ASSERT(aValues.getLength() == aPropNames.getLength(), "GetProperties failed"); in Load()
644 if(aValues.getLength() == aPropNames.getLength()) in Load()
646 for(int nProp = 0; nProp < aPropNames.getLength(); nProp++) in Load()