Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectPromptEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,35 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_ConnectPromptEnum_idl__ +#define __ooo_vba_adodb_ConnectPromptEnum_idl__ + +module ooo { module vba { module adodb { + constants ConnectPromptEnum { + const long adPromptAlways = 1; + const long adPromptComplete = 2; + const long adPromptCompleteRequired = 3; + const long adPromptNever = 4; + }; +}; }; }; + +#endif
Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,35 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_CursorLocationEnum_idl__ +#define __ooo_vba_adodb_CursorLocationEnum_idl__ + +module ooo { module vba { module adodb { + constants CursorLocationEnum { + const long adUseClient = 3; + const long adUseClientBatch = 3; + const long adUseNone = 1; + const long adUseServer = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorOptionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,44 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_CursorOptionEnum_idl__ +#define __ooo_vba_adodb_CursorOptionEnum_idl__ + +module ooo { module vba { module adodb { + constants CursorOptionEnum { + const long adAddNew = 16778240; + const long adApproxPosition = 16384; + const long adBookmark = 8192; + const long adDelete = 16779264; + const long adFind = 524288; + const long adHoldRecords = 256; + const long adIndex = 8388608; + const long adMovePrevious = 512; + const long adNotify = 262144; + const long adResync = 131072; + const long adSeek = 4194304; + const long adUpdate = 16809984; + const long adUpdateBatch = 65536; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CursorTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_CursorTypeEnum_idl__ +#define __ooo_vba_adodb_CursorTypeEnum_idl__ + +module ooo { module vba { module adodb { + constants CursorTypeEnum { + const long adOpenDynamic = 2; + const long adOpenForwardOnly = 0; + const long adOpenKeyset = 1; + const long adOpenStatic = 3; + const long adOpenUnspecified = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ErrorValueEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,52 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_ErrorValueEnum_idl__ +#define __ooo_vba_adodb_ErrorValueEnum_idl__ + +module ooo { module vba { module adodb { + constants ErrorValueEnum { + const long adErrBoundToCommand = 3707; + const long adErrDataConversion = 3421; + const long adErrFeatureNotAvailable = 3251; + const long adErrIllegalOperation = 3219; + const long adErrInTransaction = 3246; + const long adErrInvalidArgument = 3001; + const long adErrInvalidConnection = 3709; + const long adErrInvalidParamInfo = 3708; + const long adErrItemNotFound = 3265; + const long adErrNoCurrentRecord = 3021; + const long adErrNotExecuting = 3715; + const long adErrNotReentrant = 3710; + const long adErrObjectClosed = 3704; + const long adErrObjectInCollection = 3367; + const long adErrObjectNotSet = 3420; + const long adErrObjectOpen = 3705; + const long adErrOperationCancelled = 3712; + const long adErrProviderNotFound = 3706; + const long adErrStillConnecting = 3713; + const long adErrStillExecuting = 3711; + const long adErrUnsafeOperation = 3716; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventReasonEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,46 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_EventReasonEnum_idl__ +#define __ooo_vba_adodb_EventReasonEnum_idl__ + +module ooo { module vba { module adodb { + constants EventReasonEnum { + const long adRsnAddNew = 1; + const long adRsnClose = 9; + const long adRsnDelete = 2; + const long adRsnFirstChange = 11; + const long adRsnMove = 10; + const long adRsnMoveFirst = 12; + const long adRsnMoveLast = 15; + const long adRsnMoveNext = 13; + const long adRsnMovePrevious = 14; + const long adRsnRequery = 7; + const long adRsnResynch = 8; + const long adRsnUndoAddNew = 5; + const long adRsnUndoDelete = 6; + const long adRsnUndoUpdate = 4; + const long adRsnUpdate = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/EventStatusEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_EventStatusEnum_idl__ +#define __ooo_vba_adodb_EventStatusEnum_idl__ + +module ooo { module vba { module adodb { + constants EventStatusEnum { + const long adStatusCancel = 4; + const long adStatusCantDeny = 3; + const long adStatusErrorsOccurred = 2; + const long adStatusOK = 1; + const long adStatusUnwantedEvent = 5; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ExecuteOptionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_ExecuteOptionEnum_idl__ +#define __ooo_vba_adodb_ExecuteOptionEnum_idl__ + +module ooo { module vba { module adodb { + constants ExecuteOptionEnum { + const long adAsyncExecute = 16; + const long adAsyncFetch = 32; + const long adAsyncFetchNonBlocking = 64; + const long adExecuteNoRecords = 128; + const long adOptionUnspecified = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/FilterGroupEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,37 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_FilterGroupEnum_idl__ +#define __ooo_vba_adodb_FilterGroupEnum_idl__ + +module ooo { module vba { module adodb { + constants FilterGroupEnum { + const long adFilterAffectedRecords = 2; + const long adFilterConflictingRecords = 5; + const long adFilterFetchedRecords = 3; + const long adFilterNone = 0; + const long adFilterPendingRecords = 1; + const long adFilterPredicate = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,32 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_GetRowsOptionEnum_idl__ +#define __ooo_vba_adodb_GetRowsOptionEnum_idl__ + +module ooo { module vba { module adodb { + constants GetRowsOptionEnum { + const long adGetRowsRest = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/IsolationLevelEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,40 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_IsolationLevelEnum_idl__ +#define __ooo_vba_adodb_IsolationLevelEnum_idl__ + +module ooo { module vba { module adodb { + constants IsolationLevelEnum { + const long adXactBrowse = 256; + const long adXactChaos = 16; + const long adXactCursorStability = 4096; + const long adXactIsolated = 1048576; + const long adXactReadCommitted = 4096; + const long adXactReadUncommitted = 256; + const long adXactRepeatableRead = 65536; + const long adXactSerializable = 1048576; + const long adXactUnspecified = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/MarshalOptionsEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,33 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_MarshalOptionsEnum_idl__ +#define __ooo_vba_adodb_MarshalOptionsEnum_idl__ + +module ooo { module vba { module adodb { + constants MarshalOptionsEnum { + const long adMarshalAll = 0; + const long adMarshalModifiedOnly = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ObjectStateEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_ObjectStateEnum_idl__ +#define __ooo_vba_adodb_ObjectStateEnum_idl__ + +module ooo { module vba { module adodb { + constants ObjectStateEnum { + const long adStateClosed = 0; + const long adStateConnecting = 2; + const long adStateExecuting = 4; + const long adStateFetching = 8; + const long adStateOpen = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ParameterAttributesEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,34 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_ParameterAttributesEnum_idl__ +#define __ooo_vba_adodb_ParameterAttributesEnum_idl__ + +module ooo { module vba { module adodb { + constants ParameterAttributesEnum { + const long adParamLong = 128; + const long adParamNullable = 64; + const long adParamSigned = 16; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,33 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_PersistFormatEnum_idl__ +#define __ooo_vba_adodb_PersistFormatEnum_idl__ + +module ooo { module vba { module adodb { + constants PersistFormatEnum { + const long adPersistADTG = 0; + const long adPersistXML = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PositionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,34 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_PositionEnum_idl__ +#define __ooo_vba_adodb_PositionEnum_idl__ + +module ooo { module vba { module adodb { + constants PositionEnum { + const long adPosBOF = -2; + const long adPosEOF = -3; + const long adPosUnknown = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/PropertyAttributesEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_PropertyAttributesEnum_idl__ +#define __ooo_vba_adodb_PropertyAttributesEnum_idl__ + +module ooo { module vba { module adodb { + constants PropertyAttributesEnum { + const long adPropNotSupported = 0; + const long adPropOptional = 2; + const long adPropRead = 512; + const long adPropRequired = 1; + const long adPropWrite = 1024; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ResyncEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,33 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_ResyncEnum_idl__ +#define __ooo_vba_adodb_ResyncEnum_idl__ + +module ooo { module vba { module adodb { + constants ResyncEnum { + const long adResyncAllValues = 2; + const long adResyncUnderlyingValues = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SchemaEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,73 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_SchemaEnum_idl__ +#define __ooo_vba_adodb_SchemaEnum_idl__ + +module ooo { module vba { module adodb { + constants SchemaEnum { + const long adSchemaAsserts = 0; + const long adSchemaCatalogs = 1; + const long adSchemaCharacterSets = 2; + const long adSchemaCheckConstraints = 5; + const long adSchemaCollations = 3; + const long adSchemaColumnPrivileges = 13; + const long adSchemaColumns = 4; + const long adSchemaColumnsDomainUsage = 11; + const long adSchemaConstraintColumnUsage = 6; + const long adSchemaConstraintTableUsage = 7; + const long adSchemaCubes = 32; + const long adSchemaDBInfoKeywords = 30; + const long adSchemaDBInfoLiterals = 31; + const long adSchemaDimensions = 33; + const long adSchemaForeignKeys = 27; + const long adSchemaHierarchies = 34; + const long adSchemaIndexes = 12; + const long adSchemaKeyColumnUsage = 8; + const long adSchemaLevels = 35; + const long adSchemaMeasures = 36; + const long adSchemaMembers = 38; + const long adSchemaPrimaryKeys = 28; + const long adSchemaProcedureColumns = 29; + const long adSchemaProcedureParameters = 26; + const long adSchemaProcedures = 16; + const long adSchemaProperties = 37; + const long adSchemaProviderSpecific = -1; + const long adSchemaProviderTypes = 22; + const long adSchemaReferentialConstraints = 9; + const long adSchemaReferentialContraints = 9; + const long adSchemaSchemata = 17; + const long adSchemaSQLLanguages = 18; + const long adSchemaStatistics = 19; + const long adSchemaTableConstraints = 10; + const long adSchemaTablePrivileges = 14; + const long adSchemaTables = 20; + const long adSchemaTranslations = 21; + const long adSchemaTrustees = 39; + const long adSchemaUsagePrivileges = 15; + const long adSchemaViewColumnUsage = 24; + const long adSchemaViews = 23; + const long adSchemaViewTableUsage = 25; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SearchDirectionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,33 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_SearchDirectionEnum_idl__ +#define __ooo_vba_adodb_SearchDirectionEnum_idl__ + +module ooo { module vba { module adodb { + constants SearchDirectionEnum { + const long adSearchBackward = -1; + const long adSearchForward = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/SeekEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,37 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_SeekEnum_idl__ +#define __ooo_vba_adodb_SeekEnum_idl__ + +module ooo { module vba { module adodb { + constants SeekEnum { + const long adSeekAfter = 8; + const long adSeekAfterEQ = 4; + const long adSeekBefore = 32; + const long adSeekBeforeEQ = 16; + const long adSeekFirstEQ = 1; + const long adSeekLastEQ = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/StringFormatEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,32 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_StringFormatEnum_idl__ +#define __ooo_vba_adodb_StringFormatEnum_idl__ + +module ooo { module vba { module adodb { + constants StringFormatEnum { + const long adClipString = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/XactAttributeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,35 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_adodb_XactAttributeEnum_idl__ +#define __ooo_vba_adodb_XactAttributeEnum_idl__ + +module ooo { module vba { module adodb { + constants XactAttributeEnum { + const long adXactAbortRetaining = 262144; + const long adXactAsyncPhaseOne = 524288; + const long adXactCommitRetaining = 131072; + const long adXactSyncPhaseOne = 1048576; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CollatingOrderEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,56 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_CollatingOrderEnum_idl__ +#define __ooo_vba_dao_CollatingOrderEnum_idl__ + +module ooo { module vba { module dao { + constants CollatingOrderEnum { + const long dbSortArabic = 1025; + const long dbSortChineseSimplified = 2052; + const long dbSortChineseTraditional = 1028; + const long dbSortCyrillic = 1049; + const long dbSortCzech = 1029; + const long dbSortDutch = 1043; + const long dbSortGeneral = 1033; + const long dbSortGreek = 1032; + const long dbSortHebrew = 1037; + const long dbSortHungarian = 1038; + const long dbSortIcelandic = 1039; + const long dbSortJapanese = 1041; + const long dbSortKorean = 1042; + const long dbSortNeutral = 1024; + const long dbSortNorwdan = 1030; + const long dbSortPDXIntl = 1033; + const long dbSortPDXNor = 1030; + const long dbSortPDXSwe = 1053; + const long dbSortPolish = 1045; + const long dbSortSlovenian = 1060; + const long dbSortSpanish = 1034; + const long dbSortSwedFin = 1053; + const long dbSortThai = 1054; + const long dbSortTurkish = 1055; + const long dbSortUndefined = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CommitTransOptionsEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,32 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_CommitTransOptionsEnum_idl__ +#define __ooo_vba_dao_CommitTransOptionsEnum_idl__ + +module ooo { module vba { module dao { + constants CommitTransOptionsEnum { + const long dbForceOSFlush = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/CursorDriverEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_CursorDriverEnum_idl__ +#define __ooo_vba_dao_CursorDriverEnum_idl__ + +module ooo { module vba { module dao { + constants CursorDriverEnum { + const long dbUseClientBatchCursor = 3; + const long dbUseDefaultCursor = -1; + const long dbUseNoCursor = 4; + const long dbUseODBCCursor = 1; + const long dbUseServerCursor = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DataTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,52 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_DataTypeEnum_idl__ +#define __ooo_vba_dao_DataTypeEnum_idl__ + +module ooo { module vba { module dao { + constants DataTypeEnum { + const long dbBigInt = 16; + const long dbBinary = 9; + const long dbBoolean = 1; + const long dbByte = 2; + const long dbChar = 18; + const long dbCurrency = 5; + const long dbDate = 8; + const long dbDecimal = 20; + const long dbDouble = 7; + const long dbFloat = 21; + const long dbGUID = 15; + const long dbInteger = 3; + const long dbLong = 4; + const long dbLongBinary = 11; + const long dbMemo = 12; + const long dbNumeric = 19; + const long dbSingle = 6; + const long dbText = 10; + const long dbTime = 22; + const long dbTimeStamp = 23; + const long dbVarBinary = 17; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,38 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_DatabaseTypeEnum_idl__ +#define __ooo_vba_dao_DatabaseTypeEnum_idl__ + +module ooo { module vba { module dao { + constants DatabaseTypeEnum { + const long dbDecrypt = 4; + const long dbEncrypt = 2; + const long dbVersion10 = 1; + const long dbVersion11 = 8; + const long dbVersion20 = 16; + const long dbVersion30 = 32; + const long dbVersion40 = 64; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/DriverPromptEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,35 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_DriverPromptEnum_idl__ +#define __ooo_vba_dao_DriverPromptEnum_idl__ + +module ooo { module vba { module dao { + constants DriverPromptEnum { + const long dbDriverComplete = 0; + const long dbDriverCompleteRequired = 3; + const long dbDriverNoPrompt = 1; + const long dbDriverPrompt = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/EditModeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,34 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_EditModeEnum_idl__ +#define __ooo_vba_dao_EditModeEnum_idl__ + +module ooo { module vba { module dao { + constants EditModeEnum { + const long dbEditAdd = 2; + const long dbEditInProgress = 1; + const long dbEditNone = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/FieldAttributeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,38 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_FieldAttributeEnum_idl__ +#define __ooo_vba_dao_FieldAttributeEnum_idl__ + +module ooo { module vba { module dao { + constants FieldAttributeEnum { + const long dbAutoIncrField = 16; + const long dbDescending = 1; + const long dbFixedField = 1; + const long dbHyperlinkField = 32768; + const long dbSystemField = 8192; + const long dbUpdatableField = 32; + const long dbVariableField = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/IdleEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/IdleEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/IdleEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/IdleEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,33 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_IdleEnum_idl__ +#define __ooo_vba_dao_IdleEnum_idl__ + +module ooo { module vba { module dao { + constants IdleEnum { + const long dbFreeLocks = 1; + const long dbRefreshCache = 8; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/LockTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,35 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_LockTypeEnum_idl__ +#define __ooo_vba_dao_LockTypeEnum_idl__ + +module ooo { module vba { module dao { + constants LockTypeEnum { + const long dbOptimistic = 3; + const long dbOptimisticBatch = 5; + const long dbOptimisticValue = 1; + const long dbPessimistic = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ParameterDirectionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,35 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_ParameterDirectionEnum_idl__ +#define __ooo_vba_dao_ParameterDirectionEnum_idl__ + +module ooo { module vba { module dao { + constants ParameterDirectionEnum { + const long dbParamInput = 1; + const long dbParamInputOutput = 3; + const long dbParamOutput = 2; + const long dbParamReturnValue = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/PermissionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,48 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_PermissionEnum_idl__ +#define __ooo_vba_dao_PermissionEnum_idl__ + +module ooo { module vba { module dao { + constants PermissionEnum { + const long dbSecCreate = 1; + const long dbSecDBAdmin = 8; + const long dbSecDBCreate = 1; + const long dbSecDBExclusive = 4; + const long dbSecDBOpen = 2; + const long dbSecDelete = 65536; + const long dbSecDeleteData = 128; + const long dbSecFullAccess = 1048575; + const long dbSecInsertData = 32; + const long dbSecNoAccess = 0; + const long dbSecReadDef = 4; + const long dbSecReadSec = 131072; + const long dbSecReplaceData = 64; + const long dbSecRetrieveData = 20; + const long dbSecWriteDef = 65548; + const long dbSecWriteOwner = 524288; + const long dbSecWriteSec = 262144; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefStateEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,33 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_QueryDefStateEnum_idl__ +#define __ooo_vba_dao_QueryDefStateEnum_idl__ + +module ooo { module vba { module dao { + constants QueryDefStateEnum { + const long dbQPrepare = 1; + const long dbQUnprepare = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,44 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_QueryDefTypeEnum_idl__ +#define __ooo_vba_dao_QueryDefTypeEnum_idl__ + +module ooo { module vba { module dao { + constants QueryDefTypeEnum { + const long dbQAction = 240; + const long dbQAppend = 64; + const long dbQCompound = 160; + const long dbQCrosstab = 16; + const long dbQDDL = 96; + const long dbQDelete = 32; + const long dbQMakeTable = 80; + const long dbQProcedure = 224; + const long dbQSelect = 0; + const long dbQSetOperation = 128; + const long dbQSPTBulk = 144; + const long dbQSQLPassThrough = 112; + const long dbQUpdate = 48; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordStatusEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_RecordStatusEnum_idl__ +#define __ooo_vba_dao_RecordStatusEnum_idl__ + +module ooo { module vba { module dao { + constants RecordStatusEnum { + const long dbRecordDBDeleted = 4; + const long dbRecordDeleted = 3; + const long dbRecordModified = 1; + const long dbRecordNew = 2; + const long dbRecordUnmodified = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetOptionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,43 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_RecordsetOptionEnum_idl__ +#define __ooo_vba_dao_RecordsetOptionEnum_idl__ + +module ooo { module vba { module dao { + constants RecordsetOptionEnum { + const long dbAppendOnly = 8; + const long dbConsistent = 32; + const long dbDenyRead = 2; + const long dbDenyWrite = 1; + const long dbExecDirect = 2048; + const long dbFailOnError = 128; + const long dbForwardOnly = 256; + const long dbInconsistent = 16; + const long dbReadOnly = 4; + const long dbRunAsync = 1024; + const long dbSeeChanges = 512; + const long dbSQLPassThrough = 64; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RecordsetTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,36 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_RecordsetTypeEnum_idl__ +#define __ooo_vba_dao_RecordsetTypeEnum_idl__ + +module ooo { module vba { module dao { + constants RecordsetTypeEnum { + const long dbOpenDynamic = 16; + const long dbOpenDynaset = 2; + const long dbOpenForwardOnly = 8; + const long dbOpenSnapshot = 4; + const long dbOpenTable = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/RelationAttributeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,38 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_RelationAttributeEnum_idl__ +#define __ooo_vba_dao_RelationAttributeEnum_idl__ + +module ooo { module vba { module dao { + constants RelationAttributeEnum { + const long dbRelationDeleteCascade = 4096; + const long dbRelationDontEnforce = 2; + const long dbRelationInherited = 4; + const long dbRelationLeft = 16777216; + const long dbRelationRight = 33554432; + const long dbRelationUnique = 1; + const long dbRelationUpdateCascade = 256; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/ReplicaTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,33 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_ReplicaTypeEnum_idl__ +#define __ooo_vba_dao_ReplicaTypeEnum_idl__ + +module ooo { module vba { module dao { + constants ReplicaTypeEnum { + const long dbRepMakePartial = 1; + const long dbRepMakeReadOnly = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SetOptionEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,42 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_SetOptionEnum_idl__ +#define __ooo_vba_dao_SetOptionEnum_idl__ + +module ooo { module vba { module dao { + constants SetOptionEnum { + const long dbExclusiveAsyncDelay = 60; + const long dbFlushTransactionTimeout = 66; + const long dbImplicitCommitSync = 59; + const long dbLockDelay = 63; + const long dbLockRetry = 57; + const long dbMaxBufferSize = 8; + const long dbMaxLocksPerFile = 62; + const long dbPageTimeout = 6; + const long dbRecycleLVs = 65; + const long dbSharedAsyncDelay = 61; + const long dbUserCommitSync = 58; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,35 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_dao_SynchronizeTypeEnum_idl__ +#define __ooo_vba_dao_SynchronizeTypeEnum_idl__ + +module ooo { module vba { module dao { + constants SynchronizeTypeEnum { + const long dbRepExportChanges = 1; + const long dbRepImpExpChanges = 4; + const long dbRepImportChanges = 2; + const long dbRepSyncInternet = 16; + }; +}; }; }; + +#endif
