mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
ASCPresentationEditor.dll (1.0.0.109)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58877 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
b37f342cf1
commit
b4181e01a3
@ -166,11 +166,11 @@ protected:
|
||||
|
||||
Unit m_ePageUnits;
|
||||
|
||||
CMatrix m_oCoordTransform;
|
||||
CMatrix m_oBaseTransform;
|
||||
CMatrix m_oTransform;
|
||||
Aggplus::CMatrix m_oCoordTransform;
|
||||
Aggplus::CMatrix m_oBaseTransform;
|
||||
Aggplus::CMatrix m_oTransform;
|
||||
|
||||
CMatrix m_oFullTransform;
|
||||
Aggplus::CMatrix m_oFullTransform;
|
||||
|
||||
double m_dClipLeft;
|
||||
double m_dClipTop;
|
||||
@ -226,9 +226,9 @@ public:
|
||||
Unit GetPageUnit();
|
||||
Status SetPageUnit(Unit lUnits);
|
||||
|
||||
CMatrix* GetTransform();
|
||||
Aggplus::CMatrix* GetTransform();
|
||||
Status SetTransform(CMatrix* pTransform);
|
||||
CMatrix* GetBaseTransform();
|
||||
Aggplus::CMatrix* GetBaseTransform();
|
||||
Status SetBaseTransform(CMatrix* pTransform);
|
||||
Status TranslateTransform(double x, double y, MatrixOrder order = MatrixOrderPrepend);
|
||||
Status RotateTransform(double dAngle, MatrixOrder order = MatrixOrderPrepend);
|
||||
|
||||
Reference in New Issue
Block a user