/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | AccessibilityTreeModel.java | 152 aRoot.RemoveAllChildren(); in Clear() 154 nodeStructureChanged (aRoot); in Clear() 163 AccessibilityNode aRoot; in SetRootNode() local 168 setRoot (aRoot); in SetRootNode() 186 if (aRoot == null) in AddTopLevelNode() 189 setRoot (aRoot); in AddTopLevelNode() 192 aNode.SetParent (aRoot); in AddTopLevelNode() 193 aRoot.Append (aNode); in AddTopLevelNode() 194 nodesWereInserted (aRoot, new int[]{aRoot.getIndex (aNode)}); in AddTopLevelNode() 206 if (aRoot != null) in RemoveTopLevelNode() [all …]
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/ |
H A D | DereferencingNodeIterator.java | 39 final INode aRoot, in DereferencingNodeIterator() argument 43 maRoot = aRoot; in DereferencingNodeIterator() 61 final INode aRoot, in CollectNodes() argument 65 AddNodes(aNodes, aRoot, bIncludeReferencingNodes); in CollectNodes() 74 final INode aRoot, in AddNodes() argument 77 for (final INode aNode : new NodeIterator(aRoot)) in AddNodes()
|
H A D | NodeIterator.java | 37 public NodeIterator (final INode aRoot) in NodeIterator() argument 40 AddNodes(aRoot); in NodeIterator()
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | TextView.java | 149 DefaultMutableTreeNode aRoot = new DefaultMutableTreeNode ("Text Segments"); in Update() local 201 aRoot.add (CreateNode ("Character", AccessibleTextType.CHARACTER)); in Update() 202 aRoot.add (CreateNode ("Word", AccessibleTextType.WORD)); in Update() 203 aRoot.add (CreateNode ("Sentence", AccessibleTextType.SENTENCE)); in Update() 204 aRoot.add (CreateNode ("Paragraph", AccessibleTextType.PARAGRAPH)); in Update() 205 aRoot.add (CreateNode ("Line", AccessibleTextType.LINE)); in Update() 206 aRoot.add (CreateNode ("Attribute", AccessibleTextType.ATTRIBUTE_RUN)); in Update() 207 aRoot.add (CreateNode ("Glyph", AccessibleTextType.GLYPH)); in Update() 209 ((DefaultTreeModel)maTree.getModel()).setRoot (aRoot); in Update()
|
H A D | ServiceInterfaceView.java | 93 DefaultMutableTreeNode aRoot =(DefaultMutableTreeNode)aModel.getRoot(); in Update() local 94 aRoot.removeAllChildren(); in Update() 100 aRoot.add (maImplementationNameRoot); in Update() 101 aRoot.add (maServiceRoot); in Update() 102 aRoot.add (maInterfaceRoot); in Update() 103 aModel.setRoot (aRoot); in Update()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibilityTreeModel.java | 45 public AccessibilityTreeModel (AccessibleTreeNode aRoot) in AccessibilityTreeModel() argument 48 if( ! (aRoot instanceof AccessibleTreeNode) ) in AccessibilityTreeModel() 49 aRoot = new StringNode ("Root", null); in AccessibilityTreeModel() 50 setRoot (aRoot); in AccessibilityTreeModel() 102 public synchronized void setRoot (AccessibleTreeNode aRoot) in setRoot() argument 105 super.setRoot (aRoot); in setRoot() 119 setRoot (aRoot); in setRoot() 120 unlock (aRoot); in setRoot()
|
H A D | TopWindowListener.java | 98 VectorNode aRoot = (VectorNode) aRootObject; in AddTopLevelNode() local 100 NodeFactory.Instance().createDefaultNode (xNewTopLevelObject, aRoot); in AddTopLevelNode() 101 aRoot.addChild (aNode); in AddTopLevelNode() 102 maModel.fireTreeNodesInserted (maModel.createEvent (aRoot, aNode)); in AddTopLevelNode() 135 VectorNode aRoot = (VectorNode) aObject; in RemoveTopLevelNode() local
|
H A D | AccessibilityTreeModelBase.java | 132 protected synchronized void setRoot (AccessibleTreeNode aRoot) in setRoot() argument 134 maRoot = aRoot; in setRoot()
|
H A D | AccessibilityWorkBench.java | 547 VectorNode aRoot = new VectorNode ("Accessibility Tree", null); in createTreeModelRoot() local 550 return aRoot; in createTreeModelRoot()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | URLHelper.java | 254 File aRoot = new File(sStartDir); in getSystemFilesFromDir() local 256 if (! aRoot.exists()) in getSystemFilesFromDir() 259 if (! aRoot.isDirectory()) in getSystemFilesFromDir() 262 File[] lAllFiles = aRoot.listFiles(); in getSystemFilesFromDir()
|
/aoo42x/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 116 XLIB_Window aRoot, aChild; in doReparentPresentationDialogues() local 120 &aRoot, in doReparentPresentationDialogues() 124 aRoot, in doReparentPresentationDialogues() 130 aRoot, in doReparentPresentationDialogues() 290 XLIB_Window aRoot, aParent; in Init() local 305 if( aParent != aRoot ) in Init() 1510 XLIB_Window aRoot; in Center() local 1514 &aRoot, in Center() 2836 XLIB_Window aRoot, aChild; in GetPointerState() local 2841 &aRoot, in GetPointerState() [all …]
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salvd.cxx | 53 XLIB_Window aRoot; in CreateVirtualDevice() local 58 &aRoot, &x, &y, &w, &h, &bw, &d ); in CreateVirtualDevice() 62 if( RootWindow( pDisp, nScreen ) == aRoot ) in CreateVirtualDevice()
|
H A D | salgdi3.cxx | 763 XLIB_Window aRoot = None; in DrawServerAAForcedString() local 766 XGetGeometry( pDisplay, hDrawable_, &aRoot, &x, &y, &w, &h, &bw, &d ); in DrawServerAAForcedString() 767 XTranslateCoordinates( pDisplay, hDrawable_, aRoot, 0, 0, &x, &y, &aRoot ); in DrawServerAAForcedString()
|
/aoo42x/main/sw/source/core/text/ |
H A D | pormulti.hxx | 88 SwLineLayout aRoot; // One or more lines member in SwMultiPortion 117 const SwLineLayout& GetRoot() const { return aRoot; } in GetRoot() 118 SwLineLayout& GetRoot() { return aRoot; } in GetRoot()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 818 StgEntry aRoot; in StgDirStrm() local 819 aRoot.Init(); in StgDirStrm() 820 aRoot.SetName( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Root Entry" ) ) ); in StgDirStrm() 821 aRoot.SetType( STG_ROOT ); in StgDirStrm() 822 pRoot = new StgDirEntry( aRoot ); in StgDirStrm()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | randrwrapper.cxx | 286 void SalDisplay::InitRandR( XLIB_Window aRoot ) const in InitRandR() 290 … RandRWrapper::get( GetDisplay() ).XRRSelectInput( GetDisplay(), aRoot, RRScreenChangeNotifyMask ); in InitRandR() 292 (void)aRoot; in InitRandR()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | CreatorBase.java | 75 protected Vector<Attribute> CollectAttributes (final INode aRoot) in CollectAttributes() argument 78 for (final INode aNode : new DereferencingNodeIterator(aRoot, maSchemaBase, true)) in CollectAttributes()
|
/aoo42x/main/editeng/source/misc/ |
H A D | SvXMLAutoCorrectExport.cxx | 59 SvXMLElementExport aRoot (*this, XML_NAMESPACE_BLOCKLIST, XML_BLOCK_LIST, sal_True, sal_True); in exportDoc() local 101 SvXMLElementExport aRoot (*this, XML_NAMESPACE_BLOCKLIST, XML_BLOCK_LIST, sal_True, sal_True); in exportDoc() local
|
/aoo42x/main/rdbmaker/source/codemaker/ |
H A D | typemanager.cxx | 126 OUString aRoot( RTL_CONSTASCII_USTRINGPARAM("/") ); in init() local 132 if ( (ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter ))) ) in init()
|
/aoo42x/main/vcl/unx/generic/desktopdetect/ |
H A D | desktopdetector.cxx | 92 XLIB_Window aRoot, aParent, *pChildren = NULL; in is_gnome_desktop() local 95 &aRoot, &aParent, &pChildren, &nChildren ); in is_gnome_desktop()
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 3051 void SelectionManager::updateDragWindow( int nX, int nY, XLIB_Window aRoot ) in updateDragWindow() argument 3060 XLIB_Window aParent = aRoot; in updateDragWindow() 3070 XTranslateCoordinates( m_pDisplay, aRoot, aParent, nX, nY, &nWinX, &nWinY, &aChild ); in updateDragWindow() 3073 if( aChild == m_aCurrentDropWindow && aChild != aRoot && m_nCurrentProtocolVersion >= 0 ) in updateDragWindow() 3084 if( aNewCurrentWindow == aRoot ) in updateDragWindow() 3163 XTranslateCoordinates( m_pDisplay, aRoot, m_aDropWindow, nX, nY, &nWinX, &nWinY, &aChild ); in updateDragWindow() 3254 XLIB_Window aRoot, aParent, aChild; in startDrag() local 3263 &aRoot, &aParent, in startDrag() 3289 aParent = aRoot = it->second.m_aRootWindow; in startDrag() 3292 … XTranslateCoordinates( m_pDisplay, aRoot, aParent, root_x, root_y, &win_x, &win_y, &aChild ); in startDrag() [all …]
|
H A D | bmp.cxx | 352 XLIB_Window aRoot; in X11_getBmpFromPixmap() local 355 XGetGeometry( pDisplay, aDrawable, &aRoot, &x, &y, &w, &h, &bw, &d ); in X11_getBmpFromPixmap() 361 if( RootWindow( pDisplay, nScreenNo ) == aRoot ) in X11_getBmpFromPixmap()
|
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 213 public static java.util.Vector getSystemFilesFromDir(java.io.File aRoot , in getSystemFilesFromDir() argument 216 java.io.File[] lAllFiles = aRoot.listFiles(); in getSystemFilesFromDir()
|
/aoo42x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 875 XLIB_Window aRoot, aParent; in findTopLevelSystemWindow() local 883 aParent = aRoot = None; in findTopLevelSystemWindow() 885 &aRoot, &aParent, &pChildren, &nChildren ); in findTopLevelSystemWindow() 887 if( aParent != aRoot ) in findTopLevelSystemWindow() 897 } while( aParent != aRoot && ! bBreak ); in findTopLevelSystemWindow() 930 XLIB_Window aRoot; in Init() local 932 &aRoot, &x_ret, &y_ret, &w, &h, &bw, &d ); in Init()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | ResourceManager.cxx | 641 const ::utl::OConfigurationTreeRoot aRoot) const in GetToolPanelNodeNames() 643 Sequence<OUString> aChildNodeNames (aRoot.getNodeNames()); in GetToolPanelNodeNames()
|