Lines Matching refs:maList

328     const sal_uInt32 nCount = maList.size();  in EmptyList()
331 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in EmptyList()
373 maList.clear(); in EmptyList()
382 maList.push_back(new ImpSdXMLExpTransObj2DRotate(fNew)); in AddRotate()
388 maList.push_back(new ImpSdXMLExpTransObj2DScale(rNew)); in AddScale()
394 maList.push_back(new ImpSdXMLExpTransObj2DTranslate(rNew)); in AddTranslate()
400 maList.push_back(new ImpSdXMLExpTransObj2DSkewX(fNew)); in AddSkewX()
406 maList.push_back(new ImpSdXMLExpTransObj2DSkewY(fNew)); in AddSkewY()
412 maList.push_back(new ImpSdXMLExpTransObj2DMatrix(rNew)); in AddMatrix()
423 const sal_uInt32 nCount = maList.size(); in GetExportString()
426 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in GetExportString()
506 if(a + 1UL != maList.size()) in GetExportString()
561 maList.push_back(new ImpSdXMLExpTransObj2DRotate(fValue)); in SetString()
575 maList.push_back(new ImpSdXMLExpTransObj2DScale(aValue)); in SetString()
589 maList.push_back(new ImpSdXMLExpTransObj2DTranslate(aValue)); in SetString()
600 maList.push_back(new ImpSdXMLExpTransObj2DSkewX(fValue)); in SetString()
611 maList.push_back(new ImpSdXMLExpTransObj2DSkewY(fValue)); in SetString()
647 maList.push_back(new ImpSdXMLExpTransObj2DMatrix(aValue)); in SetString()
664 const sal_uInt32 nCount = maList.size(); in GetFullTransform()
667 ImpSdXMLExpTransObj2DBase* pObj = maList[a]; in GetFullTransform()
784 const sal_uInt32 nCount = maList.size(); in EmptyList()
787 ImpSdXMLExpTransObj3DBase* pObj = maList[a]; in EmptyList()
829 maList.clear(); in EmptyList()
838 maList.push_back(new ImpSdXMLExpTransObj3DRotateX(fNew)); in AddRotateX()
844 maList.push_back(new ImpSdXMLExpTransObj3DRotateY(fNew)); in AddRotateY()
850 maList.push_back(new ImpSdXMLExpTransObj3DRotateZ(fNew)); in AddRotateZ()
856 maList.push_back(new ImpSdXMLExpTransObj3DScale(rNew)); in AddScale()
862 maList.push_back(new ImpSdXMLExpTransObj3DTranslate(rNew)); in AddTranslate()
868 maList.push_back(new ImpSdXMLExpTransObj3DMatrix(rNew)); in AddMatrix()
899 const sal_uInt32 nCount = maList.size(); in GetExportString()
902 ImpSdXMLExpTransObj3DBase* pObj = maList[a]; in GetExportString()
1010 if(a + 1UL != maList.size()) in GetExportString()
1066 maList.push_back(new ImpSdXMLExpTransObj3DRotateX(basegfx::deg2rad(fValue))); in SetString()
1078 maList.push_back(new ImpSdXMLExpTransObj3DRotateY(basegfx::deg2rad(fValue))); in SetString()
1090 maList.push_back(new ImpSdXMLExpTransObj3DRotateZ(basegfx::deg2rad(fValue))); in SetString()
1107 maList.push_back(new ImpSdXMLExpTransObj3DScale(aValue)); in SetString()
1124 maList.push_back(new ImpSdXMLExpTransObj3DTranslate(aValue)); in SetString()
1184 maList.push_back(new ImpSdXMLExpTransObj3DMatrix(aValue)); in SetString()
1234 const sal_uInt32 nCount = maList.size(); in GetFullTransform()
1237 ImpSdXMLExpTransObj3DBase* pObj = maList[a]; in GetFullTransform()