Lines Matching refs:rPropSetHelper
591 MultiPropertySetHelper& rPropSetHelper, in Add() argument
614 if( rPropSetHelper.hasProperty( NUMBERING_RULES_AUTO ) ) in Add()
616 Reference < XIndexReplace > xNumRule(rPropSetHelper.getValue( NUMBERING_RULES_AUTO, in Add()
661 if( rPropSetHelper.hasProperty( PARA_STYLE_NAME_AUTO ) ) in Add()
663 rPropSetHelper.getValue( PARA_STYLE_NAME_AUTO, rPropSet, in Add()
666 if( rPropSetHelper.hasProperty( PARA_CONDITIONAL_STYLE_NAME_AUTO ) ) in Add()
668 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME_AUTO, in Add()
1942 MultiPropertySetHelper& rPropSetHelper) in exportParagraph() argument
1957 if( !rPropSetHelper.checkedProperties() ) in exportParagraph()
1958 rPropSetHelper.hasProperties( xPropSet->getPropertySetInfo() ); in exportParagraph()
1969 Add( XML_STYLE_FAMILY_TEXT_PARAGRAPH, rPropSetHelper, xPropSet ); in exportParagraph()
1978 if( rPropSetHelper.hasProperty( PARA_STYLE_NAME ) ) in exportParagraph()
1981 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
1984 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
2013 if( rPropSetHelper.hasProperty( PARA_CONDITIONAL_STYLE_NAME ) ) in exportParagraph()
2017 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2020 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2034 if( rPropSetHelper.hasProperty( PARA_OUTLINE_LEVEL ) ) //<-end in exportParagraph()
2038 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2042 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2055 if( rPropSetHelper.hasProperty( NUMBERING_IS_NUMBER ) ) in exportParagraph()
2059 rPropSetHelper.getValue( in exportParagraph()
2062 rPropSetHelper.getValue( in exportParagraph()
2067 rPropSetHelper.getValue( in exportParagraph()
2070 rPropSetHelper.getValue( in exportParagraph()
2185 if( rPropSetHelper.hasProperty( TEXT_SECTION ) ) in exportParagraph()
2187 xSection.set(rPropSetHelper.getValue( TEXT_SECTION ), uno::UNO_QUERY); in exportParagraph()