Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dfield2.cxx3309 TimeBox::TimeBox( Window* pParent, WinBits nWinStyle ) : in TimeBox() function in TimeBox
3319 TimeBox::TimeBox( Window* pParent, const ResId& rResId ) : in TimeBox() function in TimeBox
3339 TimeBox::~TimeBox() in ~TimeBox()
3345 long TimeBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
3358 long TimeBox::Notify( NotifyEvent& rNEvt ) in Notify()
3373 void TimeBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
3387 void TimeBox::Modify() in Modify()
3395 void TimeBox::ReformatAll() in ReformatAll()
3412 void TimeBox::InsertTime( const Time& rTime, sal_uInt16 nPos ) in InsertTime()
3431 void TimeBox::RemoveTime( const Time& rTime ) in RemoveTime()
[all …]
/AOO42X/main/vcl/inc/vcl/
H A Dfield.hxx858 class VCL_DLLPUBLIC TimeBox : public ComboBox, public TimeFormatter class
861 explicit TimeBox( Window* pParent, WinBits nWinStyle );
862 explicit TimeBox( Window* pParent, const ResId& );
863 virtual ~TimeBox();
/AOO42X/main/solenv/inc/
H A Dstarview.hid273 #define TimeBox 83
/AOO42X/main/vcl/source/app/
H A Ddbggui.cxx1698 TimeBox* pBox = (TimeBox*)pChild; in DbgDialogTest()
/AOO42X/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx940 pNewWindow = new TimeBox( pParent, nWinBits ); in ImplCreateWindow()