Searched refs:getLeftMargin (Results 1 – 5 of 5) sorted by relevance
54 virtual double SAL_CALL getLeftMargin() throw (css::uno::RuntimeException);
63 sal_Int32 getLeftMargin() const { return mnMarL; }; in getLeftMargin() function in oox::drawingml::table::TableCell
171 double SAL_CALL VbaPageSetupBase::getLeftMargin() throw (css::uno::RuntimeException) in getLeftMargin() function in VbaPageSetupBase
58 double margin = VbaPageSetupBase::getLeftMargin() + _gutter; in setGutter()
138 …xPropSet->setPropertyValue( sLeftBorder, Any( static_cast< sal_Int32 >( rTableCell.getLeftMargin()… in applyTableCellProperties()
Completed in 25 milliseconds