Lines Matching refs:pNumRuleAtCurrentSelection
125 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()
277 … const SwNumRule* pNumRuleAtCurrentSelection = GetShell().GetNumRuleAtCurrentSelection(); in ExecSetNumber() local
279 if ( pNumRuleAtCurrentSelection != NULL ) in ExecSetNumber()
288 …pNumRuleAtCurrentSelection != NULL ? pNumRuleAtCurrentSelection->GetName() : GetShell().GetUniqueN… in ExecSetNumber()
290 SvxNumRule aNewSvxNumRule = pNumRuleAtCurrentSelection != NULL in ExecSetNumber()
291 … ? pNumRuleAtCurrentSelection->MakeSvxNumRule() in ExecSetNumber()
301 const bool bCreateNewList = ( pNumRuleAtCurrentSelection == NULL ); in ExecSetNumber()