Home
last modified time | relevance | path

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

/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java50 static transex3.view.Editor aEditor = null; field in EditorController
190 aEditor.setBounds(100,100,800,900); in initView()
192 aEditor.setVisible(true); in initView()
193 aEditor.repaint(); in initView()
194 aEditor.addWindowListener( new WindowAdapter(){ in initView()
200 aEditor.getMiExit().addActionListener( new ActionListener(){ in initView()
206 aEditor.getMiSave().addActionListener( new ActionListener(){ in initView()
227 JTable aTable = aEditor.getRectable(); in initView()
247 JTable aTable = aEditor.getRectable(); in initView()
262 JTable aTable = aEditor.getRectable(); in initView()
[all …]
H A DMain.java27 EditorController aEditor = new EditorController(); in main() local
28 aEditor.initInitialStrings(); in main()
/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx224 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedPointsSmooth() local
225 if(aEditor.SetPointsSmooth( eFlags, pPts->getContainer() ) ) in SetMarkedPointsSmooth()
229 pPath->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedPointsSmooth()
259 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedSegmentsKind() local
260 if(aEditor.SetSegmentsKind( eKind, pPts->getContainer()) ) in SetMarkedSegmentsKind()
264 pPath->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedSegmentsKind()
327 PolyPolygonEditor aEditor( pPath ->GetPathPoly(), pPath->IsClosed() ); in DeleteMarkedPoints() local
328 if( aEditor.DeletePoints( pPts->getContainer() ) ) in DeleteMarkedPoints()
330 if( aEditor.GetPolyPolygon().count() ) in DeleteMarkedPoints()
334 pPath->SetPathPoly( aEditor.GetPolyPolygon() ); in DeleteMarkedPoints()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx1134 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in DeleteMarkedPoints() local
1135 if( aEditor.DeletePoints( pPts->getContainer() ) ) in DeleteMarkedPoints()
1137 if( aEditor.GetPolyPolygon().count() ) in DeleteMarkedPoints()
1140 mpPathObj->SetPathPoly( aEditor.GetPolyPolygon() ); in DeleteMarkedPoints()
1197 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in SetMarkedSegmentsKind() local
1198 if(aEditor.SetSegmentsKind( eKind, pPts->getContainer()) ) in SetMarkedSegmentsKind()
1201 mpPathObj->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedSegmentsKind()
1251 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in SetMarkedPointsSmooth() local
1252 if(aEditor.SetPointsSmooth( eFlags, pPts->getContainer() ) ) in SetMarkedPointsSmooth()
1255 mpPathObj->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedPointsSmooth()

Completed in 21 milliseconds