Searched refs:XMLTextFrameContext (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/xmloff/source/text/ |
H A D | txtparaimphint.hxx | 227 if( pContext->ISA( XMLTextFrameContext ) ) in GetTextContent() 228 xTxt = PTR_CAST( XMLTextFrameContext, pContext )->GetTextContent(); in GetTextContent() 241 if( pContext->ISA( XMLTextFrameContext ) ) in GetShape() 242 xShape = PTR_CAST( XMLTextFrameContext, pContext )->GetShape(); in GetShape() 254 if( pContext->ISA( XMLTextFrameContext ) ) in IsBoundAtChar() 256 PTR_CAST( XMLTextFrameContext, pContext ) in IsBoundAtChar()
|
H A D | XMLTextFrameContext.cxx | 1346 TYPEINIT1( XMLTextFrameContext, SvXMLImportContext ); 1384 sal_Bool XMLTextFrameContext::CreateIfNotThere() in CreateIfNotThere() 1395 sal_Bool XMLTextFrameContext::CreateIfNotThere( ::com::sun::star::uno::Reference < in CreateIfNotThere() 1409 XMLTextFrameContext::XMLTextFrameContext( in XMLTextFrameContext() function in XMLTextFrameContext 1471 XMLTextFrameContext::~XMLTextFrameContext() in ~XMLTextFrameContext() 1476 void XMLTextFrameContext::EndElement() in EndElement() 1526 SvXMLImportContext *XMLTextFrameContext::CreateChildContext( in CreateChildContext() 1750 void XMLTextFrameContext::SetHyperlink( const OUString& rHRef, in SetHyperlink() 1761 TextContentAnchorType XMLTextFrameContext::GetAnchorType() const in GetAnchorType() 1771 Reference < XTextContent > XMLTextFrameContext::GetTextContent() const in GetTextContent() [all …]
|
H A D | XMLTextFrameHyperlinkContext.cxx | 123 XMLTextFrameContext *pTextFrameContext = 0; in CreateChildContext() 128 pTextFrameContext = new XMLTextFrameContext( GetImport(), nPrefix, in CreateChildContext() 151 return PTR_CAST( XMLTextFrameContext, pContext ) ->GetAnchorType(); in GetAnchorType() 164 xTxt = PTR_CAST( XMLTextFrameContext, pContext )->GetTextContent(); in GetTextContent() 177 xShape = PTR_CAST( XMLTextFrameContext, pContext )->GetShape(); in GetShape()
|
H A D | XMLTextFrameContext.hxx | 40 class XMLTextFrameContext : public SvXMLImportContext, public multiImageImportHelper class 79 XMLTextFrameContext( SvXMLImport& rImport, 85 virtual ~XMLTextFrameContext();
|
H A D | txtparai.cxx | 1750 XMLTextFrameContext *pTextFrameContext = in CreateChildContext() 1751 new XMLTextFrameContext( rImport, nPrefix, in CreateChildContext()
|
H A D | txtimp.cxx | 2431 pContext = new XMLTextFrameContext( rImport, nPrefix, in CreateTextChildContext()
|
/aoo41x/main/xmloff/ |
H A D | Library_xo.mk | 336 xmloff/source/text/XMLTextFrameContext \
|
Completed in 216 milliseconds