Home
last modified time | relevance | path

Searched refs:m_nLastSlot (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmshell.cxx253 ,m_nLastSlot( 0 ) in TYPEINIT1()
345 m_nLastSlot = SID_FM_DESIGN_MODE; in impl_setDesignMode()
439 m_nLastSlot = nSlot; in Execute()
642 m_nLastSlot = 0; in Execute()
717 m_nLastSlot = SID_FM_DESIGN_MODE; in Execute()
957 rSet.Put( SfxBoolItem(nWhich, (nWhich==m_nLastSlot)) ); in GetState()
1047 rSet.Put(SfxUInt16Item(nWhich, m_nLastSlot)); in GetState()
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx88 sal_uInt16 m_nLastSlot; member in FmFormShell