Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dmsgbox.cxx70 mpFixedText = NULL; in ImplInitMessBoxData()
217 if ( mpFixedText ) in ~MessBox()
218 delete mpFixedText; in ~MessBox()
262 if ( mpFixedText ) in ImplPosControls()
263 delete mpFixedText; in ImplPosControls()
418 mpFixedText = new FixedText( this, nWinStyle ); in ImplPosControls()
419 if( mpFixedText->GetStyle() & WB_EXTRAOFFSET ) // TODO: use CalcMinimumSize() instead in ImplPosControls()
421 mpFixedText->SetPosSizePixel( aTextPos, aFixedSize ); in ImplPosControls()
422 mpFixedText->SetText( aMessText ); in ImplPosControls()
423 mpFixedText->Show(); in ImplPosControls()
/trunk/main/vcl/inc/vcl/
H A Dmsgbox.hxx65 FixedText* mpFixedText; member in MessBox

Completed in 14 milliseconds