Home
last modified time | relevance | path

Searched refs:msBodyText (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/soldep/source/
H A Dobjwin.cxx74 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()
/AOO41X/main/soldep/inc/soldep/
H A Dobjwin.hxx56 ByteString msBodyText; member in ObjectWin
85 sal_Bool IsNullObject() { return (msBodyText == "null"); }; in IsNullObject()