Home
last modified time | relevance | path

Searched refs:SwVbaParagraphFormat (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/ui/vba/
H A Dvbaparagraphformat.cxx43 SwVbaParagraphFormat::SwVbaParagraphFormat( const uno::Reference< ooo::vba::XHelperInterface >& rPa… in SwVbaParagraphFormat() function in SwVbaParagraphFormat
47 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 …]
H A Dvbaparagraphformat.hxx34 class SwVbaParagraphFormat : public SwVbaParagraphFormat_BASE class
50SwVbaParagraphFormat( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css:…
51 virtual ~SwVbaParagraphFormat();
H A Dvbarange.cxx219 …return uno::Reference< word::XParagraphFormat >( new SwVbaParagraphFormat( this, mxContext, mxText… in getParagraphFormat()