Lines Matching refs:pColl

175 	SwTxtFmtColl* 	pColl = 0;  in lcl_FindParaFmt()  local
179 pColl = rDoc.FindTxtFmtCollByName( rName ); in lcl_FindParaFmt()
180 if( !pColl && bCreate ) in lcl_FindParaFmt()
184 pColl = rDoc.GetTxtCollFromPool(nId); in lcl_FindParaFmt()
190 if(pColl) in lcl_FindParaFmt()
193 if( pColl->DerivedFrom() && !pColl->DerivedFrom()->IsDefault() ) in lcl_FindParaFmt()
194 pStyle->PresetParent( pColl->DerivedFrom()->GetName() ); in lcl_FindParaFmt()
198 SwTxtFmtColl& rNext = pColl->GetNextTxtFmtColl(); in lcl_FindParaFmt()
204 return pColl; in lcl_FindParaFmt()
406 pColl(0), in SwDocStyleSheet()
452 pColl(rOrg.pColl), in SwDocStyleSheet()
856 ASSERT(pColl, "Collektion fehlt!"); in SetName()
857 if( pColl && pColl->GetName() != rStr ) in SetName()
859 if (pColl->GetName().Len() > 0) in SetName()
860 rDoc.RenameFmt(*pColl, rStr); in SetName()
862 pColl->SetName(rStr); in SetName()
970 ASSERT( pColl, "Collektion fehlt!") in SetParent()
971 if( 0 != ( pFmt = pColl ) && rStr.Len() ) in SetParent()
1023 ASSERT(pColl, "Collection fehlt!"); in SetFollow()
1024 if( pColl ) in SetFollow()
1026 SwTxtFmtColl* pFollow = pColl; in SetFollow()
1028 pFollow = pColl; in SetFollow()
1030 pColl->SetNextTxtFmtColl(*pFollow); in SetFollow()
1096 ASSERT(pColl, "Wo ist die Collektion"); in GetItemSet()
1097 aCoreSet.Put(pColl->GetAttrSet()); in GetItemSet()
1099 aCoreSet.Put(SfxBoolItem(SID_ATTR_AUTO_STYLE_UPDATE, pColl->IsAutoUpdateFmt())); in GetItemSet()
1100 if(pColl->DerivedFrom()) in GetItemSet()
1101 aCoreSet.SetParent(&pColl->DerivedFrom()->GetAttrSet()); in GetItemSet()
1162 ASSERT( pColl, "<SwDocStyleSheet::MergeIndentAttrsOfListStyle(..)> - missing paragraph style"); in MergeIndentAttrsOfListStyle()
1163 if ( pColl->AreListLevelIndentsApplicable() ) in MergeIndentAttrsOfListStyle()
1165 ASSERT( pColl->GetItemState( RES_PARATR_NUMRULE ) == SFX_ITEM_SET, in MergeIndentAttrsOfListStyle()
1167 const String sNumRule = pColl->GetNumRule().GetValue(); in MergeIndentAttrsOfListStyle()
1228 ASSERT(pColl, "Wo ist die Collection"); in SetItemSet()
1232 pColl->SetAutoUpdateFmt(((const SfxBoolItem*)pAutoUpdate)->GetValue()); in SetItemSet()
1240 if( RES_CONDTXTFMTCOLL == pColl->Which() && pCondItem ) in SetItemSet()
1247 ((SwConditionTxtFmtColl*)pColl)->RemoveCondition( aCond ); in SetItemSet()
1253 ((SwConditionTxtFmtColl*)pColl)->InsertCondition( aCond ); in SetItemSet()
1258 SwCondCollCondChg aMsg( pColl ); in SetItemSet()
1259 pColl->ModifyNotification( &aMsg, &aMsg ); in SetItemSet()
1261 else if( pCondItem && !pColl->GetDepends() ) in SetItemSet()
1266 pColl->GetName(), (SwTxtFmtColl*)pColl->DerivedFrom() ); in SetItemSet()
1267 if( pColl != &pColl->GetNextTxtFmtColl() ) in SetItemSet()
1268 pCColl->SetNextTxtFmtColl( pColl->GetNextTxtFmtColl() ); in SetItemSet()
1270 if( pColl->IsAssignedToListLevelOfOutlineStyle()) in SetItemSet()
1271 pCColl->AssignToListLevelOfOutlineStyle(pColl->GetAssignedOutlineStyleLevel()); in SetItemSet()
1290 rDoc.DelTxtFmtColl( pColl ); in SetItemSet()
1291 pColl = pCColl; in SetItemSet()
1297 pColl->GetItemState( RES_LR_SPACE, sal_False, 0 ) == SFX_ITEM_SET ) in SetItemSet()
1299 rDoc.ResetAttrAtFormat( RES_LR_SPACE, *pColl ); in SetItemSet()
1325 pFmt = pColl; in SetItemSet()
1327 sal_uInt16 nId = pColl->GetPoolFmtId() & in SetItemSet()
1350 pColl->SetPoolFmtId( nId ); in SetItemSet()
1673 pColl = lcl_FindParaFmt(rDoc, aName, this, bCreate); in FillStyleSheet()
1674 bPhysical = 0 != pColl; in FillStyleSheet()
1679 pColl = lcl_FindParaFmt(rDoc, aName, this, sal_True ); in FillStyleSheet()
1682 pFmt = pColl; in FillStyleSheet()
1683 if( pColl ) in FillStyleSheet()
1684 PresetFollow( pColl->GetNextTxtFmtColl().GetName() ); in FillStyleSheet()
1688 bRet = 0 != pColl || USHRT_MAX != nPoolId; in FillStyleSheet()
1691 pColl = 0; in FillStyleSheet()
1835 pColl = lcl_FindParaFmt( rDoc, aName ); in Create()
1836 if( !pColl ) in Create()
1840 pColl = rDoc.MakeCondTxtFmtColl( aName, pPar ); in Create()
1842 pColl = rDoc.MakeTxtFmtColl( aName, pPar ); in Create()
1912 return pColl; in GetCollection()
1965 pColl = 0; in SetPhysical()
1995 case SFX_STYLE_FAMILY_PARA : pMod = pColl; break; in IsUsed()
2034 if( !pColl && in GetHelpId()
2035 0 == ( pColl = lcl_FindParaFmt( rDoc, aName, 0, sal_False )) ) in GetHelpId()
2040 pTmpFmt = pColl; in GetHelpId()
2122 case SFX_STYLE_FAMILY_PARA : pTmpFmt = pColl; break; in SetHelpId()
2335 SwTxtFmtColl* pColl = lcl_FindParaFmt(rDoc, rName, 0, sal_False ); in Remove() local
2336 if(pColl) in Remove()
2337 rDoc.DelTxtFmtColl(pColl); in Remove()
2646 SwTxtFmtColl* pColl = (*rDoc.GetTxtFmtColls())[ i ]; in First() local
2648 if(pColl->IsDefault()) in First()
2651 const sal_Bool bUsed = bOrganizer || rDoc.IsUsed(*pColl); in First()
2654 const sal_uInt16 nId = pColl->GetPoolFmtId(); in First()
2709 if( RES_CONDTXTFMTCOLL != pColl->Which() ) continue; in First()
2717 aLst.Append( cPARA, pColl->GetName() ); in First()