Lines Matching refs:UNO_QUERY
168 Reference<XShape> xShape(xTxtContent, UNO_QUERY); in lcl_ShapeFilter()
171 Reference<XServiceInfo> xServiceInfo(xTxtContent, UNO_QUERY); in lcl_ShapeFilter()
342 Reference<XPropertySet> xPropSet(xEnum->nextElement(), UNO_QUERY); in Fill()
343 Reference<XTextContent> xTextContent(xPropSet, UNO_QUERY); in Fill()
358 uno::UNO_QUERY); in Fill()
371 const Reference<XTextFramesSupplier> xTFS(xModel, UNO_QUERY); in BoundFrameSets()
372 const Reference<XTextGraphicObjectsSupplier> xGOS(xModel, UNO_QUERY); in BoundFrameSets()
373 const Reference<XTextEmbeddedObjectsSupplier> xEOS(xModel, UNO_QUERY); in BoundFrameSets()
374 const Reference<XDrawPageSupplier> xDPS(xModel, UNO_QUERY); in BoundFrameSets()
377 Reference<XEnumerationAccess>(xTFS->getTextFrames(), UNO_QUERY), in BoundFrameSets()
381 Reference<XEnumerationAccess>(xGOS->getGraphicObjects(), UNO_QUERY), in BoundFrameSets()
385 Reference<XEnumerationAccess>(xEOS->getEmbeddedObjects(), UNO_QUERY), in BoundFrameSets()
389 Reference<XEnumerationAccess>(xDPS->getDrawPage(), UNO_QUERY), in BoundFrameSets()
497 …eference < XIndexReplace > xNumRule(rPropSet->getPropertyValue( sNumberingRules ), uno::UNO_QUERY); in Add()
500 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in Add()
508 UNO_QUERY ); in Add()
615 rPropSet, sal_True ), uno::UNO_QUERY); in Add()
618 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in Add()
626 UNO_QUERY ); in Add()
1327 Reference<XRedlinesSupplier>( GetExport().GetModel(), UNO_QUERY ).is()) in XMLTextParagraphExport()
1474 Reference< XAutoStylesSupplier > xAutoStylesSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1507 Reference < XPropertySet > xPSet( xAutoStyle, uno::UNO_QUERY ); in collectTextAutoStylesOptimized()
1514 Reference< XTextFieldsSupplier > xTextFieldsSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1528 Reference < XPropertySet > xSet( xTextField, UNO_QUERY ); in collectTextAutoStylesOptimized()
1550 Reference<XTextContent> xTxtCntnt(xTextFramesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1560 Reference<XTextContent> xTxtCntnt(xGraphicsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1570 Reference<XTextContent> xTxtCntnt(xEmbeddedsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1580 Reference<XTextContent> xTxtCntnt(xShapesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized()
1583 Reference<XServiceInfo> xServiceInfo(xTxtCntnt, UNO_QUERY); in collectTextAutoStylesOptimized()
1591 Reference< XTextSectionsSupplier > xSectionsSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1594 Reference< XIndexAccess > xSections( xSectionsSupp->getTextSections(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1602 Reference < XPropertySet > xPSet( xSection, uno::UNO_QUERY ); in collectTextAutoStylesOptimized()
1609 Reference< XTextTablesSupplier > xTablesSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1612 Reference< XIndexAccess > xTables( xTablesSupp->getTextTables(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1620 Reference < XTextContent > xTextContent( xTable, uno::UNO_QUERY ); in collectTextAutoStylesOptimized()
1626 Reference< XNumberingRulesSupplier > xNumberingRulesSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized()
1636 Reference< XIndexReplace > xNumRule( xNumberingRules->getByIndex( i ), UNO_QUERY ); in collectTextAutoStylesOptimized()
1639 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in collectTextAutoStylesOptimized()
1647 UNO_QUERY ); in collectTextAutoStylesOptimized()
1686 Reference < XEnumerationAccess > xEA( rText, UNO_QUERY ); in exportText()
1688 Reference < XPropertySet > xPropertySet( rText, UNO_QUERY ); in exportText()
1747 Reference < XEnumerationAccess > xEA( rText, UNO_QUERY ); in exportText()
1759 xPropertySet.set(rText, uno::UNO_QUERY ); in exportText()
1802 xTxtCntnt.set(rContEnum->nextElement(), uno::UNO_QUERY); in exportTextContentEnumeration()
1808 Reference<XServiceInfo> xServiceInfo( xTxtCntnt, UNO_QUERY ); in exportTextContentEnumeration()
1851 xTxtCntnt.set(rContEnum->nextElement(), uno::UNO_QUERY); in exportTextContentEnumeration()
1951 Reference<XMultiPropertySet> xMultiPropSet( rTextContent, UNO_QUERY ); in exportParagraph()
1952 Reference<XPropertySet> xPropSet( rTextContent, UNO_QUERY ); in exportParagraph()
1986 Reference< XInterface > xRef( rTextContent, UNO_QUERY ); in exportParagraph()
1997 uno::UNO_QUERY); in exportParagraph()
2075 … Reference< XChapterNumberingSupplier > xCNSupplier( GetExport().GetModel(), UNO_QUERY ); in exportParagraph()
2085 … Reference< XPropertySet > xNumRulePropSet( xNumRule, UNO_QUERY ); in exportParagraph()
2155 Reference < XEnumerationAccess > xEA( rTextContent, UNO_QUERY ); in exportParagraph()
2161 Reference < XContentEnumerationAccess > xCEA( rTextContent, UNO_QUERY ); in exportParagraph()
2178 xSection.set(xPropSet->getPropertyValue( sTextSection ), uno::UNO_QUERY); in exportParagraph()
2185 xSection.set(rPropSetHelper.getValue( TEXT_SECTION ), uno::UNO_QUERY); in exportParagraph()
2231 Reference<XPropertySet> xPropSet(rTextEnum->nextElement(), UNO_QUERY); in exportTextRangeEnumeration()
2232 Reference < XTextRange > xTxtRange(xPropSet, uno::UNO_QUERY); in exportTextRangeEnumeration()
2256 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2267 Reference < XContentEnumerationAccess > xCEA( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration()
2315 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2321 … ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2341 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2346 … ::com::sun::star::text::XFormField > xFormField(xPropSet->getPropertyValue(sBookmark), UNO_QUERY); in exportTextRangeEnumeration()
2368 Reference<XServiceInfo> xServiceInfo( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration()
2396 Reference < XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextField()
2400 Reference < XTextField > xTxtFld(xPropSet->getPropertyValue( sTextField ), uno::UNO_QUERY); in exportTextField()
2456 Reference<XNamed> xName(rPropSet->getPropertyValue(sProperty), UNO_QUERY); in exportTextMark()
2517 Reference < XNamed > xNamed( rPropSet, UNO_QUERY ); in addTextFrameAttributes()
2716 Reference < XPropertySet > xPropSet( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2738 Reference < XTextFrame > xTxtFrame( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2747 Reference < XShape > xShape( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2758 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportAnyTextFrame()
2805 Reference < XShape > xShape( rTxtCntnt, UNO_QUERY ); in exportAnyTextFrame()
2824 Reference < XTextFrame > xTxtFrame( rPropSet, UNO_QUERY ); in _exportTextFrame()
2869 Reference<XEventsSupplier> xEventsSupp( xTxtFrame, UNO_QUERY ); in _exportTextFrame()
3071 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in _exportTextGraphic()
3101 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in exportEvents()
3285 Reference< XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextRange()
3302 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportTextRange()
3315 … Reference< XNameReplace > xName( xPropSet->getPropertyValue( sHyperLinkEvents ), uno::UNO_QUERY ); in exportTextRange()
3472 Reference<XPropertySet> xPropertySet( GetExport().GetModel(), UNO_QUERY ); in exportTextDeclarations()
3717 Reference<XControlShape> xControlShape(xShapesEnum->nextElement(), UNO_QUERY); in PreventExportOfControlsInMuteSections()
3724 Reference<XTextContent> xTextContent( xControlShape, UNO_QUERY ); in PreventExportOfControlsInMuteSections()