Lines Matching refs:rPropSetHelper

589 								  MultiPropertySetHelper& rPropSetHelper,  in Add()  argument
612 if( rPropSetHelper.hasProperty( NUMBERING_RULES_AUTO ) ) in Add()
614 Reference < XIndexReplace > xNumRule(rPropSetHelper.getValue( NUMBERING_RULES_AUTO, in Add()
659 if( rPropSetHelper.hasProperty( PARA_STYLE_NAME_AUTO ) ) in Add()
661 rPropSetHelper.getValue( PARA_STYLE_NAME_AUTO, rPropSet, in Add()
664 if( rPropSetHelper.hasProperty( PARA_CONDITIONAL_STYLE_NAME_AUTO ) ) in Add()
666 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME_AUTO, in Add()
1940 MultiPropertySetHelper& rPropSetHelper) in exportParagraph() argument
1955 if( !rPropSetHelper.checkedProperties() ) in exportParagraph()
1956 rPropSetHelper.hasProperties( xPropSet->getPropertySetInfo() ); in exportParagraph()
1967 Add( XML_STYLE_FAMILY_TEXT_PARAGRAPH, rPropSetHelper, xPropSet ); in exportParagraph()
1976 if( rPropSetHelper.hasProperty( PARA_STYLE_NAME ) ) in exportParagraph()
1979 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
1982 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
2011 if( rPropSetHelper.hasProperty( PARA_CONDITIONAL_STYLE_NAME ) ) in exportParagraph()
2015 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2018 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2032 if( rPropSetHelper.hasProperty( PARA_OUTLINE_LEVEL ) ) //<-end in exportParagraph()
2036 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2040 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2053 if( rPropSetHelper.hasProperty( NUMBERING_IS_NUMBER ) ) in exportParagraph()
2057 rPropSetHelper.getValue( in exportParagraph()
2060 rPropSetHelper.getValue( in exportParagraph()
2065 rPropSetHelper.getValue( in exportParagraph()
2068 rPropSetHelper.getValue( in exportParagraph()
2183 if( rPropSetHelper.hasProperty( TEXT_SECTION ) ) in exportParagraph()
2185 xSection.set(rPropSetHelper.getValue( TEXT_SECTION ), uno::UNO_QUERY); in exportParagraph()