Searched refs:xTxtCntnt (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 1551 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1561 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1562 exportTextGraphic(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized() 1571 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1581 if(xTxtCntnt.is()) in collectTextAutoStylesOptimized() 1585 exportShape(xTxtCntnt, true, 0); in collectTextAutoStylesOptimized() 1793 Reference < XTextContent > xTxtCntnt; in exportTextContentEnumeration() local 1827 aNextNumInfo.Set( xTxtCntnt, in exportTextContentEnumeration() 1834 TEXT_SECTION, xTxtCntnt, in exportTextContentEnumeration() 1849 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 44 milliseconds