Searched refs:setLeftMargin (Results 1 – 5 of 5) sorted by relevance
55 virtual void SAL_CALL setLeftMargin( double margin ) throw (css::uno::RuntimeException);
64 void setLeftMargin( sal_Int32 nMargin ){ mnMarL = nMargin; }; in setLeftMargin() function in oox::drawingml::table::TableCell
75 mrTableCell.setLeftMargin( aAttribs.getInteger( XML_marL, 91440 ) ); in createFastChildContext()
186 void SAL_CALL VbaPageSetupBase::setLeftMargin( double margin ) throw (css::uno::RuntimeException) in setLeftMargin() function in VbaPageSetupBase
59 VbaPageSetupBase::setLeftMargin( margin ); in setGutter()
Completed in 21 milliseconds