Searched refs:sPersistName (Results 1 – 5 of 5) sorted by relevance
42 sPersistName = getPersistName(); in ScVbaChartObject()52 if ( !sPersistName.getLength() ) in getPersistName()53 sPersistName = xNamed->getName(); in getPersistName()54 return sPersistName; in getPersistName()71 if ( sName.equals(sPersistName)) in setShape()
45 rtl::OUString sPersistName; member in ScVbaChartObject
177 rtl::OUString sPersistName (RTL_CONSTASCII_USTRINGPARAM("PersistName")); in ResizeShapes() local367 if (xShapeProps.is() && xShapeInfo.is() && xShapeInfo->hasPropertyByName(sPersistName) && in ResizeShapes()368 (xShapeProps->getPropertyValue(sPersistName) >>= sName)) in ResizeShapes()
3062 rtl::OUString sPersistName (RTL_CONSTASCII_USTRINGPARAM("PersistName")); in ExportShape() local3085 xShapeProps->getPropertyValue( sPersistName ) >>= aChartName; in ExportShape()
1592 OUString sPersistName; local1620 …pSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM( "PersistName" ) ) ) >>= sPersistName;1623 if( sPersistName.getLength() )1626 sURL += sPersistName;1696 sURL += sPersistName;
Completed in 82 milliseconds