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()
2258 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2281 &xPropSet ); in exportTextRangeEnumeration()
2287 exportTextFootnote( xPropSet, xTxtRange->getString(), bAutoStyles, bIsProgress ); in exportTextRangeEnumeration()
2292 exportTextMark( xPropSet, sBookmark, lcl_XmlBookmarkElements, bAutoStyles ); in exportTextRangeEnumeration()
2296 exportTextMark( xPropSet, sReferenceMark, lcl_XmlReferenceElements, bAutoStyles); in exportTextRangeEnumeration()
2300 pIndexMarkExport->ExportIndexMark( xPropSet, bAutoStyles); in exportTextRangeEnumeration()
2305 pRedlineExport->ExportChange( xPropSet, bAutoStyles ); in exportTextRangeEnumeration()
2309 exportRuby( xPropSet, bAutoStyles ); in exportTextRangeEnumeration()
2313 exportMeta( xPropSet, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration()
2317 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2323 …Reference< ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), … in exportTextRangeEnumeration()
2343 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2348 …Reference< ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), … in exportTextRangeEnumeration()
2362 exportSoftPageBreak(xPropSet, bAutoStyles); in exportTextRangeEnumeration()
2398 Reference < XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextField() local
2400 if (xPropSet->getPropertySetInfo()->hasPropertyByName( sTextField )) in exportTextField()
2402 Reference < XTextField > xTxtFld(xPropSet->getPropertyValue( sTextField ), uno::UNO_QUERY); in exportTextField()
2718 Reference < XPropertySet > xPropSet( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame() local
2723 _collectTextEmbeddedAutoStyles( xPropSet ); in exportAnyTextFrame()
2726 Add( XML_STYLE_FAMILY_TEXT_FRAME, xPropSet ); in exportAnyTextFrame()
2729 if( pRangePropSet && lcl_txtpara_isBoundAsChar( xPropSet, in exportAnyTextFrame()
2730 xPropSet->getPropertySetInfo() ) ) in exportAnyTextFrame()
2759 Reference< XPropertySetInfo > xPropSetInfo(xPropSet->getPropertySetInfo()); in exportAnyTextFrame()
2760 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportAnyTextFrame()
2763 lcl_txtpara_isBoundAsChar( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2791 addHyperlinkAttributes( xPropSet, in exportAnyTextFrame()
2797 _exportTextFrame( xPropSet, xPropSetInfo, bIsProgress ); in exportAnyTextFrame()
2800 _exportTextGraphic( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2803 _exportTextEmbedded( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2809 addTextFrameAttributes( xPropSet, sal_True ); in exportAnyTextFrame()
3257 Reference< XPropertySet > & xPropSet, in exportTextRangeSpan()
3266 bIsUICharStyle && aCharStyleNamesPropInfoCache.hasProperty( xPropSet, xPropSetInfo ), in exportTextRangeSpan()
3268 xPropSet, in exportTextRangeSpan()
3287 Reference< XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextRange() local
3290 Add( XML_STYLE_FAMILY_TEXT_TEXT, xPropSet ); in exportTextRange()
3298 FindTextStyleAndHyperlink( xPropSet, bHyperlink, bIsUICharStyle, bHasAutoStyle ) ); in exportTextRange()
3304 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportTextRange()
3305 xPropSetInfo.set( xPropSet->getPropertySetInfo() ); in exportTextRange()
3306 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
3317 … Reference< XNameReplace > xName( xPropSet->getPropertyValue( sHyperLinkEvents ), uno::UNO_QUERY ); in exportTextRange()
3321 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()
3325 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()