public Int32 RedoTo(NetOffice.OWC10Api.IOleUndoUnit pUU)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pUU);
            object   returnItem  = Invoker.MethodReturn(this, "RedoTo", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 RemoteNext(Int32 cElt, out NetOffice.OWC10Api.IOleUndoUnit rgElt, out Int32 pcEltFetched)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, true, true);
            rgElt        = null;
            pcEltFetched = 0;
            object[] paramsArray = Invoker.ValidateParamsArray(cElt, rgElt, pcEltFetched);
            object   returnItem  = Invoker.MethodReturn(this, "RemoteNext", paramsArray);

            rgElt        = (NetOffice.OWC10Api.IOleUndoUnit)paramsArray[1];
            pcEltFetched = (Int32)paramsArray[2];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Esempio n. 3
0
 public Int32 FindUnit(NetOffice.OWC10Api.IOleUndoUnit pUU)
 {
     return(Factory.ExecuteInt32MethodGet(this, "FindUnit", pUU));
 }
Esempio n. 4
0
 public Int32 RedoTo(NetOffice.OWC10Api.IOleUndoUnit pUU)
 {
     return(Factory.ExecuteInt32MethodGet(this, "RedoTo", pUU));
 }
Esempio n. 5
0
 public Int32 DiscardFrom(NetOffice.OWC10Api.IOleUndoUnit pUU)
 {
     return(Factory.ExecuteInt32MethodGet(this, "DiscardFrom", pUU));
 }