Searched refs:aCustomShapeType (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/chart2/source/controller/main/ |
H A D | DrawCommandDispatch.cxx | 110 ::rtl::OUString aCustomShapeType; in isFeatureSupported() 111 return parseCommandURL( rCommandURL, &nFeatureId, &aBaseCommand, &aCustomShapeType ); in isFeatureSupported() 261 ::rtl::OUString aCustomShapeType; in getState() 262 if ( parseCommandURL( rCommand, &nFeatureId, &aBaseCommand, &aCustomShapeType ) ) in getState() 307 ::rtl::OUString aCustomShapeType; in execute() 308 if ( parseCommandURL( rCommand, &nFeatureId, &aBaseCommand, &aCustomShapeType ) ) in execute() 311 m_aCustomShapeType = aCustomShapeType; in execute()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 477 rtl::OUString aCustomShapeType( sCustomShapeType ); in ImpExportEnhancedGeometry() local 487 rGeoProp.Value >>= aCustomShapeType; in ImpExportEnhancedGeometry() 1010 rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_TYPE, aCustomShapeType ); in ImpExportEnhancedGeometry()
|
Completed in 25 milliseconds