Home
last modified time | relevance | path

Searched refs:maRotate (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx45 maRotate(), in SvgTextPositions()
607 maRotate(solveSvgNumberVector(rSvgTextPositions.getRotate(), rInfoProvider, length)), in SvgTextPosition()
623 if(!maRotate.empty()) in SvgTextPosition()
627 for(sal_uInt32 a(0); a < maRotate.size(); a++) in SvgTextPosition()
629 maRotate[a] *= fFactor; in SvgTextPosition()
732 if(maRotate.empty()) in isRotated()
753 if(maRotate.empty()) in consumeRotation()
766 const sal_uInt32 nSize(maRotate.size()); in consumeRotation()
770 fRetval = maRotate[mnRotationIndex++]; in consumeRotation()
774 fRetval = maRotate[nSize - 1]; in consumeRotation()
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgcharacternode.hxx46 SvgNumberVector maRotate; member in svgio::svgreader::SvgTextPositions
74 const SvgNumberVector& getRotate() const { return maRotate; } in getRotate()
75 void setRotate(const SvgNumberVector& aRotate) { maRotate = aRotate; } in setRotate()
100 ::std::vector< double > maRotate;