Searched refs:ImpSdXMLExpTransObj3DMatrix (Results 1 – 1 of 1) sorted by relevance
/trunk/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 771 struct ImpSdXMLExpTransObj3DMatrix : public ImpSdXMLExpTransObj3DBase struct 774 ImpSdXMLExpTransObj3DMatrix(const ::basegfx::B3DHomMatrix& rNew) in ImpSdXMLExpTransObj3DMatrix() function 818 delete (ImpSdXMLExpTransObj3DMatrix*)pObj; in EmptyList() 868 maList.push_back(new ImpSdXMLExpTransObj3DMatrix(rNew)); in AddMatrix() 953 Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj3DMatrix*)pObj)->maMatrix.get(0, 0)); in GetExportString() 957 Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj3DMatrix*)pObj)->maMatrix.get(1, 0)); in GetExportString() 961 Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj3DMatrix*)pObj)->maMatrix.get(2, 0)); in GetExportString() 965 Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj3DMatrix*)pObj)->maMatrix.get(0, 1)); in GetExportString() 969 Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj3DMatrix*)pObj)->maMatrix.get(1, 1)); in GetExportString() 1184 maList.push_back(new ImpSdXMLExpTransObj3DMatrix(aValue)); in SetString() [all …]
|
Completed in 8 milliseconds