Searched refs:pStlPool (Results 1 – 5 of 5) sorted by relevance
144 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in DoChange() local153 pStyle = pStlPool->Find( rName, eStyleFamily ); in DoChange()165 pStyle = &pStlPool->Make( aNewName, eStyleFamily, SFXSTYLEBIT_USERDEF ); in DoChange()181 pStlPool->Remove( pStyle ); in DoChange()
1619 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in DoChange() local1621 (ScStyleSheet*) pStlPool->Find( aStyleName, SFX_STYLE_FAMILY_PARA ); in DoChange()1658 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in Repeat() local1659 ScStyleSheet* pStyleSheet = (ScStyleSheet*) pStlPool-> in Repeat()
2585 SfxStyleSheetPool* pStlPool = aDocument.GetStyleSheetPool(); in ScDocShell()2586 if (pStlPool) in ScDocShell()2587 StartListening(*pStlPool); in ScDocShell()2621 SfxStyleSheetPool* pStlPool = aDocument.GetStyleSheetPool();2622 if (pStlPool)2623 StartListening(*pStlPool);2638 SfxStyleSheetPool* pStlPool = aDocument.GetStyleSheetPool(); local2639 if (pStlPool)2640 EndListening(*pStlPool);
166 ScStyleSheetPool* pStlPool = xPoolHelper->GetStylePool(); in FillInfo() local543 pStlPool->Find( aStyle, SFX_STYLE_FAMILY_PARA ); in FillInfo()
138 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in lcl_SetStyleById() local139 ScStyleSheet* pStyle = (ScStyleSheet*) pStlPool->Find( aStyleName, SFX_STYLE_FAMILY_PARA ); in lcl_SetStyleById()144 pStyle = (ScStyleSheet*) &pStlPool->Make( aStyleName, SFX_STYLE_FAMILY_PARA, in lcl_SetStyleById()
Completed in 52 milliseconds