Searched refs:rTxtColl (Results 1 – 3 of 3) sorted by relevance
269 SwTxtFmtColl &rTxtColl = rWrtSh.GetTxtFmtColl(i); in SwOutlineTabDialog() local270 if(!rTxtColl.IsDefault()) in SwOutlineTabDialog()275 if(rTxtColl.IsAssignedToListLevelOfOutlineStyle()) in SwOutlineTabDialog()277 int nOutLevel = rTxtColl.GetAssignedOutlineStyleLevel(); in SwOutlineTabDialog()278 aCollNames[ nOutLevel ] = rTxtColl.GetName(); in SwOutlineTabDialog()433 SwTxtFmtColl &rTxtColl = rWrtSh.GetTxtFmtColl(i); in Ok() local434 if( !rTxtColl.IsDefault() ) in Ok()439 rTxtColl.GetFmtAttr(RES_PARATR_NUMRULE, sal_False); in Ok()458 if ((sal_uInt8)GetLevel(rTxtColl.GetName()) == MAXLEVEL) //add by zhaojianwei in Ok()460 if(rTxtColl.IsAssignedToListLevelOfOutlineStyle()) in Ok()[all …]
1689 SwTxtFmtColl &rTxtColl = *pColls->operator[](i); in GetNumberingRuleByIndex() local1690 if(rTxtColl.IsDefault()) in GetNumberingRuleByIndex()1694 const sal_Int16 nOutLevel = rTxtColl.IsAssignedToListLevelOfOutlineStyle() in GetNumberingRuleByIndex()1695 … ? static_cast<sal_Int16>(rTxtColl.GetAssignedOutlineStyleLevel()) in GetNumberingRuleByIndex()1699 sValue = rTxtColl.GetName(); in GetNumberingRuleByIndex()1702 else if( sValue==rTxtColl.GetName() ) in GetNumberingRuleByIndex()2206 SwTxtFmtColl &rTxtColl = *( ( *pColls )[k] ); in SetNumberingRuleByIndex() local2207 if ( rTxtColl.IsDefault() ) in SetNumberingRuleByIndex()2209 if ( rTxtColl.IsAssignedToListLevelOfOutlineStyle() in SetNumberingRuleByIndex()2210 && rTxtColl.GetAssignedOutlineStyleLevel() == nIndex in SetNumberingRuleByIndex()[all …]
1363 SwTxtFmtColl &rTxtColl = in Execute() local1365 if( !rTxtColl.IsDefault() && rTxtColl.IsAtDocNodeSet() ) in Execute()1367 pEntries[nIdx++] = sStyle + rTxtColl.GetName(); in Execute()