Searched refs:bCompoundControlChild (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/svtools/source/edit/ |
H A D | textwindowpeer.cxx | 37 TextWindowPeer::TextWindowPeer(::TextView & rView, bool bCompoundControlChild): in TextWindowPeer() argument 38 … m_rEngine(*rView.GetTextEngine()), m_rView(rView), m_bCompoundControlChild(bCompoundControlChild) in TextWindowPeer()
|
/aoo42x/main/accessibility/source/helper/ |
H A D | acc_factory.cxx | 167 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild 459 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild ) const in createAccessibleTextWindowContext() 461 return new Document( pVclXWindow, rEngine, rView, bCompoundControlChild ); in createAccessibleTextWindowContext()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | textwindowpeer.hxx | 42 SVT_DLLPUBLIC TextWindowPeer(::TextView & rView, bool bCompoundControlChild = false);
|
H A D | accessiblefactory.hxx | 110 … VCLXWindow* pVclXWindow, TextEngine& rEngine, TextView& rView, bool bCompoundControlChild
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 418 ::TextView & rView, bool bCompoundControlChild);
|
/aoo42x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 789 ::TextView & rView, bool bCompoundControlChild): in Document() argument 796 m_bCompoundControlChild(bCompoundControlChild) in Document()
|
Completed in 51 milliseconds