Home
last modified time | relevance | path

Searched refs:pStlPool (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundostyl.cxx144 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in DoChange() local
153 pStyle = pStlPool->Find( rName, eStyleFamily ); in DoChange()
165 pStyle = &pStlPool->Make( aNewName, eStyleFamily, SFXSTYLEBIT_USERDEF ); in DoChange()
181 pStlPool->Remove( pStyle ); in DoChange()
H A Dundoblk.cxx1619 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in DoChange() local
1621 (ScStyleSheet*) pStlPool->Find( aStyleName, SFX_STYLE_FAMILY_PARA ); in DoChange()
1658 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in Repeat() local
1659 ScStyleSheet* pStyleSheet = (ScStyleSheet*) pStlPool-> in Repeat()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx2585 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(); local
2639 if (pStlPool)
2640 EndListening(*pStlPool);
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx166 ScStyleSheetPool* pStlPool = xPoolHelper->GetStylePool(); in FillInfo() local
543 pStlPool->Find( aStyle, SFX_STYLE_FAMILY_PARA ); in FillInfo()
H A Ddpoutput.cxx138 ScStyleSheetPool* pStlPool = pDoc->GetStyleSheetPool(); in lcl_SetStyleById() local
139 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 46 milliseconds