Searched refs:IsActiveControl (Results 1 – 7 of 7) sorted by relevance
1028 bDisable |= !IsActiveControl( ) || m_bActiveControlIsReadOnly; in GetTextAttributeState()1048 bool FmTextControlShell::IsActiveControl( bool _bCountRichTextOnly ) const in IsActiveControl() function in svx::FmTextControlShell1059 if ( IsActiveControl() ) in dispose()1109 if ( IsActiveControl() ) in formDeactivated()1205 … DBG_ASSERT( IsActiveControl(), "FmTextControlShell::controlDeactivated: no active control!" ); in controlDeactivated()
396 bResult = !GetImpl()->IsReadonlyDoc() && m_pImpl->IsActiveControl( true ); in HasUIFeature()1325 bool FmFormShell::IsActiveControl() const in IsActiveControl() function in FmFormShell1327 return m_pImpl->IsActiveControl(); in IsActiveControl()
4068 bool FmXFormShell::IsActiveControl( bool _bCountRichTextOnly ) const in IsActiveControl() function in FmXFormShell4070 return m_pTextShell->IsActiveControl( _bCountRichTextOnly ); in IsActiveControl()
136 bool IsActiveControl() const;
134 bool IsActiveControl( bool _bCountRichTextOnly = false ) const;
457 bool IsActiveControl( bool _bCountRichTextOnly = false ) const;
271 if ( pFormShell && pFormShell->IsActiveControl() ) in SelectShell()1829 if ( pFormShell && pFormShell->IsActiveControl() ) in IsPasteSpecialAllowed()
Completed in 105 milliseconds