Home
last modified time | relevance | path

Searched refs:mxParaProps (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/vba/
H A Dvbaparagraphformat.cxx43 …ragraphFormat_BASE( rParent, rContext ), mxTextDocument( rTextDocument ), mxParaProps( rParaProps ) in SwVbaParagraphFormat()
54mxParaProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaAdjust") ) ) >>= aP… in getAlignment()
61mxParaProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaAdjust") ), uno::ma… in setAlignment()
67mxParaProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaFirstLineIndent") )… in getFirstLineIndent()
74mxParaProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaFirstLineIndent") )… in setFirstLineIndent()
80mxParaProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaKeepTogether") ) ) … in getKeepTogether()
89mxParaProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaKeepTogether") ), u… in setKeepTogether()
100mxParaProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaSplit") ) ) >>= bKe… in getKeepWithNext()
109mxParaProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaSplit") ), uno::mak… in setKeepWithNext()
120mxParaProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaIsHyphenation") ) )… in getHyphenation()
[all …]
H A Dvbaparagraphformat.hxx38 css::uno::Reference< css::beans::XPropertySet > mxParaProps; member in SwVbaParagraphFormat