Lines Matching refs:getListBox

134 		SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath );  in GetBoundingBox_Impl()
137 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBox_Impl()
138 SvLBoxEntry* pParent = getListBox()->GetParent( pEntry ); in GetBoundingBox_Impl()
143 aTopLeft -= getListBox()->GetBoundingRect( pParent ).TopLeft(); in GetBoundingBox_Impl()
154 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetBoundingBoxOnScreen_Impl()
157 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBoxOnScreen_Impl()
159 aTopLeft += getListBox()->GetWindowExtentsRelative( NULL ).TopLeft(); in GetBoundingBoxOnScreen_Impl()
215 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in implGetText()
217 sRet = getListBox()->SearchEntryTextWithHeadTitle( pEntry ); in implGetText()
343 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleChildCount()
346 nCount = getListBox()->GetLevelChildCount( pEntry ); in getAccessibleChildCount()
363 return new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in getAccessibleChild()
376 if ( getListBox() ) in implGetParentAccessible()
377 xParent = getListBox()->GetAccessible( ); in implGetParentAccessible()
387 SvLBoxEntry* pParentEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in implGetParentAccessible()
391 pParentEntry = getListBox()->GetParent(pParentEntry); in implGetParentAccessible()
393 xParent = new AccessibleListBoxEntry( *getListBox(), pParentEntry, NULL ); in implGetParentAccessible()
424 SvLBoxEntry* pEntry = getListBox()->GetEntry(0); in getRoleType()
427 if( pEntry->HasChildsOnDemand() || getListBox()->GetChildCount(pEntry) > 0 ) in getRoleType()
434 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getRoleType()
435 if( !(getListBox()->GetTreeFlags() & TREEFLAG_CHKBTN) ) in getRoleType()
451 SvTreeListBox* pBox = getListBox(); in getAccessibleRole()
490 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleDescription()
493 return getListBox()->GetEntryLongDescription( pEntry ); in getAccessibleDescription()
516 return getListBox()->SearchEntryTextWithHeadTitle( pEntry ); in getAccessibleDescription()
530 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleName()
532 String altText = getListBox()->GetEntryAltText( pEntry ); in getAccessibleName()
579 if ( getListBox()->IsInplaceEditingEnabled() ) in getAccessibleStateSet()
592 getListBox()->FillAccessibleEntryStateSet( in getAccessibleStateSet()
593 getListBox()->GetEntryFromPath( m_aEntryPath ), *pStateSetHelper ); in getAccessibleStateSet()
622 SvLBoxEntry* pEntry = getListBox()->GetEntry( VCLPoint( _aPoint ) ); in getAccessibleAtPoint()
627 AccessibleListBoxEntry* pAccEntry = new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in getAccessibleAtPoint()
707 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getCharacterBounds()
712 getListBox()->RecordLayoutData( &aLayoutData, aItemRect ); in getCharacterBounds()
729 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getIndexAtPoint()
734 getListBox()->RecordLayoutData( &aLayoutData, aItemRect ); in getIndexAtPoint()
755 …tringTransfer::CopyString( sText.Copy( (sal_uInt16)nStartIndex, (sal_uInt16)nLen ), getListBox() ); in copyText()
801 SvTreeListBox* pBox = getListBox(); in getAccessibleActionCount()
803 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getAccessibleActionCount()
825 sal_uInt16 treeFlag = getListBox()->GetTreeFlags(); in doAccessibleAction()
830 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in doAccessibleAction()
831 SvButtonState state = getListBox()->GetCheckButtonState( pEntry ); in doAccessibleAction()
833 getListBox()->SetCheckButtonState(pEntry, (SvButtonState)SV_BMP_UNCHECKED); in doAccessibleAction()
835 getListBox()->SetCheckButtonState(pEntry, (SvButtonState)SV_BUTTON_CHECKED); in doAccessibleAction()
839 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in doAccessibleAction()
842 if ( getListBox()->IsExpanded( pEntry ) ) in doAccessibleAction()
843 getListBox()->Collapse( pEntry ); in doAccessibleAction()
845 getListBox()->Expand( pEntry ); in doAccessibleAction()
864 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleActionDescription()
865 SvButtonState state = getListBox()->GetCheckButtonState( pEntry ); in getAccessibleActionDescription()
866 sal_uInt16 treeFlag = getListBox()->GetTreeFlags(); in getAccessibleActionDescription()
884 return getListBox()->IsExpanded( pEntry ) ? \ in getAccessibleActionDescription()
915 getListBox()->Select( pEntry, sal_True ); in selectAccessibleChild()
925 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in isAccessibleChildSelected()
926 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, nChildIndex ); in isAccessibleChildSelected()
930 return getListBox()->IsSelected( pEntry ); in isAccessibleChildSelected()
940 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in clearAccessibleSelection()
944 nCount = getListBox()->GetLevelChildCount( pParent ); in clearAccessibleSelection()
947 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in clearAccessibleSelection()
948 if ( getListBox()->IsSelected( pEntry ) ) in clearAccessibleSelection()
949 getListBox()->Select( pEntry, sal_False ); in clearAccessibleSelection()
960 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in selectAllAccessibleChildren()
964 nCount = getListBox()->GetLevelChildCount( pParent ); in selectAllAccessibleChildren()
967 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in selectAllAccessibleChildren()
968 if ( !getListBox()->IsSelected( pEntry ) ) in selectAllAccessibleChildren()
969 getListBox()->Select( pEntry, sal_True ); in selectAllAccessibleChildren()
982 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in getSelectedAccessibleChildCount()
985 nCount = getListBox()->GetLevelChildCount( pParent ); in getSelectedAccessibleChildCount()
988 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in getSelectedAccessibleChildCount()
989 if ( getListBox()->IsSelected( pEntry ) ) in getSelectedAccessibleChildCount()
1009 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in getSelectedAccessibleChild()
1012 nCount = getListBox()->GetLevelChildCount( pParent ); in getSelectedAccessibleChild()
1015 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in getSelectedAccessibleChild()
1016 if ( getListBox()->IsSelected( pEntry ) ) in getSelectedAccessibleChild()
1021 xChild = new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in getSelectedAccessibleChild()
1036 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in deselectAccessibleChild()
1037 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, nSelectedChildIndex ); in deselectAccessibleChild()
1041 getListBox()->Select( pEntry, sal_False ); in deselectAccessibleChild()
1176 SvTreeListBox* pBox = getListBox(); in setCurrentValue()
1247 SvLBoxEntry* pParent = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetRealChild()
1250 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()
1253 getListBox()->RequestingChilds(pParent); in GetRealChild()
1254 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()