Searched refs:SwVbaParagraphFormat (Results 1 – 3 of 3) sorted by relevance
43 SwVbaParagraphFormat::SwVbaParagraphFormat( const uno::Reference< ooo::vba::XHelperInterface >& rPa… in SwVbaParagraphFormat() function in SwVbaParagraphFormat47 SwVbaParagraphFormat::~SwVbaParagraphFormat() in ~SwVbaParagraphFormat()51 sal_Int32 SAL_CALL SwVbaParagraphFormat::getAlignment() throw (uno::RuntimeException) in getAlignment()58 void SAL_CALL SwVbaParagraphFormat::setAlignment( sal_Int32 _alignment ) throw (uno::RuntimeExcepti… in setAlignment()64 float SAL_CALL SwVbaParagraphFormat::getFirstLineIndent() throw (uno::RuntimeException) in getFirstLineIndent()71 void SAL_CALL SwVbaParagraphFormat::setFirstLineIndent( float _firstlineindent ) throw (uno::Runtim… in setFirstLineIndent()77 uno::Any SAL_CALL SwVbaParagraphFormat::getKeepTogether() throw (uno::RuntimeException) in getKeepTogether()84 void SAL_CALL SwVbaParagraphFormat::setKeepTogether( const uno::Any& _keeptogether ) throw (uno::Ru… in setKeepTogether()97 uno::Any SAL_CALL SwVbaParagraphFormat::getKeepWithNext() throw (uno::RuntimeException) in getKeepWithNext()104 void SAL_CALL SwVbaParagraphFormat::setKeepWithNext( const uno::Any& _keepwithnext ) throw (uno::Ru… in setKeepWithNext()[all …]
34 class SwVbaParagraphFormat : public SwVbaParagraphFormat_BASE class50 …SwVbaParagraphFormat( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css:…51 virtual ~SwVbaParagraphFormat();
219 …return uno::Reference< word::XParagraphFormat >( new SwVbaParagraphFormat( this, mxContext, mxText… in getParagraphFormat()