Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLastModified.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLastModified.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLastModified.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLastModified.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_MsoLastModified_idl__ +#define __ooo_vba_office_MsoLastModified_idl__ + +module ooo { module vba { module office { + constants MsoLastModified { + const long msoLastModifiedAnyTime = 7; + const long msoLastModifiedLastMonth = 5; + const long msoLastModifiedLastWeek = 3; + const long msoLastModifiedThisMonth = 6; + const long msoLastModifiedThisWeek = 4; + const long msoLastModifiedToday = 2; + const long msoLastModifiedYesterday = 1; + }; +}; }; }; + +#endif
Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineDashStyle.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_office_MsoLineDashStyle_idl__ +#define __ooo_vba_office_MsoLineDashStyle_idl__ + +module ooo { module vba { module office { + constants MsoLineDashStyle { + const long msoLineDash = 4; + const long msoLineDashDot = 5; + const long msoLineDashDotDot = 6; + const long msoLineDashStyleMixed = -2; + const long msoLineLongDash = 7; + const long msoLineLongDashDot = 8; + const long msoLineRoundDot = 3; + const long msoLineSolid = 1; + const long msoLineSquareDot = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineStyle.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineStyle.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineStyle.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoLineStyle.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_MsoLineStyle_idl__ +#define __ooo_vba_office_MsoLineStyle_idl__ + +module ooo { module vba { module office { + constants MsoLineStyle { + const long msoLineSingle = 1; + const long msoLineStyleMixed = -2; + const long msoLineThickBetweenThin = 5; + const long msoLineThickThin = 4; + const long msoLineThinThick = 3; + const long msoLineThinThin = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMenuAnimation.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_MsoMenuAnimation_idl__ +#define __ooo_vba_office_MsoMenuAnimation_idl__ + +module ooo { module vba { module office { + constants MsoMenuAnimation { + const long msoMenuAnimationNone = 0; + const long msoMenuAnimationRandom = 1; + const long msoMenuAnimationSlide = 3; + const long msoMenuAnimationUnfold = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMixedType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMixedType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMixedType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMixedType.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_MsoMixedType_idl__ +#define __ooo_vba_office_MsoMixedType_idl__ + +module ooo { module vba { module office { + constants MsoMixedType { + const long msoIntegerMixed = 32768; + const long msoSingleMixed = -2147483648; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoModeType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoModeType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoModeType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoModeType.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_MsoModeType_idl__ +#define __ooo_vba_office_MsoModeType_idl__ + +module ooo { module vba { module office { + constants MsoModeType { + const long msoModeAutoDown = 1; + const long msoModeModal = 0; + const long msoModeModeless = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMoveRow.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMoveRow.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMoveRow.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoMoveRow.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_MsoMoveRow_idl__ +#define __ooo_vba_office_MsoMoveRow_idl__ + +module ooo { module vba { module office { + constants MsoMoveRow { + const long msoMoveRowFirst = -4; + const long msoMoveRowNbr = -1; + const long msoMoveRowNext = -2; + const long msoMoveRowPrev = -3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOLEMenuGroup.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_MsoOLEMenuGroup_idl__ +#define __ooo_vba_office_MsoOLEMenuGroup_idl__ + +module ooo { module vba { module office { + constants MsoOLEMenuGroup { + const long msoOLEMenuGroupContainer = 2; + const long msoOLEMenuGroupEdit = 1; + const long msoOLEMenuGroupFile = 0; + const long msoOLEMenuGroupHelp = 5; + const long msoOLEMenuGroupNone = -1; + const long msoOLEMenuGroupObject = 3; + const long msoOLEMenuGroupWindow = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.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_MsoOrgChartLayoutType_idl__ +#define __ooo_vba_office_MsoOrgChartLayoutType_idl__ + +module ooo { module vba { module office { + constants MsoOrgChartLayoutType { + const long msoOrgChartLayoutBothHanging = 2; + const long msoOrgChartLayoutLeftHanging = 3; + const long msoOrgChartLayoutMixed = -2; + const long msoOrgChartLayoutRightHanging = 4; + const long msoOrgChartLayoutStandard = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.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_MsoOrgChartOrientation_idl__ +#define __ooo_vba_office_MsoOrgChartOrientation_idl__ + +module ooo { module vba { module office { + constants MsoOrgChartOrientation { + const long msoOrgChartOrientationMixed = -2; + const long msoOrgChartOrientationVertical = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrientation.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrientation.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrientation.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoOrientation.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_MsoOrientation_idl__ +#define __ooo_vba_office_MsoOrientation_idl__ + +module ooo { module vba { module office { + constants MsoOrientation { + const long msoOrientationHorizontal = 1; + const long msoOrientationMixed = -2; + const long msoOrientationVertical = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPatternType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPatternType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPatternType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPatternType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,80 @@ +/************************************************************** + * + * 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_MsoPatternType_idl__ +#define __ooo_vba_office_MsoPatternType_idl__ + +module ooo { module vba { module office { + constants MsoPatternType { + const long msoPattern10Percent = 2; + const long msoPattern20Percent = 3; + const long msoPattern25Percent = 4; + const long msoPattern30Percent = 5; + const long msoPattern40Percent = 6; + const long msoPattern50Percent = 7; + const long msoPattern5Percent = 1; + const long msoPattern60Percent = 8; + const long msoPattern70Percent = 9; + const long msoPattern75Percent = 10; + const long msoPattern80Percent = 11; + const long msoPattern90Percent = 12; + const long msoPatternDarkDownwardDiagonal = 15; + const long msoPatternDarkHorizontal = 13; + const long msoPatternDarkUpwardDiagonal = 16; + const long msoPatternDarkVertical = 14; + const long msoPatternDashedDownwardDiagonal = 28; + const long msoPatternDashedHorizontal = 32; + const long msoPatternDashedUpwardDiagonal = 27; + const long msoPatternDashedVertical = 31; + const long msoPatternDiagonalBrick = 40; + const long msoPatternDivot = 46; + const long msoPatternDottedDiamond = 24; + const long msoPatternDottedGrid = 45; + const long msoPatternHorizontalBrick = 35; + const long msoPatternLargeCheckerBoard = 36; + const long msoPatternLargeConfetti = 33; + const long msoPatternLargeGrid = 34; + const long msoPatternLightDownwardDiagonal = 21; + const long msoPatternLightHorizontal = 19; + const long msoPatternLightUpwardDiagonal = 22; + const long msoPatternLightVertical = 20; + const long msoPatternMixed = -2; + const long msoPatternNarrowHorizontal = 30; + const long msoPatternNarrowVertical = 29; + const long msoPatternOutlinedDiamond = 41; + const long msoPatternPlaid = 42; + const long msoPatternShingle = 47; + const long msoPatternSmallCheckerBoard = 17; + const long msoPatternSmallConfetti = 37; + const long msoPatternSmallGrid = 23; + const long msoPatternSolidDiamond = 39; + const long msoPatternSphere = 43; + const long msoPatternTrellis = 18; + const long msoPatternWave = 48; + const long msoPatternWeave = 44; + const long msoPatternWideDownwardDiagonal = 25; + const long msoPatternWideUpwardDiagonal = 26; + const long msoPatternZigZag = 38; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPermission.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPermission.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPermission.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPermission.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_office_MsoPermission_idl__ +#define __ooo_vba_office_MsoPermission_idl__ + +module ooo { module vba { module office { + constants MsoPermission { + const long msoPermissionChange = 15; + const long msoPermissionEdit = 2; + const long msoPermissionExtract = 8; + const long msoPermissionFullControl = 64; + const long msoPermissionObjModel = 32; + const long msoPermissionPrint = 16; + const long msoPermissionRead = 1; + const long msoPermissionSave = 4; + const long msoPermissionView = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPictureColorType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPictureColorType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPictureColorType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPictureColorType.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_MsoPictureColorType_idl__ +#define __ooo_vba_office_MsoPictureColorType_idl__ + +module ooo { module vba { module office { + constants MsoPictureColorType { + const long msoPictureAutomatic = 1; + const long msoPictureBlackAndWhite = 3; + const long msoPictureGrayscale = 2; + const long msoPictureMixed = -2; + const long msoPictureWatermark = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetExtrusionDirection.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_office_MsoPresetExtrusionDirection_idl__ +#define __ooo_vba_office_MsoPresetExtrusionDirection_idl__ + +module ooo { module vba { module office { + constants MsoPresetExtrusionDirection { + const long msoExtrusionBottom = 2; + const long msoExtrusionBottomLeft = 3; + const long msoExtrusionBottomRight = 1; + const long msoExtrusionLeft = 6; + const long msoExtrusionNone = 5; + const long msoExtrusionRight = 4; + const long msoExtrusionTop = 8; + const long msoExtrusionTopLeft = 9; + const long msoExtrusionTopRight = 7; + const long msoPresetExtrusionDirectionMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetGradientType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,56 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_office_MsoPresetGradientType_idl__ +#define __ooo_vba_office_MsoPresetGradientType_idl__ + +module ooo { module vba { module office { + constants MsoPresetGradientType { + const long msoGradientBrass = 20; + const long msoGradientCalmWater = 8; + const long msoGradientChrome = 21; + const long msoGradientChromeII = 22; + const long msoGradientDaybreak = 4; + const long msoGradientDesert = 6; + const long msoGradientEarlySunset = 1; + const long msoGradientFire = 9; + const long msoGradientFog = 10; + const long msoGradientGold = 18; + const long msoGradientGoldII = 19; + const long msoGradientHorizon = 5; + const long msoGradientLateSunset = 2; + const long msoGradientMahogany = 15; + const long msoGradientMoss = 11; + const long msoGradientNightfall = 3; + const long msoGradientOcean = 7; + const long msoGradientParchment = 14; + const long msoGradientPeacock = 12; + const long msoGradientRainbow = 16; + const long msoGradientRainbowII = 17; + const long msoGradientSapphire = 24; + const long msoGradientSilver = 23; + const long msoGradientWheat = 13; + const long msoPresetGradientMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingDirection.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_office_MsoPresetLightingDirection_idl__ +#define __ooo_vba_office_MsoPresetLightingDirection_idl__ + +module ooo { module vba { module office { + constants MsoPresetLightingDirection { + const long msoLightingBottom = 8; + const long msoLightingBottomLeft = 7; + const long msoLightingBottomRight = 9; + const long msoLightingLeft = 4; + const long msoLightingNone = 5; + const long msoLightingRight = 6; + const long msoLightingTop = 2; + const long msoLightingTopLeft = 1; + const long msoLightingTopRight = 3; + const long msoPresetLightingDirectionMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.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_MsoPresetLightingSoftness_idl__ +#define __ooo_vba_office_MsoPresetLightingSoftness_idl__ + +module ooo { module vba { module office { + constants MsoPresetLightingSoftness { + const long msoLightingBright = 3; + const long msoLightingDim = 1; + const long msoLightingNormal = 2; + const long msoPresetLightingSoftnessMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetMaterial.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_MsoPresetMaterial_idl__ +#define __ooo_vba_office_MsoPresetMaterial_idl__ + +module ooo { module vba { module office { + constants MsoPresetMaterial { + const long msoMaterialMatte = 1; + const long msoMaterialMetal = 3; + const long msoMaterialPlastic = 2; + const long msoMaterialWireFrame = 4; + const long msoPresetMaterialMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffect.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,62 @@ +/************************************************************** + * + * 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_MsoPresetTextEffect_idl__ +#define __ooo_vba_office_MsoPresetTextEffect_idl__ + +module ooo { module vba { module office { + constants MsoPresetTextEffect { + const long msoTextEffect1 = 0; + const long msoTextEffect10 = 9; + const long msoTextEffect11 = 10; + const long msoTextEffect12 = 11; + const long msoTextEffect13 = 12; + const long msoTextEffect14 = 13; + const long msoTextEffect15 = 14; + const long msoTextEffect16 = 15; + const long msoTextEffect17 = 16; + const long msoTextEffect18 = 17; + const long msoTextEffect19 = 18; + const long msoTextEffect2 = 1; + const long msoTextEffect20 = 19; + const long msoTextEffect21 = 20; + const long msoTextEffect22 = 21; + const long msoTextEffect23 = 22; + const long msoTextEffect24 = 23; + const long msoTextEffect25 = 24; + const long msoTextEffect26 = 25; + const long msoTextEffect27 = 26; + const long msoTextEffect28 = 27; + const long msoTextEffect29 = 28; + const long msoTextEffect3 = 2; + const long msoTextEffect30 = 29; + const long msoTextEffect4 = 3; + const long msoTextEffect5 = 4; + const long msoTextEffect6 = 5; + const long msoTextEffect7 = 6; + const long msoTextEffect8 = 7; + const long msoTextEffect9 = 8; + const long msoTextEffectMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,72 @@ +/************************************************************** + * + * 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_MsoPresetTextEffectShape_idl__ +#define __ooo_vba_office_MsoPresetTextEffectShape_idl__ + +module ooo { module vba { module office { + constants MsoPresetTextEffectShape { + const long msoTextEffectShapeArchDownCurve = 10; + const long msoTextEffectShapeArchDownPour = 14; + const long msoTextEffectShapeArchUpCurve = 9; + const long msoTextEffectShapeArchUpPour = 13; + const long msoTextEffectShapeButtonCurve = 12; + const long msoTextEffectShapeButtonPour = 16; + const long msoTextEffectShapeCanDown = 20; + const long msoTextEffectShapeCanUp = 19; + const long msoTextEffectShapeCascadeDown = 40; + const long msoTextEffectShapeCascadeUp = 39; + const long msoTextEffectShapeChevronDown = 6; + const long msoTextEffectShapeChevronUp = 5; + const long msoTextEffectShapeCircleCurve = 11; + const long msoTextEffectShapeCirclePour = 15; + const long msoTextEffectShapeCurveDown = 18; + const long msoTextEffectShapeCurveUp = 17; + const long msoTextEffectShapeDeflate = 26; + const long msoTextEffectShapeDeflateBottom = 28; + const long msoTextEffectShapeDeflateInflate = 31; + const long msoTextEffectShapeDeflateInflateDeflate = 32; + const long msoTextEffectShapeDeflateTop = 30; + const long msoTextEffectShapeDoubleWave1 = 23; + const long msoTextEffectShapeDoubleWave2 = 24; + const long msoTextEffectShapeFadeDown = 36; + const long msoTextEffectShapeFadeLeft = 34; + const long msoTextEffectShapeFadeRight = 33; + const long msoTextEffectShapeFadeUp = 35; + const long msoTextEffectShapeInflate = 25; + const long msoTextEffectShapeInflateBottom = 27; + const long msoTextEffectShapeInflateTop = 29; + const long msoTextEffectShapeMixed = -2; + const long msoTextEffectShapePlainText = 1; + const long msoTextEffectShapeRingInside = 7; + const long msoTextEffectShapeRingOutside = 8; + const long msoTextEffectShapeSlantDown = 38; + const long msoTextEffectShapeSlantUp = 37; + const long msoTextEffectShapeStop = 2; + const long msoTextEffectShapeTriangleDown = 4; + const long msoTextEffectShapeTriangleUp = 3; + const long msoTextEffectShapeWave1 = 21; + const long msoTextEffectShapeWave2 = 22; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetTexture.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,56 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_office_MsoPresetTexture_idl__ +#define __ooo_vba_office_MsoPresetTexture_idl__ + +module ooo { module vba { module office { + constants MsoPresetTexture { + const long msoPresetTextureMixed = -2; + const long msoTextureBlueTissuePaper = 17; + const long msoTextureBouquet = 20; + const long msoTextureBrownMarble = 11; + const long msoTextureCanvas = 2; + const long msoTextureCork = 21; + const long msoTextureDenim = 3; + const long msoTextureFishFossil = 7; + const long msoTextureGranite = 12; + const long msoTextureGreenMarble = 9; + const long msoTextureMediumWood = 24; + const long msoTextureNewsprint = 13; + const long msoTextureOak = 23; + const long msoTexturePaperBag = 6; + const long msoTexturePapyrus = 1; + const long msoTextureParchment = 15; + const long msoTexturePinkTissuePaper = 18; + const long msoTexturePurpleMesh = 19; + const long msoTextureRecycledPaper = 14; + const long msoTextureSand = 8; + const long msoTextureStationery = 16; + const long msoTextureWalnut = 22; + const long msoTextureWaterDroplets = 5; + const long msoTextureWhiteMarble = 10; + const long msoTextureWovenMat = 4; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoPresetThreeDFormat.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,52 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_office_MsoPresetThreeDFormat_idl__ +#define __ooo_vba_office_MsoPresetThreeDFormat_idl__ + +module ooo { module vba { module office { + constants MsoPresetThreeDFormat { + const long msoPresetThreeDFormatMixed = -2; + const long msoThreeD1 = 1; + const long msoThreeD10 = 10; + const long msoThreeD11 = 11; + const long msoThreeD12 = 12; + const long msoThreeD13 = 13; + const long msoThreeD14 = 14; + const long msoThreeD15 = 15; + const long msoThreeD16 = 16; + const long msoThreeD17 = 17; + const long msoThreeD18 = 18; + const long msoThreeD19 = 19; + const long msoThreeD2 = 2; + const long msoThreeD20 = 20; + const long msoThreeD3 = 3; + const long msoThreeD4 = 4; + const long msoThreeD5 = 5; + const long msoThreeD6 = 6; + const long msoThreeD7 = 7; + const long msoThreeD8 = 8; + const long msoThreeD9 = 9; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoRelativeNodePosition.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_MsoRelativeNodePosition_idl__ +#define __ooo_vba_office_MsoRelativeNodePosition_idl__ + +module ooo { module vba { module office { + constants MsoRelativeNodePosition { + const long msoAfterLastSibling = 4; + const long msoAfterNode = 2; + const long msoBeforeFirstSibling = 3; + const long msoBeforeNode = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScaleFrom.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScaleFrom.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScaleFrom.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScaleFrom.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_MsoScaleFrom_idl__ +#define __ooo_vba_office_MsoScaleFrom_idl__ + +module ooo { module vba { module office { + constants MsoScaleFrom { + const long msoScaleFromBottomRight = 2; + const long msoScaleFromMiddle = 1; + const long msoScaleFromTopLeft = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScreenSize.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScreenSize.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScreenSize.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScreenSize.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_MsoScreenSize_idl__ +#define __ooo_vba_office_MsoScreenSize_idl__ + +module ooo { module vba { module office { + constants MsoScreenSize { + const long msoScreenSize1024x768 = 4; + const long msoScreenSize1152x882 = 5; + const long msoScreenSize1152x900 = 6; + const long msoScreenSize1280x1024 = 7; + const long msoScreenSize1600x1200 = 8; + const long msoScreenSize1800x1440 = 9; + const long msoScreenSize1920x1200 = 10; + const long msoScreenSize544x376 = 0; + const long msoScreenSize640x480 = 1; + const long msoScreenSize720x512 = 2; + const long msoScreenSize800x600 = 3; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLanguage.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_MsoScriptLanguage_idl__ +#define __ooo_vba_office_MsoScriptLanguage_idl__ + +module ooo { module vba { module office { + constants MsoScriptLanguage { + const long msoScriptLanguageASP = 3; + const long msoScriptLanguageJava = 1; + const long msoScriptLanguageOther = 4; + const long msoScriptLanguageVisualBasic = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLocation.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLocation.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLocation.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoScriptLocation.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_MsoScriptLocation_idl__ +#define __ooo_vba_office_MsoScriptLocation_idl__ + +module ooo { module vba { module office { + constants MsoScriptLocation { + const long msoScriptLocationInBody = 2; + const long msoScriptLocationInHead = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSearchIn.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSearchIn.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSearchIn.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSearchIn.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_MsoSearchIn_idl__ +#define __ooo_vba_office_MsoSearchIn_idl__ + +module ooo { module vba { module office { + constants MsoSearchIn { + const long msoSearchInCustom = 3; + const long msoSearchInMyComputer = 0; + const long msoSearchInMyNetworkPlaces = 2; + const long msoSearchInOutlook = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSegmentType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSegmentType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSegmentType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSegmentType.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_MsoSegmentType_idl__ +#define __ooo_vba_office_MsoSegmentType_idl__ + +module ooo { module vba { module office { + constants MsoSegmentType { + const long msoSegmentCurve = 1; + const long msoSegmentLine = 0; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShadowType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShadowType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShadowType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShadowType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,52 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_office_MsoShadowType_idl__ +#define __ooo_vba_office_MsoShadowType_idl__ + +module ooo { module vba { module office { + constants MsoShadowType { + const long msoShadow1 = 1; + const long msoShadow10 = 10; + const long msoShadow11 = 11; + const long msoShadow12 = 12; + const long msoShadow13 = 13; + const long msoShadow14 = 14; + const long msoShadow15 = 15; + const long msoShadow16 = 16; + const long msoShadow17 = 17; + const long msoShadow18 = 18; + const long msoShadow19 = 19; + const long msoShadow2 = 2; + const long msoShadow20 = 20; + const long msoShadow3 = 3; + const long msoShadow4 = 4; + const long msoShadow5 = 5; + const long msoShadow6 = 6; + const long msoShadow7 = 7; + const long msoShadow8 = 8; + const long msoShadow9 = 9; + const long msoShadowMixed = -2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShapeType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShapeType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShapeType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoShapeType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,55 @@ +/************************************************************** + * + * 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_MsoShapeType_idl__ +#define __ooo_vba_office_MsoShapeType_idl__ + +module ooo { module vba { module office { + constants MsoShapeType { + const long msoAutoShape = 1; + const long msoCallout = 2; + const long msoCanvas = 20; + const long msoChart = 3; + const long msoComment = 4; + const long msoDiagram = 21; + const long msoEmbeddedOLEObject = 7; + const long msoFormControl = 8; + const long msoFreeform = 5; + const long msoGroup = 6; + const long msoInk = 22; + const long msoInkComment = 23; + const long msoLine = 9; + const long msoLinkedOLEObject = 10; + const long msoLinkedPicture = 11; + const long msoMedia = 16; + const long msoOLEControlObject = 12; + const long msoPicture = 13; + const long msoPlaceholder = 14; + const long msoScriptAnchor = 18; + const long msoShapeTypeMixed = -2; + const long msoTable = 19; + const long msoTextBox = 17; + const long msoTextEffect = 15; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskPriority.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_MsoSharedWorkspaceTaskPriority_idl__ +#define __ooo_vba_office_MsoSharedWorkspaceTaskPriority_idl__ + +module ooo { module vba { module office { + constants MsoSharedWorkspaceTaskPriority { + const long msoSharedWorkspaceTaskPriorityHigh = 1; + const long msoSharedWorkspaceTaskPriorityLow = 3; + const long msoSharedWorkspaceTaskPriorityNormal = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSharedWorkspaceTaskStatus.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_MsoSharedWorkspaceTaskStatus_idl__ +#define __ooo_vba_office_MsoSharedWorkspaceTaskStatus_idl__ + +module ooo { module vba { module office { + constants MsoSharedWorkspaceTaskStatus { + const long msoSharedWorkspaceTaskStatusCompleted = 3; + const long msoSharedWorkspaceTaskStatusDeferred = 4; + const long msoSharedWorkspaceTaskStatusInProgress = 2; + const long msoSharedWorkspaceTaskStatusNotStarted = 1; + const long msoSharedWorkspaceTaskStatusWaiting = 5; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortBy.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortBy.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortBy.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortBy.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_MsoSortBy_idl__ +#define __ooo_vba_office_MsoSortBy_idl__ + +module ooo { module vba { module office { + constants MsoSortBy { + const long msoSortByFileName = 1; + const long msoSortByFileType = 3; + const long msoSortByLastModified = 4; + const long msoSortByNone = 5; + const long msoSortBySize = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortOrder.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortOrder.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortOrder.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSortOrder.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_MsoSortOrder_idl__ +#define __ooo_vba_office_MsoSortOrder_idl__ + +module ooo { module vba { module office { + constants MsoSortOrder { + const long msoSortOrderAscending = 1; + const long msoSortOrderDescending = 2; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncAvailableType.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_MsoSyncAvailableType_idl__ +#define __ooo_vba_office_MsoSyncAvailableType_idl__ + +module ooo { module vba { module office { + constants MsoSyncAvailableType { + const long msoSyncAvailableAnywhere = 2; + const long msoSyncAvailableNone = 0; + const long msoSyncAvailableOffline = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncCompareType.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_MsoSyncCompareType_idl__ +#define __ooo_vba_office_MsoSyncCompareType_idl__ + +module ooo { module vba { module office { + constants MsoSyncCompareType { + const long msoSyncCompareAndMerge = 0; + const long msoSyncCompareSideBySide = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncConflictResolutionType.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_MsoSyncConflictResolutionType_idl__ +#define __ooo_vba_office_MsoSyncConflictResolutionType_idl__ + +module ooo { module vba { module office { + constants MsoSyncConflictResolutionType { + const long msoSyncConflictClientWins = 0; + const long msoSyncConflictMerge = 2; + const long msoSyncConflictServerWins = 1; + }; +}; }; }; + +#endif Added: openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl?rev=1731782&view=auto ============================================================================== --- openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl (added) +++ openoffice/branches/gbuild-reintegration/main/oovbaapi/ooo/vba/office/MsoSyncErrorType.idl Tue Feb 23 03:35:07 2016 @@ -0,0 +1,48 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + +#ifndef __ooo_vba_office_MsoSyncErrorType_idl__ +#define __ooo_vba_office_MsoSyncErrorType_idl__ + +module ooo { module vba { module office { + constants MsoSyncErrorType { + const long msoSyncErrorCouldNotCompare = 13; + const long msoSyncErrorCouldNotConnect = 2; + const long msoSyncErrorCouldNotOpen = 11; + const long msoSyncErrorCouldNotResolve = 14; + const long msoSyncErrorCouldNotUpdate = 12; + const long msoSyncErrorFileInUse = 6; + const long msoSyncErrorFileNotFound = 4; + const long msoSyncErrorFileTooLarge = 5; + const long msoSyncErrorNone = 0; + const long msoSyncErrorNoNetwork = 15; + const long msoSyncErrorOutOfSpace = 3; + const long msoSyncErrorUnauthorizedUser = 1; + const long msoSyncErrorUnknown = 16; + const long msoSyncErrorUnknownDownload = 10; + const long msoSyncErrorUnknownUpload = 9; + const long msoSyncErrorVirusDownload = 8; + const long msoSyncErrorVirusUpload = 7; + }; +}; }; }; + +#endif
