Home
last modified time | relevance | path

Searched refs:sPersistName (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sc/source/ui/vba/
H A Dvbachartobject.cxx42 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()
H A Dvbachartobject.hxx45 rtl::OUString sPersistName; member in ScVbaChartObject
/aoo41x/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx177 rtl::OUString sPersistName (RTL_CONSTASCII_USTRINGPARAM("PersistName")); in ResizeShapes() local
367 if (xShapeProps.is() && xShapeInfo.is() && xShapeInfo->hasPropertyByName(sPersistName) && in ResizeShapes()
368 (xShapeProps->getPropertyValue(sPersistName) >>= sName)) in ResizeShapes()
H A Dxmlexprt.cxx3062 rtl::OUString sPersistName (RTL_CONSTASCII_USTRINGPARAM("PersistName")); in ExportShape() local
3085 xShapeProps->getPropertyValue( sPersistName ) >>= aChartName; in ExportShape()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport2.cxx1592 OUString sPersistName; local
1620 …pSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM( "PersistName" ) ) ) >>= sPersistName;
1623 if( sPersistName.getLength() )
1626 sURL += sPersistName;
1696 sURL += sPersistName;

Completed in 56 milliseconds