Home
last modified time | relevance | path

Searched refs:aScrollPane (Results 1 – 5 of 5) sorted by relevance

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java180 JScrollPane aScrollPane = (JScrollPane)aViewport.getParent(); in setupTransformation() local
184 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()
186 aScrollPane.setHorizontalScrollBarPolicy ( in setupTransformation()
188 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()
190 aScrollPane.setVerticalScrollBarPolicy ( in setupTransformation()
195 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()
197 aScrollPane.setHorizontalScrollBarPolicy ( in setupTransformation()
199 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()
201 aScrollPane.setVerticalScrollBarPolicy ( in setupTransformation()
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java271 JScrollPane aScrollPane = (JScrollPane)aViewport.getParent(); in setupTransformation() local
275 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()
277 aScrollPane.setHorizontalScrollBarPolicy (JScrollPane.HORIZONTAL_SCROLLBAR_NEVER); in setupTransformation()
278 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()
280 aScrollPane.setVerticalScrollBarPolicy (JScrollPane.VERTICAL_SCROLLBAR_NEVER); in setupTransformation()
284 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()
286aScrollPane.setHorizontalScrollBarPolicy (JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED); in setupTransformation()
287 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()
289 aScrollPane.setVerticalScrollBarPolicy (JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED); in setupTransformation()
H A DAccessibilityWorkBench.java152 JScrollPane aScrollPane; in Layout() local
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DServiceInterfaceView.java75 JScrollPane aScrollPane = new JScrollPane ( in ServiceInterfaceView() local
82 add (aScrollPane); in ServiceInterfaceView()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java160 JScrollPane aScrollPane; in Layout() local

Completed in 51 milliseconds