Searched refs:aEditor (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 50 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 D | Main.java | 27 EditorController aEditor = new EditorController(); in main() local 28 aEditor.initInitialStrings(); in main()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpoev.cxx | 224 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()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 1134 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 33 milliseconds