Lines Matching refs:pStyle

126 							SwDocStyleSheet* pStyle = 0,  in lcl_FindCharFmt()  argument
147 if(pStyle) in lcl_FindCharFmt()
151 pStyle->SetPhysical(sal_True); in lcl_FindCharFmt()
154 pStyle->PresetParent( p->GetName() ); in lcl_FindCharFmt()
156 pStyle->PresetParent( aEmptyStr ); in lcl_FindCharFmt()
159 pStyle->SetPhysical(sal_False); in lcl_FindCharFmt()
172 SwDocStyleSheet* pStyle = 0, in lcl_FindParaFmt() argument
188 if(pStyle) in lcl_FindParaFmt()
192 pStyle->SetPhysical(sal_True); in lcl_FindParaFmt()
194 pStyle->PresetParent( pColl->DerivedFrom()->GetName() ); in lcl_FindParaFmt()
196 pStyle->PresetParent( aEmptyStr ); in lcl_FindParaFmt()
199 pStyle->PresetFollow(rNext.GetName()); in lcl_FindParaFmt()
202 pStyle->SetPhysical(sal_False); in lcl_FindParaFmt()
215 SwDocStyleSheet* pStyle = 0, in lcl_FindFrmFmt() argument
230 if(pStyle) in lcl_FindFrmFmt()
234 pStyle->SetPhysical(sal_True); in lcl_FindFrmFmt()
236 pStyle->PresetParent( pFmt->DerivedFrom()->GetName() ); in lcl_FindFrmFmt()
238 pStyle->PresetParent( aEmptyStr ); in lcl_FindFrmFmt()
241 pStyle->SetPhysical(sal_False); in lcl_FindFrmFmt()
253 SwDocStyleSheet* pStyle = 0, in lcl_FindPageDesc() argument
269 if(pStyle) in lcl_FindPageDesc()
273 pStyle->SetPhysical(sal_True); in lcl_FindPageDesc()
275 pStyle->PresetFollow(pDesc->GetFollow()->GetName()); in lcl_FindPageDesc()
277 pStyle->PresetParent( aEmptyStr ); in lcl_FindPageDesc()
280 pStyle->SetPhysical(sal_False); in lcl_FindPageDesc()
287 SwDocStyleSheet* pStyle = 0, in lcl_FindNumRule() argument
303 if(pStyle) in lcl_FindNumRule()
307 pStyle->SetPhysical(sal_True); in lcl_FindNumRule()
308 pStyle->PresetParent( aEmptyStr ); in lcl_FindNumRule()
311 pStyle->SetPhysical(sal_False); in lcl_FindNumRule()
2316 void SwDocStyleSheetPool::Remove( SfxStyleSheetBase* pStyle) in Remove() argument
2318 if( !pStyle ) in Remove()
2323 const String& rName = pStyle->GetName(); in Remove()
2324 switch( pStyle->GetFamily() ) in Remove()
2369 Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_ERASED, *pStyle ) ); in Remove()
2962 SfxStyleSheetBase* pStyle = ((SfxStyleSheetHint&)rHint).GetStyleSheet(); in Notify() local
2964 if (pStyle) in Notify()
2966 sal_uInt16 nTmpPos = lcl_FindName( aLst, pStyle->GetFamily(), in Notify()
2967 pStyle->GetName() ); in Notify()