Lines Matching refs:xPropSet

342         Reference<XPropertySet> xPropSet(xEnum->nextElement(), UNO_QUERY);  in Fill()  local
343 Reference<XTextContent> xTextContent(xPropSet, UNO_QUERY); in Fill()
344 if(!xPropSet.is() || !xTextContent.is()) in Fill()
347 xPropSet->getPropertyValue(our_sAnchorType) >>= eAnchor; in Fill()
357 xPropSet->getPropertyValue(our_sAnchorFrame), in Fill()
1952 Reference<XPropertySet> xPropSet( rTextContent, UNO_QUERY ); in exportParagraph() local
1956 rPropSetHelper.hasProperties( xPropSet->getPropertySetInfo() ); in exportParagraph()
1967 Add( XML_STYLE_FAMILY_TEXT_PARAGRAPH, rPropSetHelper, xPropSet ); in exportParagraph()
1983 xPropSet ) >>= sStyle; in exportParagraph()
2006 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, xPropSet, sStyle ); in exportParagraph()
2019 xPropSet ) >>= sCondStyle; in exportParagraph()
2022 sCondStyle = Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, xPropSet, in exportParagraph()
2041 xPropSet ) >>= nOutlineLevel; in exportParagraph()
2061 NUMBERING_IS_NUMBER, xPropSet ) >>= bIsNumber; in exportParagraph()
2069 PARA_NUMBERING_STYLENAME, xPropSet ) >>= sListStyleName; in exportParagraph()
2110 xPropSet->getPropertySetInfo()); in exportParagraph()
2115 xPropSet->getPropertyValue(sParaIsNumberingRestart) in exportParagraph()
2135 xPropSet->getPropertyValue(sNumberingStartValue) in exportParagraph()
2176 if( xPropSet->getPropertySetInfo()->hasPropertyByName( sTextSection ) ) in exportParagraph()
2178 xSection.set(xPropSet->getPropertyValue( sTextSection ), uno::UNO_QUERY); in exportParagraph()
2231 Reference<XPropertySet> xPropSet(rTextEnum->nextElement(), UNO_QUERY); in exportTextRangeEnumeration() local
2232 Reference < XTextRange > xTxtRange(xPropSet, uno::UNO_QUERY); in exportTextRangeEnumeration()
2233 Reference<XPropertySetInfo> xPropInfo(xPropSet->getPropertySetInfo()); in exportTextRangeEnumeration()
2238 xPropSet->getPropertyValue(sTextPortionType) >>= sType; in exportTextRangeEnumeration()
2256 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2279 &xPropSet ); in exportTextRangeEnumeration()
2285 exportTextFootnote( xPropSet, xTxtRange->getString(), bAutoStyles, bIsProgress ); in exportTextRangeEnumeration()
2290 exportTextMark( xPropSet, sBookmark, lcl_XmlBookmarkElements, bAutoStyles ); in exportTextRangeEnumeration()
2294 exportTextMark( xPropSet, sReferenceMark, lcl_XmlReferenceElements, bAutoStyles); in exportTextRangeEnumeration()
2298 pIndexMarkExport->ExportIndexMark( xPropSet, bAutoStyles); in exportTextRangeEnumeration()
2303 pRedlineExport->ExportChange( xPropSet, bAutoStyles ); in exportTextRangeEnumeration()
2307 exportRuby( xPropSet, bAutoStyles ); in exportTextRangeEnumeration()
2311 exportMeta( xPropSet, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration()
2315 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2321 …Reference< ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), … in exportTextRangeEnumeration()
2341 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2346 …Reference< ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), … in exportTextRangeEnumeration()
2360 exportSoftPageBreak(xPropSet, bAutoStyles); in exportTextRangeEnumeration()
2396 Reference < XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextField() local
2398 if (xPropSet->getPropertySetInfo()->hasPropertyByName( sTextField )) in exportTextField()
2400 Reference < XTextField > xTxtFld(xPropSet->getPropertyValue( sTextField ), uno::UNO_QUERY); in exportTextField()
2716 Reference < XPropertySet > xPropSet( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame() local
2721 _collectTextEmbeddedAutoStyles( xPropSet ); in exportAnyTextFrame()
2724 Add( XML_STYLE_FAMILY_TEXT_FRAME, xPropSet ); in exportAnyTextFrame()
2727 if( pRangePropSet && lcl_txtpara_isBoundAsChar( xPropSet, in exportAnyTextFrame()
2728 xPropSet->getPropertySetInfo() ) ) in exportAnyTextFrame()
2757 Reference< XPropertySetInfo > xPropSetInfo(xPropSet->getPropertySetInfo()); in exportAnyTextFrame()
2758 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportAnyTextFrame()
2761 lcl_txtpara_isBoundAsChar( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2789 addHyperlinkAttributes( xPropSet, in exportAnyTextFrame()
2795 _exportTextFrame( xPropSet, xPropSetInfo, bIsProgress ); in exportAnyTextFrame()
2798 _exportTextGraphic( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2801 _exportTextEmbedded( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2807 addTextFrameAttributes( xPropSet, sal_True ); in exportAnyTextFrame()
3255 Reference< XPropertySet > & xPropSet, in exportTextRangeSpan()
3264 bIsUICharStyle && aCharStyleNamesPropInfoCache.hasProperty( xPropSet, xPropSetInfo ), in exportTextRangeSpan()
3266 xPropSet, in exportTextRangeSpan()
3285 Reference< XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextRange() local
3288 Add( XML_STYLE_FAMILY_TEXT_TEXT, xPropSet ); in exportTextRange()
3296 FindTextStyleAndHyperlink( xPropSet, bHyperlink, bIsUICharStyle, bHasAutoStyle ) ); in exportTextRange()
3302 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportTextRange()
3303 xPropSetInfo.set( xPropSet->getPropertySetInfo() ); in exportTextRange()
3304 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
3315 … Reference< XNameReplace > xName( xPropSet->getPropertyValue( sHyperLinkEvents ), uno::UNO_QUERY ); in exportTextRange()
3319 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()
3323 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()