LibreOffice Module svx (master) 1
Namespaces | Enumerations | Functions | Variables
framebordertype.hxx File Reference
#include <svx/svxdllapi.h>
Include dependency graph for framebordertype.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  svx
 

Enumerations

enum class  svx::FrameBorderType {
  svx::NONE ,
  svx::Left ,
  svx::Right ,
  svx::Top ,
  svx::Bottom ,
  svx::Horizontal ,
  svx::Vertical ,
  svx::TLBR ,
  svx::BLTR
}
 Enumerates all borders a frame selection control can contain. More...
 

Functions

FrameBorderType svx::GetFrameBorderTypeFromIndex (size_t nIndex)
 Returns the frame border type from a 0-based integer index. More...
 
size_t svx::GetIndexFromFrameBorderType (FrameBorderType eBorder)
 Returns the zero-based index of a valid frame border type. More...
 

Variables

const int svx::FRAMEBORDERTYPE_COUNT = 8
 The number of valid frame border types (excluding FrameBorderType::NONE). More...