Searched refs:ImpSdXMLExpTransObj2DMatrix (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/xmloff/source/draw/ |
| H A D | xexptran.cxx | 315 struct ImpSdXMLExpTransObj2DMatrix : public ImpSdXMLExpTransObj2DBase struct 318 ImpSdXMLExpTransObj2DMatrix(const ::basegfx::B2DHomMatrix& rNew) in ImpSdXMLExpTransObj2DMatrix() function 362 delete (ImpSdXMLExpTransObj2DMatrix*)pObj; in EmptyList() 412 maList.push_back(new ImpSdXMLExpTransObj2DMatrix(rNew)); in AddMatrix() 473 … Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj2DMatrix*)pObj)->maMatrix.get(0, 0)); in GetExportString() 477 … Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj2DMatrix*)pObj)->maMatrix.get(1, 0)); in GetExportString() 481 … Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj2DMatrix*)pObj)->maMatrix.get(0, 1)); in GetExportString() 485 … Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj2DMatrix*)pObj)->maMatrix.get(1, 1)); in GetExportString() 489 …Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj2DMatrix*)pObj)->maMatrix.get(0, 2), tru… in GetExportString() 493 …Imp_PutDoubleChar(aNewString, rConv, ((ImpSdXMLExpTransObj2DMatrix*)pObj)->maMatrix.get(1, 2), tru… in GetExportString() [all …]
|