Home
last modified time | relevance | path

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

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbapagesetupbase.hxx54 virtual double SAL_CALL getLeftMargin() throw (css::uno::RuntimeException);
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx63 sal_Int32 getLeftMargin() const { return mnMarL; }; in getLeftMargin() function in oox::drawingml::table::TableCell
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx171 double SAL_CALL VbaPageSetupBase::getLeftMargin() throw (css::uno::RuntimeException) in getLeftMargin() function in VbaPageSetupBase
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx58 double margin = VbaPageSetupBase::getLeftMargin() + _gutter; in setGutter()
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx138 …xPropSet->setPropertyValue( sLeftBorder, Any( static_cast< sal_Int32 >( rTableCell.getLeftMargin()… in applyTableCellProperties()

Completed in 21 milliseconds