Home
last modified time | relevance | path

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

/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx75 mnCurLevel = 0; in ImplInitData()
432 ImplShowTabPage( ImplGetPage( mnCurLevel ) ); in StateChanged()
505 return ShowPage( mnCurLevel+1 ); in ShowNextPage()
512 if ( !mnCurLevel ) in ShowPrevPage()
514 return ShowPage( mnCurLevel-1 ); in ShowPrevPage()
523 mnCurLevel = nLevel; in ShowPage()
525 ImplShowTabPage( ImplGetPage( mnCurLevel ) ); in ShowPage()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx122 mnCurLevel = (sal_uInt16) mpDlg->maSecOptions.GetMacroSecurityLevel(); in MacroSecurityLevelTP()
126 switch( mnCurLevel ) in MacroSecurityLevelTP()
168 if ( nNewLevel != mnCurLevel ) in IMPL_LINK()
170 mnCurLevel = nNewLevel; in IMPL_LINK()
179 mpDlg->maSecOptions.SetMacroSecurityLevel( mnCurLevel ); in ClosePage()
/trunk/main/svtools/inc/svtools/
H A Dwizdlg.hxx228 sal_uInt16 mnCurLevel; member in WizardDialog
275 sal_uInt16 GetCurLevel() const { return mnCurLevel; } in GetCurLevel()
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Dmacrosecurity.hxx119 sal_uInt16 mnCurLevel; member in MacroSecurityLevelTP

Completed in 46 milliseconds