Lines Matching refs:pColl

132 					SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl();  in StateStyleSheet()  local
133 if(pColl) in StateStyleSheet()
134 aName = pColl->GetName(); in StateStyleSheet()
155 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in StateStyleSheet() local
156 if(pColl) in StateStyleSheet()
157 aName = pColl->GetName(); in StateStyleSheet()
369 SwTxtFmtColl* pColl = GetWrtShell()->GetCurTxtFmtColl(); in ExecStyleSheet() local
370 if(pColl) in ExecStyleSheet()
372 aParam = pColl->GetName(); in ExecStyleSheet()
423 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in ExecStyleSheet() local
424 if(pColl) in ExecStyleSheet()
425 aParam = pColl->GetName(); in ExecStyleSheet()
540 SwTxtFmtColl* pColl = mpWrtShell->FindTxtFmtCollByName( rParent ); in Edit() local
541 if(!pColl) in Edit()
545 pColl = mpWrtShell->GetTxtCollFromPool( nId ); in Edit()
547 pDStyle->GetCollection()->SetDerivedFrom( pColl ); in Edit()
554 if( pColl->IsAssignedToListLevelOfOutlineStyle()) in Edit()
564 SwTxtFmtColl* pColl = mpWrtShell->GetCurTxtFmtColl(); in Edit() local
565 pDStyle->GetCollection()->SetDerivedFrom( pColl ); in Edit()
566 if( pColl ) in Edit()
567 pDStyle->PresetParent( pColl->GetName() ); in Edit()
1019 SwTxtFmtColl* pColl = pStyle->GetCollection(); in UpdateStyle() local
1020 if(pColl && !pColl->IsDefault()) in UpdateStyle()
1025 aRewriter.AddRule(UNDO_ARG1, pColl->GetName()); in UpdateStyle()
1028 GetWrtShell()->FillByEx(pColl); in UpdateStyle()
1031 GetWrtShell()->SetTxtFmtColl( pColl ); in UpdateStyle()
1121 SwTxtFmtColl* pColl = pStyle->GetCollection(); in MakeByExample() local
1122 if(pColl && !pColl->IsDefault()) in MakeByExample()
1125 pCurrWrtShell->FillByEx(pColl); in MakeByExample()
1128 pColl->SetDerivedFrom(pCurrWrtShell->GetCurTxtFmtColl()); in MakeByExample()
1131 sal_uInt16 nId = pColl->GetPoolFmtId() & 0x87ff; in MakeByExample()
1153 pColl->SetPoolFmtId(nId); in MakeByExample()
1155 pCurrWrtShell->SetTxtFmtColl(pColl); in MakeByExample()