Lines Matching refs:aProps
137 uno::Sequence< beans::PropertyValue> aProps; in CallTypeFunction() local
138 aAny >>= aProps; in CallTypeFunction()
139 exportSequencePropertyValue(aProps, rName); in CallTypeFunction()
143 uno::Sequence< sal_Int8 > aProps; in CallTypeFunction() local
144 aAny >>= aProps; in CallTypeFunction()
145 exportbase64Binary(aProps, rName); in CallTypeFunction()
173 uno::Sequence< formula::SymbolDescriptor > aProps; in CallTypeFunction() local
174 aAny >>= aProps; in CallTypeFunction()
175 exportSymbolDescriptors(aProps, rName); in CallTypeFunction()
290 const uno::Sequence<beans::PropertyValue>& aProps, in exportSequencePropertyValue() argument
294 sal_Int32 nLength(aProps.getLength()); in exportSequencePropertyValue()
300 CallTypeFunction(aProps[i].Value, aProps[i].Name); in exportSequencePropertyValue()
368 const uno::Sequence<sal_Int8>& aProps, in exportbase64Binary() argument
372 sal_Int32 nLength(aProps.getLength()); in exportbase64Binary()
379 SvXMLUnitConverter::encodeBase64(sBuffer, aProps); in exportbase64Binary()
390 uno::Sequence<beans::PropertyValue> aProps; in exportMapEntry() local
391 rAny >>= aProps; in exportMapEntry()
392 sal_Int32 nLength = aProps.getLength(); in exportMapEntry()
399 CallTypeFunction(aProps[i].Value, aProps[i].Name); in exportMapEntry()
512 const uno::Sequence<beans::PropertyValue>& aProps, in exportAllSettings() argument
516 exportSequencePropertyValue(aProps, rName); in exportAllSettings()