Home
last modified time | relevance | path

Searched refs:setLeftMargin (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbapagesetupbase.hxx55 virtual void SAL_CALL setLeftMargin( double margin ) throw (css::uno::RuntimeException);
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx64 void setLeftMargin( sal_Int32 nMargin ){ mnMarL = nMargin; }; in setLeftMargin() function in oox::drawingml::table::TableCell
/trunk/main/oox/source/drawingml/table/
H A Dtablecellcontext.cxx75 mrTableCell.setLeftMargin( aAttribs.getInteger( XML_marL, 91440 ) ); in createFastChildContext()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx186 void SAL_CALL VbaPageSetupBase::setLeftMargin( double margin ) throw (css::uno::RuntimeException) in setLeftMargin() function in VbaPageSetupBase
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx59 VbaPageSetupBase::setLeftMargin( margin ); in setGutter()

Completed in 31 milliseconds