Home
last modified time | relevance | path

Searched refs:BOTTOM_BORDER (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ !
H A DExtendedFormat.java60 public static final int BOTTOM_BORDER = 0x04; field in ExtendedFormat
149 if(fmt.getAttribute(Format.BOTTOM_BORDER)) { in ExtendedFormat()
150 fTextAttr[1] |= BOTTOM_BORDER; in ExtendedFormat()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ !
H A DCellStyle.java235 fmt.setAttribute(Format.BOTTOM_BORDER, !value.equals("none")); in handleAttribute()
243 fmt.setAttribute(Format.BOTTOM_BORDER, !value.equals("none")); in handleAttribute()
436 if (fmt.getAttribute(Format.BOTTOM_BORDER)) in writeAttributes()
H A DFormat.java63 final public static int BOTTOM_BORDER = 0x200; field in Format
/trunk/main/sw/source/filter/xml/ !
H A Dxmlexpit.cxx560 case BOTTOM_BORDER: in QueryXMLValue()
661 case BOTTOM_BORDER: in QueryXMLValue()
676 case BOTTOM_BORDER: in QueryXMLValue()
H A Dxmlimpit.cxx458 case BOTTOM_BORDER: in PutXMLValue()
482 if( BOTTOM_BORDER == nMemberId || ALL_BORDER == nMemberId ) in PutXMLValue()
H A Dxmlitemm.cxx265 MAP_ENTRY( FO, BORDER_BOTTOM, RES_BOX, BOTTOM_BORDER ),
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ !
H A DPocketExcelDecoder.java422 fmt.setAttribute(Format.BOTTOM_BORDER, xf.isBorder(ExtendedFormat.BOTTOM_BORDER)); in readCellFormat()
/trunk/main/sc/source/ui/unoobj/ !
H A Dstyleuno.cxx86 …_BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetCellStyleSet()
181 …BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetPageStyleSet()
302 …BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetHeaderStyleMap()
341 …BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetFooterStyleMap()
H A Dcellsuno.cxx158 …R),ATTR_BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetCellsPropertySet()
257 …R),ATTR_BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetRangePropertySet()
358 …R),ATTR_BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetCellPropertySet()
461 …R),ATTR_BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetColumnPropertySet()
565 …R),ATTR_BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetRowPropertySet()
671 …R),ATTR_BORDER, &::getCppuType((const table::BorderLine*)0), 0, BOTTOM_BORDER | CONVERT_TWIP… in lcl_GetSheetPropertySet()
/trunk/main/sw/source/core/unocore/ !
H A Dunomap.cxx226 … CPPU_E2T(CPPUTYPE_BORDERLINE), PropertyAttribute::MAYBEVOID, BOTTOM_BORDER|CONVERT_TWIPS …
352 …M_BORDER), RES_BOX, CPPU_E2T(CPPUTYPE_BORDERLINE), 0, BOTTOM_BORDER|CONVERT_TWIPS …
449 …M_BORDER), RES_BOX, CPPU_E2T(CPPUTYPE_BORDERLINE), 0, BOTTOM_BORDER|CONVERT_TWIPS …
840 …M_BORDER), RES_BOX, CPPU_E2T(CPPUTYPE_BORDERLINE), 0, BOTTOM_BORDER|CONVERT_TWIPS … in GetPropertyMapEntries()
882 …M_BORDER), RES_BOX, CPPU_E2T(CPPUTYPE_BORDERLINE), 0, BOTTOM_BORDER|CONVERT_TWIPS … in GetPropertyMapEntries()
904 … RES_BOX, CPPU_E2T(CPPUTYPE_BORDERLINE), 0, BOTTOM_BORDER|CONVERT_TWIPS … in GetPropertyMapEntries()
930 … RES_BOX, CPPU_E2T(CPPUTYPE_BORDERLINE), 0, BOTTOM_BORDER|CONVERT_TWIPS … in GetPropertyMapEntries()
1131 …O_NAME_BOTTOM_BORDER), RES_BOX, CPPU_E2T(CPPUTYPE_BORDERLINE), 0, BOTTOM_BORDER|CONVERT_TWIPS … in GetPropertyMapEntries()
H A Dunoframe.cxx752 GetProperty(RES_BOX, CONVERT_TWIPS|BOTTOM_BORDER, pBottom); in FillBaseProperties()
774 bRet &= ((SfxPoolItem&)aBox).PutValue(*pBottom, CONVERT_TWIPS|BOTTOM_BORDER); in FillBaseProperties()
H A Dunotbl.cxx3787 case BOTTOM_BORDER: nValid = VALID_BOTTOM; break; in setPropertyValue()
/trunk/main/editeng/inc/editeng/ !
H A Dmemberids.hrc155 #define BOTTOM_BORDER 4
/trunk/main/sd/source/core/ !
H A Dstlsheet.cxx100 … SDRATTR_TABLE_BORDER, &::getCppuType((const BorderLine*)0), 0, BOTTOM_BORDER }, \ in GetStylePropertySet()
/trunk/main/svx/source/table/ !
H A Dcell.cxx94 … SDRATTR_TABLE_BORDER, &::getCppuType((const BorderLine*)0), 0, BOTTOM_BORDER }, \ in ImplGetSvxCellPropertySet()
/trunk/main/editeng/source/items/ !
H A Dfrmitems.cxx1888 case BOTTOM_BORDER: in QueryValue()
2037 case BOTTOM_BORDER: in PutValue()