Home
last modified time | relevance | path

Searched refs:mnBorderStyle (Results 1 – 5 of 5) sorted by path

/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx515 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxLabelModel
540 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxImageModel
570 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxMorphDataModelBase
783 sal_Int32 mnBorderStyle; /// Flat border style. member in oox::ole::AxContainerModelBase
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx921 mnBorderStyle( AX_BORDERSTYLE_NONE ), in AxLabelModel()
953 aReader.readIntProperty< sal_uInt16 >( mnBorderStyle ); in importBinaryModel()
974 rConv.convertAxBorder( rPropMap, mnBorderColor, mnBorderStyle, mnSpecialEffect ); in convertProperties()
984 mnBorderStyle( AX_BORDERSTYLE_SINGLE ), in AxImageModel()
1025 aReader.readIntProperty< sal_uInt8 >( mnBorderStyle ); in importBinaryModel()
1047 rConv.convertAxBorder( rPropMap, mnBorderColor, mnBorderStyle, mnSpecialEffect ); in convertProperties()
1060 mnBorderStyle( AX_BORDERSTYLE_NONE ), in AxMorphDataModelBase()
1116 aReader.readIntProperty< sal_uInt8 >( mnBorderStyle ); in importBinaryModel()
1254 rConv.convertAxBorder( rPropMap, mnBorderColor, mnBorderStyle, mnSpecialEffect ); in convertProperties()
1568 mnBorderStyle( AX_BORDERSTYLE_NONE ), in AxContainerModelBase()
[all …]
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx462 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()
/trunk/main/vcl/inc/
H A Dbrdwin.hxx106 sal_uInt16 mnBorderStyle; member in ImplBorderWindow
165 sal_uInt16 GetBorderStyle() const { return mnBorderStyle; } in GetBorderStyle()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1906 mnBorderStyle = WINDOW_BORDER_NORMAL; in ImplInit()
2233 if ( !mbFrameBorder && (mnBorderStyle != nStyle) ) in SetBorderStyle()
2235 mnBorderStyle = nStyle; in SetBorderStyle()

Completed in 41 milliseconds