Searched refs:nTextRotation (Results 1 – 4 of 4) sorted by relevance
134 void setTextRotation(sal_Int32 nTextRotation) { mnTextRotation = nTextRotation; } in setTextRotation() argument
123 double nTextRotation = -0.9;//-java.lang.Math.PI/2; in PaintAllStates() local166 g.rotate (nTextRotation); in PaintAllStates()
195 double nTextRotation = -0.9;//-java.lang.Math.PI/2; in PaintAllStates() local218 g.rotate (nTextRotation); in PaintAllStates()
483 const sal_Int32 nTextRotation(getTextBody()->getTextProperties().moRotation.get(0)); in createAndInsert() local485 if(nTextRotation) in createAndInsert()487 mpCustomShapePropertiesPtr->setTextRotation((nTextRotation * -1) / 60000); in createAndInsert()
Completed in 14 milliseconds