Lines Matching refs:rNextInfo

817 		const XMLTextNumRuleInfo& rNextInfo )  in exportListChange()  argument
824 if ( !rNextInfo.BelongsToSameList( rPrevInfo ) || in exportListChange()
825 rNextInfo.GetLevel() <= 0 ) in exportListChange()
831 else if ( rPrevInfo.GetLevel() > rNextInfo.GetLevel() ) in exportListChange()
834 DBG_ASSERT( rNextInfo.GetLevel() > 0, in exportListChange()
836 nListLevelsToBeClosed = rPrevInfo.GetLevel() - rNextInfo.GetLevel(); in exportListChange()
868 if ( rNextInfo.GetLevel() > 0 ) in exportListChange()
872 if ( !rPrevInfo.BelongsToSameList( rNextInfo ) || in exportListChange()
877 nListLevelsToBeOpened = rNextInfo.GetLevel(); in exportListChange()
879 else if ( rNextInfo.GetLevel() > rPrevInfo.GetLevel() ) in exportListChange()
884 nListLevelsToBeOpened = rNextInfo.GetLevel() - rPrevInfo.GetLevel(); in exportListChange()
889 const ::rtl::OUString sListStyleName( rNextInfo.GetNumRulesName() ); in exportListChange()
892 const ::rtl::OUString sListId( rNextInfo.GetListId() ); in exportListChange()
898 rNextInfo.IsContinuingPreviousSubTree(); in exportListChange()
948 !rNextInfo.IsRestart() ) in exportListChange()
965 if ( rNextInfo.IsRestart() && in exportListChange()
967 !rNextInfo.HasStartValue() ) ) in exportListChange()
971 rNextInfo.GetListLevelStartValue(); in exportListChange()
1027 if ( rNextInfo.HasStartValue() ) in exportListChange()
1030 aBuffer.append( (sal_Int32)rNextInfo.GetStartValue() ); in exportListChange()
1046 eLName = ( rNextInfo.IsNumbered() || nListLevelsToBeOpened > 1 ) in exportListChange()
1061 rNextInfo.ListLabelString().getLength() > 0 ) in exportListChange()
1069 GetExport().Characters( rNextInfo.ListLabelString() ); in exportListChange()
1079 if ( rNextInfo.GetLevel() > 0 && in exportListChange()
1080 rNextInfo.IsNumbered() && in exportListChange()
1081 rPrevInfo.BelongsToSameList( rNextInfo ) && in exportListChange()
1082 rPrevInfo.GetLevel() >= rNextInfo.GetLevel() ) in exportListChange()
1095 if ( rNextInfo.IsRestart() && !rNextInfo.HasStartValue() && in exportListChange()
1096 rNextInfo.GetLevel() != 1 ) in exportListChange()
1108 if( rNextInfo.HasStartValue() ) in exportListChange()
1111 aBuffer.append( (sal_Int32)rNextInfo.GetStartValue() ); in exportListChange()
1116 else if ( rNextInfo.IsRestart() && /*!rNextInfo.HasStartValue() &&*/ in exportListChange()
1117 rNextInfo.GetLevel() == 1 ) in exportListChange()
1120 aBuffer.append( (sal_Int32)rNextInfo.GetListLevelStartValue() ); in exportListChange()
1128 const ::rtl::OUString sListStyleName( rNextInfo.GetNumRulesName() ); in exportListChange()
1147 rNextInfo.ListLabelString().getLength() > 0 ) in exportListChange()
1155 GetExport().Characters( rNextInfo.ListLabelString() ); in exportListChange()