Searched refs:pNumRuleAtCurrentSelection (Results 1 – 2 of 2) sorted by relevance
125 const SwNumRule* pNumRuleAtCurrentSelection = GetShell().GetNumRuleAtCurrentSelection(); in ExecEnterNum() local126 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()288 …pNumRuleAtCurrentSelection != NULL ? pNumRuleAtCurrentSelection->GetName() : GetShell().GetUniqueN… in ExecSetNumber()290 SvxNumRule aNewSvxNumRule = pNumRuleAtCurrentSelection != NULL in ExecSetNumber()[all …]
730 const SwNumRule* pNumRuleAtCurrentSelection = NULL; in GetNumRuleAtCurrentSelection() local746 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