Searched refs:mpFixedLine (Results 1 – 5 of 5) sorted by relevance
70 mpFixedLine = NULL; in ImplInitData()110 if ( mpFixedLine && mpFixedLine->IsVisible() ) in ImplCalcSize()188 if ( mpFixedLine && mpFixedLine->IsVisible() ) in ImplPosCtrls()190 nOffY -= mpFixedLine->GetSizePixel().Height(); in ImplPosCtrls()281 if ( mpFixedLine && mpFixedLine->IsVisible() ) in ImplPosTabPage()375 if ( mpFixedLine ) in ~WizardDialog()376 delete mpFixedLine; in ~WizardDialog()687 if ( !mpFixedLine ) in ShowButtonFixedLine()692 mpFixedLine = new FixedLine( this ); in ShowButtonFixedLine()695 mpFixedLine->Show( bVisible ); in ShowButtonFixedLine()[all …]
39 mpFixedLine = NULL; in ImplInitTabDialogData()205 if ( !mpFixedLine ) in ImplPosControls()206 mpFixedLine = new FixedLine( this ); in ImplPosControls()207 mpFixedLine->SetPosSizePixel( Point( 0, nOffY ), in ImplPosControls()209 mpFixedLine->Show(); in ImplPosControls()239 if ( mpFixedLine ) in ~TabDialog()240 delete mpFixedLine; in ~TabDialog()
2658 FixedLine* mpFixedLine; member in ImplCFieldFloatWin2682 mpFixedLine = NULL; in ImplCFieldFloatWin()2691 delete mpFixedLine; in ~ImplCFieldFloatWin()2803 if ( !mpFixedLine ) in ArrangeButtons()2805 mpFixedLine = new FixedLine( this ); in ArrangeButtons()2806 mpFixedLine->Show(); in ArrangeButtons()2809 …mpFixedLine->SetPosSizePixel( (aOutSize.Width()-nLineWidth)/2, aOutSize.Height()+((CALFIELD_BORDER… in ArrangeButtons()2816 if ( mpFixedLine ) in ArrangeButtons()2818 delete mpFixedLine; in ArrangeButtons()2819 mpFixedLine = NULL; in ArrangeButtons()
41 FixedLine* mpFixedLine; member in TabDialog
223 FixedLine* mpFixedLine; member in WizardDialog
Completed in 40 milliseconds