Commit 01acce88 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

сьехали автофигуры (Формулы.docx)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62355 954022d7-b5bf-4e40-9824-e11837661b57
parent 0d373bc1
...@@ -1692,9 +1692,10 @@ PPTX::Logic::SpTreeElem CDrawingConverter::doc_LoadShape(XmlUtils::CXmlNode& oNo ...@@ -1692,9 +1692,10 @@ PPTX::Logic::SpTreeElem CDrawingConverter::doc_LoadShape(XmlUtils::CXmlNode& oNo
} }
else else
{ {
//oProps.X , pMainProps
pShape->spPr.xfrm = new PPTX::Logic::Xfrm(); pShape->spPr.xfrm = new PPTX::Logic::Xfrm();
pShape->spPr.xfrm->offX = oProps.X; pShape->spPr.xfrm->offX = 0;
pShape->spPr.xfrm->offY = oProps.Y; pShape->spPr.xfrm->offY = 0;
pShape->spPr.xfrm->extX = oProps.Width; pShape->spPr.xfrm->extX = oProps.Width;
pShape->spPr.xfrm->extY = oProps.Height; pShape->spPr.xfrm->extY = oProps.Height;
} }
......
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