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
128 JTable recTable =transex3.controller.EditorController.aEditor.getRectable(); in updateData()
188 aEditor = new transex3.view.Editor( sourceStringData , firstData ); in initView()
190 aEditor.setBounds(100,100,800,900); in initView()
191 aEditor.setDefaultCloseOperation( WindowConstants.DISPOSE_ON_CLOSE ); 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()
[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.cxx222 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedPointsSmooth() local
223 if(aEditor.SetPointsSmooth( eFlags, pPts->getContainer() ) ) in SetMarkedPointsSmooth()
227 pPath->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedPointsSmooth()
257 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedSegmentsKind() local
258 if(aEditor.SetSegmentsKind( eKind, pPts->getContainer()) ) in SetMarkedSegmentsKind()
262 pPath->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedSegmentsKind()
325 PolyPolygonEditor aEditor( pPath ->GetPathPoly(), pPath->IsClosed() ); in DeleteMarkedPoints() local
326 if( aEditor.DeletePoints( pPts->getContainer() ) ) in DeleteMarkedPoints()
328 if( aEditor.GetPolyPolygon().count() ) in DeleteMarkedPoints()
332 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()