| /trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ ! |
| H A D | ExtendedFormat.java | 60 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 D | CellStyle.java | 235 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 D | Format.java | 63 final public static int BOTTOM_BORDER = 0x200; field in Format
|
| /trunk/main/sw/source/filter/xml/ ! |
| H A D | xmlexpit.cxx | 560 case BOTTOM_BORDER: in QueryXMLValue() 661 case BOTTOM_BORDER: in QueryXMLValue() 676 case BOTTOM_BORDER: in QueryXMLValue()
|
| H A D | xmlimpit.cxx | 458 case BOTTOM_BORDER: in PutXMLValue() 482 if( BOTTOM_BORDER == nMemberId || ALL_BORDER == nMemberId ) in PutXMLValue()
|
| H A D | xmlitemm.cxx | 265 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 D | PocketExcelDecoder.java | 422 fmt.setAttribute(Format.BOTTOM_BORDER, xf.isBorder(ExtendedFormat.BOTTOM_BORDER)); in readCellFormat()
|
| /trunk/main/sc/source/ui/unoobj/ ! |
| H A D | styleuno.cxx | 86 …_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 D | cellsuno.cxx | 158 …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 D | unomap.cxx | 226 … 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 D | unoframe.cxx | 752 GetProperty(RES_BOX, CONVERT_TWIPS|BOTTOM_BORDER, pBottom); in FillBaseProperties() 774 bRet &= ((SfxPoolItem&)aBox).PutValue(*pBottom, CONVERT_TWIPS|BOTTOM_BORDER); in FillBaseProperties()
|
| H A D | unotbl.cxx | 3787 case BOTTOM_BORDER: nValid = VALID_BOTTOM; break; in setPropertyValue()
|
| /trunk/main/editeng/inc/editeng/ ! |
| H A D | memberids.hrc | 155 #define BOTTOM_BORDER 4
|
| /trunk/main/sd/source/core/ ! |
| H A D | stlsheet.cxx | 100 … SDRATTR_TABLE_BORDER, &::getCppuType((const BorderLine*)0), 0, BOTTOM_BORDER }, \ in GetStylePropertySet()
|
| /trunk/main/svx/source/table/ ! |
| H A D | cell.cxx | 94 … SDRATTR_TABLE_BORDER, &::getCppuType((const BorderLine*)0), 0, BOTTOM_BORDER }, \ in ImplGetSvxCellPropertySet()
|
| /trunk/main/editeng/source/items/ ! |
| H A D | frmitems.cxx | 1888 case BOTTOM_BORDER: in QueryValue() 2037 case BOTTOM_BORDER: in PutValue()
|