2000-09-18 11:15:01 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: unoprnms.hxx,v $
|
|
|
|
*
|
2001-06-06 04:41:26 -05:00
|
|
|
* $Revision: 1.64 $
|
2000-09-18 11:15:01 -05:00
|
|
|
*
|
2001-06-06 04:41:26 -05:00
|
|
|
* last change: $Author: os $ $Date: 2001-06-06 10:41:23 $
|
2000-09-18 11:15:01 -05:00
|
|
|
*
|
|
|
|
* 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 _UNOPRNMS_HXX
|
|
|
|
#define _UNOPRNMS_HXX
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _SAL_TYPES_H_
|
|
|
|
#include <sal/types.h>
|
|
|
|
#endif
|
|
|
|
#ifndef _SOLAR_H
|
|
|
|
#include <tools/solar.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
struct SwPropNameLen
|
|
|
|
{
|
|
|
|
const char* pName;
|
|
|
|
USHORT nNameLen;
|
|
|
|
SwPropNameLen(const char* pString, USHORT nLen) :
|
|
|
|
pName(pString),
|
|
|
|
nNameLen(nLen){}
|
|
|
|
|
|
|
|
operator const char*()const {return pName;}
|
|
|
|
};
|
|
|
|
#define SW_PROP_NAME(aPropName) aPropName.pName, aPropName.nNameLen
|
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOLLOW_STYLE;
|
|
|
|
|
|
|
|
//extern const sal_Char* __FAR_DATA UNO_NAME_FOLLOW_STYLE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_PHYSICAL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_AUTO_UPDATE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DISPLAY_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_GRAPHIC_URL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_GRAPHIC_FILTER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_GRAPHIC_URL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_GRAPHIC_FILTER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_GRAPHIC_URL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_GRAPHIC_FILTER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BACK_GRAPHIC_URL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BACK_GRAPHIC_FILTER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BACK_GRAPHIC_LOCATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BACK_GRAPHIC_BITMAP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_URL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_FILTER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_LOCATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_SIZE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_BITMAP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BULLET_FONT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_GRAPHIC_LOCATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_GRAPHIC_LOCATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_GRAPHIC_LOCATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LEFT_PARA_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_RIGHT_PARA_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LEFT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_RIGHT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LEFT_MARGIN_RELATIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_RIGHT_MARGIN_RELATIVE ;
|
2001-04-17 08:13:40 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_AUTO_FIRST_LINE_INDENT ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_FIRST_LINE_INDENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_FIRST_LINE_INDENT_RELATIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_HYPHENATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_HYPHENATION_MAX_LEADING_CHARS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_HYPHENATION_MAX_TRAILING_CHARS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_HYPHENATION_MAX_HYPHENS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LEFT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RIGHT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_LEFT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_RIGHT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_LEFT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_RIGHT_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_RANGE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_ALIGNMENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BULLET_FONT_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BULLET_ID ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ANCHOR_CHAR_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SUFFIX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PREFIX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARENT_NUMBERING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_START_WITH ;
|
2000-11-09 07:13:20 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_FAMILY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_CHAR_SET ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_PITCH ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_POSTURE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_WEIGHT ;
|
2000-11-09 07:13:20 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_LOCALE ;
|
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_NAME_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_STYLE_NAME_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_FAMILY_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_CHAR_SET_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_PITCH_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_POSTURE_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_WEIGHT_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_HEIGHT_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_LOCALE_ASIAN ;
|
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_NAME_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_STYLE_NAME_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_FAMILY_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_CHAR_SET_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FONT_PITCH_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_POSTURE_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_WEIGHT_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_HEIGHT_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_LOCALE_COMPLEX ;
|
|
|
|
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_AUTO_KERNING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_UNDERLINE ;
|
2000-11-23 04:16:56 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_UNDERLINE_COLOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_UNDERLINE_HAS_COLOR ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_ESCAPEMENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_CASE_MAP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_SHADOWED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_STRIKEOUT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_CROSSED_OUT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_NO_HYPHENATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_AUTO_ESCAPEMENT ;
|
2001-02-14 03:10:55 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_PROP_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_DIFF_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_PROP_HEIGHT_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_DIFF_HEIGHT_ASIAN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_PROP_HEIGHT_COMPLEX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_DIFF_HEIGHT_COMPLEX ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_ESCAPEMENT_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_COLOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_FLASH ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_KERNING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_BACK_COLOR ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_BACK_TRANSPARENT ;
|
2000-11-23 04:16:56 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_COMBINE_IS_ON;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_COMBINE_PREFIX;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_COMBINE_SUFFIX;
|
|
|
|
|
2001-02-14 08:26:53 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_EMPHASIS;
|
2000-11-23 04:16:56 -06:00
|
|
|
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LINE_SPACING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_TOP_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_BOTTOM_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_TOP_MARGIN_RELATIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_BOTTOM_MARGIN_RELATIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_EXPAND_SINGLE_WORD ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_END_NOTICE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_EMBEDDED_OBJECTS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ALPHABETICAL_SEPARATORS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BACKGROUND_COLOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BEGIN_NOTICE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CASE_SENSITIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FRAME_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_LEVEL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_START_VALUE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_IS_NUMBER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_COMBINE_ENTRIES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_COUNT_LINES_IN_FRAMES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DDE_COMMAND_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DDE_COMMAND_FILE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DDE_COMMAND_ELEMENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_AUTOMATIC_UPDATE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DEFAULT_TABSTOP_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DROP_CAP_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DROP_CAP_WHOLE_WORD ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DROP_CAP_CHAR_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FILE_LINK ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHICS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_PROTECTED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_KEY_AS_ENTRY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_KEEP_TOGETHER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_KEEP_TOGETHER ;
|
2000-10-25 06:49:28 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_LANDSCAPE ;
|
2000-12-11 13:00:34 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_TEXT ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_MARKS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBER_POSITION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_OUTLINES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PAGE_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PAGE_STYLE_LAYOUT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_ADJUST ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_REGISTER_MODE_ACTIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LAST_LINE_ADJUST ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LINE_NUMBER_COUNT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LINE_NUMBER_START_VALUE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BACK_COLOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_BACK_COLOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_WIDOWS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_ORPHANS ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_BACK_TRANSPARENT ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_POSITION_END_OF_DOC ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_POSITION_PROTECTED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ALTERNATIVE_TEXT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRIMARY_KEY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_TABLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_GRAPHICS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_REVERSED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_PROSPECT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_CONTROLS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_DRAWINGS ;
|
2001-04-03 08:42:47 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_RIGHT_PAGES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_LEFT_PAGES ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_BLACK_FONTS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINTER_PAPER_TRAY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_PAGE_BACKGROUND ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_ANNOTATION_MODE ;
|
2001-04-03 08:42:47 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_FAX_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT_PAPER_FROM_SETUP ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REGISTER_MODE_ACTIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RELATIVE_WIDTH ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RELATIVE_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REPEAT_HEADLINE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_BACKWARDS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_SIMILARITY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_IN_SELECTION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_CASE_SENSITIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_SIMILARITY_ADD ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_SIMILARITY_RELAX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_SIMILARITY_REMOVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_REGULAR_EXPRESSION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_SIMILARITY_EXCHANGE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SECONDARY_KEY ;
|
2000-12-11 13:00:34 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_INTERVAL ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_BREAKS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_SPACES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_TABLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_GRAPHICS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_DRAWINGS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_TABSTOPS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_VERT_RULER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_PARA_BREAKS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_HIDDEN_TEXT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_ANNOTATIONS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_SOFT_HYPHENS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_VERT_SCROLL_BAR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_HORI_SCROLL_BAR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_FIELD_COMMANDS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_TEXT_BOUNDARIES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_PROTECTED_SPACES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_TABLE_BOUNDARIES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_HIDDEN_PARAGRAPHS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_INDEX_MARK_BACKGROUND ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_FOOTNOTE_BACKGROUND ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_TEXT_FIELD_BACKGROUND ;
|
2001-01-15 04:00:22 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SYNC_WIDTH_TO_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SYNC_HEIGHT_TO_WIDTH ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SIZE_PROTECTED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SMOOTH_SCROLLING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SOLID_MARK_HANDLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TABLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_FRAMES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_COLUMNS ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BACK_TRANSPARENT ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_PP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USER_METRIC ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ANCHOR_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ANCHOR_TYPES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ANCHOR_PAGE_NO ;
|
2001-03-12 05:30:40 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ANCHOR_FRAME;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_AUTHOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BREAK_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAIN_NEXT_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAIN_PREV_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAPTER_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CLIENT_MAP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CONDITION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CONTENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_CONTOURED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CONTOUR_OUTSIDE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CONTENT_PROTECTED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_COUNT_EMPTY_LINES ;
|
2000-11-16 05:30:48 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RESTART_AT_EACH_PAGE;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATA_BASE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATA_TABLE_NAME ;
|
2001-02-21 05:13:10 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATA_COMMAND_TYPE;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATA_COLUMN_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_DATA_BASE_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_DATE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_EDIT_IN_READONLY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FALSE_CONTENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FILE_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_FIXED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_COUNTING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FORMULA ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FRAME_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FULL_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_AUTO_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SIZE_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HINT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HORI_ORIENT ;
|
2000-10-24 04:00:22 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HORI_MIRRORED_ON_EVEN_PAGES;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HORI_MIRRORED_ON_ODD_PAGES;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HORI_ORIENT_RELATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HORI_ORIENT_POSITION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HYPER_LINK_U_R_L ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HYPER_LINK_TARGET ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HYPER_LINK_NAME ;
|
2001-01-02 07:29:24 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HYPER_LINK_EVENTS;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_INFO_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_INFO_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_INPUT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LEVEL ;
|
2000-12-11 13:00:34 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_INTERVAL ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LINK_REGION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_MACRO ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SPLIT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_SPLIT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBER_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_RULES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_OFFSET ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ON ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_OPAQUE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PAGE_TOGGLE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PAGE_DESC_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PAGE_NUMBER_OFFSET ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PLACEHOLDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PLACEHOLDER_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PRINT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REFERENCE_FIELD_PART ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REFERENCE_FIELD_SOURCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REGISTER_PARAGRAPH_STYLE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SCRIPT_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_ALL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEARCH_WORDS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEQUENCE_VALUE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SERVER_MAP ;
|
2001-03-28 03:08:33 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IMAGE_MAP ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SET_NUMBER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHADOW_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_HORI_RULER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SIZE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ACTUAL_SIZE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SOURCE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_START_AT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_STATISTIC_TYPE_ID ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SUB_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SURROUND ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_EXPRESSION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SHOW_FORMULA ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_WRAP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SURROUND_CONTOUR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SURROUND_ANCHORONLY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TABLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TABSTOPS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TITLE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TOP_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BOTTOM_MARGIN ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TRUE_CONTENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_URL_CONTENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USERTEXT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USER_DATA_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VALUE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VARIABLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VARIABLE_SUBTYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VERT_ORIENT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VERT_MIRRORED ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VERT_ORIENT_POSITION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VERT_ORIENT_RELATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_VISIBLE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_WIDTH ;
|
2001-04-19 04:44:37 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_WORD_MODE ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_CROP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHARACTER_FORMAT_NONE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_POSITION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DOCUMENT_INDEX_MARK ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DOCUMENT_INDEX ;
|
2001-02-20 06:46:04 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_GLOBAL_DOCUMENT_SECTION;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_FIELD ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BOOKMARK ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_TABLE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CELL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_FRAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REFERENCE_MARK ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_SECTION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHART_ROW_AS_LABEL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHART_COLUMN_AS_LABEL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TABLE_COLUMS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LEFT_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RIGHT_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TOP_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BOTTOM_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LEFT_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RIGHT_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TOP_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BOTTOM_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TABLE_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TABLE_COLUMN_SEPARATORS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TABLE_COLUMN_RELATIVE_SUM ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_TEXT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_TEXT_LEFT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_TEXT_RIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_TEXT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_TEXT_LEFT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_TEXT_RIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_BACK_COLOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_GRAPHIC ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_BACK_TRANSPARENT ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_LEFT_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_RIGHT_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_TOP_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_BOTTOM_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_SHADOW_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_BODY_DISTANCE ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_IS_DYNAMIC_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_IS_SHARED ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_HEIGHT ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_IS_ON ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_BACK_COLOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_GRAPHIC ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_BACK_TRANSPARENT ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_LEFT_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_RIGHT_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_TOP_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_BOTTOM_BORDER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_SHADOW_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_BODY_DISTANCE ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_IS_DYNAMIC_HEIGHT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_IS_SHARED ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_HEIGHT ;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_IS_ON ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_OVERWRITE_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LOAD_NUMBERING_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LOAD_PAGE_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LOAD_FRAME_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LOAD_TEXT_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FILE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FILTER_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FILTER_OPTION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PASSWORD ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_COPY_COUNT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_COLLATE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SORT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PAGES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FIRST_LINE_OFFSET ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SYMBOL_TEXT_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USER_INDEX_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REVISION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_UNVISITED_CHAR_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_VISITED_CHAR_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARAGRAPH_COUNT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_WORD_COUNT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_WORD_SEPARATOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHARACTER_COUNT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ZOOM_VALUE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ZOOM_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_MARKS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_OUTLINE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARAGRAPH_STYLE_NAMES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_CHAPTER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_LABELS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_ALPHABETICAL_SEPARATORS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_KEY_AS_ENTRY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_COMBINED_ENTRIES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_CASE_SENSITIVE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_P_P ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_DASH ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_UPPER_CASE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LABEL_CATEGORY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LABEL_DISPLAY_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USE_LEVEL_FROM_SOURCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LEVEL_FORMAT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LEVEL_PARAGRAPH_STYLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RECALC_TAB_STOPS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_MAIN_ENTRY_CHARACTER_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_TABLES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_TEXT_FRAMES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_GRAPHIC_OBJECTS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_EMBEDDED_OBJECTS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_STAR_MATH ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_STAR_CHART ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_STAR_CALC ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_STAR_DRAW ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_OTHER_EMBEDDED_OBJECTS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_INDEX_AUTO_MARK_FILE_U_R_L ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_COMMA_SEPARATED ;
|
2000-11-20 13:28:19 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_RELATIVE_TABSTOPS ;
|
2000-11-21 05:00:41 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CREATE_FROM_LEVEL_PARAGRAPH_STYLES ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_CHANGES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RECORD_CHANGES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_LINK_DISPLAY_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_LINK_DISPLAY_BITMAP ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADING_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SHOW_ONLINE_LAYOUT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_USER_DEFINED_ATTRIBUTES ;
|
2000-10-27 08:23:08 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_USER_DEFINED_ATTRIBUTES ;
|
2000-09-18 11:15:01 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FILE_PATH ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_CHAPTER_NUMBERING_LEVEL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_CONDITIONAL_STYLE_NAME ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAPTER_NUMBERING_LEVEL ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_NUMBERING_SEPARATOR ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_CONTINUOUS_NUMBERING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_AUTOMATIC ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_ABSOLUTE_MARGINS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CATEGORY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DEPENDENT_TEXT_FIELDS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CURRENT_PRESENTATION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADJUST ;
|
2001-03-08 07:14:56 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_INSTANCE_NAME;
|
2000-09-18 11:15:01 -05:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TEXT_PORTION_TYPE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CONTROL_CHARACTER;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_COLLAPSED;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_START;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEQUENCE_NUMBER;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REFERENCE_ID;
|
2000-10-13 08:48:47 -05:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_LEFT_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_RIGHT_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_TOP_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_BOTTOM_BORDER_DISTANCE ;
|
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_LEFT_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_RIGHT_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_TOP_BORDER_DISTANCE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_BOTTOM_BORDER_DISTANCE ;
|
2000-10-17 04:08:51 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_NUMBERING_RESTART;
|
2000-10-19 07:26:48 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HIDE_FIELD_TIPS;
|
2000-10-23 05:23:38 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_USER_DEFINED_ATTRIBUTES;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTER_USER_DEFINED_ATTRIBUTES;
|
2000-10-24 04:00:22 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_SHADOW_FORMAT;
|
2000-10-24 08:26:57 -05:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CONTOUR_POLY_POLYGON;
|
2001-05-04 02:34:39 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_PIXEL_CONTOUR;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_AUTOMATIC_CONTOUR;
|
2000-10-25 06:49:28 -05:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_LINE_WIDTH;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_LINE_COLOR;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_LINE_RELATIVE_HEIGHT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_LINE_VERTIVAL_ALIGNMENT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SEPARATOR_LINE_IS_ON;
|
2000-10-26 04:02:20 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SKIP_HIDDEN_TEXT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SKIP_PROTECTED_TEXT;
|
2000-11-02 08:03:38 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DOCUMENT_INDEX_MARKS;
|
2000-11-08 05:19:40 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_IS_COLLECT_AT_TEXT_END ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_IS_RESTART_NUMBERING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_RESTART_NUMBERING_AT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_IS_OWN_NUMBERING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_NUMBERING_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_NUMBERING_PREFIX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_NUMBERING_SUFFIX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_IS_COLLECT_AT_TEXT_END ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_IS_RESTART_NUMBERING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_RESTART_NUMBERING_AT ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_IS_OWN_NUMBERING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_NUMBERING_TYPE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_NUMBERING_PREFIX ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ENDNOTE_NUMBERING_SUFFIX ;
|
|
|
|
|
2000-11-16 05:30:48 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BRACKET_BEFORE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_BRACKET_AFTER ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_NUMBER_ENTRIES ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SORT_BY_POSITION ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SORT_KEYS ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_SORT_ASCENDING ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SORT_KEY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FIELDS;
|
2000-11-17 09:24:09 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_DATE_TIME_VALUE;
|
2000-11-29 02:31:19 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_ON;
|
2000-11-27 04:13:17 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_Z_ORDER;
|
2000-11-29 04:35:14 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CONTENT_SECTION;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_SECTION;
|
2000-11-29 10:20:06 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_HANGING_PUNCTUATION;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_CHARACTER_DISTANCE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_FORBIDDEN_RULES;
|
2001-04-10 08:18:33 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_VERT_ALIGNMENT;
|
2000-12-14 03:15:25 -06:00
|
|
|
|
2000-12-09 07:04:51 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_MAIN_ENTRY;
|
2000-12-14 03:15:25 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_ROTATION;
|
2000-12-18 06:32:58 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADJUST_LUMINANCE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADJUST_CONTRAST;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADJUST_RED;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADJUST_GREEN;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_ADJUST_BLUE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GAMMA;
|
2000-12-14 03:50:44 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_IS_INVERTED;
|
2000-12-18 06:32:58 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TRANSPARENCY;
|
2000-12-14 03:15:25 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_GRAPHIC_COLOR_MODE;
|
|
|
|
|
2000-12-19 08:58:30 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_AUTHOR;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_DATE_TIME;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_COMMENT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_TYPE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_SUCCESSOR_DATA;
|
2001-01-10 14:11:43 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_IDENTIFIER;
|
2001-03-08 07:14:56 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_IN_HEADER_FOOTER;
|
2000-12-19 08:58:30 -06:00
|
|
|
|
2001-01-11 05:32:20 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_START_REDLINE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_END_REDLINE;
|
2001-01-12 09:15:41 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_START;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_END ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_TEXT;
|
2001-01-17 09:21:33 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_DISPLAY_TYPE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FORBIDDEN_CHARACTERS;
|
2001-02-02 04:48:01 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RUBY_BASE_TEXT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RUBY_TEXT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RUBY_ADJUST;
|
2001-02-19 01:06:16 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RUBY_CHAR_STYLE_NAME;
|
2001-05-21 07:26:45 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_RUBY_IS_ABOVE;
|
2001-02-02 04:48:01 -06:00
|
|
|
|
2001-02-13 01:02:30 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_HEIGHT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_LINE_WEIGHT;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_LINE_COLOR;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_LINE_RELATIVE_WIDTH;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_LINE_ADJUST;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_LINE_TEXT_DISTANCE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_FOOTNOTE_LINE_DISTANCE;
|
|
|
|
|
2001-02-19 01:06:16 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_ROTATION;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_ROTATION_IS_FIT_TO_LINE;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_SCALE_WIDTH;
|
2001-03-21 08:00:30 -06:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TAB_STOP_DISTANCE;
|
|
|
|
|
2001-03-06 08:47:13 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_WIDTH_RELATIVE;
|
2001-03-13 03:43:01 -06:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_CHAR_RELIEF;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_HIDDEN;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_CONDITION_TRUE;
|
2000-09-18 11:15:01 -05:00
|
|
|
|
2001-05-11 06:50:46 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_TWO_DIGIT_YEAR ;
|
2001-05-02 06:37:40 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_PROTECTION_KEY ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_REDLINE_PROTECTION_KEY;
|
2001-05-07 05:55:22 -05:00
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_AUTOMATIC_DISTANCE;
|
2001-06-05 08:50:03 -05:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_AUTOMATIC_CONTROL_FOCUS;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_APPLY_FORM_DESIGN_MODE;
|
2001-06-06 04:41:26 -05:00
|
|
|
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_LOCALE ;
|
|
|
|
extern const SwPropNameLen __FAR_DATA UNO_NAME_SORT_ALGORITHM ;
|
|
|
|
|
2001-03-28 04:33:33 -06:00
|
|
|
#endif
|