Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormView.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormView.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormView.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormView.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_access_AcFormView_idl__ +#define __ooo_vba_access_AcFormView_idl__ + +module ooo { module vba { module access { + constants AcFormView { + const long acDesign = 1; + const long acFormDS = 3; + const long acFormPivotChart = 5; + const long acFormPivotTable = 4; + const long acNormal = 0; + const long acPreview = 2; + }; +}; }; }; + +#endif
Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,39 @@ +/************************************************************** + * + * 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_access_AcFormatConditionOperator_idl__ +#define __ooo_vba_access_AcFormatConditionOperator_idl__ + +module ooo { module vba { module access { + constants AcFormatConditionOperator { + const long acBetween = 0; + const long acEqual = 2; + const long acGreaterThan = 4; + const long acGreaterThanOrEqual = 6; + const long acLessThan = 5; + const long acLessThanOrEqual = 7; + const long acNotBetween = 1; + const long acNotEqual = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcFormatConditionType.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_access_AcFormatConditionType_idl__ +#define __ooo_vba_access_AcFormatConditionType_idl__ + +module ooo { module vba { module access { + constants AcFormatConditionType { + const long acExpression = 1; + const long acFieldHasFocus = 2; + const long acFieldValue = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcHyperlinkPart.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_access_AcHyperlinkPart_idl__ +#define __ooo_vba_access_AcHyperlinkPart_idl__ + +module ooo { module vba { module access { + constants AcHyperlinkPart { + const long acAddress = 2; + const long acDisplayedValue = 0; + const long acDisplayText = 1; + const long acFullAddress = 5; + const long acScreenTip = 4; + const long acSubAddress = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeMode.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeMode.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeMode.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeMode.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_access_AcImeMode_idl__ +#define __ooo_vba_access_AcImeMode_idl__ + +module ooo { module vba { module access { + constants AcImeMode { + const long acImeModeAlpha = 8; + const long acImeModeAlphaFull = 7; + const long acImeModeDisable = 3; + const long acImeModeHangul = 10; + const long acImeModeHangulFull = 9; + const long acImeModeHiragana = 4; + const long acImeModeKatakana = 5; + const long acImeModeKatakanaHalf = 6; + const long acImeModeNoControl = 0; + const long acImeModeOff = 2; + const long acImeModeOn = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImeSentenceMode.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_access_AcImeSentenceMode_idl__ +#define __ooo_vba_access_AcImeSentenceMode_idl__ + +module ooo { module vba { module access { + constants AcImeSentenceMode { + const long acImeSentenceModeConversation = 2; + const long acImeSentenceModeNone = 3; + const long acImeSentenceModePhrasePredict = 0; + const long acImeSentenceModePluralClause = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImportXMLOption.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImportXMLOption.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImportXMLOption.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcImportXMLOption.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_access_AcImportXMLOption_idl__ +#define __ooo_vba_access_AcImportXMLOption_idl__ + +module ooo { module vba { module access { + constants AcImportXMLOption { + const long acAppendData = 2; + const long acStructureAndData = 1; + const long acStructureOnly = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcModuleType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcModuleType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcModuleType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcModuleType.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_access_AcModuleType_idl__ +#define __ooo_vba_access_AcModuleType_idl__ + +module ooo { module vba { module access { + constants AcModuleType { + const long acClassModule = 1; + const long acStandardModule = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcObjectType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcObjectType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcObjectType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcObjectType.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_access_AcObjectType_idl__ +#define __ooo_vba_access_AcObjectType_idl__ + +module ooo { module vba { module access { + constants AcObjectType { + const long acDataAccessPage = 6; + const long acDefault = -1; + const long acDiagram = 8; + const long acForm = 2; + const long acFunction = 10; + const long acMacro = 4; + const long acModule = 5; + const long acQuery = 1; + const long acReport = 3; + const long acServerView = 7; + const long acStoredProcedure = 9; + const long acTable = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOpenDataMode.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOpenDataMode.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOpenDataMode.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOpenDataMode.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_access_AcOpenDataMode_idl__ +#define __ooo_vba_access_AcOpenDataMode_idl__ + +module ooo { module vba { module access { + constants AcOpenDataMode { + const long acAdd = 0; + const long acEdit = 1; + const long acReadOnly = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOutputObjectType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOutputObjectType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOutputObjectType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcOutputObjectType.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_access_AcOutputObjectType_idl__ +#define __ooo_vba_access_AcOutputObjectType_idl__ + +module ooo { module vba { module access { + constants AcOutputObjectType { + const long acOutputDataAccessPage = 6; + const long acOutputForm = 2; + const long acOutputFunction = 10; + const long acOutputModule = 5; + const long acOutputQuery = 1; + const long acOutputReport = 3; + const long acOutputServerView = 7; + const long acOutputStoredProcedure = 9; + const long acOutputTable = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintColor.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintColor.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintColor.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintColor.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_access_AcPrintColor_idl__ +#define __ooo_vba_access_AcPrintColor_idl__ + +module ooo { module vba { module access { + constants AcPrintColor { + const long acPRCMColor = 2; + const long acPRCMMonochrome = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintDuplex.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintDuplex.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintDuplex.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintDuplex.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_access_AcPrintDuplex_idl__ +#define __ooo_vba_access_AcPrintDuplex_idl__ + +module ooo { module vba { module access { + constants AcPrintDuplex { + const long acPRDPHorizontal = 2; + const long acPRDPSimplex = 1; + const long acPRDPVertical = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintItemLayout.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_access_AcPrintItemLayout_idl__ +#define __ooo_vba_access_AcPrintItemLayout_idl__ + +module ooo { module vba { module access { + constants AcPrintItemLayout { + const long acPRHorizontalColumnLayout = 1953; + const long acPRVerticalColumnLayout = 1954; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintObjQuality.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_access_AcPrintObjQuality_idl__ +#define __ooo_vba_access_AcPrintObjQuality_idl__ + +module ooo { module vba { module access { + constants AcPrintObjQuality { + const long acPRPQDraft = -1; + const long acPRPQHigh = -4; + const long acPRPQLow = -2; + const long acPRPQMedium = -3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintOrientation.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintOrientation.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintOrientation.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintOrientation.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_access_AcPrintOrientation_idl__ +#define __ooo_vba_access_AcPrintOrientation_idl__ + +module ooo { module vba { module access { + constants AcPrintOrientation { + const long acPRORLandscape = 2; + const long acPRORPortrait = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperBin.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_access_AcPrintPaperBin_idl__ +#define __ooo_vba_access_AcPrintPaperBin_idl__ + +module ooo { module vba { module access { + constants AcPrintPaperBin { + const long acPRBNAuto = 7; + const long acPRBNCassette = 14; + const long acPRBNEnvelope = 5; + const long acPRBNEnvManual = 6; + const long acPRBNFormSource = 15; + const long acPRBNLargeCapacity = 11; + const long acPRBNLargeFmt = 10; + const long acPRBNLower = 2; + const long acPRBNManual = 4; + const long acPRBNMiddle = 3; + const long acPRBNSmallFmt = 9; + const long acPRBNTractor = 8; + const long acPRBNUpper = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintPaperSize.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_access_AcPrintPaperSize_idl__ +#define __ooo_vba_access_AcPrintPaperSize_idl__ + +module ooo { module vba { module access { + constants AcPrintPaperSize { + const long acPRPS10x14 = 16; + const long acPRPS11x17 = 17; + const long acPRPSA3 = 8; + const long acPRPSA4 = 9; + const long acPRPSA4Small = 10; + const long acPRPSA5 = 11; + const long acPRPSB4 = 12; + const long acPRPSB5 = 13; + const long acPRPSCSheet = 24; + const long acPRPSDSheet = 25; + const long acPRPSEnv10 = 20; + const long acPRPSEnv11 = 21; + const long acPRPSEnv12 = 22; + const long acPRPSEnv14 = 23; + const long acPRPSEnv9 = 19; + const long acPRPSEnvB4 = 33; + const long acPRPSEnvB5 = 34; + const long acPRPSEnvB6 = 35; + const long acPRPSEnvC3 = 29; + const long acPRPSEnvC4 = 30; + const long acPRPSEnvC5 = 28; + const long acPRPSEnvC6 = 31; + const long acPRPSEnvC65 = 32; + const long acPRPSEnvDL = 27; + const long acPRPSEnvItaly = 36; + const long acPRPSEnvMonarch = 37; + const long acPRPSEnvPersonal = 38; + const long acPRPSESheet = 26; + const long acPRPSExecutive = 7; + const long acPRPSFanfoldLglGerman = 41; + const long acPRPSFanfoldStdGerman = 40; + const long acPRPSFanfoldUS = 39; + const long acPRPSFolio = 14; + const long acPRPSLedger = 4; + const long acPRPSLegal = 5; + const long acPRPSLetter = 1; + const long acPRPSLetterSmall = 2; + const long acPRPSNote = 18; + const long acPRPSQuarto = 15; + const long acPRPSStatement = 6; + const long acPRPSTabloid = 3; + const long acPRPSUser = 256; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintQuality.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintQuality.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintQuality.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintQuality.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_access_AcPrintQuality_idl__ +#define __ooo_vba_access_AcPrintQuality_idl__ + +module ooo { module vba { module access { + constants AcPrintQuality { + const long acDraft = 3; + const long acHigh = 0; + const long acLow = 2; + const long acMedium = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintRange.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintRange.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintRange.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcPrintRange.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_access_AcPrintRange_idl__ +#define __ooo_vba_access_AcPrintRange_idl__ + +module ooo { module vba { module access { + constants AcPrintRange { + const long acPages = 2; + const long acPrintAll = 0; + const long acSelection = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcProjectType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcProjectType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcProjectType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcProjectType.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_access_AcProjectType_idl__ +#define __ooo_vba_access_AcProjectType_idl__ + +module ooo { module vba { module access { + constants AcProjectType { + const long acADP = 1; + const long acMDB = 2; + const long acNull = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcQuitOption.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcQuitOption.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcQuitOption.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcQuitOption.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_access_AcQuitOption_idl__ +#define __ooo_vba_access_AcQuitOption_idl__ + +module ooo { module vba { module access { + constants AcQuitOption { + const long acQuitPrompt = 0; + const long acQuitSaveAll = 1; + const long acQuitSaveNone = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcRecord.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcRecord.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcRecord.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcRecord.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_access_AcRecord_idl__ +#define __ooo_vba_access_AcRecord_idl__ + +module ooo { module vba { module access { + constants AcRecord { + const long acFirst = 2; + const long acGoTo = 4; + const long acLast = 3; + const long acNewRec = 5; + const long acNext = 1; + const long acPrevious = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSearchDirection.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSearchDirection.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSearchDirection.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSearchDirection.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_access_AcSearchDirection_idl__ +#define __ooo_vba_access_AcSearchDirection_idl__ + +module ooo { module vba { module access { + constants AcSearchDirection { + const long acDown = 1; + const long acSearchAll = 2; + const long acUp = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSection.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSection.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSection.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSection.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_access_AcSection_idl__ +#define __ooo_vba_access_AcSection_idl__ + +module ooo { module vba { module access { + constants AcSection { + const long acDetail = 0; + const long acFooter = 2; + const long acGroupLevel1Footer = 6; + const long acGroupLevel1Header = 5; + const long acGroupLevel2Footer = 8; + const long acGroupLevel2Header = 7; + const long acHeader = 1; + const long acPageFooter = 4; + const long acPageHeader = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSendObjectType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSendObjectType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSendObjectType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSendObjectType.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_access_AcSendObjectType_idl__ +#define __ooo_vba_access_AcSendObjectType_idl__ + +module ooo { module vba { module access { + constants AcSendObjectType { + const long acSendDataAccessPage = 6; + const long acSendForm = 2; + const long acSendModule = 5; + const long acSendNoObject = -1; + const long acSendQuery = 1; + const long acSendReport = 3; + const long acSendTable = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcShowToolbar.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcShowToolbar.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcShowToolbar.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcShowToolbar.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_access_AcShowToolbar_idl__ +#define __ooo_vba_access_AcShowToolbar_idl__ + +module ooo { module vba { module access { + constants AcShowToolbar { + const long acToolbarNo = 2; + const long acToolbarWhereApprop = 1; + const long acToolbarYes = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSpreadSheetType.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_access_AcSpreadSheetType_idl__ +#define __ooo_vba_access_AcSpreadSheetType_idl__ + +module ooo { module vba { module access { + constants AcSpreadSheetType { + const long acSpreadsheetTypeExcel3 = 0; + const long acSpreadsheetTypeExcel4 = 6; + const long acSpreadsheetTypeExcel5 = 5; + const long acSpreadsheetTypeExcel7 = 5; + const long acSpreadsheetTypeExcel8 = 8; + const long acSpreadsheetTypeExcel9 = 8; + const long acSpreadsheetTypeExcel97 = 8; + const long acSpreadsheetTypeLotusWJ2 = 4; + const long acSpreadsheetTypeLotusWK1 = 2; + const long acSpreadsheetTypeLotusWK3 = 3; + const long acSpreadsheetTypeLotusWK4 = 7; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSysCmdAction.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSysCmdAction.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSysCmdAction.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcSysCmdAction.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_access_AcSysCmdAction_idl__ +#define __ooo_vba_access_AcSysCmdAction_idl__ + +module ooo { module vba { module access { + constants AcSysCmdAction { + const long acSysCmdAccessDir = 9; + const long acSysCmdAccessVer = 7; + const long acSysCmdClearHelpTopic = 11; + const long acSysCmdClearStatus = 5; + const long acSysCmdGetObjectState = 10; + const long acSysCmdGetWorkgroupFile = 13; + const long acSysCmdIniFile = 8; + const long acSysCmdInitMeter = 1; + const long acSysCmdProfile = 12; + const long acSysCmdRemoveMeter = 3; + const long acSysCmdRuntime = 6; + const long acSysCmdSetStatus = 4; + const long acSysCmdUpdateMeter = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTextTransferType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,41 @@ +/************************************************************** + * + * 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_access_AcTextTransferType_idl__ +#define __ooo_vba_access_AcTextTransferType_idl__ + +module ooo { module vba { module access { + constants AcTextTransferType { + const long acExportDelim = 2; + const long acExportFixed = 3; + const long acExportHTML = 8; + const long acExportMerge = 4; + const long acImportDelim = 0; + const long acImportFixed = 1; + const long acImportHTML = 7; + const long acLinkDelim = 5; + const long acLinkFixed = 6; + const long acLinkHTML = 9; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.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_access_AcTransformXMLScriptOption_idl__ +#define __ooo_vba_access_AcTransformXMLScriptOption_idl__ + +module ooo { module vba { module access { + constants AcTransformXMLScriptOption { + const long acDisableScript = 2; + const long acEnableScript = 0; + const long acPromptScript = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcView.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcView.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcView.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcView.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_access_AcView_idl__ +#define __ooo_vba_access_AcView_idl__ + +module ooo { module vba { module access { + constants AcView { + const long acViewDesign = 1; + const long acViewNormal = 0; + const long acViewPivotChart = 4; + const long acViewPivotTable = 3; + const long acViewPreview = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcWindowMode.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcWindowMode.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcWindowMode.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/AcWindowMode.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_access_AcWindowMode_idl__ +#define __ooo_vba_access_AcWindowMode_idl__ + +module ooo { module vba { module access { + constants AcWindowMode { + const long acDialog = 3; + const long acHidden = 1; + const long acIcon = 2; + const long acWindowNormal = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/ProcKind.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/ProcKind.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/ProcKind.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/ProcKind.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_access_ProcKind_idl__ +#define __ooo_vba_access_ProcKind_idl__ + +module ooo { module vba { module access { + constants ProcKind { + const long Get = 3; + const long Let = 1; + const long Proc = 0; + const long Set = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/RefKind.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/RefKind.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/RefKind.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/access/RefKind.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_access_RefKind_idl__ +#define __ooo_vba_access_RefKind_idl__ + +module ooo { module vba { module access { + constants RefKind { + const long Project = 1; + const long TypeLib = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_ASYNCTHREADPRIORITY_ENUM.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_ADCPROP_ASYNCTHREADPRIORITY_ENUM_idl__ +#define __ooo_vba_adodb_ADCPROP_ASYNCTHREADPRIORITY_ENUM_idl__ + +module ooo { module vba { module adodb { + constants ADCPROP_ASYNCTHREADPRIORITY_ENUM { + const long adPriorityAboveNormal = 4; + const long adPriorityBelowNormal = 2; + const long adPriorityHighest = 5; + const long adPriorityLowest = 1; + const long adPriorityNormal = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_AUTORECALC_ENUM.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_ADCPROP_AUTORECALC_ENUM_idl__ +#define __ooo_vba_adodb_ADCPROP_AUTORECALC_ENUM_idl__ + +module ooo { module vba { module adodb { + constants ADCPROP_AUTORECALC_ENUM { + const long adRecalcAlways = 1; + const long adRecalcUpFront = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ADCPROP_UPDATECRITERIA_ENUM.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_ADCPROP_UPDATECRITERIA_ENUM_idl__ +#define __ooo_vba_adodb_ADCPROP_UPDATECRITERIA_ENUM_idl__ + +module ooo { module vba { module adodb { + constants ADCPROP_UPDATECRITERIA_ENUM { + const long adCriteriaAllCols = 1; + const long adCriteriaKey = 0; + const long adCriteriaTimeStamp = 3; + const long adCriteriaUpdCols = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/AffectEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/AffectEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/AffectEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/AffectEnum.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_AffectEnum_idl__ +#define __ooo_vba_adodb_AffectEnum_idl__ + +module ooo { module vba { module adodb { + constants AffectEnum { + const long adAffectAll = 3; + const long adAffectAllChapters = 4; + const long adAffectCurrent = 1; + const long adAffectGroup = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/BookmarkEnum.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_BookmarkEnum_idl__ +#define __ooo_vba_adodb_BookmarkEnum_idl__ + +module ooo { module vba { module adodb { + constants BookmarkEnum { + const long adBookmarkCurrent = 0; + const long adBookmarkFirst = 1; + const long adBookmarkLast = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CEResyncEnum.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_CEResyncEnum_idl__ +#define __ooo_vba_adodb_CEResyncEnum_idl__ + +module ooo { module vba { module adodb { + constants CEResyncEnum { + const long adResyncAll = 15; + const long adResyncAutoIncrement = 1; + const long adResyncConflicts = 2; + const long adResyncInserts = 8; + const long adResyncNone = 0; + const long adResyncUpdates = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CommandTypeEnum.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_adodb_CommandTypeEnum_idl__ +#define __ooo_vba_adodb_CommandTypeEnum_idl__ + +module ooo { module vba { module adodb { + constants CommandTypeEnum { + const long adCmdFile = 256; + const long adCmdStoredProc = 4; + const long adCmdTable = 2; + const long adCmdTableDirect = 512; + const long adCmdText = 1; + const long adCmdUnknown = 8; + const long adCmdUnspecified = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CompareEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CompareEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CompareEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/CompareEnum.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_CompareEnum_idl__ +#define __ooo_vba_adodb_CompareEnum_idl__ + +module ooo { module vba { module adodb { + constants CompareEnum { + const long adCompareEqual = 1; + const long adCompareGreaterThan = 2; + const long adCompareLessThan = 0; + const long adCompareNotComparable = 4; + const long adCompareNotEqual = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectModeEnum.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,39 @@ +/************************************************************** + * + * 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_ConnectModeEnum_idl__ +#define __ooo_vba_adodb_ConnectModeEnum_idl__ + +module ooo { module vba { module adodb { + constants ConnectModeEnum { + const long adModeRead = 1; + const long adModeReadWrite = 3; + const long adModeShareDenyNone = 16; + const long adModeShareDenyRead = 4; + const long adModeShareDenyWrite = 8; + const long adModeShareExclusive = 12; + const long adModeUnknown = 0; + const long adModeWrite = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/adodb/ConnectOptionEnum.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_ConnectOptionEnum_idl__ +#define __ooo_vba_adodb_ConnectOptionEnum_idl__ + +module ooo { module vba { module adodb { + constants ConnectOptionEnum { + const long adAsyncConnect = 16; + const long adConnectUnspecified = -1; + }; +}; }; }; + +#endif
