Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/tbxctrls/
H A Ditemwin.cxx72 mpSh ( NULL ), in SvxLineBox()
95 mpSh = SfxObjectShell::Current(); in IMPL_LINK()
274 if ( !mpSh ) in FillControl()
275 mpSh = SfxObjectShell::Current(); in FillControl()
277 if( mpSh ) in FillControl()
279 const SvxDashListItem* pItem = (const SvxDashListItem*)( mpSh->GetItem( SID_DASH_LIST ) ); in FillControl()
/AOO42X/main/svx/inc/svx/
H A Ditemwin.hxx46 SfxObjectShell* mpSh; member in SvxLineBox