Home
last modified time | relevance | path

Searched refs:pNumRuleAtCurrentSelection (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtxtnum.cxx125 const SwNumRule* pNumRuleAtCurrentSelection = GetShell().GetNumRuleAtCurrentSelection(); in ExecEnterNum() local
126 if ( pNumRuleAtCurrentSelection != NULL ) in ExecEnterNum()
128 SvxNumRule aRule = pNumRuleAtCurrentSelection->MakeSvxNumRule(); in ExecEnterNum()
210 SwNumRule aSetRule( pNumRuleAtCurrentSelection != NULL in ExecEnterNum()
211 ? pNumRuleAtCurrentSelection->GetName() in ExecEnterNum()
218 const bool bCreateList = ( pNumRuleAtCurrentSelection == NULL ); in ExecEnterNum()
224 else if ( pNumRuleAtCurrentSelection == NULL in ExecEnterNum()
279 if ( pNumRuleAtCurrentSelection != NULL ) in ExecSetNumber()
288pNumRuleAtCurrentSelection != NULL ? pNumRuleAtCurrentSelection->GetName() : GetShell().GetUniqueN… in ExecSetNumber()
290 SvxNumRule aNewSvxNumRule = pNumRuleAtCurrentSelection != NULL in ExecSetNumber()
[all …]
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx730 const SwNumRule* pNumRuleAtCurrentSelection = NULL; in GetNumRuleAtCurrentSelection() local
746 else if ( pNumRule != pNumRuleAtCurrentSelection ) in GetNumRuleAtCurrentSelection()
748 if ( pNumRuleAtCurrentSelection == NULL ) in GetNumRuleAtCurrentSelection()
750 pNumRuleAtCurrentSelection = pNumRule; in GetNumRuleAtCurrentSelection()
754 pNumRuleAtCurrentSelection = NULL; in GetNumRuleAtCurrentSelection()
764 return pNumRuleAtCurrentSelection; in GetNumRuleAtCurrentSelection()

Completed in 9 milliseconds