Searched refs:msBodyText (Results 1 – 2 of 2) sorted by relevance
74 msBodyText( "" ), in ObjectWin()163 msBodyText = rNewString; in SetBodyText()170 return msBodyText; in GetBodyText()461 ByteString sbt = msBodyText; //debug in Paint()464 aTextSize.Width() = GetTextWidth( String( msBodyText, RTL_TEXTENCODING_UTF8 )); in Paint()470 if (msBodyText =="null") //don't paint this "window" in Paint()483 ByteString sbt = msBodyText; in DrawOutput()484 aTextSize.Width() = GetTextWidth( String( msBodyText, RTL_TEXTENCODING_UTF8 )); in DrawOutput()492 if ( msBodyText !="null" ) in DrawOutput()
56 ByteString msBodyText; member in ObjectWin85 sal_Bool IsNullObject() { return (msBodyText == "null"); }; in IsNullObject()