Home
last modified time | relevance | path

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

/trunk/main/winaccessibility/source/service/
H A DAccObject.cxx527 sal_Bool isExpanded = sal_True; in GetMSAAStateFromUNO() local
535 GetExpandedState(&isExpandable,&isExpanded); in GetMSAAStateFromUNO()
536 if(!isExpanded) in GetMSAAStateFromUNO()
1003 void AccObject::GetExpandedState( sal_Bool* isExpandable, sal_Bool* isExpanded) in GetExpandedState() argument
1005 *isExpanded = sal_False; in GetExpandedState()
1025 *isExpanded = sal_True; in GetExpandedState()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeControl.java224 boolean isExpanded = false; in _isNodeExpanded()
227 isExpanded = oObj.isNodeExpanded(mXNode); in _isNodeExpanded()
228 log.println("node is expanded: " + isExpanded); in _isNodeExpanded()
235 if (isExpanded) in _isNodeExpanded()
266 bOK &= (isExpanded != isAlsoExpanded); in _isNodeExpanded()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.hxx98 bool isExpanded( const CustomAnimationEffectPtr& pEffect ) const;
H A DCustomAnimationPane.cxx905 while( (aIter != mpMainSequence->getEnd()) && !(mpCustomAnimationList->isExpanded((*aIter)) ) ); in updateControls()
2389 …while( (aInsertPos != rEffectSequence.begin()) && !mpCustomAnimationList->isExpanded(*aInsertPos)) in moveSelection()
2419 … while( (aInsertPos != rEffectSequence.end()) && !mpCustomAnimationList->isExpanded(*aInsertPos)) in moveSelection()
H A DCustomAnimationList.cxx860 bool CustomAnimationList::isExpanded( const CustomAnimationEffectPtr& pEffect ) const in isExpanded() function in sd::CustomAnimationList
/trunk/main/winaccessibility/inc/
H A DAccObject.hxx70 void GetExpandedState(sal_Bool* isExpandable, sal_Bool* isExpanded);

Completed in 41 milliseconds