Searched refs:_rDiff (Results 1 – 11 of 11) sorted by relevance
923 void DbaIndexDialog::resizeControls(const Size& _rDiff) in resizeControls() argument927 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()931 SetSizePixel(Size(aDlgSize.Width() + _rDiff.Width(), in resizeControls()932 aDlgSize.Height() + _rDiff.Height()) in resizeControls()935 m_aIndexes.SetPosSizePixel(m_aIndexes.GetPosPixel() + Point(0,_rDiff.Height()), in resizeControls()936 Size(aIndexSize.Width() + _rDiff.Width(), in resizeControls()940 Point aMove(_rDiff.Width(),_rDiff.Height()); in resizeControls()
207 void OTableSubscriptionPage::resizeControls(const Size& _rDiff) in resizeControls() argument209 if ( _rDiff.Height() ) in resizeControls()212 aOldSize.Height() -= _rDiff.Height(); in resizeControls()214 m_aTablesList.GetPosPixel()+Point(0,_rDiff.Height()), in resizeControls()
90 virtual void resizeControls(const Size& _rDiff);
522 void OAddFieldWindow::resizeControls(const Size& _rDiff) in resizeControls() argument525 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
399 void Condition::resizeControls(const Size& _rDiff) in resizeControls() argument402 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
118 virtual void resizeControls(const Size& _rDiff);
1526 void OGroupsSortingDialog::resizeControls(const Size& _rDiff) in resizeControls() argument1529 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
60 virtual void resizeControls(const Size& _rDiff) = 0;
115 virtual void resizeControls(const Size& _rDiff);
183 virtual void resizeControls(const Size& _rDiff);
164 virtual void resizeControls(const Size& _rDiff);
Completed in 54 milliseconds