Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/TableDefAttributeEnum.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_dao_TableDefAttributeEnum_idl__ +#define __ooo_vba_dao_TableDefAttributeEnum_idl__ + +module ooo { module vba { module dao { + constants TableDefAttributeEnum { + const long dbAttachedODBC = 536870912; + const long dbAttachedTable = 1073741824; + const long dbAttachExclusive = 65536; + const long dbAttachSavePWD = 131072; + const long dbHiddenObject = 1; + const long dbSystemObject = -2147483646; + }; +}; }; }; + +#endif
Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateCriteriaEnum.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_dao_UpdateCriteriaEnum_idl__ +#define __ooo_vba_dao_UpdateCriteriaEnum_idl__ + +module ooo { module vba { module dao { + constants UpdateCriteriaEnum { + const long dbCriteriaAllCols = 4; + const long dbCriteriaDeleteInsert = 16; + const long dbCriteriaKey = 1; + const long dbCriteriaModValues = 2; + const long dbCriteriaTimestamp = 8; + const long dbCriteriaUpdate = 32; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/UpdateTypeEnum.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_UpdateTypeEnum_idl__ +#define __ooo_vba_dao_UpdateTypeEnum_idl__ + +module ooo { module vba { module dao { + constants UpdateTypeEnum { + const long dbUpdateBatch = 4; + const long dbUpdateCurrentRecord = 2; + const long dbUpdateRegular = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/dao/WorkspaceTypeEnum.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_WorkspaceTypeEnum_idl__ +#define __ooo_vba_dao_WorkspaceTypeEnum_idl__ + +module ooo { module vba { module dao { + constants WorkspaceTypeEnum { + const long dbUseJet = 2; + const long dbUseODBC = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/DocProperties.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/DocProperties.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/DocProperties.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/DocProperties.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_office_DocProperties_idl__ +#define __ooo_vba_office_DocProperties_idl__ + +module ooo { module vba { module office { + constants DocProperties { + const long offPropertyTypeBoolean = 2; + const long offPropertyTypeDate = 3; + const long offPropertyTypeFloat = 5; + const long offPropertyTypeNumber = 1; + const long offPropertyTypeString = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MailFormat.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MailFormat.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MailFormat.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MailFormat.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_office_MailFormat_idl__ +#define __ooo_vba_office_MailFormat_idl__ + +module ooo { module vba { module office { + constants MailFormat { + const long mfHTML = 2; + const long mfPlainText = 1; + const long mfRTF = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertButtonType.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_office_MsoAlertButtonType_idl__ +#define __ooo_vba_office_MsoAlertButtonType_idl__ + +module ooo { module vba { module office { + constants MsoAlertButtonType { + const long msoAlertButtonAbortRetryIgnore = 2; + const long msoAlertButtonOK = 0; + const long msoAlertButtonOKCancel = 1; + const long msoAlertButtonRetryCancel = 5; + const long msoAlertButtonYesAllNoCancel = 6; + const long msoAlertButtonYesNo = 4; + const long msoAlertButtonYesNoCancel = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertCancelType.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_office_MsoAlertCancelType_idl__ +#define __ooo_vba_office_MsoAlertCancelType_idl__ + +module ooo { module vba { module office { + constants MsoAlertCancelType { + const long msoAlertCancelDefault = -1; + const long msoAlertCancelFifth = 4; + const long msoAlertCancelFirst = 0; + const long msoAlertCancelFourth = 3; + const long msoAlertCancelSecond = 1; + const long msoAlertCancelThird = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertDefaultType.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_office_MsoAlertDefaultType_idl__ +#define __ooo_vba_office_MsoAlertDefaultType_idl__ + +module ooo { module vba { module office { + constants MsoAlertDefaultType { + const long msoAlertDefaultFifth = 4; + const long msoAlertDefaultFirst = 0; + const long msoAlertDefaultFourth = 3; + const long msoAlertDefaultSecond = 1; + const long msoAlertDefaultThird = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertIconType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlertIconType.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_office_MsoAlertIconType_idl__ +#define __ooo_vba_office_MsoAlertIconType_idl__ + +module ooo { module vba { module office { + constants MsoAlertIconType { + const long msoAlertIconCritical = 1; + const long msoAlertIconInfo = 4; + const long msoAlertIconNoIcon = 0; + const long msoAlertIconQuery = 2; + const long msoAlertIconWarning = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlignCmd.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAlignCmd.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_office_MsoAlignCmd_idl__ +#define __ooo_vba_office_MsoAlignCmd_idl__ + +module ooo { module vba { module office { + constants MsoAlignCmd { + const long msoAlignBottoms = 5; + const long msoAlignCenters = 1; + const long msoAlignLefts = 0; + const long msoAlignMiddles = 4; + const long msoAlignRights = 2; + const long msoAlignTops = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAnimationType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,66 @@ +/************************************************************** + * + * 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_office_MsoAnimationType_idl__ +#define __ooo_vba_office_MsoAnimationType_idl__ + +module ooo { module vba { module office { + constants MsoAnimationType { + const long msoAnimationAppear = 32; + const long msoAnimationBeginSpeaking = 4; + const long msoAnimationCharacterSuccessMajor = 6; + const long msoAnimationCheckingSomething = 103; + const long msoAnimationDisappear = 31; + const long msoAnimationEmptyTrash = 116; + const long msoAnimationGestureDown = 113; + const long msoAnimationGestureLeft = 114; + const long msoAnimationGestureRight = 19; + const long msoAnimationGestureUp = 115; + const long msoAnimationGetArtsy = 100; + const long msoAnimationGetAttentionMajor = 11; + const long msoAnimationGetAttentionMinor = 12; + const long msoAnimationGetTechy = 101; + const long msoAnimationGetWizardy = 102; + const long msoAnimationGoodbye = 3; + const long msoAnimationGreeting = 2; + const long msoAnimationIdle = 1; + const long msoAnimationListensToComputer = 26; + const long msoAnimationLookDown = 104; + const long msoAnimationLookDownLeft = 105; + const long msoAnimationLookDownRight = 106; + const long msoAnimationLookLeft = 107; + const long msoAnimationLookRight = 108; + const long msoAnimationLookUp = 109; + const long msoAnimationLookUpLeft = 110; + const long msoAnimationLookUpRight = 111; + const long msoAnimationPrinting = 18; + const long msoAnimationRestPose = 5; + const long msoAnimationSaving = 112; + const long msoAnimationSearching = 13; + const long msoAnimationSendingMail = 25; + const long msoAnimationThinking = 24; + const long msoAnimationWorkingAtSomething = 23; + const long msoAnimationWritingNotingSomething = 22; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAppLanguageID.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_office_MsoAppLanguageID_idl__ +#define __ooo_vba_office_MsoAppLanguageID_idl__ + +module ooo { module vba { module office { + constants MsoAppLanguageID { + const long msoLanguageIDExeMode = 4; + const long msoLanguageIDHelp = 3; + const long msoLanguageIDInstall = 1; + const long msoLanguageIDUI = 2; + const long msoLanguageIDUIPrevious = 5; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadLength.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_office_MsoArrowheadLength_idl__ +#define __ooo_vba_office_MsoArrowheadLength_idl__ + +module ooo { module vba { module office { + constants MsoArrowheadLength { + const long msoArrowheadLengthMedium = 2; + const long msoArrowheadLengthMixed = -2; + const long msoArrowheadLong = 3; + const long msoArrowheadShort = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadStyle.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_office_MsoArrowheadStyle_idl__ +#define __ooo_vba_office_MsoArrowheadStyle_idl__ + +module ooo { module vba { module office { + constants MsoArrowheadStyle { + const long msoArrowheadDiamond = 5; + const long msoArrowheadNone = 1; + const long msoArrowheadOpen = 3; + const long msoArrowheadOval = 6; + const long msoArrowheadStealth = 4; + const long msoArrowheadStyleMixed = -2; + const long msoArrowheadTriangle = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoArrowheadWidth.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_office_MsoArrowheadWidth_idl__ +#define __ooo_vba_office_MsoArrowheadWidth_idl__ + +module ooo { module vba { module office { + constants MsoArrowheadWidth { + const long msoArrowheadNarrow = 1; + const long msoArrowheadWide = 3; + const long msoArrowheadWidthMedium = 2; + const long msoArrowheadWidthMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutoShapeType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,170 @@ +/************************************************************** + * + * 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_office_MsoAutoShapeType_idl__ +#define __ooo_vba_office_MsoAutoShapeType_idl__ + +module ooo { module vba { module office { + constants MsoAutoShapeType { + const long msoShape16pointStar = 94; + const long msoShape24pointStar = 95; + const long msoShape32pointStar = 96; + const long msoShape4pointStar = 91; + const long msoShape5pointStar = 92; + const long msoShape8pointStar = 93; + const long msoShapeActionButtonBackorPrevious = 129; + const long msoShapeActionButtonBeginning = 131; + const long msoShapeActionButtonCustom = 125; + const long msoShapeActionButtonDocument = 134; + const long msoShapeActionButtonEnd = 132; + const long msoShapeActionButtonForwardorNext = 130; + const long msoShapeActionButtonHelp = 127; + const long msoShapeActionButtonHome = 126; + const long msoShapeActionButtonInformation = 128; + const long msoShapeActionButtonMovie = 136; + const long msoShapeActionButtonReturn = 133; + const long msoShapeActionButtonSound = 135; + const long msoShapeArc = 25; + const long msoShapeBalloon = 137; + const long msoShapeBentArrow = 41; + const long msoShapeBentUpArrow = 44; + const long msoShapeBevel = 15; + const long msoShapeBlockArc = 20; + const long msoShapeCan = 13; + const long msoShapeChevron = 52; + const long msoShapeCircularArrow = 60; + const long msoShapeCloudCallout = 108; + const long msoShapeCross = 11; + const long msoShapeCube = 14; + const long msoShapeCurvedDownArrow = 48; + const long msoShapeCurvedDownRibbon = 100; + const long msoShapeCurvedLeftArrow = 46; + const long msoShapeCurvedRightArrow = 45; + const long msoShapeCurvedUpArrow = 47; + const long msoShapeCurvedUpRibbon = 99; + const long msoShapeDiamond = 4; + const long msoShapeDonut = 18; + const long msoShapeDoubleBrace = 27; + const long msoShapeDoubleBracket = 26; + const long msoShapeDoubleWave = 104; + const long msoShapeDownArrow = 36; + const long msoShapeDownArrowCallout = 56; + const long msoShapeDownRibbon = 98; + const long msoShapeExplosion1 = 89; + const long msoShapeExplosion2 = 90; + const long msoShapeFlowchartAlternateProcess = 62; + const long msoShapeFlowchartCard = 75; + const long msoShapeFlowchartCollate = 79; + const long msoShapeFlowchartConnector = 73; + const long msoShapeFlowchartData = 64; + const long msoShapeFlowchartDecision = 63; + const long msoShapeFlowchartDelay = 84; + const long msoShapeFlowchartDirectAccessStorage = 87; + const long msoShapeFlowchartDisplay = 88; + const long msoShapeFlowchartDocument = 67; + const long msoShapeFlowchartExtract = 81; + const long msoShapeFlowchartInternalStorage = 66; + const long msoShapeFlowchartMagneticDisk = 86; + const long msoShapeFlowchartManualInput = 71; + const long msoShapeFlowchartManualOperation = 72; + const long msoShapeFlowchartMerge = 82; + const long msoShapeFlowchartMultidocument = 68; + const long msoShapeFlowchartOffpageConnector = 74; + const long msoShapeFlowchartOr = 78; + const long msoShapeFlowchartPredefinedProcess = 65; + const long msoShapeFlowchartPreparation = 70; + const long msoShapeFlowchartProcess = 61; + const long msoShapeFlowchartPunchedTape = 76; + const long msoShapeFlowchartSequentialAccessStorage = 85; + const long msoShapeFlowchartSort = 80; + const long msoShapeFlowchartStoredData = 83; + const long msoShapeFlowchartSummingJunction = 77; + const long msoShapeFlowchartTerminator = 69; + const long msoShapeFoldedCorner = 16; + const long msoShapeHeart = 21; + const long msoShapeHexagon = 10; + const long msoShapeHorizontalScroll = 102; + const long msoShapeIsoscelesTriangle = 7; + const long msoShapeLeftArrow = 34; + const long msoShapeLeftArrowCallout = 54; + const long msoShapeLeftBrace = 31; + const long msoShapeLeftBracket = 29; + const long msoShapeLeftRightArrow = 37; + const long msoShapeLeftRightArrowCallout = 57; + const long msoShapeLeftRightUpArrow = 40; + const long msoShapeLeftUpArrow = 43; + const long msoShapeLightningBolt = 22; + const long msoShapeLineCallout1 = 109; + const long msoShapeLineCallout1AccentBar = 113; + const long msoShapeLineCallout1BorderandAccentBar = 121; + const long msoShapeLineCallout1NoBorder = 117; + const long msoShapeLineCallout2 = 110; + const long msoShapeLineCallout2AccentBar = 114; + const long msoShapeLineCallout2BorderandAccentBar = 122; + const long msoShapeLineCallout2NoBorder = 118; + const long msoShapeLineCallout3 = 111; + const long msoShapeLineCallout3AccentBar = 115; + const long msoShapeLineCallout3BorderandAccentBar = 123; + const long msoShapeLineCallout3NoBorder = 119; + const long msoShapeLineCallout4 = 112; + const long msoShapeLineCallout4AccentBar = 116; + const long msoShapeLineCallout4BorderandAccentBar = 124; + const long msoShapeLineCallout4NoBorder = 120; + const long msoShapeMixed = -2; + const long msoShapeMoon = 24; + const long msoShapeNoSymbol = 19; + const long msoShapeNotchedRightArrow = 50; + const long msoShapeNotPrimitive = 138; + const long msoShapeOctagon = 6; + const long msoShapeOval = 9; + const long msoShapeOvalCallout = 107; + const long msoShapeParallelogram = 2; + const long msoShapePentagon = 51; + const long msoShapePlaque = 28; + const long msoShapeQuadArrow = 39; + const long msoShapeQuadArrowCallout = 59; + const long msoShapeRectangle = 1; + const long msoShapeRectangularCallout = 105; + const long msoShapeRegularPentagon = 12; + const long msoShapeRightArrow = 33; + const long msoShapeRightArrowCallout = 53; + const long msoShapeRightBrace = 32; + const long msoShapeRightBracket = 30; + const long msoShapeRightTriangle = 8; + const long msoShapeRoundedRectangle = 5; + const long msoShapeRoundedRectangularCallout = 106; + const long msoShapeSmileyFace = 17; + const long msoShapeStripedRightArrow = 49; + const long msoShapeSun = 23; + const long msoShapeTrapezoid = 3; + const long msoShapeUpArrow = 35; + const long msoShapeUpArrowCallout = 55; + const long msoShapeUpDownArrow = 38; + const long msoShapeUpDownArrowCallout = 58; + const long msoShapeUpRibbon = 97; + const long msoShapeUTurnArrow = 42; + const long msoShapeVerticalScroll = 101; + const long msoShapeWave = 103; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoAutomationSecurity.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_office_MsoAutomationSecurity_idl__ +#define __ooo_vba_office_MsoAutomationSecurity_idl__ + +module ooo { module vba { module office { + constants MsoAutomationSecurity { + const long msoAutomationSecurityByUI = 2; + const long msoAutomationSecurityForceDisable = 3; + const long msoAutomationSecurityLow = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonButtonType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,47 @@ +/************************************************************** + * + * 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_office_MsoBalloonButtonType_idl__ +#define __ooo_vba_office_MsoBalloonButtonType_idl__ + +module ooo { module vba { module office { + constants MsoBalloonButtonType { + const long msoBalloonButtonAbort = -8; + const long msoBalloonButtonBack = -5; + const long msoBalloonButtonCancel = -2; + const long msoBalloonButtonClose = -12; + const long msoBalloonButtonIgnore = -9; + const long msoBalloonButtonNext = -6; + const long msoBalloonButtonNo = -4; + const long msoBalloonButtonNull = 0; + const long msoBalloonButtonOK = -1; + const long msoBalloonButtonOptions = -14; + const long msoBalloonButtonRetry = -7; + const long msoBalloonButtonSearch = -10; + const long msoBalloonButtonSnooze = -11; + const long msoBalloonButtonTips = -13; + const long msoBalloonButtonYes = -3; + const long msoBalloonButtonYesToAll = -15; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonErrorType.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_office_MsoBalloonErrorType_idl__ +#define __ooo_vba_office_MsoBalloonErrorType_idl__ + +module ooo { module vba { module office { + constants MsoBalloonErrorType { + const long msoBalloonErrorBadCharacter = 8; + const long msoBalloonErrorBadPictureRef = 4; + const long msoBalloonErrorBadReference = 5; + const long msoBalloonErrorButtonlessModal = 6; + const long msoBalloonErrorButtonModeless = 7; + const long msoBalloonErrorCharNotTopmostForModal = 10; + const long msoBalloonErrorCOMFailure = 9; + const long msoBalloonErrorNone = 0; + const long msoBalloonErrorOther = 1; + const long msoBalloonErrorOutOfMemory = 3; + const long msoBalloonErrorTooBig = 2; + const long msoBalloonErrorTooManyControls = 11; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBalloonType.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_office_MsoBalloonType_idl__ +#define __ooo_vba_office_MsoBalloonType_idl__ + +module ooo { module vba { module office { + constants MsoBalloonType { + const long msoBalloonTypeBullets = 1; + const long msoBalloonTypeButtons = 0; + const long msoBalloonTypeNumbers = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarPosition.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarPosition.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_office_MsoBarPosition_idl__ +#define __ooo_vba_office_MsoBarPosition_idl__ + +module ooo { module vba { module office { + constants MsoBarPosition { + const long msoBarBottom = 3; + const long msoBarFloating = 4; + const long msoBarLeft = 0; + const long msoBarMenuBar = 6; + const long msoBarPopup = 5; + const long msoBarRight = 2; + const long msoBarTop = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarProtection.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarProtection.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_office_MsoBarProtection_idl__ +#define __ooo_vba_office_MsoBarProtection_idl__ + +module ooo { module vba { module office { + constants MsoBarProtection { + const long msoBarNoChangeDock = 16; + const long msoBarNoChangeVisible = 8; + const long msoBarNoCustomize = 1; + const long msoBarNoHorizontalDock = 64; + const long msoBarNoMove = 4; + const long msoBarNoProtection = 0; + const long msoBarNoResize = 2; + const long msoBarNoVerticalDock = 32; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarRow.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarRow.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarRow.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarRow.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_office_MsoBarRow_idl__ +#define __ooo_vba_office_MsoBarRow_idl__ + +module ooo { module vba { module office { + constants MsoBarRow { + const long msoBarRowFirst = 0; + const long msoBarRowLast = -1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBarType.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_office_MsoBarType_idl__ +#define __ooo_vba_office_MsoBarType_idl__ + +module ooo { module vba { module office { + constants MsoBarType { + const long msoBarTypeMenuBar = 1; + const long msoBarTypeNormal = 0; + const long msoBarTypePopup = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoBlackWhiteMode.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_office_MsoBlackWhiteMode_idl__ +#define __ooo_vba_office_MsoBlackWhiteMode_idl__ + +module ooo { module vba { module office { + constants MsoBlackWhiteMode { + const long msoBlackWhiteAutomatic = 1; + const long msoBlackWhiteBlack = 8; + const long msoBlackWhiteBlackTextAndLine = 6; + const long msoBlackWhiteDontShow = 10; + const long msoBlackWhiteGrayOutline = 5; + const long msoBlackWhiteGrayScale = 2; + const long msoBlackWhiteHighContrast = 7; + const long msoBlackWhiteInverseGrayScale = 4; + const long msoBlackWhiteLightGrayScale = 3; + const long msoBlackWhiteMixed = -2; + const long msoBlackWhiteWhite = 9; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonSetType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonSetType.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_office_MsoButtonSetType_idl__ +#define __ooo_vba_office_MsoButtonSetType_idl__ + +module ooo { module vba { module office { + constants MsoButtonSetType { + const long msoButtonSetAbortRetryIgnore = 10; + const long msoButtonSetBackClose = 6; + const long msoButtonSetBackNextClose = 8; + const long msoButtonSetBackNextSnooze = 12; + const long msoButtonSetCancel = 2; + const long msoButtonSetNextClose = 7; + const long msoButtonSetNone = 0; + const long msoButtonSetOK = 1; + const long msoButtonSetOkCancel = 3; + const long msoButtonSetRetryCancel = 9; + const long msoButtonSetSearchClose = 11; + const long msoButtonSetTipsOptionsClose = 13; + const long msoButtonSetYesAllNoCancel = 14; + const long msoButtonSetYesNo = 4; + const long msoButtonSetYesNoCancel = 5; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonState.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonState.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonState.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonState.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_office_MsoButtonState_idl__ +#define __ooo_vba_office_MsoButtonState_idl__ + +module ooo { module vba { module office { + constants MsoButtonState { + const long msoButtonDown = -1; + const long msoButtonMixed = 2; + const long msoButtonUp = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyle.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyle.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_office_MsoButtonStyle_idl__ +#define __ooo_vba_office_MsoButtonStyle_idl__ + +module ooo { module vba { module office { + constants MsoButtonStyle { + const long msoButtonAutomatic = 0; + const long msoButtonCaption = 2; + const long msoButtonIcon = 1; + const long msoButtonIconAndCaption = 3; + const long msoButtonIconAndCaptionBelow = 11; + const long msoButtonIconAndWrapCaption = 7; + const long msoButtonIconAndWrapCaptionBelow = 15; + const long msoButtonWrapCaption = 14; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoButtonStyleHidden.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_office_MsoButtonStyleHidden_idl__ +#define __ooo_vba_office_MsoButtonStyleHidden_idl__ + +module ooo { module vba { module office { + constants MsoButtonStyleHidden { + const long msoButtonTextBelow = 8; + const long msoButtonWrapText = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutAngleType.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_office_MsoCalloutAngleType_idl__ +#define __ooo_vba_office_MsoCalloutAngleType_idl__ + +module ooo { module vba { module office { + constants MsoCalloutAngleType { + const long msoCalloutAngle30 = 2; + const long msoCalloutAngle45 = 3; + const long msoCalloutAngle60 = 4; + const long msoCalloutAngle90 = 5; + const long msoCalloutAngleAutomatic = 1; + const long msoCalloutAngleMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutDropType.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_office_MsoCalloutDropType_idl__ +#define __ooo_vba_office_MsoCalloutDropType_idl__ + +module ooo { module vba { module office { + constants MsoCalloutDropType { + const long msoCalloutDropBottom = 4; + const long msoCalloutDropCenter = 3; + const long msoCalloutDropCustom = 1; + const long msoCalloutDropMixed = -2; + const long msoCalloutDropTop = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCalloutType.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_office_MsoCalloutType_idl__ +#define __ooo_vba_office_MsoCalloutType_idl__ + +module ooo { module vba { module office { + constants MsoCalloutType { + const long msoCalloutFour = 4; + const long msoCalloutMixed = -2; + const long msoCalloutOne = 1; + const long msoCalloutThree = 3; + const long msoCalloutTwo = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCharacterSet.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCharacterSet.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCharacterSet.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCharacterSet.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_office_MsoCharacterSet_idl__ +#define __ooo_vba_office_MsoCharacterSet_idl__ + +module ooo { module vba { module office { + constants MsoCharacterSet { + const long msoCharacterSetArabic = 1; + const long msoCharacterSetCyrillic = 2; + const long msoCharacterSetEnglishWesternEuropeanOtherLatinScript = 3; + const long msoCharacterSetGreek = 4; + const long msoCharacterSetHebrew = 5; + const long msoCharacterSetJapanese = 6; + const long msoCharacterSetKorean = 7; + const long msoCharacterSetMultilingualUnicode = 8; + const long msoCharacterSetSimplifiedChinese = 9; + const long msoCharacterSetThai = 10; + const long msoCharacterSetTraditionalChinese = 11; + const long msoCharacterSetVietnamese = 12; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoColorType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoColorType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoColorType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoColorType.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_office_MsoColorType_idl__ +#define __ooo_vba_office_MsoColorType_idl__ + +module ooo { module vba { module office { + constants MsoColorType { + const long msoColorTypeCMS = 4; + const long msoColorTypeCMYK = 3; + const long msoColorTypeInk = 5; + const long msoColorTypeMixed = -2; + const long msoColorTypeRGB = 1; + const long msoColorTypeScheme = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoComboStyle.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoComboStyle.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoComboStyle.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoComboStyle.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_office_MsoComboStyle_idl__ +#define __ooo_vba_office_MsoComboStyle_idl__ + +module ooo { module vba { module office { + constants MsoComboStyle { + const long msoComboLabel = 1; + const long msoComboNormal = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCommandBarButtonHyperlinkType.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_office_MsoCommandBarButtonHyperlinkType_idl__ +#define __ooo_vba_office_MsoCommandBarButtonHyperlinkType_idl__ + +module ooo { module vba { module office { + constants MsoCommandBarButtonHyperlinkType { + const long msoCommandBarButtonHyperlinkInsertPicture = 2; + const long msoCommandBarButtonHyperlinkNone = 0; + const long msoCommandBarButtonHyperlinkOpen = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCondition.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCondition.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCondition.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoCondition.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,104 @@ +/************************************************************** + * + * 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_office_MsoCondition_idl__ +#define __ooo_vba_office_MsoCondition_idl__ + +module ooo { module vba { module office { + constants MsoCondition { + const long msoConditionAnyNumberBetween = 34; + const long msoConditionAnytime = 25; + const long msoConditionAnytimeBetween = 26; + const long msoConditionAtLeast = 36; + const long msoConditionAtMost = 35; + const long msoConditionBeginsWith = 11; + const long msoConditionDoesNotEqual = 33; + const long msoConditionEndsWith = 12; + const long msoConditionEquals = 32; + const long msoConditionEqualsCompleted = 66; + const long msoConditionEqualsDeferred = 68; + const long msoConditionEqualsHigh = 60; + const long msoConditionEqualsInProgress = 65; + const long msoConditionEqualsLow = 58; + const long msoConditionEqualsNormal = 59; + const long msoConditionEqualsNotStarted = 64; + const long msoConditionEqualsWaitingForSomeoneElse = 67; + const long msoConditionFileTypeAllFiles = 1; + const long msoConditionFileTypeBinders = 6; + const long msoConditionFileTypeCalendarItem = 45; + const long msoConditionFileTypeContactItem = 46; + const long msoConditionFileTypeDatabases = 7; + const long msoConditionFileTypeDataConnectionFiles = 51; + const long msoConditionFileTypeDesignerFiles = 56; + const long msoConditionFileTypeDocumentImagingFiles = 54; + const long msoConditionFileTypeExcelWorkbooks = 4; + const long msoConditionFileTypeJournalItem = 48; + const long msoConditionFileTypeMailItem = 44; + const long msoConditionFileTypeNoteItem = 47; + const long msoConditionFileTypeOfficeFiles = 2; + const long msoConditionFileTypeOutlookItems = 43; + const long msoConditionFileTypePhotoDrawFiles = 50; + const long msoConditionFileTypePowerPointPresentations = 5; + const long msoConditionFileTypeProjectFiles = 53; + const long msoConditionFileTypePublisherFiles = 52; + const long msoConditionFileTypeTaskItem = 49; + const long msoConditionFileTypeTemplates = 8; + const long msoConditionFileTypeVisioFiles = 55; + const long msoConditionFileTypeWebPages = 57; + const long msoConditionFileTypeWordDocuments = 3; + const long msoConditionFreeText = 42; + const long msoConditionIncludes = 9; + const long msoConditionIncludesFormsOf = 41; + const long msoConditionIncludesNearEachOther = 13; + const long msoConditionIncludesPhrase = 10; + const long msoConditionInTheLast = 31; + const long msoConditionInTheNext = 30; + const long msoConditionIsExactly = 14; + const long msoConditionIsNo = 40; + const long msoConditionIsNot = 15; + const long msoConditionIsYes = 39; + const long msoConditionLastMonth = 22; + const long msoConditionLastWeek = 19; + const long msoConditionLessThan = 38; + const long msoConditionMoreThan = 37; + const long msoConditionNextMonth = 24; + const long msoConditionNextWeek = 21; + const long msoConditionNotEqualToCompleted = 71; + const long msoConditionNotEqualToDeferred = 73; + const long msoConditionNotEqualToHigh = 63; + const long msoConditionNotEqualToInProgress = 70; + const long msoConditionNotEqualToLow = 61; + const long msoConditionNotEqualToNormal = 62; + const long msoConditionNotEqualToNotStarted = 69; + const long msoConditionNotEqualToWaitingForSomeoneElse = 72; + const long msoConditionOn = 27; + const long msoConditionOnOrAfter = 28; + const long msoConditionOnOrBefore = 29; + const long msoConditionThisMonth = 23; + const long msoConditionThisWeek = 20; + const long msoConditionToday = 17; + const long msoConditionTomorrow = 18; + const long msoConditionYesterday = 16; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnector.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnector.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnector.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoConnector.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_office_MsoConnector_idl__ +#define __ooo_vba_office_MsoConnector_idl__ + +module ooo { module vba { module office { + constants MsoConnector { + const long msoConnectorAnd = 1; + const long msoConnectorOr = 2; + }; +}; }; }; + +#endif
