Lines Matching refs:pStyleSheetPool
882 pStyleSheetPool ( NULL ), in SfxCommonTemplateDialog_Impl()
929 pStyleSheetPool ( NULL ), in SfxCommonTemplateDialog_Impl()
1142 if ( pStyleSheetPool ) in ~SfxCommonTemplateDialog_Impl()
1143 EndListening(*pStyleSheetPool); in ~SfxCommonTemplateDialog_Impl()
1144 pStyleSheetPool = NULL; in ~SfxCommonTemplateDialog_Impl()
1211 SfxStyleSheetBase* pStyle = pStyleSheetPool->Find( rStr, eFam, SFXSTYLEBIT_ALL ); in SelectStyle()
1287 if ( pStyleSheetPool ) in EnableTreeDrag()
1289 SfxStyleSheetBase* pStyle = pStyleSheetPool->First(); in EnableTreeDrag()
1306 if(pStyleSheetPool && nActFamily != SFX_TEMPLDLG_FILTER_MAX) in FillTreeBox()
1309 pStyleSheetPool->SetSearchMask(pItem->GetFamily(), SFXSTYLEBIT_ALL); in FillTreeBox()
1311 SfxStyleSheetBase *pStyle = pStyleSheetPool->First(); in FillTreeBox()
1321 pStyle = pStyleSheetPool->Next(); in FillTreeBox()
1397 DBG_ASSERT(pStyleSheetPool, "kein StyleSheetPool"); in UpdateStyles_Impl()
1398 if(pStyleSheetPool) in UpdateStyles_Impl()
1400 pStyleSheetPool->SetSearchMask(eFam, nFilter); in UpdateStyles_Impl()
1425 pStyleSheetPool->SetSearchMask(eFam, nFilterFlags); in UpdateStyles_Impl()
1452 SfxStyleSheetBase *pStyle = pStyleSheetPool->First(); in UpdateStyles_Impl()
1470 pStyle = pStyleSheetPool->Next(); in UpdateStyles_Impl()
1578 if ( pNewPool != pStyleSheetPool && pDocShell ) in Update_Impl()
1586 if ( pStyleSheetPool ) in Update_Impl()
1588 EndListening(*pStyleSheetPool); in Update_Impl()
1589 pStyleSheetPool = 0; in Update_Impl()
1595 pStyleSheetPool = pNewPool; in Update_Impl()
1715 (pDocShell && pDocShell->GetStyleSheetPool() != pStyleSheetPool) in Notify()
1727 if( pStyleSheetPool ) in Notify()
1730 if( aStr.Len() && pStyleSheetPool ) in Notify()
1736 pStyleSheetPool->Find( in Notify()
1756 EndListening(*pStyleSheetPool); in Notify()
1757 pStyleSheetPool=0; in Notify()
1806 SfxStyleSheetBasePool *pOldStyleSheetPool = pStyleSheetPool; in FilterSelect()
1807 pStyleSheetPool = pDocShell? pDocShell->GetStyleSheetPool(): 0; in FilterSelect()
1808 if ( pOldStyleSheetPool != pStyleSheetPool ) in FilterSelect()
1812 if ( pStyleSheetPool ) in FilterSelect()
2023 if(pStyleSheetPool && nActFamily != SFX_TEMPLDLG_FILTER_MAX) in ActionSelect()
2037 nFilter=pStyleSheetPool->GetSearchMask(); in ActionSelect()
2038 pStyleSheetPool->SetSearchMask( eFam, SFXSTYLEBIT_USERDEF ); in ActionSelect()
2042 new SfxNewStyleDlg(pWindow, *pStyleSheetPool); in ActionSelect()
2045 pStyleSheetPool->SetSearchMask(eFam, nFilter); in ActionSelect()
2052 pStyleSheetPool->SetSearchMask( eFam, nFilter ); in ActionSelect()
2138 long ret= pStyleSheetPool->SetParent(eFam,pBox->GetStyle(), pBox->GetParent())? 1L: 0L; in IMPL_LINK()
2169 nMask=pStyleSheetPool->GetSearchMask(); in NewHdl()
2171 pStyleSheetPool->SetSearchMask(eFam,nMask); in NewHdl()
2215 pStyleSheetPool->Find(aTemplName,eFam,SFXSTYLEBIT_ALL); // -Wall required?? in EditHdl()
2252 pStyleSheetPool->Find( aTemplName, pItem->GetFamily(), SFXSTYLEBIT_ALL ); in DeleteHdl()
2292 DBG_ASSERT(pStyleSheetPool, "Kein StyleSheetPool"); in EnableDelete()
2302 pStyleSheetPool->Find(aTemplName,eFam, in EnableDelete()
3142 SfxStyleSheetBasePool *pOldStyleSheetPool = pStyleSheetPool; in UpdateFamily_Impl()
3143 pStyleSheetPool = pDocShell? pDocShell->GetStyleSheetPool(): 0; in UpdateFamily_Impl()
3144 if ( pOldStyleSheetPool != pStyleSheetPool ) in UpdateFamily_Impl()
3148 if ( pStyleSheetPool ) in UpdateFamily_Impl()
3157 if ( pStyleSheetPool ) in UpdateFamily_Impl()