Home
last modified time | relevance | path

Searched refs:aRoot (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTreeModel.java152 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 …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DDereferencingNodeIterator.java39 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 DNodeIterator.java37 public NodeIterator (final INode aRoot) in NodeIterator() argument
40 AddNodes(aRoot); in NodeIterator()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java149 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 DServiceInterfaceView.java93 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()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java45 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 DTopWindowListener.java98 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 DAccessibilityTreeModelBase.java132 protected synchronized void setRoot (AccessibleTreeNode aRoot) in setRoot() argument
134 maRoot = aRoot; in setRoot()
H A DAccessibilityWorkBench.java547 VectorNode aRoot = new VectorNode ("Accessibility Tree", null); in createTreeModelRoot() local
550 return aRoot; in createTreeModelRoot()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java254 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()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx116 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 …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx53 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 Dsalgdi3.cxx763 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()
/trunk/main/sw/source/core/text/
H A Dpormulti.hxx88 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()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx818 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()
/trunk/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx286 void SalDisplay::InitRandR( XLIB_Window aRoot ) const in InitRandR()
290 … RandRWrapper::get( GetDisplay() ).XRRSelectInput( GetDisplay(), aRoot, RRScreenChangeNotifyMask ); in InitRandR()
292 (void)aRoot; in InitRandR()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DCreatorBase.java75 protected Vector<Attribute> CollectAttributes (final INode aRoot) in CollectAttributes() argument
78 for (final INode aNode : new DereferencingNodeIterator(aRoot, maSchemaBase, true)) in CollectAttributes()
/trunk/main/editeng/source/misc/
H A DSvXMLAutoCorrectExport.cxx59 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
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx126 OUString aRoot( RTL_CONSTASCII_USTRINGPARAM("/") ); in init() local
132 if ( (ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter ))) ) in init()
/trunk/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx92 XLIB_Window aRoot, aParent, *pChildren = NULL; in is_gnome_desktop() local
95 &aRoot, &aParent, &pChildren, &nChildren ); in is_gnome_desktop()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3051 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 Dbmp.cxx352 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()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java213 public static java.util.Vector getSystemFilesFromDir(java.io.File aRoot , in getSystemFilesFromDir() argument
216 java.io.File[] lAllFiles = aRoot.listFiles(); in getSystemFilesFromDir()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx875 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()
/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx641 const ::utl::OConfigurationTreeRoot aRoot) const in GetToolPanelNodeNames()
643 Sequence<OUString> aChildNodeNames (aRoot.getNodeNames()); in GetToolPanelNodeNames()

Completed in 176 milliseconds

12