Home
last modified time | relevance | path

Searched refs:GetHideInactiveSelection (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drichtextviewport.hxx42 bool GetHideInactiveSelection() const { return m_bHideInactiveSelection; } in GetHideInactiveSelection() function in frm::RichTextViewPort
H A Drichtextvclcontrol.cxx344 bool RichTextControl::GetHideInactiveSelection() const in GetHideInactiveSelection() function in frm::RichTextControl
346 return m_pImpl->GetHideInactiveSelection( ); in GetHideInactiveSelection()
H A Drichtextvclcontrol.hxx93 bool GetHideInactiveSelection() const;
H A Drichtextimplcontrol.hxx141 bool GetHideInactiveSelection() const;
H A Drichtextimplcontrol.cxx645 bool RichTextControlImpl::GetHideInactiveSelection() const in GetHideInactiveSelection() function in frm::RichTextControlImpl
647 return m_pViewport->GetHideInactiveSelection( ); in GetHideInactiveSelection()
H A Drichtextcontrol.cxx389 bool bHide = pRichTextControl->GetHideInactiveSelection(); in setProperty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drichtextviewport.hxx43 bool GetHideInactiveSelection() const { return m_bHideInactiveSelection; } in GetHideInactiveSelection() function in frm::RichTextViewPort
H A Drichtextvclcontrol.cxx352 bool RichTextControl::GetHideInactiveSelection() const in GetHideInactiveSelection() function in frm::RichTextControl
354 return m_pImpl->GetHideInactiveSelection( ); in GetHideInactiveSelection()
H A Drichtextvclcontrol.hxx96 bool GetHideInactiveSelection() const;
H A Drichtextimplcontrol.hxx142 bool GetHideInactiveSelection() const;
H A Drichtextimplcontrol.cxx649 bool RichTextControlImpl::GetHideInactiveSelection() const in GetHideInactiveSelection() function in frm::RichTextControlImpl
651 return m_pViewport->GetHideInactiveSelection( ); in GetHideInactiveSelection()
H A Drichtextcontrol.cxx392 bool bHide = pRichTextControl->GetHideInactiveSelection(); in setProperty()