Home
last modified time | relevance | path

Searched refs:hasFocus (Results 1 – 15 of 15) sorted by relevance

/trunk/main/xmlsecurity/tools/uno/
H A DXMLTreeCellRanderer.java61 boolean hasFocus) in getTreeCellRendererComponent() argument
66 hasFocus); in getTreeCellRendererComponent()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTreeCellRenderer.java55 boolean hasFocus) in getTreeCellRendererComponent() argument
60 hasFocus); in getTreeCellRendererComponent()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTree.java59 boolean expanded, boolean leaf, int row, boolean hasFocus) { in convertValueToText() argument
82 return super.convertValueToText(value, selected, expanded, leaf, row, hasFocus); in convertValueToText()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DTreeNodeRenderer.java53 boolean leaf, int row, boolean hasFocus) { in getTreeCellRendererComponent() argument
55 super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus); in getTreeCellRendererComponent()
/trunk/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java68 …t(JTree tree,Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus){ in getTreeCellRendererComponent() argument
72 … Component rc = super.getTreeCellRendererComponent( tree, value, sel,expanded, leaf, row,hasFocus); in getTreeCellRendererComponent()
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java397 boolean hasFocus) { in getTreeCellRendererComponent() argument
402 hasFocus); in getTreeCellRendererComponent()
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java498 boolean hasFocus) { in getTreeCellRendererComponent() argument
503 hasFocus); in getTreeCellRendererComponent()
/trunk/main/offapi/com/sun/star/awt/
H A DXWindow2.idl89 boolean hasFocus();
/trunk/main/vcl/inc/unx/
H A Dsalframe.h206 bool hasFocus() const { return mbInputFocus; } in hasFocus() function in X11SalFrame
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx775 ::sal_Bool SAL_CALL UnoControl::hasFocus( ) throw (RuntimeException) in hasFocus() function in UnoControl
777 return lcl_askPeer( getPeer(), &XWindow2::hasFocus, sal_False ); in hasFocus()
/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx768 if( static_cast<X11SalFrame*>(maClientData.pFrame)->hasFocus() ) in EndExtTextInput()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx227 sal_Bool SAL_CALL hasFocus( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrol.hxx174 virtual ::sal_Bool SAL_CALL hasFocus( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx2583 sal_Bool SAL_CALL VCLXWindow::hasFocus( ) throw (::com::sun::star::uno::RuntimeException) in hasFocus() function in VCLXWindow
/trunk/main/svx/source/form/
H A Dfmshimp.cxx4119 bHasControlFocus = xPeerWindow->hasFocus(); in HasControlFocus()

Completed in 101 milliseconds