Home
last modified time | relevance | path

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

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