Lines Matching refs:SwVbaParagraphFormat

43 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()
117 uno::Any SAL_CALL SwVbaParagraphFormat::getHyphenation() throw (uno::RuntimeException) in getHyphenation()
124 void SAL_CALL SwVbaParagraphFormat::setHyphenation( const uno::Any& _hyphenation ) throw (uno::Runt… in setHyphenation()
137 float SAL_CALL SwVbaParagraphFormat::getLineSpacing() throw (uno::RuntimeException) in getLineSpacing()
144 void SAL_CALL SwVbaParagraphFormat::setLineSpacing( float _linespacing ) throw (uno::RuntimeExcepti… in setLineSpacing()
152 sal_Int32 SAL_CALL SwVbaParagraphFormat::getLineSpacingRule() throw (uno::RuntimeException) in getLineSpacingRule()
159 void SAL_CALL SwVbaParagraphFormat::setLineSpacingRule( sal_Int32 _linespacingrule ) throw (uno::Ru… in setLineSpacingRule()
165 uno::Any SAL_CALL SwVbaParagraphFormat::getNoLineNumber() throw (uno::RuntimeException) in getNoLineNumber()
172 void SAL_CALL SwVbaParagraphFormat::setNoLineNumber( const uno::Any& _nolinenumber ) throw (uno::Ru… in setNoLineNumber()
185 sal_Int32 SAL_CALL SwVbaParagraphFormat::getOutlineLevel() throw (uno::RuntimeException) in getOutlineLevel()
199 void SAL_CALL SwVbaParagraphFormat::setOutlineLevel( sal_Int32 /*_outlinelevel*/ ) throw (uno::Runt… in setOutlineLevel()
204 uno::Any SAL_CALL SwVbaParagraphFormat::getPageBreakBefore() throw (uno::RuntimeException) in getPageBreakBefore()
212 void SAL_CALL SwVbaParagraphFormat::setPageBreakBefore( const uno::Any& _breakbefore ) throw (uno::… in setPageBreakBefore()
241 float SAL_CALL SwVbaParagraphFormat::getSpaceBefore() throw (uno::RuntimeException) in getSpaceBefore()
248 void SAL_CALL SwVbaParagraphFormat::setSpaceBefore( float _space ) throw (uno::RuntimeException) in setSpaceBefore()
254 float SAL_CALL SwVbaParagraphFormat::getSpaceAfter() throw (uno::RuntimeException) in getSpaceAfter()
261 void SAL_CALL SwVbaParagraphFormat::setSpaceAfter( float _space ) throw (uno::RuntimeException) in setSpaceAfter()
267 float SAL_CALL SwVbaParagraphFormat::getLeftIndent() throw (uno::RuntimeException) in getLeftIndent()
274 void SAL_CALL SwVbaParagraphFormat::setLeftIndent( float _leftindent ) throw (uno::RuntimeException) in setLeftIndent()
280 float SAL_CALL SwVbaParagraphFormat::getRightIndent() throw (uno::RuntimeException) in getRightIndent()
287 void SAL_CALL SwVbaParagraphFormat::setRightIndent( float _rightindent ) throw (uno::RuntimeExcepti… in setRightIndent()
293 uno::Any SAL_CALL SwVbaParagraphFormat::getTabStops() throw (uno::RuntimeException) in getTabStops()
298 void SAL_CALL SwVbaParagraphFormat::setTabStops( const uno::Any& /*_tabstops*/ ) throw (uno::Runtim… in setTabStops()
303 uno::Any SAL_CALL SwVbaParagraphFormat::getWidowControl() throw (uno::RuntimeException) in getWidowControl()
316 void SAL_CALL SwVbaParagraphFormat::setWidowControl( const uno::Any& _widowcontrol ) throw (uno::Ru… in setWidowControl()
333 style::LineSpacing SwVbaParagraphFormat::getOOoLineSpacing( float _lineSpace, sal_Int16 mode ) in getOOoLineSpacing()
369 style::LineSpacing SwVbaParagraphFormat::getOOoLineSpacingFromRule( sal_Int32 _linespacingrule ) in getOOoLineSpacingFromRule()
414 float SwVbaParagraphFormat::getMSWordLineSpacing( style::LineSpacing& rLineSpacing ) in getMSWordLineSpacing()
428 sal_Int32 SwVbaParagraphFormat::getMSWordLineSpacingRule( style::LineSpacing& rLineSpacing ) in getMSWordLineSpacingRule()
478 sal_Int16 SwVbaParagraphFormat::getCharHeight() throw (uno::RuntimeException) in getCharHeight()
485 sal_Int32 SwVbaParagraphFormat::getOOoAlignment( sal_Int32 _alignment ) in getOOoAlignment()
518 sal_Int32 SwVbaParagraphFormat::getMSWordAlignment( sal_Int32 _alignment ) in getMSWordAlignment()
552 SwVbaParagraphFormat::getServiceImplName() in getServiceImplName()
559 SwVbaParagraphFormat::getServiceNames() in getServiceNames()