Searched refs:TextAPIEditSource (Results 1 – 2 of 2) sorted by relevance
102 class TextAPIEditSource : public SvxEditSource class109 explicit TextAPIEditSource( const TextAPIEditSource& rSource );112 TextAPIEditSource(SdDrawDocument* pDoc);113 virtual ~TextAPIEditSource();141 TextApiObject::TextApiObject( TextAPIEditSource* pEditSource ) in TextApiObject()154 rtl::Reference< TextApiObject > xRet( new TextApiObject( new TextAPIEditSource( pDoc ) ) ); in create()200 TextAPIEditSource::TextAPIEditSource( const TextAPIEditSource& rSource ) in TextAPIEditSource() function in sd::TextAPIEditSource208 SvxEditSource* TextAPIEditSource::Clone() const in Clone()210 return new TextAPIEditSource( *this ); in Clone()213 void TextAPIEditSource::UpdateData() in UpdateData()[all …]
40 class TextAPIEditSource;58 TextAPIEditSource* mpSource;59 TextApiObject( TextAPIEditSource* pEditSource );