Home
last modified time | relevance | path

Searched refs:getCharSetControl (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/svx/source/accessibility/
H A Dcharmapacc.cxx330 return m_pParent && m_pParent->getCharSetControl()->IsSelected( in IMPLEMENT_FORWARD_XINTERFACE2()
340 m_pParent->getCharSetControl()->SelectIndex(nAccessibleChildIndex,sal_True); in implSelect()
342 m_pParent->getCharSetControl()->DeSelect(); in implSelect()
349 Size aOutSize( m_pParent->getCharSetControl()->GetOutputSizePixel()); in implGetBounds()
350 if ( m_pParent->getCharSetControl()->getScrollBar()->IsVisible() ) in implGetBounds()
352 … const Size aScrollBar = m_pParent->getCharSetControl()->getScrollBar()->GetOutputSizePixel(); in implGetBounds()
372 return m_pParent->getCharSetControl()->getMaxCharCount(); in getAccessibleChildCount()
383 …SvxShowCharSetItem* pItem = m_pParent->getCharSetControl()->ImplGetItem( static_cast< sal_uInt16 >… in getAccessibleChild()
451 if( m_pParent->getCharSetControl() ) in getAccessibleStateSet()
455 if ( m_pParent->getCharSetControl()->HasFocus() ) in getAccessibleStateSet()
[all …]
/AOO42X/main/svx/source/inc/
H A Dcharmapacc.hxx95 inline SvxShowCharSet* getCharSetControl() const { return mpParent; } in getCharSetControl() function in svx::SvxShowCharSetVirtualAcc