Lines Matching refs:rProp

150 		const beans::PropertyValue& rProp = pPropArray[i];  in exportLevelStyle()  local
152 …if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_NUMBERINGTYPE, sizeof(XML_UNO_NAME_NRULE_NUMBERING… in exportLevelStyle()
154 rProp.Value >>= eType; in exportLevelStyle()
156 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_PREFIX, sizeof(XML_UNO_NAME_NRULE_PREFIX)-1 )… in exportLevelStyle()
158 rProp.Value >>= sPrefix; in exportLevelStyle()
160 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_SUFFIX, sizeof(XML_UNO_NAME_NRULE_SUFFIX)-1 )… in exportLevelStyle()
162 rProp.Value >>= sSuffix; in exportLevelStyle()
164 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_BULLET_CHAR, sizeof(XML_UNO_NAME_NRULE_BULLET… in exportLevelStyle()
167 rProp.Value >>= sValue; in exportLevelStyle()
173 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_BULLET_RELSIZE, sizeof(XML_UNO_NAME_NRULE_BUL… in exportLevelStyle()
175 rProp.Value >>= nBullRelSize; in exportLevelStyle()
177 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_ADJUST, sizeof(XML_UNO_NAME_NRULE_ADJUST)-1 )… in exportLevelStyle()
180 rProp.Value >>= nValue; in exportLevelStyle()
183 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_BULLET_FONT, sizeof(XML_UNO_NAME_NRULE_BULLET… in exportLevelStyle()
186 if( rProp.Value >>= rFDesc ) in exportLevelStyle()
195 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_GRAPHICURL, sizeof(XML_UNO_NAME_NRULE_GRAPHIC… in exportLevelStyle()
197 rProp.Value >>= sImageURL; in exportLevelStyle()
199 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_GRAPHIC_BITMAP, sizeof(XML_UNO_NAME_NRULE_GRA… in exportLevelStyle()
201 rProp.Value >>= xBitmap; in exportLevelStyle()
203 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_BULLET_COLOR, sizeof(XML_UNO_NAME_NRULE_BULLE… in exportLevelStyle()
205 rProp.Value >>= nColor; in exportLevelStyle()
208 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_START_WITH, sizeof(XML_UNO_NAME_NRULE_START_… in exportLevelStyle()
210 rProp.Value >>= nStartValue; in exportLevelStyle()
212 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_LEFT_MARGIN, sizeof(XML_UNO_NAME_NRULE_LEFT_… in exportLevelStyle()
214 rProp.Value >>= nSpaceBefore; in exportLevelStyle()
216 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_FIRST_LINE_OFFSET, sizeof(XML_UNO_NAME_NRULE… in exportLevelStyle()
218 rProp.Value >>= nMinLabelWidth; in exportLevelStyle()
220 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_SYMBOL_TEXT_DISTANCE, sizeof(XML_UNO_NAME_NR… in exportLevelStyle()
222 rProp.Value >>= nMinLabelDist; in exportLevelStyle()
224 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_PARENT_NUMBERING, sizeof(XML_UNO_NAME_NRULE_P… in exportLevelStyle()
226 rProp.Value >>= nDisplayLevels; in exportLevelStyle()
230 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_CHAR_STYLE_NAME, sizeof(XML_UNO_NAME_NRULE_CH… in exportLevelStyle()
232 rProp.Value >>= sTextStyleName; in exportLevelStyle()
234 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_GRAPHIC_SIZE, sizeof(XML_UNO_NAME_NRULE_GRAPH… in exportLevelStyle()
237 if( rProp.Value >>= aSize ) in exportLevelStyle()
243 …else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_VERT_ORIENT, sizeof(XML_UNO_NAME_NRULE_VERT_O… in exportLevelStyle()
246 rProp.Value >>= nValue; in exportLevelStyle()
250 else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_POSITION_AND_SPACE_MODE, in exportLevelStyle()
254 rProp.Value >>= nValue; in exportLevelStyle()
257 else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_LABEL_FOLLOWED_BY, in exportLevelStyle()
261 rProp.Value >>= nValue; in exportLevelStyle()
264 else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_LISTTAB_STOP_POSITION, in exportLevelStyle()
267 rProp.Value >>= nListtabStopPosition; in exportLevelStyle()
269 else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_FIRST_LINE_INDENT, in exportLevelStyle()
272 rProp.Value >>= nFirstLineIndent; in exportLevelStyle()
274 else if( rProp.Name.equalsAsciiL( XML_UNO_NAME_NRULE_INDENT_AT, in exportLevelStyle()
277 rProp.Value >>= nIndentAt; in exportLevelStyle()
962 const beans::PropertyValue& rProp = pPropArray[j]; in GetOutlineStyles() local
964 if( rProp.Name.equalsAsciiL( in GetOutlineStyles()
968 rProp.Value >>= rStyleNames[i]; in GetOutlineStyles()