/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ package ifc.text; import lib.MultiPropertyTest; /** * Testing com.sun.star.text.FootnoteSettings * service properties : *

* Properties testing is automated by lib.MultiPropertyTest. * @see com.sun.star.text.FootnoteSettings */ public class _FootnoteSettings extends MultiPropertyTest { /** * This property can be VOID, and in case if it is so new * value must be defined. */ public void _CharStyleName() { log.println("Testing with custom Property tester") ; testProperty("CharStyleName", "Endnote Symbol", "Endnote anchor") ; } /** * This property can be VOID, and in case if it is so new * value must be defined. */ public void _PageStyleName() { log.println("Testing with custom Property tester") ; testProperty("PageStyleName", "Standard", "Endnote") ; } /** * This property can be VOID, and in case if it is so new * value must be defined. */ public void _ParaStyleName() { log.println("Testing with custom Property tester") ; testProperty("ParaStyleName", "Standard", "Endnote") ; } /** * This property can be VOID, and in case if it is so new * value must be defined. */ public void _NumberingType() { Short val1 = new Short(com.sun.star.text.FootnoteNumbering.PER_DOCUMENT); Short val2 = new Short(com.sun.star.text.FootnoteNumbering.PER_PAGE); log.println("Testing with custom Property tester") ; testProperty("NumberingType", val1, val2) ; } /** * This property can be VOID, and in case if it is so new * value must be defined. */ public void _FootnoteCounting() { Short val1 = new Short( (short) 1 ); Short val2 = new Short( (short) 2 ); log.println("Testing with custom Property tester") ; testProperty("FootnoteCounting", val1, val2) ; } } 4'>distro/collabora/cp-4.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff

path: root/formula/util
AgeCommit message (Expand)Author
2012-06-28re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-03-23.html files don't need executable bitsMichael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2011-04-21gbuildize formulaDavid Tardon
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2010-10-09CWS changehid: resync to m89Mathias Bauer
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-07-19CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDsMathias Bauer
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, a...sb
2009-10-09#i103496#: SysLocale moved to svlMathias Bauer
2009-10-08#i103496#: some symbols moved from svt to svlMathias Bauer
2009-09-10CWS-TOOLING: integrate CWS os2port06dev300Kurt Zenker
2009-04-30#i10000# build fixIvo Hinkelmann
2009-04-27CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann
2009-02-20#i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.hOliver Bolte
2009-01-08CWS-TOOLING: integrate CWS frmdlgJens-Heiner Rechtien