Searched refs:mnBorderStyle (Results 1 – 5 of 5) sorted by relevance
921 mnBorderStyle( AX_BORDERSTYLE_NONE ), in AxLabelModel()936 …case XML_BorderStyle: mnBorderStyle = AttributeConversion::decodeInteger( rValue ); br… in importProperty()953 aReader.readIntProperty< sal_uInt16 >( mnBorderStyle ); in importBinaryModel()974 rConv.convertAxBorder( rPropMap, mnBorderColor, mnBorderStyle, mnSpecialEffect ); in convertProperties()984 mnBorderStyle( AX_BORDERSTYLE_SINGLE ), in AxImageModel()999 …case XML_BorderStyle: mnBorderStyle = AttributeConversion::decodeInteger( rValue ); … in importProperty()1025 aReader.readIntProperty< sal_uInt8 >( mnBorderStyle ); in importBinaryModel()1047 rConv.convertAxBorder( rPropMap, mnBorderColor, mnBorderStyle, mnSpecialEffect ); in convertProperties()1060 mnBorderStyle( AX_BORDERSTYLE_NONE ), in AxMorphDataModelBase()1086 …case XML_BorderStyle: mnBorderStyle = AttributeConversion::decodeInteger( rValue ); br… in importProperty()[all …]
462 rAxModel.mnBorderStyle = AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()486 … rAxModel.mnBorderStyle = pClientData->mbNo3D ? AX_BORDERSTYLE_SINGLE : AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()530 … rAxModel.mnBorderStyle = pClientData->mbNo3D2 ? AX_BORDERSTYLE_SINGLE : AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()547 … rAxModel.mnBorderStyle = pClientData->mbNo3D2 ? AX_BORDERSTYLE_SINGLE : AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()579 rAxModel.mnBorderStyle = AX_BORDERSTYLE_SINGLE; in createAndInsertClientXShape()
515 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxLabelModel540 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxImageModel570 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxMorphDataModelBase783 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxContainerModelBase
106 sal_uInt16 mnBorderStyle; member in ImplBorderWindow165 sal_uInt16 GetBorderStyle() const { return mnBorderStyle; } in GetBorderStyle()
1906 mnBorderStyle = WINDOW_BORDER_NORMAL; in ImplInit()2233 if ( !mbFrameBorder && (mnBorderStyle != nStyle) ) in SetBorderStyle()2235 mnBorderStyle = nStyle; in SetBorderStyle()