This commit is contained in:
Elena.Subbotina
2023-03-20 21:34:14 +03:00
parent 9ffb756c4f
commit 9d9f6165b5
5 changed files with 16 additions and 23 deletions

View File

@ -635,8 +635,6 @@ namespace NSGuidesVML
m_arIndexDst.push_back(m_lIndexDst);
// if (true)
// {
m_oTextRect.WriteString(L"<a:rect l=\"");
GetValue(m_lIndexDst-4, ptFormula, true, m_oTextRect);
m_oTextRect.WriteString(L"\" t=\"");
@ -646,11 +644,6 @@ namespace NSGuidesVML
m_oTextRect.WriteString(L"\" b=\"");
GetValue(m_lIndexDst-1, ptFormula, true, m_oTextRect);
m_oTextRect.WriteString(L"\" />");
// } else
// {
// m_oTextRect.WriteString(L"<a:rect l=\"l\" t=\"t\" r=\"r\" b=\"b\"/>");
// }
}
void CFormulaConverter::GetValue(const LONG& lParam, const ParamType& eParamType, const bool& bExtShape, NSBinPptxRW::CXmlWriter& oWriter)
{

View File

@ -76,10 +76,10 @@ CPPTShape::CPPTShape() : CBaseShape(), m_arStringTextRects()
{
m_eType = PPTShapes::sptMin;
m_arStringTextRects.push_back(L"0,0,21600,21600");
m_arStringTextRects.clear();
m_strPathLimoX.clear();
m_strPathLimoY.clear();
m_bIsShapeType = false;
m_bIsFilled = true;