Home
last modified time | relevance | path

Searched refs:nTextRotation (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx134 void setTextRotation(sal_Int32 nTextRotation) { mnTextRotation = nTextRotation; } in setTextRotation() argument
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java123 double nTextRotation = -0.9;//-java.lang.Math.PI/2; in PaintAllStates() local
166 g.rotate (nTextRotation); in PaintAllStates()
/aoo42x/main/toolkit/test/accessibility/ov/
H A DStateSetView.java195 double nTextRotation = -0.9;//-java.lang.Math.PI/2; in PaintAllStates() local
218 g.rotate (nTextRotation); in PaintAllStates()
/aoo42x/main/oox/source/drawingml/
H A Dshape.cxx483 const sal_Int32 nTextRotation(getTextBody()->getTextProperties().moRotation.get(0)); in createAndInsert() local
485 if(nTextRotation) in createAndInsert()
487 mpCustomShapePropertiesPtr->setTextRotation((nTextRotation * -1) / 60000); in createAndInsert()

Completed in 38 milliseconds