Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1552 Reference<XTextContent> xTxtCntnt(xTextFramesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
1553 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized()
1554 exportTextFrame(xTxtCntnt, bAutoStyles, bIsProgress, bExportContent, 0); in collectTextAutoStylesOptimized()
1562 Reference<XTextContent> xTxtCntnt(xGraphicsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
1563 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized()
1564 exportTextGraphic(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized()
1572 Reference<XTextContent> xTxtCntnt(xEmbeddedsEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
1573 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized()
1574 exportTextEmbedded(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized()
1582 Reference<XTextContent> xTxtCntnt(xShapesEnum->nextElement(), UNO_QUERY); in collectTextAutoStylesOptimized() local
[all …]
H A DXMLTextShapeImportHelper.cxx138 Reference < XTextContent > xTxtCntnt( rShape, UNO_QUERY ); in addShape() local
139 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()