Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1044 ,m_pDropdownButton( NULL ) in DropDownEditControl()
1056 m_pDropdownButton = new PushButton( this, WB_NOLIGHTBORDER | WB_RECTSTYLE | WB_NOTABSTOP); in DropDownEditControl()
1057 m_pDropdownButton->SetSymbol(SYMBOL_SPIN_DOWN); in DropDownEditControl()
1058 m_pDropdownButton->SetClickHdl( LINK( this, DropDownEditControl, DropDownHdl ) ); in DropDownEditControl()
1059 m_pDropdownButton->Show(); in DropDownEditControl()
1091 ::std::auto_ptr<Window> aTemp(m_pDropdownButton); in ~DropDownEditControl()
1092 m_pDropdownButton = NULL; in ~DropDownEditControl()
1101 if (m_pDropdownButton!=NULL) in Resize()
1106 m_pDropdownButton->SetPosSizePixel( aOutSz.Width() - nSBWidth, 0, nSBWidth, aOutSz.Height() ); in Resize()
H A Dstandardcontrol.hxx385 PushButton* m_pDropdownButton; member in pcr::DropDownEditControl

Completed in 39 milliseconds