Lines Matching refs:pStyleSheet
219 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( in GetOptimalSizePixel() local
223 DBG_ASSERT( pStyleSheet, "PageStyle not found :-/" ); in GetOptimalSizePixel()
225 if ( pStyleSheet ) in GetOptimalSizePixel()
227 const SfxItemSet& rSet = pStyleSheet->GetItemSet(); in GetOptimalSizePixel()
283 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( pDoc->GetPageStyle( nTab ), in UpdateScrollBars() local
285 DBG_ASSERT(pStyleSheet,"StyleSheet nicht gefunden"); in UpdateScrollBars()
286 if (!pStyleSheet) return; in UpdateScrollBars()
287 const SfxItemSet* pParamSet = &pStyleSheet->GetItemSet(); in UpdateScrollBars()
693 … SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aOldName, SFX_STYLE_FAMILY_PAGE ); in Execute() local
694 DBG_ASSERT( pStyleSheet, "PageStyle not found! :-/" ); in Execute()
696 …if ( pReqArgs && pStyleSheet && SFX_ITEM_SET == pReqArgs->GetItemState( SID_PREVIEW_SCALINGFACTOR,… in Execute()
699 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in Execute()
802 … SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aOldName, SFX_STYLE_FAMILY_PAGE ); in GetState() local
803 DBG_ASSERT( pStyleSheet, "PageStyle not found! :-/" ); in GetState()
805 if ( pStyleSheet ) in GetState()
807 SfxItemSet& rStyleSet = pStyleSheet->GetItemSet(); in GetState()