Searched refs:NewText (Results 1 – 7 of 7) sorted by relevance
96 Property(pValue, XFA_Event::NewText, bSetting); in newText()224 case XFA_Event::NewText: in Property()
23 NewText, enumerator
2200 SmallString<512> NewText; in applyEditsToTemp() local2201 llvm::raw_svector_ostream OS(NewText); in applyEditsToTemp()2214 TmpOut.write(NewText.data(), NewText.size()); in applyEditsToTemp()
1179 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone()1594 XMLText* theText = GetDocument()->NewText( inText ); in SetText()2110 XMLText* XMLDocument::NewText( const char* str ) in NewText() function in tinyxml2::XMLDocument
94 be created by calling the appropriate XMLDocument::NewElement, NewText, etc.
1788 XMLText* NewText( const char* text );
485 sub[2]->InsertFirstChild( doc->NewText( "& Text!" )); in main()