Searched refs:setRightMargin (Results 1 – 4 of 4) sorted by relevance
53 virtual void SAL_CALL setRightMargin( double margin ) throw (css::uno::RuntimeException);
66 void setRightMargin( sal_Int32 nMargin ){ mnMarR = nMargin; }; in setRightMargin() function in oox::drawingml::table::TableCell
76 mrTableCell.setRightMargin( aAttribs.getInteger( XML_marR, 91440 ) ); in createFastChildContext()
156 void SAL_CALL VbaPageSetupBase::setRightMargin( double margin ) throw (css::uno::RuntimeException) in setRightMargin() function in VbaPageSetupBase
Completed in 18 milliseconds