Home
last modified time | relevance | path

Searched refs:aHierarchy (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx752 ObjectHierarchy aHierarchy( m_xChartDocument, m_pExplicitValueProvider, m_bStepDownInDiagram ); in first() local
753 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection() ) ); in first()
764 ObjectHierarchy aHierarchy( m_xChartDocument, m_pExplicitValueProvider, m_bStepDownInDiagram ); in last() local
765 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection() ) ); in last()
776 ObjectHierarchy aHierarchy( m_xChartDocument, m_pExplicitValueProvider, m_bStepDownInDiagram ); in next() local
777 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection() ) ); in next()
797 ObjectHierarchy::tChildContainer aSiblings( aHierarchy.getSiblings( getCurrentSelection())); in previous()
819 setCurrentSelection( aHierarchy.getParent( getCurrentSelection())); in up()
826 bool bResult = aHierarchy.hasChildren( getCurrentSelection()); in down()
839 ObjectHierarchy::tChildContainer aChildren( aHierarchy.getTopLevelChildren()); in veryFirst()
[all …]
H A DElementSelector.cxx125 …ObjectHierarchy aHierarchy( xChartDoc, pExplicitValueProvider, true /*bFlattenDiagram*/, true /*bO… in UpdateChartElementsListAndSelection() local
126 lcl_addObjectsToList( aHierarchy, aHierarchy.getRootNodeOID(), m_aEntries, 0, xChartDoc ); in UpdateChartElementsListAndSelection()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java466 private ExampleHierarchy aHierarchy; field in ExampleHierarchies
492 if ( aHierarchy == null ) in getByName()
493 aHierarchy = new ExampleHierarchy( aSettings, nDimension ); in getByName()
494 return aHierarchy; in getByName()

Completed in 55 milliseconds