Home
last modified time | relevance | path

Searched refs:getBottomMargin (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbapagesetupbase.hxx50 virtual double SAL_CALL getBottomMargin() throw (css::uno::RuntimeException);
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx69 sal_Int32 getBottomMargin() const { return mnMarB; }; in getBottomMargin() function in oox::drawingml::table::TableCell
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx87 double SAL_CALL VbaPageSetupBase::getBottomMargin() throw (css::uno::RuntimeException) in getBottomMargin() function in VbaPageSetupBase
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx139 …pertyValue( sBottomBorder, Any( static_cast< sal_Int32 >( rTableCell.getBottomMargin() / 360 ) ) ); in applyTableCellProperties()

Completed in 17 milliseconds