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

Go to the source code of this file.

Namespaces

namespace  SpacingListBox
 Custom Widget ListBox to hold entries for Spacing & Margin settings of Header/Footer.
 

Enumerations

enum class  SpacingType {
  SPACING_INCH ,
  MARGINS_INCH ,
  SPACING_CM ,
  MARGINS_CM
}
 

Functions

void SpacingListBox::Fill (SpacingType eType, weld::ComboBox &rComboBox)
 

Enumeration Type Documentation

◆ SpacingType

enum class SpacingType
strong
Enumerator
SPACING_INCH 
MARGINS_INCH 
SPACING_CM 
MARGINS_CM 

Definition at line 26 of file spacinglistbox.hxx.