Home
last modified time | relevance | path

Searched refs:ScTabPageProtection (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/ui/attrdlg/
H A Dtabpages.cxx53 ScTabPageProtection::ScTabPageProtection( Window* pParent, in ScTabPageProtection() function in ScTabPageProtection
74 aBtnProtect.SetClickHdl( LINK( this, ScTabPageProtection, ButtonClickHdl ) ); in ScTabPageProtection()
84 __EXPORT ScTabPageProtection::~ScTabPageProtection() in ~ScTabPageProtection()
90 sal_uInt16* __EXPORT ScTabPageProtection::GetRanges() in GetRanges()
97 SfxTabPage* __EXPORT ScTabPageProtection::Create( Window* pParent, in Create()
100 return ( new ScTabPageProtection( pParent, rAttrSet ) ); in Create()
105 void __EXPORT ScTabPageProtection::Reset( const SfxItemSet& rCoreAttrs ) in Reset()
149 sal_Bool __EXPORT ScTabPageProtection::FillItemSet( SfxItemSet& rCoreAttrs ) in FillItemSet()
183 int __EXPORT ScTabPageProtection::DeactivatePage( SfxItemSet* pSetP ) in DeactivatePage()
193 IMPL_LINK( ScTabPageProtection, ButtonClickHdl, TriStateBox*, pBox ) in IMPL_LINK() argument
[all …]
H A Dattrdlg.cxx99 AddTabPage( TP_PROTECTION, ScTabPageProtection::Create, 0 ); in ScAttrDlg()
/aoo4110/main/sc/source/ui/inc/
H A Dtabpages.hxx35 class ScTabPageProtection : public SfxTabPage class
49 ScTabPageProtection( Window* pParent,
51 ~ScTabPageProtection();
/aoo4110/main/sc/source/ui/styleui/
H A Dstyledlg.cxx107 AddTabPage( TP_PROTECTION, &ScTabPageProtection::Create, &ScTabPageProtection::GetRanges ); in ScStyleDlg()

Completed in 17 milliseconds