Home
last modified time | relevance | path

Searched refs:aControlSize (Results 1 – 9 of 9) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx307 Size aControlSize(aIdentifierFT.GetSizePixel()); in BibGeneralPage() local
308 aControlSize.Width() = aControlSize.Width() * 8 / 10; in BibGeneralPage()
311 aControlSize, sTableErrorString, aIdentifierFT.GetText(), in BibGeneralPage()
321 aControlSize, sTableErrorString, aYearFT.GetText(), HID_BIB_YEAR_POS, 4 ); in BibGeneralPage()
324 aControlSize, sTableErrorString, aAuthorFT.GetText(), HID_BIB_AUTHOR_POS, 2 ); in BibGeneralPage()
328 aTitleSize.Width() = aYearPos.X() + aControlSize.Width() - aTitlePos.X(); in BibGeneralPage()
339 aControlSize, sTableErrorString, aISBNFT.GetText(), HID_BIB_ISBN_POS, 6 ); in BibGeneralPage()
345 aControlSize, sTableErrorString, aPagesFT.GetText(), HID_BIB_PAGES_POS, 19 ); in BibGeneralPage()
375 aControlSize, sTableErrorString, aMonthFT.GetText(), HID_BIB_MONTH_POS, 3 ); in BibGeneralPage()
390 aControlSize, sTableErrorString, aNoteFT.GetText(), HID_BIB_NOTE_POS, 16 ); in BibGeneralPage()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx158 Size aControlSize( m_aWindowSize ); in layout() local
159 aControlSize.Width() -= 4; in layout()
160 aControlSize.Height() -= 4; in layout()
162 m_aStatusText.SetPosSizePixel( Point( 1, 1 ), aControlSize ); in layout()
275 Size aControlSize( m_aWindowSize.Width()-4, m_aWindowSize.Height()-4 ); in IMPL_LINK() local
276 m_aStatusText.SetPosSizePixel( Point( 1, 1 ), aControlSize ); in IMPL_LINK()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1597 ::Size aControlSize( aDefSize ); in createControlLabelPair()
1602 aControlSize = aDefSize; in createControlLabelPair()
1608 aControlSize = aDefImageSize; in createControlLabelPair()
1613 aControlSize = aDefImageSize; in createControlLabelPair()
1615 aControlSize.Width() = long(Fraction(aControlSize.Width(), 1) * eTargetMode.GetScaleX()); in createControlLabelPair()
1616 aControlSize.Height() = long(Fraction(aControlSize.Height(), 1) * eTargetMode.GetScaleY()); in createControlLabelPair()
1620 _rOutDev.LogicToLogic( aControlSize, eSourceMode, eTargetMode ) in createControlLabelPair()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx716 Size aControlSize( pEntry->mpControl->GetOutputSizePixel() ); in implCalcSize() local
718 nMaxTextWidth = std::max( aControlSize.Width(), nMaxTextWidth ); in implCalcSize()
719 pEntry->maSize.Height() = aControlSize.Height() + 1; in implCalcSize()
739 Size aControlSize( pEntry->mpControl->GetOutputSizePixel() ); in implCalcSize() local
740 Point aControlPos( (aSz.Width() - aControlSize.Width())>>1, nY); in implCalcSize()
744 pEntry->maRect = Rectangle( aControlPos, aControlSize ); in implCalcSize()
/trunk/main/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx210 Size aControlSize( maSignaturesLB.GetSizePixel() ); in DigitalSignaturesDialog() local
211 aControlSize = maSignaturesLB.PixelToLogic( aControlSize, MapMode( MAP_APPFONT ) ); in DigitalSignaturesDialog()
212 const long nControlWidth = aControlSize.Width(); in DigitalSignaturesDialog()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx246 …Size aControlSize( m_aOutputSize.Width() - 4 - m_nNameWidth - nBrowseButtonSize - 4, m_pControlWin… in impl_layoutComponents() local
248 aControlSize.Width() -= nBrowseButtonSize + 4; in impl_layoutComponents()
249 m_pControlWindow->SetSizePixel( aControlSize ); in impl_layoutComponents()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx789 Size aControlSize = maControlRect.GetSize(); in Resize() local
790 maControlRect = Rectangle( Point( (aWindowSize.Width() - aControlSize.Width()) / 2, in Resize()
791 (aWindowSize.Height() - aControlSize.Height()) / 2 ), in Resize()
792 aControlSize ); in Resize()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx593 Size aControlSize( in Resize() local
597 aControlRows[i].pWindow->SetPosSizePixel( aItemPos, aControlSize ); in Resize()
599 aItemPos.Move( 0, aControlSize.Height() + aSpacing.Height() ); in Resize()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3322 Size aControlSize(GetOutputSizePixel()); in InsertItem() local
3326 aControlSize = pLast->GetSizePixel(); in InsertItem()
3328 aControlPos.X() += aControlSize.Width(); in InsertItem()
3360 Size aEditSize(aControlSize); in InsertItem()
3374 Size aEditSize(aControlSize); in InsertItem()
3522 Size aControlSize(GetOutputSizePixel()); in InsertAtSelection() local
3564 pEdit->SetSizePixel(aControlSize); in InsertAtSelection()

Completed in 102 milliseconds