#include <vbapagesetup.hxx>
Definition at line 31 of file vbapagesetup.hxx.
◆ SwVbaPageSetup()
SwVbaPageSetup::SwVbaPageSetup |
( |
const css::uno::Reference< ooo::vba::XHelperInterface > & |
xParent, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
xContext, |
|
|
const css::uno::Reference< css::frame::XModel > & |
xModel, |
|
|
const css::uno::Reference< css::beans::XPropertySet > & |
xProps |
|
) |
| |
◆ getDifferentFirstPageHeaderFooter()
sal_Bool SAL_CALL SwVbaPageSetup::getDifferentFirstPageHeaderFooter |
( |
| ) |
|
|
overridevirtual |
◆ getFooterDistance()
double SAL_CALL SwVbaPageSetup::getFooterDistance |
( |
| ) |
|
|
overridevirtual |
◆ getGutter()
double SAL_CALL SwVbaPageSetup::getGutter |
( |
| ) |
|
|
overridevirtual |
◆ getHeaderDistance()
double SAL_CALL SwVbaPageSetup::getHeaderDistance |
( |
| ) |
|
|
overridevirtual |
◆ getSectionStart()
sal_Int32 SAL_CALL SwVbaPageSetup::getSectionStart |
( |
| ) |
|
|
override |
◆ getServiceImplName()
OUString SwVbaPageSetup::getServiceImplName |
( |
| ) |
|
|
overridevirtual |
◆ getServiceNames()
uno::Sequence< OUString > SwVbaPageSetup::getServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ getStyleOfFirstPage()
OUString SwVbaPageSetup::getStyleOfFirstPage |
( |
| ) |
const |
|
private |
◆ setDifferentFirstPageHeaderFooter()
void SAL_CALL SwVbaPageSetup::setDifferentFirstPageHeaderFooter |
( |
sal_Bool |
status | ) |
|
|
overridevirtual |
◆ setFooterDistance()
void SAL_CALL SwVbaPageSetup::setFooterDistance |
( |
double |
_footerdistance | ) |
|
|
overridevirtual |
◆ setGutter()
void SAL_CALL SwVbaPageSetup::setGutter |
( |
double |
_gutter | ) |
|
|
overridevirtual |
◆ setHeaderDistance()
void SAL_CALL SwVbaPageSetup::setHeaderDistance |
( |
double |
_headerdistance | ) |
|
|
overridevirtual |
changes the value of TopMargin to the value of new MS-Word-HeaderDistance.
Subtracts the difference between old TopMargin and the new headerDistance from the value of HeaderSpacing (which defines the space between the header and the body of the text). calculates the new HeaderHeight (= height of the header + headerBodyDistance).
- Parameters
-
| headerDistance is the value that is set in MS Word for the distance from the top of the page to the header |
Definition at line 75 of file vbapagesetup.cxx.
◆ setSectionStart()
void SAL_CALL SwVbaPageSetup::setSectionStart |
( |
::sal_Int32 |
_sectionstart | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: