Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawconnect_curs_height 32 #define drawconnect_curs_x_hot 7 #define drawconnect_curs_y_hot 7 + static const unsigned char drawconnect_curs_bits[] = { - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x80, 0x5f, 0x00, 0x00, 0x80, 0x70, - 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x87, 0x00, 0x00, 0x00, 0xfd, 0x00, - 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x70, + 0x00,0x00,0x80,0x5f, + 0x00,0x00,0x80,0x70, + 0x00,0x00,0x80,0x00, + 0x00,0x00,0x87,0x00, + 0x00,0x00,0xfd,0x00, + 0x00,0x00,0x07,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00};
Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawconnect_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawconnect_mask_width 32 #define drawconnect_mask_height 32 +#define drawconnect_mask_x_hot 7 +#define drawconnect_mask_y_hot 7 + static const unsigned char drawconnect_mask_bits[] = { - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, - 0x00, 0x00, 0xc0, 0xff, 0x00, 0x00, 0xc0, 0xdf, 0x00, 0x00, 0xc0, 0xff, - 0x00, 0x80, 0xcf, 0xf9, 0x00, 0x80, 0xff, 0x01, 0x00, 0x80, 0xfd, 0x01, - 0x00, 0x80, 0xff, 0x01, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0xf8, + 0x00,0x00,0xc0,0xff, + 0x00,0x00,0xc0,0xdf, + 0x00,0x00,0xc0,0xff, + 0x00,0x80,0xcf,0xf9, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xfd,0x01, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0x0f,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawcrook_curs_height 32 #define drawcrook_curs_x_hot 15 #define drawcrook_curs_y_hot 14 + static const unsigned char drawcrook_curs_bits[] = { - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0x7c, 0x3e, 0xff, 0x7f, 0xbb, 0xdd, 0xfe, - 0x7f, 0xbb, 0xdd, 0xfe, 0xf3, 0xb6, 0x6d, 0xcf, 0xed, 0xb6, 0x6d, 0xb7, - 0xdd, 0x75, 0xae, 0xbb, 0xbb, 0x0b, 0xd0, 0xdd, 0xb7, 0xf1, 0x8f, 0xed, - 0x4f, 0x0e, 0x70, 0xf2, 0xbf, 0xf1, 0x8f, 0xfd, 0x5f, 0xfe, 0x7f, 0xfa, - 0xaf, 0xff, 0xff, 0xf5, 0xd7, 0xff, 0xff, 0xeb, 0xef, 0xff, 0xff, 0xf7, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0x7c,0x3e,0xff, + 0x7f,0xbb,0xdd,0xfe, + 0x7f,0xbb,0xdd,0xfe, + 0xf3,0xb6,0x6d,0xcf, + 0xed,0xb6,0x6d,0xb7, + 0xdd,0x75,0xae,0xbb, + 0xbb,0x0b,0xd0,0xdd, + 0xb7,0xf1,0x8f,0xed, + 0x4f,0x0e,0x70,0xf2, + 0xbf,0xf1,0x8f,0xfd, + 0x5f,0xfe,0x7f,0xfa, + 0xaf,0xff,0xff,0xf5, + 0xd7,0xff,0xff,0xeb, + 0xef,0xff,0xff,0xf7, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrook_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawcrook_mask_width 32 #define drawcrook_mask_height 32 +#define drawcrook_mask_x_hot 15 +#define drawcrook_mask_y_hot 14 + static const unsigned char drawcrook_mask_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x83, 0xc1, 0x00, 0x80, 0xc7, 0xe3, 0x01, 0xc0, 0xef, 0xf7, 0x03, - 0xcc, 0xef, 0xf7, 0x33, 0x9e, 0xff, 0xff, 0x79, 0xbf, 0xff, 0xff, 0xfd, - 0x77, 0xff, 0xff, 0xee, 0xee, 0xf6, 0x6f, 0x77, 0xfc, 0xff, 0xff, 0x3f, - 0xb8, 0xff, 0xff, 0x1d, 0xf0, 0xff, 0xff, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, - 0xf8, 0x01, 0x80, 0x1f, 0x7c, 0x00, 0x00, 0x3e, 0x38, 0x00, 0x00, 0x1c, - 0x10, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x83,0xc1,0x00, + 0x80,0xc7,0xe3,0x01, + 0xc0,0xef,0xf7,0x03, + 0xcc,0xef,0xf7,0x33, + 0x9e,0xff,0xff,0x79, + 0xbf,0xff,0xff,0xfd, + 0x77,0xff,0xff,0xee, + 0xee,0xf6,0x6f,0x77, + 0xfc,0xff,0xff,0x3f, + 0xb8,0xff,0xff,0x1d, + 0xf0,0xff,0xff,0x0f, + 0xf0,0x0f,0xf0,0x0f, + 0xf8,0x01,0x80,0x1f, + 0x7c,0x00,0x00,0x3e, + 0x38,0x00,0x00,0x1c, + 0x10,0x00,0x00,0x08, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawcrop_curs_height 32 #define drawcrop_curs_x_hot 9 #define drawcrop_curs_y_hot 9 + static const unsigned char drawcrop_curs_bits[] = { - 0xff, 0x0f, 0xff, 0xff, 0xff, 0x6f, 0xff, 0xff, 0xff, 0x6f, 0xff, 0xff, - 0x07, 0x60, 0xf8, 0xff, 0xf7, 0x6f, 0xfb, 0xff, 0xf7, 0x6f, 0xfb, 0xff, - 0x37, 0x60, 0xf8, 0xff, 0xb7, 0x6f, 0xff, 0xff, 0xb7, 0x6f, 0xff, 0xff, - 0xb7, 0x6f, 0xff, 0xff, 0xb7, 0x6f, 0xff, 0xff, 0xb7, 0x6f, 0xff, 0xff, - 0x30, 0x60, 0xff, 0xff, 0xb6, 0x7f, 0xff, 0xff, 0xb6, 0x7f, 0xff, 0xff, - 0x30, 0x00, 0xff, 0xff, 0xb7, 0xff, 0xff, 0xff, 0xb7, 0xff, 0xff, 0xff, - 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; + 0xff,0x0f,0xff,0xff, + 0xff,0x6f,0xff,0xff, + 0xff,0x6f,0xff,0xff, + 0x07,0x60,0xf8,0xff, + 0xf7,0x6f,0xfb,0xff, + 0xf7,0x6f,0xfb,0xff, + 0x37,0x60,0xf8,0xff, + 0xb7,0x6f,0xff,0xff, + 0xb7,0x6f,0xff,0xff, + 0xb7,0x6f,0xff,0xff, + 0xb7,0x6f,0xff,0xff, + 0xb7,0x6f,0xff,0xff, + 0x30,0x60,0xff,0xff, + 0xb6,0x7f,0xff,0xff, + 0xb6,0x7f,0xff,0xff, + 0x30,0x00,0xff,0xff, + 0xb7,0xff,0xff,0xff, + 0xb7,0xff,0xff,0xff, + 0x87,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawcrop_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawcrop_mask_width 32 #define drawcrop_mask_height 32 +#define drawcrop_mask_x_hot 9 +#define drawcrop_mask_y_hot 9 + static const unsigned char drawcrop_mask_bits[] = { - 0x00, 0xf8, 0x01, 0x00, 0x00, 0xf8, 0x01, 0x00, 0xfc, 0xff, 0x0f, 0x00, - 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00, - 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x0f, 0x00, 0xfc, 0xf8, 0x01, 0x00, - 0xfc, 0xf8, 0x01, 0x00, 0xfc, 0xf8, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00, - 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00, - 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00, 0xfc, 0x00, 0x00, 0x00, - 0xfc, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00,0xf8,0x01,0x00, + 0x00,0xf8,0x01,0x00, + 0xfc,0xff,0x0f,0x00, + 0xfc,0xff,0x0f,0x00, + 0xfc,0xff,0x0f,0x00, + 0xfc,0xff,0x0f,0x00, + 0xfc,0xff,0x0f,0x00, + 0xfc,0xff,0x0f,0x00, + 0xfc,0xf8,0x01,0x00, + 0xfc,0xf8,0x01,0x00, + 0xfc,0xf8,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xfc,0x00,0x00,0x00, + 0xfc,0x00,0x00,0x00, + 0xfc,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawellipse_curs_height 32 #define drawellipse_curs_x_hot 7 #define drawellipse_curs_y_hot 7 + static const unsigned char drawellipse_curs_bits[] = { - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x42, 0x00, - 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x81, 0x00, - 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x3c, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00, + 0x00,0x00,0x42,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x42,0x00, + 0x00,0x00,0x3c,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawellipse_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawellipse_mask_width 32 #define drawellipse_mask_height 32 +#define drawellipse_mask_x_hot 7 +#define drawellipse_mask_y_hot 7 + static const unsigned char drawellipse_mask_bits[] = { - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0xff, 0x00, - 0x00, 0x80, 0xe7, 0x01, 0x00, 0x80, 0xc3, 0x01, 0x00, 0x80, 0xc3, 0x01, - 0x00, 0x80, 0xe7, 0x01, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x7e, 0x00, - 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x00,0x00,0x3c,0x00, + 0x00,0x00,0x7e,0x00, + 0x00,0x00,0xff,0x00, + 0x00,0x80,0xe7,0x01, + 0x00,0x80,0xc3,0x01, + 0x00,0x80,0xc3,0x01, + 0x00,0x80,0xe7,0x01, + 0x00,0x00,0xff,0x00, + 0x00,0x00,0x7e,0x00, + 0x00,0x00,0x3c,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawfreehand_curs_height 32 #define drawfreehand_curs_x_hot 8 #define drawfreehand_curs_y_hot 8 + static const unsigned char drawfreehand_curs_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0xfd, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x70, 0x00, 0x02, - 0x00, 0x88, 0x00, 0x02, 0x00, 0x84, 0x00, 0x01, 0x00, 0x84, 0xc0, 0x00, - 0x00, 0x04, 0x3f, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00,0x00,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x7e,0xfd,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x08, + 0x00,0x00,0x00,0x04, + 0x00,0x70,0x00,0x02, + 0x00,0x88,0x00,0x02, + 0x00,0x84,0x00,0x01, + 0x00,0x84,0xc0,0x00, + 0x00,0x04,0x3f,0x00, + 0x00,0x04,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawfreehand_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawfreehand_mask_width 32 #define drawfreehand_mask_height 32 +#define drawfreehand_mask_x_hot 8 +#define drawfreehand_mask_y_hot 8 + static const unsigned char drawfreehand_mask_bits[] = { - 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, - 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, - 0x80, 0x03, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00, - 0xff, 0xff, 0x01, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, - 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x08, - 0x80, 0x03, 0x00, 0x1c, 0x80, 0x73, 0x00, 0x0e, 0x00, 0xf8, 0x00, 0x07, - 0x00, 0xfc, 0x01, 0x07, 0x00, 0xce, 0xc1, 0x03, 0x00, 0xce, 0xff, 0x01, - 0x00, 0x8e, 0xff, 0x00, 0x00, 0x0e, 0x3f, 0x00, 0x00, 0x0e, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x08, + 0x80,0x03,0x00,0x1c, + 0x80,0x73,0x00,0x0e, + 0x00,0xf8,0x00,0x07, + 0x00,0xfc,0x01,0x07, + 0x00,0xce,0xc1,0x03, + 0x00,0xce,0xff,0x01, + 0x00,0x8e,0xff,0x00, + 0x00,0x0e,0x3f,0x00, + 0x00,0x0e,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawline_curs_height 32 #define drawline_curs_x_hot 7 #define drawline_curs_y_hot 7 + static const unsigned char drawline_curs_bits[] = { - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x03, - 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x0c, 0x00, - 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x30, + 0x00,0x00,0x00,0x0c, + 0x00,0x00,0x00,0x03, + 0x00,0x00,0xc0,0x00, + 0x00,0x00,0x30,0x00, + 0x00,0x00,0x0c,0x00, + 0x00,0x00,0x03,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawline_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawline_mask_width 32 #define drawline_mask_height 32 +#define drawline_mask_x_hot 7 +#define drawline_mask_y_hot 7 + static const unsigned char drawline_mask_bits[] = { - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x3f, 0xfe, 0x00, 0x00, 0xbf, 0xfe, 0x00, 0x00, 0x3f, 0xfe, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x70, - 0xc0, 0x01, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0xc0, 0x0f, - 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x3f, 0x00, - 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x3f,0xfe,0x00,0x00, + 0xbf,0xfe,0x00,0x00, + 0x3f,0xfe,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x70, + 0xc0,0x01,0x00,0x7c, + 0x00,0x00,0x00,0x7f, + 0x00,0x00,0xc0,0x0f, + 0x00,0x00,0xf0,0x03, + 0x00,0x00,0xfc,0x00, + 0x00,0x00,0x3f,0x00, + 0x00,0x00,0x0f,0x00, + 0x00,0x00,0x03,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawmirror_curs_height 32 #define drawmirror_curs_x_hot 14 #define drawmirror_curs_y_hot 12 + static const unsigned char drawmirror_curs_bits[] = { - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0x03, 0xf8, 0xf5, 0xff, - 0xfb, 0xfb, 0xee, 0xff, 0x0b, 0xfa, 0xf5, 0xff, 0xeb, 0xfa, 0xfa, 0xff, - 0xeb, 0xfa, 0xfa, 0xff, 0xeb, 0x7a, 0xfd, 0xff, 0xeb, 0x7a, 0xfd, 0xff, - 0xeb, 0xba, 0x7e, 0xff, 0xeb, 0xba, 0xbe, 0xfe, 0xeb, 0x5a, 0x5f, 0xfd, - 0x0b, 0x5a, 0xaf, 0xfa, 0xfb, 0xab, 0xd7, 0xf5, 0x03, 0xa8, 0xeb, 0xeb, - 0xff, 0xd7, 0xf5, 0xf5, 0xff, 0xd7, 0xfa, 0xfa, 0xff, 0x6b, 0x7d, 0xfd, - 0xff, 0xeb, 0xba, 0xfe, 0xff, 0xf5, 0x55, 0xff, 0xff, 0xf5, 0xab, 0xff, - 0xff, 0xfa, 0xd7, 0xff, 0x7f, 0xf7, 0xef, 0xff, 0xff, 0xfa, 0xff, 0xff, - 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xfb,0xff, + 0x03,0xf8,0xf5,0xff, + 0xfb,0xfb,0xee,0xff, + 0x0b,0xfa,0xf5,0xff, + 0xeb,0xfa,0xfa,0xff, + 0xeb,0xfa,0xfa,0xff, + 0xeb,0x7a,0xfd,0xff, + 0xeb,0x7a,0xfd,0xff, + 0xeb,0xba,0x7e,0xff, + 0xeb,0xba,0xbe,0xfe, + 0xeb,0x5a,0x5f,0xfd, + 0x0b,0x5a,0xaf,0xfa, + 0xfb,0xab,0xd7,0xf5, + 0x03,0xa8,0xeb,0xeb, + 0xff,0xd7,0xf5,0xf5, + 0xff,0xd7,0xfa,0xfa, + 0xff,0x6b,0x7d,0xfd, + 0xff,0xeb,0xba,0xfe, + 0xff,0xf5,0x55,0xff, + 0xff,0xf5,0xab,0xff, + 0xff,0xfa,0xd7,0xff, + 0x7f,0xf7,0xef,0xff, + 0xff,0xfa,0xff,0xff, + 0xff,0xfd,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawmirror_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawmirror_mask_width 32 #define drawmirror_mask_height 32 +#define drawmirror_mask_x_hot 14 +#define drawmirror_mask_y_hot 12 + static const unsigned char drawmirror_mask_bits[] = { - 0x00, 0x00, 0x04, 0x00, 0xfe, 0x0f, 0x0e, 0x00, 0xfe, 0x0f, 0x1f, 0x00, - 0xfe, 0x8f, 0x3f, 0x00, 0xfe, 0x0f, 0x1f, 0x00, 0xfe, 0x8f, 0x0f, 0x00, - 0xbe, 0x8f, 0x0f, 0x00, 0xbe, 0xcf, 0x07, 0x00, 0xbe, 0xcf, 0x87, 0x00, - 0xbe, 0xef, 0xc3, 0x01, 0xbe, 0xef, 0xe3, 0x03, 0xfe, 0xff, 0xf1, 0x07, - 0xfe, 0xff, 0x79, 0x0f, 0xfe, 0xff, 0x3c, 0x1e, 0xfe, 0xff, 0x1e, 0x3c, - 0xfe, 0x7f, 0x0f, 0x1e, 0x00, 0xfc, 0x07, 0x0f, 0x00, 0xfe, 0x83, 0x07, - 0x00, 0xbe, 0xc7, 0x03, 0x00, 0x1f, 0xef, 0x01, 0x00, 0x1f, 0xfe, 0x00, - 0x80, 0x0f, 0x7c, 0x00, 0xc0, 0x1d, 0x38, 0x00, 0x80, 0x0f, 0x10, 0x00, - 0x00, 0x07, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00,0x00,0x04,0x00, + 0xfe,0x0f,0x0e,0x00, + 0xfe,0x0f,0x1f,0x00, + 0xfe,0x8f,0x3f,0x00, + 0xfe,0x0f,0x1f,0x00, + 0xfe,0x8f,0x0f,0x00, + 0xbe,0x8f,0x0f,0x00, + 0xbe,0xcf,0x07,0x00, + 0xbe,0xcf,0x87,0x00, + 0xbe,0xef,0xc3,0x01, + 0xbe,0xef,0xe3,0x03, + 0xfe,0xff,0xf1,0x07, + 0xfe,0xff,0x79,0x0f, + 0xfe,0xff,0x3c,0x1e, + 0xfe,0xff,0x1e,0x3c, + 0xfe,0x7f,0x0f,0x1e, + 0x00,0xfc,0x07,0x0f, + 0x00,0xfe,0x83,0x07, + 0x00,0xbe,0xc7,0x03, + 0x00,0x1f,0xef,0x01, + 0x00,0x1f,0xfe,0x00, + 0x80,0x0f,0x7c,0x00, + 0xc0,0x1d,0x38,0x00, + 0x80,0x0f,0x10,0x00, + 0x00,0x07,0x00,0x00, + 0x00,0x02,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawpie_curs_height 32 #define drawpie_curs_x_hot 7 #define drawpie_curs_y_hot 7 + static const unsigned char drawpie_curs_bits[] = { - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x0a, 0x00, - 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0xf9, 0x00, - 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x3c, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x0c,0x00, + 0x00,0x00,0x0a,0x00, + 0x00,0x00,0x09,0x00, + 0x00,0x00,0x09,0x00, + 0x00,0x00,0xf9,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x42,0x00, + 0x00,0x00,0x3c,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpie_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawpie_mask_width 32 #define drawpie_mask_height 32 +#define drawpie_mask_x_hot 7 +#define drawpie_mask_y_hot 7 + static const unsigned char drawpie_mask_bits[] = { - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x1f, 0x00, - 0x00, 0x80, 0x1f, 0x00, 0x00, 0x80, 0xff, 0x01, 0x00, 0x80, 0xff, 0x01, - 0x00, 0x80, 0xfb, 0x01, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x7e, 0x00, - 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x00,0x00,0x1c,0x00, + 0x00,0x00,0x1e,0x00, + 0x00,0x00,0x1f,0x00, + 0x00,0x80,0x1f,0x00, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xfb,0x01, + 0x00,0x00,0xff,0x00, + 0x00,0x00,0x7e,0x00, + 0x00,0x00,0x3c,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawpolygon_curs_height 32 #define drawpolygon_curs_x_hot 7 #define drawpolygon_curs_y_hot 7 + static const unsigned char drawpolygon_curs_bits[] = { - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x83, 0x00, - 0x00, 0x00, 0xc5, 0x00, 0x00, 0x00, 0xa5, 0x00, 0x00, 0x00, 0x99, 0x00, - 0x00, 0x00, 0x89, 0x03, 0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x01, 0x01, - 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x01,0x00, + 0x00,0x00,0x03,0x00, + 0x00,0x00,0x83,0x00, + 0x00,0x00,0xc5,0x00, + 0x00,0x00,0xa5,0x00, + 0x00,0x00,0x99,0x00, + 0x00,0x00,0x89,0x03, + 0x00,0x00,0x01,0x02, + 0x00,0x00,0x01,0x01, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawpolygon_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawpolygon_mask_width 32 #define drawpolygon_mask_height 32 +#define drawpolygon_mask_x_hot 7 +#define drawpolygon_mask_y_hot 7 + static const unsigned char drawpolygon_mask_bits[] = { - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x1e, 0x06, - 0x00, 0x00, 0x1e, 0x07, 0x00, 0x00, 0xbe, 0x07, 0x00, 0x00, 0xfe, 0x07, - 0x00, 0x00, 0xfe, 0x1f, 0x00, 0x00, 0x7e, 0x1f, 0x00, 0x00, 0x3e, 0x1f, - 0x00, 0x00, 0x0e, 0x0e, 0x00, 0x00, 0x0e, 0x07, 0x00, 0x00, 0x0e, 0x03, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x00,0x00,0x06,0x00, + 0x00,0x00,0x0e,0x00, + 0x00,0x00,0x1e,0x06, + 0x00,0x00,0x1e,0x07, + 0x00,0x00,0xbe,0x07, + 0x00,0x00,0xfe,0x07, + 0x00,0x00,0xfe,0x1f, + 0x00,0x00,0x7e,0x1f, + 0x00,0x00,0x3e,0x1f, + 0x00,0x00,0x0e,0x0e, + 0x00,0x00,0x0e,0x07, + 0x00,0x00,0x0e,0x03, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawrect_curs_height 32 #define drawrect_curs_x_hot 7 #define drawrect_curs_y_hot 7 + static const unsigned char drawrect_curs_bits[] = { - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x81, 0x00, - 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x81, 0x00, 0x00, 0x00, 0x81, 0x00, - 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x80,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0xff,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0x81,0x00, + 0x00,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawrect_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawrect_mask_width 32 #define drawrect_mask_height 32 +#define drawrect_mask_x_hot 7 +#define drawrect_mask_y_hot 7 + static const unsigned char drawrect_mask_bits[] = { - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x3f, 0x7e, 0x00, 0x00, 0xbf, 0x7e, 0x00, 0x00, 0x3f, 0x7e, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, - 0x00, 0x80, 0xff, 0x01, 0x00, 0x80, 0xff, 0x01, 0x00, 0x80, 0xff, 0x01, - 0x00, 0x80, 0xc3, 0x01, 0x00, 0x80, 0xc3, 0x01, 0x00, 0x80, 0xff, 0x01, - 0x00, 0x80, 0xff, 0x01, 0x00, 0x80, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xbf,0x7e,0x00,0x00, + 0x3f,0x7e,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0xc0,0x01,0x00,0x00, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xc3,0x01, + 0x00,0x80,0xc3,0x01, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xff,0x01, + 0x00,0x80,0xff,0x01, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define drawtext_curs_height 32 #define drawtext_curs_x_hot 8 #define drawtext_curs_y_hot 8 + static const unsigned char drawtext_curs_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0xfd, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, - 0x00, 0x81, 0x0d, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, - 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, - 0x00, 0x80, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00,0x00,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x7e,0xfd,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x01,0x00,0x00, + 0x00,0x81,0x0d,0x00, + 0x00,0x00,0x02,0x00, + 0x00,0x00,0x02,0x00, + 0x00,0x00,0x02,0x00, + 0x00,0x00,0x02,0x00, + 0x00,0x00,0x02,0x00, + 0x00,0x80,0x0d,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/drawtext_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define drawtext_mask_width 32 #define drawtext_mask_height 32 +#define drawtext_mask_x_hot 8 +#define drawtext_mask_y_hot 8 + static const unsigned char drawtext_mask_bits[] = { - 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, - 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, - 0x80, 0x03, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x01, 0x00, - 0xff, 0xff, 0x01, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, - 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0xc3, 0x1f, 0x00, - 0x80, 0xc3, 0x1f, 0x00, 0x80, 0xc3, 0x1f, 0x00, 0x00, 0x00, 0x07, 0x00, - 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0xc0, 0x1f, 0x00, - 0x00, 0xc0, 0x1f, 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0xff,0xff,0x01,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0x03,0x00,0x00, + 0x80,0xc3,0x1f,0x00, + 0x80,0xc3,0x1f,0x00, + 0x80,0xc3,0x1f,0x00, + 0x00,0x00,0x07,0x00, + 0x00,0x00,0x07,0x00, + 0x00,0x00,0x07,0x00, + 0x00,0xc0,0x1f,0x00, + 0x00,0xc0,0x1f,0x00, + 0x00,0xc0,0x1f,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,13 +24,37 @@ #define fill_curs_height 32 #define fill_curs_x_hot 10 #define fill_curs_y_hot 22 + static const unsigned char fill_curs_bits[] = { - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x80,0x02,0x00,0x00,0x5c,0x0c,0x00,0x00, - 0x2e,0x12,0x00,0x00,0x17,0x38,0x00,0x00,0x0b,0x7c,0x00,0x00,0x5b,0xbe,0x00, - 0x00,0x27,0x9f,0x00,0x00,0xa7,0x4f,0x00,0x00,0xc7,0x27,0x00,0x00,0x87,0x13, - 0x00,0x00,0x06,0x09,0x00,0x00,0x06,0x06,0x00,0x00,0x04,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x03,0x00, + 0x00,0x80,0x02,0x00, + 0x00,0x5c,0x0c,0x00, + 0x00,0x2e,0x12,0x00, + 0x00,0x17,0x38,0x00, + 0x00,0x0b,0x7c,0x00, + 0x00,0x5b,0xbe,0x00, + 0x00,0x27,0x9f,0x00, + 0x00,0xa7,0x4f,0x00, + 0x00,0xc7,0x27,0x00, + 0x00,0x87,0x13,0x00, + 0x00,0x06,0x09,0x00, + 0x00,0x06,0x06,0x00, + 0x00,0x04,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/fill_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,13 +24,37 @@ #define fill_mask_height 32 #define fill_mask_x_hot 10 #define fill_mask_y_hot 22 + static const unsigned char fill_mask_bits[] = { - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x80,0x03,0x00,0x00,0xdc,0x0f,0x00,0x00, - 0xfe,0x1f,0x00,0x00,0xff,0x3f,0x00,0x00,0xff,0x7f,0x00,0x00,0xff,0xff,0x00, - 0x00,0xe7,0xff,0x00,0x00,0xe7,0x7f,0x00,0x00,0xc7,0x3f,0x00,0x00,0x87,0x1f, - 0x00,0x00,0x06,0x0f,0x00,0x00,0x06,0x06,0x00,0x00,0x04,0x00,0x00,0x00,0x04, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x03,0x00, + 0x00,0x80,0x03,0x00, + 0x00,0xdc,0x0f,0x00, + 0x00,0xfe,0x1f,0x00, + 0x00,0xff,0x3f,0x00, + 0x00,0xff,0x7f,0x00, + 0x00,0xff,0xff,0x00, + 0x00,0xe7,0xff,0x00, + 0x00,0xe7,0x7f,0x00, + 0x00,0xc7,0x3f,0x00, + 0x00,0x87,0x1f,0x00, + 0x00,0x06,0x0f,0x00, + 0x00,0x06,0x06,0x00, + 0x00,0x04,0x00,0x00, + 0x00,0x04,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_curs.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_curs.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_curs.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_curs.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -24,15 +24,37 @@ #define hshear_curs_height 32 #define hshear_curs_x_hot 15 #define hshear_curs_y_hot 15 + static const unsigned char hshear_curs_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, - 0x00, 0x3c, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x0c, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x30,0x00,0x00, + 0x00,0x3c,0x00,0x00, + 0x00,0xff,0xff,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0xff,0xff,0x00, + 0x00,0x00,0x3c,0x00, + 0x00,0x00,0x0c,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_mask.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_mask.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_mask.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/hshear_mask.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,30 +7,54 @@ * 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. - * + * *************************************************************/ #define hshear_mask_width 32 #define hshear_mask_height 32 +#define hshear_mask_x_hot 15 +#define hshear_mask_y_hot 15 + static const unsigned char hshear_mask_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, - 0x80, 0xff, 0xff, 0x01, 0x80, 0xff, 0xff, 0x01, 0x80, 0xff, 0xff, 0x01, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0xff, 0x01, - 0x80, 0xff, 0xff, 0x01, 0x80, 0xff, 0xff, 0x01, 0x00, 0x00, 0x3e, 0x00, - 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x70,0x00,0x00, + 0x00,0x7c,0x00,0x00, + 0x80,0xff,0xff,0x01, + 0x80,0xff,0xff,0x01, + 0x80,0xff,0xff,0x01, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x80,0xff,0xff,0x01, + 0x80,0xff,0xff,0x01, + 0x80,0xff,0xff,0x01, + 0x00,0x00,0x3e,0x00, + 0x00,0x00,0x0e,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00}; Modified: openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/invert50.h URL: http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/invert50.h?rev=1858528&r1=1858527&r2=1858528&view=diff ============================================================================== --- openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/invert50.h (original) +++ openoffice/branches/AOO42X/main/vcl/inc/unx/x11_cursors/invert50.h Thu May 2 11:13:38 2019 @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,55 +7,88 @@ * 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. - * + * *************************************************************/ #define invert50_width 32 #define invert50_height 32 + static const unsigned char invert50_bits[] = { #if 1 - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, - 0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, + 0xAA,0xAA,0xAA,0xAA, + 0x55,0x55,0x55,0x55, #else - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, - 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, - 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, 0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, + 0xCC,0xCC,0xCC,0xCC, + 0xCC,0xCC,0xCC,0xCC, + 0x33,0x33,0x33,0x33, + 0x33,0x33,0x33,0x33, #endif };