Lines Matching refs:pColl
136 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in StateStyleSheet() local
137 if(pColl) in StateStyleSheet()
138 aName = pColl->GetName(); in StateStyleSheet()
159 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in StateStyleSheet() local
160 if(pColl) in StateStyleSheet()
161 aName = pColl->GetName(); in StateStyleSheet()
373 SwTxtFmtColl* pColl = GetWrtShell()->GetCurTxtFmtColl(); in ExecStyleSheet() local
374 if(pColl) in ExecStyleSheet()
376 aParam = pColl->GetName(); in ExecStyleSheet()
427 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in ExecStyleSheet() local
428 if(pColl) in ExecStyleSheet()
429 aParam = pColl->GetName(); in ExecStyleSheet()
545 SwTxtFmtColl* pColl = mpWrtShell->FindTxtFmtCollByName( rParent ); in Edit() local
546 if(!pColl) in Edit()
550 pColl = mpWrtShell->GetTxtCollFromPool( nId ); in Edit()
552 pDStyle->GetCollection()->SetDerivedFrom( pColl ); in Edit()
559 if( pColl->IsAssignedToListLevelOfOutlineStyle()) in Edit()
569 SwTxtFmtColl* pColl = mpWrtShell->GetCurTxtFmtColl(); in Edit() local
570 pDStyle->GetCollection()->SetDerivedFrom( pColl ); in Edit()
571 if( pColl ) in Edit()
572 pDStyle->PresetParent( pColl->GetName() ); in Edit()
992 SwTxtFmtColl* pColl = pStyle->GetCollection(); in UpdateStyle() local
993 if(pColl && !pColl->IsDefault()) in UpdateStyle()
998 aRewriter.AddRule(UNDO_ARG1, pColl->GetName()); in UpdateStyle()
1001 GetWrtShell()->FillByEx(pColl); in UpdateStyle()
1004 GetWrtShell()->SetTxtFmtColl( pColl ); in UpdateStyle()
1094 SwTxtFmtColl* pColl = pStyle->GetCollection(); in MakeByExample() local
1095 if(pColl && !pColl->IsDefault()) in MakeByExample()
1098 pCurrWrtShell->FillByEx(pColl); in MakeByExample()
1101 pColl->SetDerivedFrom(pCurrWrtShell->GetCurTxtFmtColl()); in MakeByExample()
1104 sal_uInt16 nId = pColl->GetPoolFmtId() & 0x87ff; in MakeByExample()
1126 pColl->SetPoolFmtId(nId); in MakeByExample()
1128 pCurrWrtShell->SetTxtFmtColl(pColl); in MakeByExample()