Commit 29b5fa51 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent f9a19bad
...@@ -302,8 +302,13 @@ namespace DocFileFormat ...@@ -302,8 +302,13 @@ namespace DocFileFormat
case metroBlob: case metroBlob:
{ {
//встроенная неведомая хуйня //встроенная неведомая хуйня
m_isEmbedded = true; m_isEmbedded = true;
m_embeddedData = std::string((char*)iter->opComplex, iter->op); m_embeddedData = std::string((char*)iter->opComplex, iter->op);
//if (ParseEmbeddedBlob( m_embeddedData, m_blobXml)) // todoooo
//{
// m_isEmbedded = false;
//}
}break; }break;
//BORDERS //BORDERS
case borderBottomColor: case borderBottomColor:
......
...@@ -156,6 +156,15 @@ namespace PPTX ...@@ -156,6 +156,15 @@ namespace PPTX
} }
} }
} }
if (pShape->nvSpPr.nvPr.ph->idx.IsInit())
{
//not found in layout !! 100818_건강보험과_보건의료_김용익_최종.pptx
if (Master.IsInit())
{
Master->GetLevelUp(pShape);
}
}
} }
} }
virtual std::wstring GetMediaFullPathNameFromRId(const OOX::RId& rid)const virtual std::wstring GetMediaFullPathNameFromRId(const OOX::RId& rid)const
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment