Searched refs:nTxtW (Results 1 – 9 of 9) sorted by relevance
91 long nTxtW = m_aMoreInfoBtn.GetCtrlTextWidth( m_aMoreInfoBtn.GetText() ); in InitSize() local93 if ( nTxtW >= nCtrlW ) in InitSize()95 long nDelta = nTxtW - nCtrlW; in InitSize()116 if ( nTxtW >= nCtrlW ) in InitSize()156 nTxtW = m_aKeepCurrentBtn.GetCtrlTextWidth( m_aKeepCurrentBtn.GetText() ); in InitSize()158 if ( nTemp > nTxtW ) in InitSize()159 nTxtW = nTemp; in InitSize()160 nTxtW += IMPL_EXTRA_BUTTON_WIDTH; in InitSize()163 aPos.X() = ( aNewSize.Width() - (2*nTxtW) - a3Size.Width() ) / 2; in InitSize()168 aNewSize.Width() = nTxtW; in InitSize()[all …]
838 long nTxtW = aSignatureBtn.GetTextWidth( sText ); in SfxDocumentPage() local840 nTxtW += nOffset; in SfxDocumentPage()842 if ( nTxtW >= nBtnW ) in SfxDocumentPage()844 long nDelta = Max( nTxtW - nBtnW, nOffset/3 ); in SfxDocumentPage()
237 long nTxtW = maViewSignsBtn.GetTextWidth( sText ); in InitControls() local240 nTxtW += nOffset; in InitControls()242 if ( nTxtW >= nBtnW ) in InitControls()245 long nDelta = Max( nTxtW - nBtnW, nOffset/3 ); in InitControls()267 nTxtW = Max( nTxtW1, nTxtW2 ); in InitControls()269 if ( nTxtW > nBtnW ) in InitControls()272 long nDelta = nTxtW - nBtnW; in InitControls()
434 long nTxtW = maViewCertPB.GetTextWidth( sText ); in CertificateViewerCertPathTP() local436 nTxtW += nOffset; in CertificateViewerCertPathTP()438 if ( nTxtW > nBtnW ) in CertificateViewerCertPathTP()441 long nDelta = nTxtW - nBtnW; in CertificateViewerCertPathTP()
451 long nTxtW = aAutoCaptionButton.GetTextWidth( sText ); in CheckButtonWidth() local453 nTxtW += nOffset; in CheckButtonWidth()455 if ( nTxtW > nBtnW ) in CheckButtonWidth()459 long nDelta = Max( ( nTxtW - nBtnW ), nOffset ); in CheckButtonWidth()
1631 long nTxtW = aMailerURLFT.GetCtrlTextWidth( aMailerURLFT.GetText() ); in SvxEMailTabPage() local1633 if ( nTxtW >= nCtrlW ) in SvxEMailTabPage()1635 long nDelta = Max( (long)10, nTxtW - nCtrlW ); in SvxEMailTabPage()
758 long nTxtW = Max( pMoreBtn->GetCtrlTextWidth( pMoreBtn->GetMoreText() ), in InitControls_Impl() local760 nTxtW += ( pMoreBtn->GetTextHeight() * 2 ); // add image size + offset in InitControls_Impl()762 if ( nTxtW > nBtnW ) in InitControls_Impl()766 long nDelta = Max( nTxtW - nBtnW, nMinDelta ); in InitControls_Impl()
1837 long nTxtW = maShowRepBtn.GetCtrlTextWidth( sText ); in initControls() local1839 if ( nTxtW >= nBtnW ) in initControls()1842 long nDelta = Max( nTxtW - nBtnW, nMinDelta ); in initControls()
3196 long nTxtW = aTopLevelLabel.GetCtrlTextWidth( aTopLevelLabel.GetText() ); in SvxToolbarConfigPage() local3198 if ( nTxtW >= nCtrlW ) in SvxToolbarConfigPage()3200 long nDelta = Max( (long)10, nTxtW - nCtrlW ); in SvxToolbarConfigPage()
Completed in 120 milliseconds