Home
last modified time | relevance | path

Searched refs:setCurrentSelection (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx701 setCurrentSelection( ObjectHierarchy::getRootNodeOID() ); in ObjectKeyNavigation()
731 setCurrentSelection( ObjectIdentifier() ); in handleKeyEvent()
741 void ObjectKeyNavigation::setCurrentSelection( const ObjectHierarchy::tOID& rOID ) in setCurrentSelection() function in chart::ObjectKeyNavigation
757 setCurrentSelection( aSiblings.front()); in first()
769 setCurrentSelection( aSiblings.back()); in last()
787 setCurrentSelection( *aIt ); in next()
808 setCurrentSelection( *aIt ); in previous()
820 setCurrentSelection( aHierarchy.getParent( getCurrentSelection())); in up()
832 setCurrentSelection( aChildren.front()); in down()
843 setCurrentSelection( aChildren.front()); in veryFirst()
[all …]
/trunk/main/chart2/source/controller/inc/
H A DObjectHierarchy.hxx96 void setCurrentSelection( const ObjectHierarchy::tOID& rOID );
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1495 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in NewForm()
1786 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in ShowSelectionProperties()
2149 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in SynchronizeMarkList()
H A Dfmshimp.cxx2039 return setCurrentSelection( m_aLastKnownMarkedControls ); in setCurrentSelectionFromMark()
2045 return setCurrentSelection( m_aLastKnownMarkedControls ); in selectLastMarkedControls()
2049 bool FmXFormShell::setCurrentSelection( const InterfaceBag& _rSelection ) in setCurrentSelection() function in FmXFormShell
2750 if ( setCurrentSelection( aNewSelection ) && IsPropBrwOpen() ) in selectionChanged()
H A Dfmshell.cxx665 GetImpl()->setCurrentSelection( aOnlyTheForm ); in Execute()
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx383 bool setCurrentSelection( const InterfaceBag& _rSelection );