Home
last modified time | relevance | path

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

/trunk/main/oox/source/export/
H A Dshapes.cxx311 static CustomShapeTypeTranslationHashMap* pCustomShapeTypeTranslationHashMap = NULL; variable
317 if( pCustomShapeTypeTranslationHashMap == NULL ) in lcl_GetPresetGeometry()
319 pCustomShapeTypeTranslationHashMap = new CustomShapeTypeTranslationHashMap (); in lcl_GetPresetGeometry()
322 …(*pCustomShapeTypeTranslationHashMap)[ pCustomShapeTypeTranslationTable[ i ].sOOo ] = pCustomShape… in lcl_GetPresetGeometry()
327 sPresetGeo = (*pCustomShapeTypeTranslationHashMap)[ sShapeType ]; in lcl_GetPresetGeometry()

Completed in 20 milliseconds