Home
last modified time | relevance | path

Searched refs:mpFixedLine (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx70 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 …]
/trunk/main/vcl/source/window/
H A Dtabdlg.cxx39 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()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx2658 FixedLine* mpFixedLine; member in ImplCFieldFloatWin
2682 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()
2809mpFixedLine->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()
/trunk/main/vcl/inc/vcl/
H A Dtabdlg.hxx41 FixedLine* mpFixedLine; member in TabDialog
/trunk/main/svtools/inc/svtools/
H A Dwizdlg.hxx223 FixedLine* mpFixedLine; member in WizardDialog

Completed in 24 milliseconds