Home
last modified time | relevance | path

Searched refs:rTxtColl (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/ui/misc/
H A Doutline.cxx269 SwTxtFmtColl &rTxtColl = rWrtSh.GetTxtFmtColl(i); in SwOutlineTabDialog() local
270 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() local
434 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 …]
/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx1689 SwTxtFmtColl &rTxtColl = *pColls->operator[](i); in GetNumberingRuleByIndex() local
1690 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() local
2207 if ( rTxtColl.IsDefault() ) in SetNumberingRuleByIndex()
2209 if ( rTxtColl.IsAssignedToListLevelOfOutlineStyle() in SetNumberingRuleByIndex()
2210 && rTxtColl.GetAssignedOutlineStyleLevel() == nIndex in SetNumberingRuleByIndex()
[all …]
/AOO41X/main/sw/source/ui/app/
H A Ddocsh2.cxx1363 SwTxtFmtColl &rTxtColl = in Execute() local
1365 if( !rTxtColl.IsDefault() && rTxtColl.IsAtDocNodeSet() ) in Execute()
1367 pEntries[nIdx++] = sStyle + rTxtColl.GetName(); in Execute()