Searched refs:mnBorderStyle (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/oox/source/ole/ |
H A D | axcontrol.cxx | 921 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 …]
|
/aoo42x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 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()
|
/aoo42x/main/oox/inc/oox/ole/ |
H A D | axcontrol.hxx | 515 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
|
/aoo42x/main/vcl/inc/ |
H A D | brdwin.hxx | 106 sal_uInt16 mnBorderStyle; member in ImplBorderWindow 165 sal_uInt16 GetBorderStyle() const { return mnBorderStyle; } in GetBorderStyle()
|
/aoo42x/main/vcl/source/window/ |
H A D | brdwin.cxx | 1906 mnBorderStyle = WINDOW_BORDER_NORMAL; in ImplInit() 2233 if ( !mbFrameBorder && (mnBorderStyle != nStyle) ) in SetBorderStyle() 2235 mnBorderStyle = nStyle; in SetBorderStyle()
|
Completed in 68 milliseconds