Lines Matching refs:UNO_QUERY

170         Reference<XShape> xShape(xTxtContent, UNO_QUERY);  in lcl_ShapeFilter()
173 Reference<XServiceInfo> xServiceInfo(xTxtContent, UNO_QUERY); in lcl_ShapeFilter()
344 Reference<XPropertySet> xPropSet(xEnum->nextElement(), UNO_QUERY); in Fill()
345 Reference<XTextContent> xTextContent(xPropSet, UNO_QUERY); in Fill()
360 uno::UNO_QUERY); in Fill()
373 const Reference<XTextFramesSupplier> xTFS(xModel, UNO_QUERY); in BoundFrameSets()
374 const Reference<XTextGraphicObjectsSupplier> xGOS(xModel, UNO_QUERY); in BoundFrameSets()
375 const Reference<XTextEmbeddedObjectsSupplier> xEOS(xModel, UNO_QUERY); in BoundFrameSets()
376 const Reference<XDrawPageSupplier> xDPS(xModel, UNO_QUERY); in BoundFrameSets()
379 Reference<XEnumerationAccess>(xTFS->getTextFrames(), UNO_QUERY), in BoundFrameSets()
383 Reference<XEnumerationAccess>(xGOS->getGraphicObjects(), UNO_QUERY), in BoundFrameSets()
387 Reference<XEnumerationAccess>(xEOS->getEmbeddedObjects(), UNO_QUERY), in BoundFrameSets()
391 Reference<XEnumerationAccess>(xDPS->getDrawPage(), UNO_QUERY), in BoundFrameSets()
499 …eference < XIndexReplace > xNumRule(rPropSet->getPropertyValue( sNumberingRules ), uno::UNO_QUERY); in Add()
502 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in Add()
510 UNO_QUERY ); in Add()
617 rPropSet, sal_True ), uno::UNO_QUERY); in Add()
620 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in Add()
628 UNO_QUERY ); in Add()
1329 Reference<XRedlinesSupplier>( GetExport().GetModel(), UNO_QUERY ).is()) in XMLTextParagraphExport()
1476 Reference< XAutoStylesSupplier > xAutoStylesSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1509 Reference < XPropertySet > xPSet( xAutoStyle, uno::UNO_QUERY ); in collectTextAutoStylesOptimized()
1516 Reference< XTextFieldsSupplier > xTextFieldsSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1530 Reference < XPropertySet > xSet( xTextField, UNO_QUERY ); in collectTextAutoStylesOptimized()
1552 Reference<XTextContent> xTxtCntnt(xTextFramesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1562 Reference<XTextContent> xTxtCntnt(xGraphicsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1572 Reference<XTextContent> xTxtCntnt(xEmbeddedsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1582 Reference<XTextContent> xTxtCntnt(xShapesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1585 Reference<XServiceInfo> xServiceInfo(xTxtCntnt, UNO_QUERY); in collectTextAutoStylesOptimized()
1593 Reference< XTextSectionsSupplier > xSectionsSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1596 Reference< XIndexAccess > xSections( xSectionsSupp->getTextSections(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1604 Reference < XPropertySet > xPSet( xSection, uno::UNO_QUERY ); in collectTextAutoStylesOptimized()
1611 Reference< XTextTablesSupplier > xTablesSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1614 Reference< XIndexAccess > xTables( xTablesSupp->getTextTables(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1622 Reference < XTextContent > xTextContent( xTable, uno::UNO_QUERY ); in collectTextAutoStylesOptimized()
1628 Reference< XNumberingRulesSupplier > xNumberingRulesSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1638 Reference< XIndexReplace > xNumRule( xNumberingRules->getByIndex( i ), UNO_QUERY ); in collectTextAutoStylesOptimized()
1641 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in collectTextAutoStylesOptimized()
1649 UNO_QUERY ); in collectTextAutoStylesOptimized()
1688 Reference < XEnumerationAccess > xEA( rText, UNO_QUERY ); in exportText()
1690 Reference < XPropertySet > xPropertySet( rText, UNO_QUERY ); in exportText()
1749 Reference < XEnumerationAccess > xEA( rText, UNO_QUERY ); in exportText()
1761 xPropertySet.set(rText, uno::UNO_QUERY ); in exportText()
1804 xTxtCntnt.set(rContEnum->nextElement(), uno::UNO_QUERY); in exportTextContentEnumeration()
1810 Reference<XServiceInfo> xServiceInfo( xTxtCntnt, UNO_QUERY ); in exportTextContentEnumeration()
1853 xTxtCntnt.set(rContEnum->nextElement(), uno::UNO_QUERY); in exportTextContentEnumeration()
1953 Reference<XMultiPropertySet> xMultiPropSet( rTextContent, UNO_QUERY ); in exportParagraph()
1954 Reference<XPropertySet> xPropSet( rTextContent, UNO_QUERY ); in exportParagraph()
1988 Reference< XInterface > xRef( rTextContent, UNO_QUERY ); in exportParagraph()
1999 uno::UNO_QUERY); in exportParagraph()
2077 … Reference< XChapterNumberingSupplier > xCNSupplier( GetExport().GetModel(), UNO_QUERY ); in exportParagraph()
2087 … Reference< XPropertySet > xNumRulePropSet( xNumRule, UNO_QUERY ); in exportParagraph()
2157 Reference < XEnumerationAccess > xEA( rTextContent, UNO_QUERY ); in exportParagraph()
2163 Reference < XContentEnumerationAccess > xCEA( rTextContent, UNO_QUERY ); in exportParagraph()
2180 xSection.set(xPropSet->getPropertyValue( sTextSection ), uno::UNO_QUERY); in exportParagraph()
2187 xSection.set(rPropSetHelper.getValue( TEXT_SECTION ), uno::UNO_QUERY); in exportParagraph()
2233 Reference<XPropertySet> xPropSet(rTextEnum->nextElement(), UNO_QUERY); in exportTextRangeEnumeration()
2234 Reference < XTextRange > xTxtRange(xPropSet, uno::UNO_QUERY); in exportTextRangeEnumeration()
2259 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2271 Reference < XContentEnumerationAccess > xCEA( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration()
2319 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2325 … ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2345 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2350 … ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2372 Reference<XServiceInfo> xServiceInfo( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration()
2400 Reference < XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextField()
2404 Reference < XTextField > xTxtFld(xPropSet->getPropertyValue( sTextField ), uno::UNO_QUERY); in exportTextField()
2460 Reference<XNamed> xName(rPropSet->getPropertyValue(sProperty), UNO_QUERY); in exportTextMark()
2521 Reference < XNamed > xNamed( rPropSet, UNO_QUERY ); in addTextFrameAttributes()
2720 Reference < XPropertySet > xPropSet( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2742 Reference < XTextFrame > xTxtFrame( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2751 Reference < XShape > xShape( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2762 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportAnyTextFrame()
2809 Reference < XShape > xShape( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2828 Reference < XTextFrame > xTxtFrame( rPropSet, UNO_QUERY ); in _exportTextFrame()
2873 Reference<XEventsSupplier> xEventsSupp( xTxtFrame, UNO_QUERY ); in _exportTextFrame()
3075 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in _exportTextGraphic()
3105 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in exportEvents()
3289 Reference< XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextRange()
3306 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportTextRange()
3319 … Reference< XNameReplace > xName( xPropSet->getPropertyValue( sHyperLinkEvents ), uno::UNO_QUERY ); in exportTextRange()
3476 Reference<XPropertySet> xPropertySet( GetExport().GetModel(), UNO_QUERY ); in exportTextDeclarations()
3721 Reference<XControlShape> xControlShape(xShapesEnum->nextElement(), UNO_QUERY); in PreventExportOfControlsInMuteSections()
3728 Reference<XTextContent> xTextContent( xControlShape, UNO_QUERY ); in PreventExportOfControlsInMuteSections()