Searched refs:pBasicIDEShell (Results 1 – 1 of 1) sorted by relevance
110 const BasicIDEShell* pBasicIDEShell = dynamic_cast< const BasicIDEShell* >( _pShell ); in Update() local111 OSL_ENSURE( pBasicIDEShell || !_pShell, "PropBrw::Update: invalid shell!" ); in Update()112 if ( pBasicIDEShell ) in Update()114 ImplUpdate( pBasicIDEShell->GetCurrentDocument(), pBasicIDEShell->GetCurDlgView() ); in Update()
Completed in 16 milliseconds