Searched refs:pStShPool (Results 1 – 3 of 3) sorted by relevance
169 SfxStyleSheetBasePool* pStShPool = mpDoc->GetStyleSheetPool(); in SetAttributes() local231 SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in SetAttributes()258 …SfxStyleSheet* pOutlSheet = static_cast< SfxStyleSheet* >(pStShPool->Find(aSheetName, SD_STYLE_FAM… in SetAttributes()329 SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool-> in SetAttributes()
168 SfxStyleSheetBasePool* pStShPool = pModel->GetStyleSheetPool(); in SetPresentationLayout() local179 pSheet = pStShPool->Find(aOldFullName, SD_STYLE_FAMILY_MASTERPAGE); in SetPresentationLayout()183 pSheet = pStShPool->Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in SetPresentationLayout()
585 SfxStyleSheetBasePool* pStShPool = pModel->GetStyleSheetPool(); in GetStyleSheetForMasterPageBackground() local586 SfxStyleSheetBase* pResult = pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetStyleSheetForMasterPageBackground()634 SfxStyleSheetBasePool* pStShPool = pModel->GetStyleSheetPool(); in GetStyleSheetForPresObj() local635 SfxStyleSheetBase* pResult = pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetStyleSheetForPresObj()676 SfxStyleSheetBasePool* pStShPool = pModel->GetStyleSheetPool(); in getPresentationStyle() local677 SfxStyleSheetBase* pResult = pStShPool->Find(aStyleName, SD_STYLE_FAMILY_MASTERPAGE); in getPresentationStyle()
Completed in 38 milliseconds