Lines Matching refs:pDocShell

269 	SfxObjectShell* pDocShell = pDialog->GetObjectShell();  in ExecuteDrop()  local
272 if ( pDocShell ) in ExecuteDrop()
283 if ( aDesc.maClassName == pDocShell->GetFactory().GetClassId() ) in ExecuteDrop()
1574 SfxObjectShell* pDocShell = pViewFrame->GetObjectShell(); in Update_Impl() local
1575 if( pDocShell ) in Update_Impl()
1576 pNewPool = pDocShell->GetStyleSheetPool(); in Update_Impl()
1578 if ( pNewPool != pStyleSheetPool && pDocShell ) in Update_Impl()
1580 SfxModule* pNewModule = pDocShell->GetModule(); in Update_Impl()
1634 nActFilter = static_cast< sal_uInt16 >( LoadFactoryStyleFilter( pDocShell ) ); in Update_Impl()
1636 nActFilter = pDocShell->GetAutoStyleFilterIndex(); in Update_Impl()
1710 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in Notify() local
1715 (pDocShell && pDocShell->GetStyleSheetPool() != pStyleSheetPool) in Notify()
1799 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in FilterSelect() local
1800 if (pDocShell) in FilterSelect()
1802 pDocShell->SetAutoStyleFilterIndex(nActFilter); in FilterSelect()
1803 SaveFactoryStyleFilter( pDocShell, nActFilter ); in FilterSelect()
1807 pStyleSheetPool = pDocShell? pDocShell->GetStyleSheetPool(): 0; in FilterSelect()
1945 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in IMPL_LINK() local
1946 if (pDocShell) in IMPL_LINK()
1951 SaveFactoryStyleFilter( pDocShell, SFX_TEMPLDLG_FILTER_HIERARCHICAL ); in IMPL_LINK()
3140 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in UpdateFamily_Impl() local
3143 pStyleSheetPool = pDocShell? pDocShell->GetStyleSheetPool(): 0; in UpdateFamily_Impl()