Home
last modified time | relevance | path

Searched refs:sNumRule (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx999 String sNumRule; in StartAnl() local
1003 sNumRule = pTableDesc->GetNumRuleName(); in StartAnl()
1004 if (sNumRule.Len()) in StartAnl()
1006 pNumRule = rDoc.FindNumRulePtr(sNumRule); in StartAnl()
1008 sNumRule.Erase(); in StartAnl()
1014 sNumRule.Erase(); in StartAnl()
1020 if (!sNumRule.Len() && pStyInf->bHasStyNumRule) in StartAnl()
1022 sNumRule = pStyInf->pFmt->GetNumRule().GetValue(); in StartAnl()
1023 pNumRule = rDoc.FindNumRulePtr(sNumRule); in StartAnl()
1025 sNumRule.Erase(); in StartAnl()
[all …]
/aoo4110/main/sw/source/ui/app/
H A Ddocstyle.cxx1101 const String sNumRule = pColl->GetNumRule().GetValue(); in MergeIndentAttrsOfListStyle() local
1102 if( sNumRule.Len() ) in MergeIndentAttrsOfListStyle()
1104 const SwNumRule* pRule = rDoc.FindNumRulePtr( sNumRule ); in MergeIndentAttrsOfListStyle()
1244 String sNumRule = ((SwNumRuleItem*)pNumRuleItem)->GetValue(); in SetItemSet() local
1245 if( sNumRule.Len() ) in SetItemSet()
1247 SwNumRule* pRule = rDoc.FindNumRulePtr( sNumRule ); in SetItemSet()
1250 …sal_uInt16 nPoolId = SwStyleNameMapper::GetPoolIdFromUIName( sNumRule, nsSwGetPoolIdFromName::GET_… in SetItemSet()
/aoo4110/main/sw/source/core/docnode/
H A Dnodes.cxx230 String sNumRule; in ChgNode() local
255 if( pNumRule && sNumRule != pNumRule->GetName() ) in ChgNode()
257 sNumRule = pNumRule->GetName(); in ChgNode()
258 SwNumRule* pDestRule = pDestDoc->FindNumRulePtr( sNumRule ); in ChgNode()
262 pDestDoc->MakeNumRule( sNumRule, pNumRule ); in ChgNode()
/aoo4110/main/sw/source/core/txtnode/
H A Dndtxt.cxx3499 String sNumRule; in HandleModifyAtTxtNode() local
3526 sNumRule = pNumRuleAtTxtNode->GetName(); in HandleModifyAtTxtNode()
3549 sNumRule = pNumRuleAtTxtNode->GetName(); in HandleModifyAtTxtNode()
3571 sNumRule = pNumRuleAtTxtNode->GetName(); in HandleModifyAtTxtNode()
3577 if ( sNumRule != sOldNumRule ) in HandleModifyAtTxtNode()
3581 if ( sNumRule.Len() == 0 ) in HandleModifyAtTxtNode()
3604 if ( sNumRule == in HandleModifyAtTxtNode()
3640 else if ( sNumRule.Len() > 0 && !rTxtNode.IsInList() ) in HandleModifyAtTxtNode()
/aoo4110/main/sw/source/core/doc/
H A Ddocnum.cxx1980 String sNumRule; in NumUpDown() local

Completed in 94 milliseconds