Searched refs:xTxtCntnt (Results 1 – 3 of 3) sorted by relevance
/trunk/main/xmloff/source/text/ |
H A D | txtparae.cxx | 1553 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1563 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1564 exportTextGraphic(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized() 1573 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1583 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1587 exportShape(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized() 1795 Reference < XTextContent > xTxtCntnt; in exportTextContentEnumeration() local 1829 aNextNumInfo.Set( xTxtCntnt, in exportTextContentEnumeration() 1836 TEXT_SECTION, xTxtCntnt, in exportTextContentEnumeration() 1851 xTxtCntnt, sal_True )) in exportTextContentEnumeration() [all …]
|
H A D | XMLTextShapeImportHelper.cxx | 140 Reference < XTextContent > xTxtCntnt( rShape, UNO_QUERY ); in addShape() local 141 xTxtImport->InsertTextContent( xTxtCntnt ); in addShape()
|
H A D | XMLTextFrameContext.cxx | 793 Reference < XTextContent > xTxtCntnt( xPropSet, UNO_QUERY ); in Create() local 794 xTextImportHelper->InsertTextContent( xTxtCntnt ); in Create() 1773 Reference < XTextContent > xTxtCntnt; in GetTextContent() local 1777 xTxtCntnt.set( pImpl->GetPropSet(), UNO_QUERY ); in GetTextContent() 1779 return xTxtCntnt; in GetTextContent()
|
Completed in 66 milliseconds