Lines Matching refs:rNextInfo
815 const XMLTextNumRuleInfo& rNextInfo ) in exportListChange() argument
822 if ( !rNextInfo.BelongsToSameList( rPrevInfo ) || in exportListChange()
823 rNextInfo.GetLevel() <= 0 ) in exportListChange()
829 else if ( rPrevInfo.GetLevel() > rNextInfo.GetLevel() ) in exportListChange()
832 DBG_ASSERT( rNextInfo.GetLevel() > 0, in exportListChange()
834 nListLevelsToBeClosed = rPrevInfo.GetLevel() - rNextInfo.GetLevel(); in exportListChange()
866 if ( rNextInfo.GetLevel() > 0 ) in exportListChange()
870 if ( !rPrevInfo.BelongsToSameList( rNextInfo ) || in exportListChange()
875 nListLevelsToBeOpened = rNextInfo.GetLevel(); in exportListChange()
877 else if ( rNextInfo.GetLevel() > rPrevInfo.GetLevel() ) in exportListChange()
882 nListLevelsToBeOpened = rNextInfo.GetLevel() - rPrevInfo.GetLevel(); in exportListChange()
887 const ::rtl::OUString sListStyleName( rNextInfo.GetNumRulesName() ); in exportListChange()
890 const ::rtl::OUString sListId( rNextInfo.GetListId() ); in exportListChange()
896 rNextInfo.IsContinueingPreviousSubTree(); in exportListChange()
946 !rNextInfo.IsRestart() ) in exportListChange()
963 if ( rNextInfo.IsRestart() && in exportListChange()
965 !rNextInfo.HasStartValue() ) ) in exportListChange()
969 rNextInfo.GetListLevelStartValue(); in exportListChange()
1025 if ( rNextInfo.HasStartValue() ) in exportListChange()
1028 aBuffer.append( (sal_Int32)rNextInfo.GetStartValue() ); in exportListChange()
1044 eLName = ( rNextInfo.IsNumbered() || nListLevelsToBeOpened > 1 ) in exportListChange()
1059 rNextInfo.ListLabelString().getLength() > 0 ) in exportListChange()
1067 GetExport().Characters( rNextInfo.ListLabelString() ); in exportListChange()
1077 if ( rNextInfo.GetLevel() > 0 && in exportListChange()
1078 rNextInfo.IsNumbered() && in exportListChange()
1079 rPrevInfo.BelongsToSameList( rNextInfo ) && in exportListChange()
1080 rPrevInfo.GetLevel() >= rNextInfo.GetLevel() ) in exportListChange()
1093 if ( rNextInfo.IsRestart() && !rNextInfo.HasStartValue() && in exportListChange()
1094 rNextInfo.GetLevel() != 1 ) in exportListChange()
1106 if( rNextInfo.HasStartValue() ) in exportListChange()
1109 aBuffer.append( (sal_Int32)rNextInfo.GetStartValue() ); in exportListChange()
1114 else if ( rNextInfo.IsRestart() && /*!rNextInfo.HasStartValue() &&*/ in exportListChange()
1115 rNextInfo.GetLevel() == 1 ) in exportListChange()
1118 aBuffer.append( (sal_Int32)rNextInfo.GetListLevelStartValue() ); in exportListChange()
1126 const ::rtl::OUString sListStyleName( rNextInfo.GetNumRulesName() ); in exportListChange()
1145 rNextInfo.ListLabelString().getLength() > 0 ) in exportListChange()
1153 GetExport().Characters( rNextInfo.ListLabelString() ); in exportListChange()