Home
last modified time | relevance | path

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

/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx327 return m_pParent && m_pParent->getCharSetControl()->IsSelected( in IMPLEMENT_FORWARD_XINTERFACE2()
337 m_pParent->getCharSetControl()->SelectIndex(nAccessibleChildIndex,sal_True); in implSelect()
339 m_pParent->getCharSetControl()->DeSelect(); in implSelect()
346 Size aOutSize( m_pParent->getCharSetControl()->GetOutputSizePixel()); in implGetBounds()
347 if ( m_pParent->getCharSetControl()->getScrollBar()->IsVisible() ) in implGetBounds()
349 … const Size aScrollBar = m_pParent->getCharSetControl()->getScrollBar()->GetOutputSizePixel(); in implGetBounds()
368 return m_pParent->getCharSetControl()->getMaxCharCount(); in getAccessibleChildCount()
378 …SvxShowCharSetItem* pItem = m_pParent->getCharSetControl()->ImplGetItem( static_cast< sal_uInt16 >… in getAccessibleChild()
440 if( m_pParent->getCharSetControl() ) in getAccessibleStateSet()
444 if ( m_pParent->getCharSetControl()->HasFocus() ) in getAccessibleStateSet()
[all …]
/trunk/main/svx/source/inc/
H A Dcharmapacc.hxx95 inline SvxShowCharSet* getCharSetControl() const { return mpParent; } in getCharSetControl() function in svx::SvxShowCharSetVirtualAcc