/aoo42x/main/xmlsecurity/tools/uno/ |
H A D | XMLTreeCellRanderer.java | 61 boolean hasFocus) in getTreeCellRendererComponent() argument 66 hasFocus); in getTreeCellRendererComponent()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibleTreeCellRenderer.java | 55 boolean hasFocus) in getTreeCellRendererComponent() argument 60 hasFocus); in getTreeCellRendererComponent()
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | AccessibilityTree.java | 59 boolean expanded, boolean leaf, int row, boolean hasFocus) { in convertValueToText() argument 82 return super.convertValueToText(value, selected, expanded, leaf, row, hasFocus); in convertValueToText()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/ |
H A D | TreeNodeRenderer.java | 53 boolean leaf, int row, boolean hasFocus) { in getTreeCellRendererComponent() argument 55 super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus); in getTreeCellRendererComponent()
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | UnoTreeRenderer.java | 68 …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()
|
/aoo42x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ |
H A D | ScriptSelector.java | 397 boolean hasFocus) { in getTreeCellRendererComponent() argument 402 hasFocus); in getTreeCellRendererComponent()
|
/aoo42x/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 498 boolean hasFocus) { in getTreeCellRendererComponent() argument 503 hasFocus); in getTreeCellRendererComponent()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XWindow2.idl | 89 boolean hasFocus();
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salframe.h | 206 bool hasFocus() const { return mbInputFocus; } in hasFocus() function in X11SalFrame
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 775 ::sal_Bool SAL_CALL UnoControl::hasFocus( ) throw (RuntimeException) in hasFocus() function in UnoControl 777 return lcl_askPeer( getPeer(), &XWindow2::hasFocus, sal_False ); in hasFocus()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | i18n_ic.cxx | 768 if( static_cast<X11SalFrame*>(maClientData.pFrame)->hasFocus() ) in EndExtTextInput()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindow.hxx | 227 sal_Bool SAL_CALL hasFocus( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrol.hxx | 174 virtual ::sal_Bool SAL_CALL hasFocus( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 2583 sal_Bool SAL_CALL VCLXWindow::hasFocus( ) throw (::com::sun::star::uno::RuntimeException) in hasFocus() function in VCLXWindow
|
/aoo42x/main/svx/source/form/ |
H A D | fmshimp.cxx | 4119 bHasControlFocus = xPeerWindow->hasFocus(); in HasControlFocus()
|