/* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License or as specified alternatively below. You may obtain a copy of * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Initial Developer of the Original Code is * Julien Chaffraix * Portions created by the Initial Developer are Copyright (C) 2011 the * Initial Developer. All Rights Reserved. * * Major Contributor(s): * * For minor contributions see the git repository. * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 3 or later (the "GPLv3+"), or * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable * instead of those above. */ #include #ifdef __cplusplus extern "C" { #endif sal_Bool safeWrite( int fd, void* data, sal_uInt32 dataSize ); // This function *will* read |count| bytes from |fd|, busy looping // if needed. Don't use it when you don't know if you can request enough // data. It will return sal_False for any partial transfer or error. sal_Bool safeRead( int fd, void* buffer, sal_uInt32 count ); #ifdef __cplusplus } #endif yahoo.co.id>
Change-Id: Icc246e3ee0c6bf7724d7ad5cacd38c6d7893bf0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89657
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
elementary: improve many icons, add more 32 px 2018-09-24T06:52:18+00:00 Rizal Muttaqin riz_17_oke@yahoo.co.id 2018-09-24T03:45:29+00:00 16a0a64e7ec9c25e991d164f540f8e9edaea99af Change-Id: I28f0e7b964a229320ede7accfd3a98e35ef113b6 Reviewed-on: https://gerrit.libreoffice.org/60920 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Change-Id: I28f0e7b964a229320ede7accfd3a98e35ef113b6
Reviewed-on: https://gerrit.libreoffice.org/60920
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Elementary update icon theme 2017-11-07T23:45:39+00:00 andreas kainz kainz.a@gmail.com 2017-11-07T21:14:11+00:00 a6ee721868f444049bf9af59e2cf43ae10502fa8 Change-Id: Ib5ca83bb59e347f912a7876876a69b63662222fb Reviewed-on: https://gerrit.libreoffice.org/44428 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
Change-Id: Ib5ca83bb59e347f912a7876876a69b63662222fb
Reviewed-on: https://gerrit.libreoffice.org/44428
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Tested-by: andreas_kainz <kainz.a@gmail.com>