Lines Matching refs:xPropSet

344         Reference<XPropertySet> xPropSet(xEnum->nextElement(), UNO_QUERY);  in Fill()  local
345 Reference<XTextContent> xTextContent(xPropSet, UNO_QUERY); in Fill()
346 if(!xPropSet.is() || !xTextContent.is()) in Fill()
349 xPropSet->getPropertyValue(our_sAnchorType) >>= eAnchor; in Fill()
359 xPropSet->getPropertyValue(our_sAnchorFrame), in Fill()
1954 Reference<XPropertySet> xPropSet( rTextContent, UNO_QUERY ); in exportParagraph() local
1958 rPropSetHelper.hasProperties( xPropSet->getPropertySetInfo() ); in exportParagraph()
1969 Add( XML_STYLE_FAMILY_TEXT_PARAGRAPH, rPropSetHelper, xPropSet ); in exportParagraph()
1985 xPropSet ) >>= sStyle; in exportParagraph()
2008 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, xPropSet, sStyle ); in exportParagraph()
2021 xPropSet ) >>= sCondStyle; in exportParagraph()
2024 sCondStyle = Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, xPropSet, in exportParagraph()
2043 xPropSet ) >>= nOutlineLevel; in exportParagraph()
2063 NUMBERING_IS_NUMBER, xPropSet ) >>= bIsNumber; in exportParagraph()
2071 PARA_NUMBERING_STYLENAME, xPropSet ) >>= sListStyleName; in exportParagraph()
2112 xPropSet->getPropertySetInfo()); in exportParagraph()
2117 xPropSet->getPropertyValue(sParaIsNumberingRestart) in exportParagraph()
2137 xPropSet->getPropertyValue(sNumberingStartValue) in exportParagraph()
2178 if( xPropSet->getPropertySetInfo()->hasPropertyByName( sTextSection ) ) in exportParagraph()
2180 xSection.set(xPropSet->getPropertyValue( sTextSection ), uno::UNO_QUERY); in exportParagraph()
2233 Reference<XPropertySet> xPropSet(rTextEnum->nextElement(), UNO_QUERY); in exportTextRangeEnumeration() local
2234 Reference < XTextRange > xTxtRange(xPropSet, uno::UNO_QUERY); in exportTextRangeEnumeration()
2235 Reference<XPropertySetInfo> xPropInfo(xPropSet->getPropertySetInfo()); in exportTextRangeEnumeration()
2240 xPropSet->getPropertyValue(sTextPortionType) >>= sType; in exportTextRangeEnumeration()
2259 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2283 &xPropSet ); in exportTextRangeEnumeration()
2289 exportTextFootnote( xPropSet, xTxtRange->getString(), bAutoStyles, bIsProgress ); in exportTextRangeEnumeration()
2294 exportTextMark( xPropSet, sBookmark, lcl_XmlBookmarkElements, bAutoStyles ); in exportTextRangeEnumeration()
2298 exportTextMark( xPropSet, sReferenceMark, lcl_XmlReferenceElements, bAutoStyles); in exportTextRangeEnumeration()
2302 pIndexMarkExport->ExportIndexMark( xPropSet, bAutoStyles); in exportTextRangeEnumeration()
2307 pRedlineExport->ExportChange( xPropSet, bAutoStyles ); in exportTextRangeEnumeration()
2311 exportRuby( xPropSet, bAutoStyles ); in exportTextRangeEnumeration()
2315 exportMeta( xPropSet, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration()
2319 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2325 …Reference< ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), … in exportTextRangeEnumeration()
2345 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2350 …Reference< ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), … in exportTextRangeEnumeration()
2364 exportSoftPageBreak(xPropSet, bAutoStyles); in exportTextRangeEnumeration()
2400 Reference < XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextField() local
2402 if (xPropSet->getPropertySetInfo()->hasPropertyByName( sTextField )) in exportTextField()
2404 Reference < XTextField > xTxtFld(xPropSet->getPropertyValue( sTextField ), uno::UNO_QUERY); in exportTextField()
2720 Reference < XPropertySet > xPropSet( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame() local
2725 _collectTextEmbeddedAutoStyles( xPropSet ); in exportAnyTextFrame()
2728 Add( XML_STYLE_FAMILY_TEXT_FRAME, xPropSet ); in exportAnyTextFrame()
2731 if( pRangePropSet && lcl_txtpara_isBoundAsChar( xPropSet, in exportAnyTextFrame()
2732 xPropSet->getPropertySetInfo() ) ) in exportAnyTextFrame()
2761 Reference< XPropertySetInfo > xPropSetInfo(xPropSet->getPropertySetInfo()); in exportAnyTextFrame()
2762 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportAnyTextFrame()
2765 lcl_txtpara_isBoundAsChar( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2793 addHyperlinkAttributes( xPropSet, in exportAnyTextFrame()
2799 _exportTextFrame( xPropSet, xPropSetInfo, bIsProgress ); in exportAnyTextFrame()
2802 _exportTextGraphic( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2805 _exportTextEmbedded( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2811 addTextFrameAttributes( xPropSet, sal_True ); in exportAnyTextFrame()
3259 Reference< XPropertySet > & xPropSet, in exportTextRangeSpan()
3268 bIsUICharStyle && aCharStyleNamesPropInfoCache.hasProperty( xPropSet, xPropSetInfo ), in exportTextRangeSpan()
3270 xPropSet, in exportTextRangeSpan()
3289 Reference< XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextRange() local
3292 Add( XML_STYLE_FAMILY_TEXT_TEXT, xPropSet ); in exportTextRange()
3300 FindTextStyleAndHyperlink( xPropSet, bHyperlink, bIsUICharStyle, bHasAutoStyle ) ); in exportTextRange()
3306 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportTextRange()
3307 xPropSetInfo.set( xPropSet->getPropertySetInfo() ); in exportTextRange()
3308 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
3319 … Reference< XNameReplace > xName( xPropSet->getPropertyValue( sHyperLinkEvents ), uno::UNO_QUERY ); in exportTextRange()
3323 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()
3327 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()