Searched refs:ScTabPageProtection (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sc/source/ui/attrdlg/ |
| H A D | tabpages.cxx | 52 ScTabPageProtection::ScTabPageProtection( Window* pParent, in ScTabPageProtection() function in ScTabPageProtection 73 aBtnProtect.SetClickHdl( LINK( this, ScTabPageProtection, ButtonClickHdl ) ); in ScTabPageProtection() 74 aBtnHideCell.SetClickHdl( LINK( this, ScTabPageProtection, ButtonClickHdl ) ); in ScTabPageProtection() 75 aBtnHideFormula.SetClickHdl( LINK( this, ScTabPageProtection, ButtonClickHdl ) ); in ScTabPageProtection() 76 aBtnHidePrint.SetClickHdl( LINK( this, ScTabPageProtection, ButtonClickHdl ) ); in ScTabPageProtection() 83 __EXPORT ScTabPageProtection::~ScTabPageProtection() in ~ScTabPageProtection() 89 sal_uInt16* __EXPORT ScTabPageProtection::GetRanges() in GetRanges() 96 SfxTabPage* __EXPORT ScTabPageProtection::Create( Window* pParent, in Create() 99 return ( new ScTabPageProtection( pParent, rAttrSet ) ); in Create() 104 void __EXPORT ScTabPageProtection::Reset( const SfxItemSet& rCoreAttrs ) in Reset() [all …]
|
| H A D | attrdlg.cxx | 97 AddTabPage( TP_PROTECTION, ScTabPageProtection::Create, 0 ); in ScAttrDlg()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | tabpages.hxx | 35 class ScTabPageProtection : public SfxTabPage class 49 ScTabPageProtection( Window* pParent, 51 ~ScTabPageProtection();
|
| /AOO42X/main/sc/source/ui/styleui/ |
| H A D | styledlg.cxx | 106 … AddTabPage( TP_PROTECTION, &ScTabPageProtection::Create, &ScTabPageProtection::GetRanges ); in ScStyleDlg()
|