Searched refs:xLine (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/chart2/source/view/main/ |
H A D | VLegendSymbolFactory.cxx | 129 Reference< drawing::XShape > xLine( xShapeFactory->createInstance( in createSymbol() local 131 if( xLine.is()) in createSymbol() 133 xResultGroup->add( xLine ); in createSymbol() 134 xLine->setSize( awt::Size( rEntryKeyAspectRatio.Width, 0 )); in createSymbol() 135 xLine->setPosition( awt::Point( 0, rEntryKeyAspectRatio.Height/2 )); in createSymbol() 137 lcl_setPropetiesToShape( xLegendEntryProperties, xLine, ePropertyType ); in createSymbol()
|
/aoo42x/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 1059 short* xLine; in Draw() local 1069 xLine=new short[ChrXPosArrSize]; in Draw() 1105 FormatLine(Buf,Index2,T,T2,xSize,xSAdj,xLine,l,sn,cs,cLine,LineFit); in Draw() 1110 if (LineFit) FitXDiv=xLine[lc+1]; in Draw() 1114 Temp=long(xLine[i])*long(FitXMul) /long(FitXDiv); in Draw() 1115 xLine[i]=short(Temp); in Draw() 1134 xp1=long(Pos1.x)+xPos+long(xLine[i]); in Draw() 1151 delete[] xLine; in Draw()
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgsvgnode.cxx | 609 const drawinglayer::primitive2d::Primitive2DReference xLine( in decomposeSvgNode() local 616 drawinglayer::primitive2d::Primitive2DSequence(&xLine, 1))); in decomposeSvgNode()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 884 Reference<rendering::XPolyPolygon2D> xLine ( in PaintAngledLine() local 887 if ( ! xLine.is()) in PaintAngledLine() 890 xLine, in PaintAngledLine()
|
Completed in 33 milliseconds