Home
last modified time | relevance | path

Searched refs:GetSizePixel (Results 226 – 250 of 613) sorted by relevance

12345678910>>...25

/aoo42x/main/framework/source/uielement/
H A Dtoolbarwrapper.cxx197 ::Size aActSize( pToolBar->GetSizePixel() ); in initialize()
212 ::Size aActSize( pToolBar->GetSizePixel() ); in initialize()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dhighred.cxx93 aFlFilterPt.Y() += aFlFilter.GetSizePixel().Height(); in ScHighlightChgDlg()
95 MinSize=aFilterCtr.GetSizePixel(); in ScHighlightChgDlg()
/aoo42x/main/vcl/source/control/
H A Dthrobber.cxx168 const ::Size aWindowSizePixel = GetSizePixel(); in initImages()
179 const Size aImageSize = (*check)[0].GetSizePixel(); in initImages()
/aoo42x/main/svx/source/dialog/
H A Ddlgctrl.cxx1650 …if(rBitmapEx.GetSizePixel().Width() >= rSize.Width() && rBitmapEx.GetSizePixel().Height() >= rSize… in formatBitmapExToSize()
1659 const Size aBitmapSize(rBitmapEx.GetSizePixel()); in formatBitmapExToSize()
2009 Size aBmpSize( aBitmap.GetSizePixel() ); in Fill()
2032 const Size aBmpSize(rBitmap.GetSizePixel()); in Append()
2057 const Size aBmpSize(rBitmap.GetSizePixel()); in Modify()
H A D_bmpmask.cxx360 DrawRect( Rectangle( Point(), GetSizePixel() ) ); in Paint()
1164 const Size aSize( aBmpEx.GetSizePixel() ); in Mask()
1187 const Size aSize( aBmpEx.GetSizePixel() ); in Mask()
1196 Size aSize( aBitmap.GetSizePixel() ); in Mask()
/aoo42x/main/vcl/source/app/
H A Ddbggui.cxx1543 if( pChild->IsVisible() && pChild->GetSizePixel().Width() < aWidth ) in DbgDialogTest()
1553 if ( pChild->GetSizePixel().Width() < pChild->GetTextWidth( aText ) ) in DbgDialogTest()
1561 if ( (pChild->GetSizePixel().Height() >= pChild->GetTextHeight()*2) && in DbgDialogTest()
1580 if ( pChild->GetSizePixel().Width() < aWidth && !(pChild->GetStyle() & WB_WORDBREAK) ) in DbgDialogTest()
1745 Rectangle aChildRect( aNewPos, pChild->GetSizePixel() ); in DbgDialogTest()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx572 ( ( nSx + nSxe ) <= aBmp.GetSizePixel().Width() ) && in ReadRecordParams()
573 ( ( nSy + nSye <= aBmp.GetSizePixel().Height() ) ) ) in ReadRecordParams()
623 ( ( nSx + nSxe ) <= aBmp.GetSizePixel().Width() ) && in ReadRecordParams()
624 ( ( nSy + nSye <= aBmp.GetSizePixel().Height() ) ) ) in ReadRecordParams()
/aoo42x/main/vcl/source/gdi/
H A Doutdev6.cxx831 const long nBmpWidth = aBmpEx.GetSizePixel().Width(); in ImplDrawBitmapWallpaper()
832 const long nBmpHeight = aBmpEx.GetSizePixel().Height(); in ImplDrawBitmapWallpaper()
893 if( !pCached || ( pCached->GetSizePixel() != aSize ) ) in ImplDrawBitmapWallpaper()
995 const Size aBmpSize( aBmpEx.GetSizePixel() ); in ImplDrawBitmapWallpaper()
H A Dbmpacc3.cxx122 const Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in Erase()
276 Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in FillRect()
/aoo42x/main/sd/source/ui/dlg/
H A Danimobjs.cxx109 Size aBmpSize = aBitmapEx.GetBitmap().GetSizePixel(); in Paint()
730 Size aTempSize( pBitmapEx->GetBitmap().GetSizePixel() ); in GetScale()
1074 const Size aTmpSizePix( rBmpEx.GetSizePixel() ); in CreateAnimObj()
1105 const Size aBitmapSize( pBitmapEx->GetSizePixel() ); in CreateAnimObj()
H A Dprntopts.cxx285 long nWidth = aGrpOutput.GetSizePixel().Width() + nXDiff; in SetDrawMode()
286 Size aSize(aGrpOutput.GetSizePixel()); in SetDrawMode()
H A Dnavigatr.cxx115 long nListboxYPos = maToolbox.GetPosPixel().Y() + maToolbox.GetSizePixel().Height() + 4; in SdNavigatorWin()
127 nListboxYPos = maTlbObjects.GetPosPixel().Y() + maTlbObjects.GetSizePixel().Height() + 4; in SdNavigatorWin()
141 const long nFullHeight = nListboxYPos + maLbDocs.GetSizePixel().Height() + 4; in SdNavigatorWin()
/aoo42x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx548 aSize = pLoadBtn->GetSizePixel(); in PreExecute()
549 nDY = pLoadBtn->GetSizePixel().Height() * 2; in PreExecute()
554 aSize = pCancelBtn->GetSizePixel(); in PreExecute()
573 nWidth = pChild->GetSizePixel().Width(); in PreExecute()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx335 … Rectangle aOriginalLabelSize( m_aChangesLabel.GetPosPixel(), m_aChangesLabel.GetSizePixel() ); in displayMigrationLog()
346 Size aChangesSize( m_aChanges.GetSizePixel() ); in displayMigrationLog()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dadminpages.cxx320 aReference.Y() += _rReference.GetSizePixel().Height(); in positionBelow()
333 const Size aOldSize = io_button.GetSizePixel(); in fitSizeRightAligned()
/aoo42x/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx86 Size aSiz = mpBasicPage->GetSizePixel(); in XMLFilterTabDialog()
100 aSiz = mpXSLTPage->GetSizePixel(); in XMLFilterTabDialog()
/aoo42x/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx535 Size aFTSize(aInfoField.GetSizePixel()); in SwScrollNaviPopup()
536 Size aSepSize(aSeparator.GetSizePixel()); in SwScrollNaviPopup()
670 Rectangle aRect(aPos, GetSizePixel()); in Click()
/aoo42x/main/svx/source/xoutdev/
H A Dxattrbmp.cxx121 if(8 == aBitmap.GetSizePixel().Width() && 8 == aBitmap.GetSizePixel().Height()) in isHistorical8x8()
/aoo42x/main/sfx2/inc/sfx2/
H A Dchildwin.hxx196 Size GetSizePixel() const in GetSizePixel() function in SfxChildWindow
197 { return pWindow->GetSizePixel(); } in GetSizePixel()
/aoo42x/main/framework/source/classes/
H A Dfwktabwindow.cxx194 Size aSize = GetSizePixel (); in Resize()
404 Size aPageSize = GetSizePixel(); in Resize()
/aoo42x/main/svtools/source/control/
H A Droadmap.cxx665 Size aBitmapSize = m_pImpl->getPicture().GetSizePixel(); in Paint()
871 Size aOldSize = _pOldItem->GetDescriptionHyperLabel()->GetSizePixel(); in SetPosition()
879 sal_Int32 nDescPos = aIDPos.X() + mpID->GetSizePixel().Width(); in SetPosition()
/aoo42x/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx170 aLayoutItemSize.Width() = std::max( aLayoutItemSize.Width(), aBmp.GetSizePixel().Width() ); in fillLayoutValueSet()
171 aLayoutItemSize.Height() = std::max( aLayoutItemSize.Height(), aBmp.GetSizePixel().Height() ); in fillLayoutValueSet()
/aoo42x/main/sw/source/ui/dialog/
H A Dascfldlg.cxx280 Size aSize = GetSizePixel(); in SwAsciiFilterDlg()
284 aHelpPB.GetSizePixel().Height() + aTmpSz.Height(); in SwAsciiFilterDlg()
/aoo42x/main/cui/source/options/
H A Dwebconninfo.cxx134 long nButtonWidth = m_aRemoveBtn.GetSizePixel().Width(); in WebConnectionInfoDialog()
147 Size aNewSize = (*pButton)->GetSizePixel(); in WebConnectionInfoDialog()
/aoo42x/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx132 Size aWinSize = CalcOutputSize( GetSizePixel() ); in InitControls()
143 sal_Int32 nY = maRuler.GetSizePixel().Height(); in InitControls()

Completed in 329 milliseconds

12345678910>>...25