Searched refs:PatternBox (Results 1 – 4 of 4) sorted by relevance
993 PatternBox::PatternBox( Window* pParent, WinBits nWinStyle ) : in PatternBox() function in PatternBox1002 PatternBox::PatternBox( Window* pParent, const ResId& rResId ) : in PatternBox() function in PatternBox1020 PatternBox::~PatternBox() in ~PatternBox()1026 long PatternBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()1041 long PatternBox::Notify( NotifyEvent& rNEvt ) in Notify()1056 void PatternBox::Modify() in Modify()1071 void PatternBox::ReformatAll() in ReformatAll()1088 void PatternBox::InsertString( const XubString& rStr, sal_uInt16 nPos ) in InsertString()1095 void PatternBox::RemoveString( const XubString& rStr ) in RemoveString()1102 XubString PatternBox::GetString( sal_uInt16 nPos ) const in GetString()[all …]
715 class VCL_DLLPUBLIC PatternBox : public ComboBox, public PatternFormatter class718 explicit PatternBox( Window* pParent, WinBits nWinStyle );719 explicit PatternBox( Window* pParent, const ResId& );720 virtual ~PatternBox();
258 #define PatternBox 78
859 pNewWindow = new PatternBox( pParent, nWinBits ); in ImplCreateWindow()
Completed in 54 milliseconds