/************************************************************************* * * $RCSfile: toxinit.hxx,v $ * * $Revision: 1.1.1.1 $ * * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (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.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #ifndef _TOXINIT_HXX #define _TOXINIT_HXX class UniString; void SetTOUTableStr(const UniString& rStr); void SetTOUGraphicStr(const UniString& rStr); void SetTOUOLEStr(const UniString& rStr); #endif // _TOXINIT_HXX n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Expand)Author
2013-01-03More hacking on an iOS "Viewer" app that doesn't do much anything yetTor Lillqvist
2012-11-26Use -dead_strip ld flagTor Lillqvist
2012-11-26Drop the components we don't have for iOSTor Lillqvist
2012-11-26Make it link againTor Lillqvist
2012-11-26Use same component map as in the Android DocumentLoaderTor Lillqvist
2012-10-15Add some iOS test code I had forgottenTor Lillqvist
2012-08-28Incomplete hacks on the iOS sc filters-test unit testTor Lillqvist
2012-08-21Link with liblcms2Tor Lillqvist
2012-08-20No libi18npaperlo any moreTor Lillqvist
2012-08-20Just look at $(CC) to find out which arch the tree is forTor Lillqvist
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-06-27Remove commented out code (includes)Thomas Arnhold
2012-06-04Seems that URE_INTERNAL_LIB_DIR is now mandatory (it's pointless on iOS)Tor Lillqvist
2012-04-18More libsTor Lillqvist
2012-04-17More static UNO component linkageTor Lillqvist
2012-04-16Link with libpackage2Tor Lillqvist
2012-04-16We need also unobootstrapprotector nowTor Lillqvist
2012-04-15Add more libs, add the test documentsTor Lillqvist
2012-04-15Link with libfiltergonfigloTor Lillqvist
2012-04-09Add the lo_get_libmap() for this test appTor Lillqvist
2012-03-30Link with more libs, include more configuration filesTor Lillqvist
2012-03-29More libsTor Lillqvist
2012-03-21Initial experiments with static linking of (some) components / servicesTor Lillqvist
2012-03-21Further hacks: include rdb and component files in .app, pass more -env paramsTor Lillqvist
2012-03-21Try setting up some rc filesTor Lillqvist
2012-03-13Setenv SAL_LOG to yes for maximum logging for nowTor Lillqvist
2012-03-08Set SRC_ROOT and OUTDIR_FOR_BUILD (!) to get it get a bit further alongTor Lillqvist
2012-03-08Add more libsTor Lillqvist
2012-03-07Pass parameters to cppunittester's lo_main()Tor Lillqvist
2012-03-07Add Xcode projectTor Lillqvist
2012-03-06more documentation and cleanups for various modules.Michael Meeks
2012-03-05Add "clean" targetTor Lillqvist
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist
2012-03-05More libsTor Lillqvist
2012-03-05We need CoreTextTor Lillqvist
2012-03-01Add more libsTor Lillqvist
2012-02-27Start of sc filters-test for iOSTor Lillqvist