Lines Matching refs:pValue
134 ::com::sun::star::beans::PropertyValue &pValue = pValues[i]; in get_attributes()
135 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingLevel"))==0) in get_attributes()
137 if (pValue.Value != Any()) in get_attributes()
138 pValue.Value >>= numberingLevel; in get_attributes()
144 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingPrefix"))==0) in get_attributes()
146 pValue.Value >>=numberingPrefix; in get_attributes()
150 if(pValue.Name.compareTo(OUString::createFromAscii("NumberingRules"))==0) in get_attributes()
153 anyNumRule = pValue.Value; in get_attributes()
171 strAttrs += pValue.Name.getStr(); in get_attributes()
176 if (pValue.Name.compareTo(OUString::createFromAscii("CharBackColor"))==0 || in get_attributes()
177 pValue.Name.compareTo(OUString::createFromAscii("CharColor"))==0 || in get_attributes()
178 pValue.Name.compareTo(OUString::createFromAscii("CharUnderlineColor"))==0 ) in get_attributes()
181 pValue.Value >>= nColor; in get_attributes()
190 CMAccessible::get_OLECHARFromAny(pValue.Value,pTemp); in get_attributes()