Lines Matching refs:GetSizePixel

841     long nBtnW = aSignatureBtn.GetSizePixel().Width();  in SfxDocumentPage()
845 Size aNewSize = aSignatureBtn.GetSizePixel(); in SfxDocumentPage()
857 aNewSize = aSignedValFt.GetSizePixel(); in SfxDocumentPage()
860 aNewSize = aUseUserDataCB.GetSizePixel(); in SfxDocumentPage()
1692 Size aSize( GetSizePixel() ); in RequestHelp()
1745 const long nWidth = GetSizePixel().Width(); in Resize()
1748 Size aSize = m_aYesButton.GetSizePixel(); in Resize()
1846 …_aDateField.SetPosSizePixel(pLine->m_aValueEdit.GetPosPixel(), pLine->m_aValueEdit.GetSizePixel()); in IMPL_LINK()
2000 const long nScrollBarWidth = pScrollBar->GetSizePixel().Width(); in InitControls()
2001 const long nButtonWidth = m_aRemoveButton.GetSizePixel().Width() + nScrollBarWidth + nOffset; in InitControls()
2003 long nFullWidth = pHeaderBar->GetSizePixel().Width(); in InitControls()
2016 Size aSize = (*pCurrent)->GetSizePixel(); in InitControls()
2020 nWidth -= pScrollBar->GetSizePixel().Width(); in InitControls()
2030 aDurationSize.Width() -= (m_aEditButton.GetSizePixel().Width() + 3 ); in InitControls()
2032 aDurationPos.X() = aPos.X() - m_aEditButton.GetSizePixel().Width() + aSize.Width(); in InitControls()
2034 aSize = m_aYesNoButton.GetSizePixel(); in InitControls()
2050 ( m_aRemoveButton.GetPosPixel().Y() * 2 ) + m_aRemoveButton.GetSizePixel().Height(); in InitControls()
2099 Size aSize = (*pCurrent)->GetSizePixel(); in AddLine()
2354 sal_Int32 nVisibleEntries = m_aPropertiesWin.GetSizePixel().Height() / nScrollOffset; in CustomPropertiesControl()
2360 Size aSize = m_aHeaderBar.GetSizePixel(); in CustomPropertiesControl()
2362 aSize = m_aVertScroll.GetSizePixel(); in CustomPropertiesControl()