Home
last modified time | relevance | path

Searched refs:xTxtCntnt (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx1550 Reference<XTextContent> xTxtCntnt(xTextFramesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
1551 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized()
1552 exportTextFrame(xTxtCntnt, bAutoStyles, bIsProgress, bExportContent, 0); in collectTextAutoStylesOptimized()
1560 Reference<XTextContent> xTxtCntnt(xGraphicsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
1561 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized()
1562 exportTextGraphic(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized()
1570 Reference<XTextContent> xTxtCntnt(xEmbeddedsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
1571 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized()
1572 exportTextEmbedded(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized()
1580 Reference<XTextContent> xTxtCntnt(xShapesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
[all …]
H A DXMLTextShapeImportHelper.cxx140 Reference < XTextContent > xTxtCntnt( rShape, UNO_QUERY ); in addShape() local
141 xTxtImport->InsertTextContent( xTxtCntnt ); in addShape()
H A DXMLTextFrameContext.cxx793 Reference < XTextContent > xTxtCntnt( xPropSet, UNO_QUERY ); in Create() local
794 xTextImportHelper->InsertTextContent( xTxtCntnt ); in Create()
1779 Reference < XTextContent > xTxtCntnt; in GetTextContent() local
1783 xTxtCntnt.set( pImpl->GetPropSet(), UNO_QUERY ); in GetTextContent()
1785 return xTxtCntnt; in GetTextContent()