Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx703 class ObjectTypeFormatter class
706 explicit ObjectTypeFormatter(
757 typedef RefMap< ObjectType, ObjectTypeFormatter > ObjectTypeFormatterMap;
773 ObjectTypeFormatter* getTypeFormatter( ObjectType eObjType );
987 ObjectTypeFormatter::ObjectTypeFormatter( ObjectFormatterData& rData, const ObjectTypeFormatEntry& … in ObjectTypeFormatter() function in oox::drawingml::chart::ObjectTypeFormatter
1094 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFrameFormatting()
1100 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFrameFormatting()
1106 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertTextFormatting()
1112 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertFormatting()
1118 if( ObjectTypeFormatter* pFormat = mxData->getTypeFormatter( eObjType ) ) in convertTextFormatting()
[all …]

Completed in 23 milliseconds