Searched refs:sImageMap (Results 1 – 3 of 3) sorted by relevance
113 const ::rtl::OUString sImageMap; member in XMLImageMapObjectContext183 sImageMap(RTL_CONSTASCII_USTRINGPARAM("ImageMap")), in XMLImageMapObjectContext()649 sImageMap(RTL_CONSTASCII_USTRINGPARAM("ImageMap")), in XMLImageMapContext()657 if( xInfo.is() && xInfo->hasPropertyByName( sImageMap ) ) in XMLImageMapContext()658 xPropertySet->getPropertyValue(sImageMap) >>= xImageMap; in XMLImageMapContext()707 if( xInfo.is() && xInfo->hasPropertyByName( sImageMap ) ) in EndElement()708 xPropertySet->setPropertyValue(sImageMap, uno::makeAny( xImageMap ) ); in EndElement()
40 const ::rtl::OUString sImageMap; member in XMLImageMapContext
3105 OUString sImageMap(RTL_CONSTASCII_USTRINGPARAM("ImageMap")); in exportEvents() local3106 if (rPropSet->getPropertySetInfo()->hasPropertyByName(sImageMap)) in exportEvents()
Completed in 24 milliseconds