Lines Matching refs:rPropertySet

90 	const Reference<XPropertySet> & rPropertySet)  in Export()  argument
92 if (rPropertySet->getPropertySetInfo()->hasPropertyByName(msImageMap)) in Export()
94 Any aAny = rPropertySet->getPropertyValue(msImageMap); in Export()
138 const Reference<XPropertySet> & rPropertySet) in ExportMapEntry() argument
140 Reference<XServiceInfo> xServiceInfo(rPropertySet, UNO_QUERY); in ExportMapEntry()
182 Any aAny = rPropertySet->getPropertyValue(msURL); in ExportMapEntry()
192 aAny = rPropertySet->getPropertyValue(msTarget); in ExportMapEntry()
207 aAny = rPropertySet->getPropertyValue(msName); in ExportMapEntry()
216 aAny = rPropertySet->getPropertyValue(msIsActive); in ExportMapEntry()
227 ExportRectangle(rPropertySet); in ExportMapEntry()
230 ExportCircle(rPropertySet); in ExportMapEntry()
233 ExportPolygon(rPropertySet); in ExportMapEntry()
247 rPropertySet->getPropertyValue(msTitle) >>= sTitle; in ExportMapEntry()
256 rPropertySet->getPropertyValue(msDescription) >>= sDescription; in ExportMapEntry()
264 Reference<XEventsSupplier> xSupplier(rPropertySet, UNO_QUERY); in ExportMapEntry()
271 const Reference<XPropertySet> & rPropertySet) in ExportRectangle() argument
274 Any aAny = rPropertySet->getPropertyValue(msBoundary); in ExportRectangle()
295 const Reference<XPropertySet> & rPropertySet) in ExportCircle() argument
298 Any aAny = rPropertySet->getPropertyValue(msCenter); in ExportCircle()
312 aAny = rPropertySet->getPropertyValue(msRadius); in ExportCircle()
320 void XMLImageMapExport::ExportPolygon(const Reference<XPropertySet> & rPropertySet) in ExportPolygon() argument
326 Any aAny = rPropertySet->getPropertyValue(msPolygon); in ExportPolygon()