Home
last modified time | relevance | path

Searched refs:nCtrlW (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sfx2/source/dialog/
H A Dalienwarn.cxx92 long nCtrlW = m_aMoreInfoBtn.GetSizePixel().Width(); in InitSize() local
93 if ( nTxtW >= nCtrlW ) in InitSize()
95 long nDelta = nTxtW - nCtrlW; in InitSize()
115 nCtrlW = m_aWarningOnBox.GetSizePixel().Width(); in InitSize()
116 if ( nTxtW >= nCtrlW ) in InitSize()
/aoo42x/main/cui/source/options/
H A Doptinet2.cxx1632 long nCtrlW = aMailerURLFT.GetSizePixel().Width(); in SvxEMailTabPage() local
1633 if ( nTxtW >= nCtrlW ) in SvxEMailTabPage()
1635 long nDelta = Max( (long)10, nTxtW - nCtrlW ); in SvxEMailTabPage()
/aoo42x/main/cui/source/customize/
H A Dcfg.cxx3197 long nCtrlW = aTopLevelLabel.GetSizePixel().Width(); in SvxToolbarConfigPage() local
3198 if ( nTxtW >= nCtrlW ) in SvxToolbarConfigPage()
3200 long nDelta = Max( (long)10, nTxtW - nCtrlW ); in SvxToolbarConfigPage()

Completed in 43 milliseconds