Home
last modified time | relevance | path

Searched refs:IsActiveControl (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx1028 bDisable |= !IsActiveControl( ) || m_bActiveControlIsReadOnly; in GetTextAttributeState()
1048 bool FmTextControlShell::IsActiveControl( bool _bCountRichTextOnly ) const in IsActiveControl() function in svx::FmTextControlShell
1059 if ( IsActiveControl() ) in dispose()
1109 if ( IsActiveControl() ) in formDeactivated()
1205 … DBG_ASSERT( IsActiveControl(), "FmTextControlShell::controlDeactivated: no active control!" ); in controlDeactivated()
H A Dfmshell.cxx396 bResult = !GetImpl()->IsReadonlyDoc() && m_pImpl->IsActiveControl( true ); in HasUIFeature()
1325 bool FmFormShell::IsActiveControl() const in IsActiveControl() function in FmFormShell
1327 return m_pImpl->IsActiveControl(); in IsActiveControl()
H A Dfmshimp.cxx4068 bool FmXFormShell::IsActiveControl( bool _bCountRichTextOnly ) const in IsActiveControl() function in FmXFormShell
4070 return m_pTextShell->IsActiveControl( _bCountRichTextOnly ); in IsActiveControl()
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx136 bool IsActiveControl() const;
/trunk/main/svx/source/inc/
H A Dfmtextcontrolshell.hxx134 bool IsActiveControl( bool _bCountRichTextOnly = false ) const;
H A Dfmshimp.hxx457 bool IsActiveControl( bool _bCountRichTextOnly = false ) const;
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx271 if ( pFormShell && pFormShell->IsActiveControl() ) in SelectShell()
1829 if ( pFormShell && pFormShell->IsActiveControl() ) in IsPasteSpecialAllowed()

Completed in 53 milliseconds