Home
last modified time | relevance | path

Searched refs:aSize (Results 451 – 475 of 799) sorted by relevance

1...<<11121314151617181920>>...32

/trunk/main/sw/source/ui/dialog/
H A Dascfldlg.cxx280 Size aSize = GetSizePixel(); in SwAsciiFilterDlg() local
283 aSize.Height() = aHelpPB.GetPosPixel().Y() + in SwAsciiFilterDlg()
285 SetSizePixel( aSize ); in SwAsciiFilterDlg()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx243 awt::Size aSize( xShape->getSize() ); in pushToPropSet() local
244 awt::Rectangle aViewBox( 0, 0, aSize.Width * 360, aSize.Height * 360 ); in pushToPropSet()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx410 Size aSize( GetOutputSize() ); in ScEditWindow() local
411 aSize.Height() *= 4; in ScEditWindow()
414 pEdEngine->SetPaperSize( aSize ); in ScEditWindow()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx281 Size aSize; in ImpXMLAutoLayoutInfo() local
289 aSize.Width() = (long) (fH * aPageSize.Width()); in ImpXMLAutoLayoutInfo()
290 aSize.Height() = (long) (fH * aPageSize.Height()); in ImpXMLAutoLayoutInfo()
292 aPos.X() += (aPartArea.Width() - aSize.Width()) / 2; in ImpXMLAutoLayoutInfo()
293 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in ImpXMLAutoLayoutInfo()
296 aTitleSize = aSize; in ImpXMLAutoLayoutInfo()
2836 RealSize2D aSize( xAnnotation->getSize() ); in exportAnnotations() local
2838 if( aSize.Width || aSize.Height ) in exportAnnotations()
2840 …etMM100UnitConverter().convertMeasure(sStringBuffer, static_cast<sal_Int32>( aSize.Width * 100 ) ); in exportAnnotations()
2842 …tMM100UnitConverter().convertMeasure(sStringBuffer, static_cast<sal_Int32>( aSize.Height * 100 ) ); in exportAnnotations()
/trunk/main/svx/source/dialog/
H A Dfontwork.cxx257 Size aSize = aTbxStyle.CalcWindowSizePixel(); in SvxFontWorkDialog() local
258 aTbxStyle.SetSizePixel(aSize); in SvxFontWorkDialog()
261 aTbxAdjust.SetSizePixel(aSize); in SvxFontWorkDialog()
264 aTbxShadow.SetSizePixel(aSize); in SvxFontWorkDialog()
/trunk/main/sw/source/ui/shells/
H A Dtxtattr.cxx264 SvxFontHeightItem aSize( *(const SvxFontHeightItem*)pI ); in ExecCharAttrArgs() local
265 SwTwips lSize = (SwTwips) aSize.GetHeight(); in ExecCharAttrArgs()
281 aSize.SetHeight( lSize ); in ExecCharAttrArgs()
282 aAttrSet.Put( aSize ); in ExecCharAttrArgs()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx136 const Size aSize(aThumb.GetSizePixel()); in initFavorites() local
138 aVDev.SetOutputSizePixel(aSize); in initFavorites()
146 aVDev.DrawCheckered(aNull, aSize, nLen, aW, aG); in initFavorites()
155 maFavoritesHorizontal.push_back(aVDev.GetBitmap(aNull, aSize)); in initFavorites()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx411 ::Size aSize = pControl->GetSizePixel(); in draw()
414 aSize = pControl->PixelToLogic( aSize, eTargetUnit ); in draw()
421 pControl->Draw( pTargetDevice, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in draw()
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx77 const Size aSize = GetOutputSizePixel(); in Resize() local
78 if ( m_pPropWin && aSize.Height() && aSize.Width() ) in Resize()
79 m_pPropWin->SetSizePixel(aSize); in Resize()
H A DViewsWindow.cxx879 const Size aSize(nXMov,nYMov); in alignMarkedObjects() local
880 … pView->AddUndo(pView->GetModel()->GetSdrUndoFactory().CreateUndoMoveObject(*pObj,aSize)); in alignMarkedObjects()
881 pObj->Move(aSize); in alignMarkedObjects()
1384 awt::Size aSize = xRC->getSize(); in EndDragObj() local
1390 else if ( (aNewPos.X() + aSize.Width) > (nPaperWidth - nRightMargin) ) in EndDragObj()
1392 aNewPos.X() = nPaperWidth - nRightMargin - aSize.Width; in EndDragObj()
1400 aSize.Width += aNewPos.X(); in EndDragObj()
1402 xRC->setSize(aSize); in EndDragObj()
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx120 Size aSize ) : in DemoRenderer() argument
121 maSize(aSize), in DemoRenderer()
145 maBox.Width() = aSize.Width() / 3; in DemoRenderer()
146 maBox.Height() = aSize.Height() / 3; in DemoRenderer()
/trunk/main/svx/source/sidebar/
H A DEmptyPanel.cxx75 const Size aSize (GetSizePixel()); in Resize() local
76 maMessageControl.SetSizePixel(aSize); in Resize()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx929 Size aSize = aFont.GetSize(); in SetZoomedPointFont() local
930 double n = (double)aSize.Width(); in SetZoomedPointFont()
933 aSize.Width() = WinFloatRound( n ); in SetZoomedPointFont()
934 n = (double)aSize.Height(); in SetZoomedPointFont()
937 aSize.Height() = WinFloatRound( n ); in SetZoomedPointFont()
938 aFont.SetSize( aSize ); in SetZoomedPointFont()
H A Dstatus.cxx833 Size aSize = GetOutputSizePixel(); in Resize() local
834 mnDX = aSize.Width() - ImplGetSVData()->maNWFData.mnStatusBarLowerRightOffset; in Resize()
835 mnDY = aSize.Height(); in Resize()
978 Size aSize = GetSizePixel(); in DataChanged() local
981 aSize.Height() = CalcWindowSizePixel().Height(); in DataChanged()
982 SetSizePixel( aSize ); in DataChanged()
H A Ddockmgr.cxx283 Size aSize( GetSizePixel() ); in Resize() local
284 …mpDockWin->GetWindow()->ImplPosSizeWindow( 0, 0, aSize.Width(), aSize.Height(), WINDOW_POSSIZE_POS… in Resize()
901 Size aSize = GetWindow()->GetOutputSizePixel(); in ImplStartDocking() local
904 mnTrackWidth = aSize.Width(); in ImplStartDocking()
905 mnTrackHeight = aSize.Height(); in ImplStartDocking()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1234 Size aSize = pDev->LogicToPixel( rSize ); in Draw() local
1250 Rectangle aRect( aPos, aSize ); in Draw()
1272 mpSubEdit->Draw( pDev, aPos, Size( aSize.Width(), nEditHeight ), nFlags ); in Draw()
1299 Rectangle aClip( aPos, aSize ); in Draw()
1301 sal_uInt16 nLines = (sal_uInt16) ( (aSize.Height()-nEditHeight) / nTextHeight ); in Draw()
1306 Rectangle aTextRect( aPos, aSize ); in Draw()
/trunk/main/cui/source/options/
H A Doptlingu.cxx2012 Size aSize( aLinguOptionsCLB.GetSizePixel() ); in HideGroups() local
2013 aSize.Height() += nDeltaY; in HideGroups()
2014 aLinguOptionsCLB.SetSizePixel( aSize ); in HideGroups()
2019 aSize = GetOutputSizePixel(); in HideGroups()
2020 aSize.Height() += ( aMoreDictsLink.GetSizePixel().Height() * 11 / 8 ); in HideGroups()
2021 SetSizePixel( aSize ); in HideGroups()
2078 Size aSize = aModulesCLB.GetSizePixel(); in SvxEditModulesDlg() local
2079 aSize.Height() += ( nPos - ( aModulesCLB.GetPosPixel().Y() + aSize.Height() ) ); in SvxEditModulesDlg()
2080 aModulesCLB.SetSizePixel( aSize ); in SvxEditModulesDlg()
/trunk/main/sw/source/core/layout/
H A Dvirtoutp.hxx47 Size aSize; member in SwLayVout
53 SwLayVout() : pSh(0), pOut(0), pVirDev(0), aSize(0, VIRTUALHEIGHT), nCount(0) {} in SwLayVout()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx560 Size aSize(m_aLinesPlayground.GetOutputSizePixel()); in CalcVisibleLines() local
563 nResult = (sal_uInt16) aSize.Height()/m_nRowHeight; in CalcVisibleLines()
591 Size aSize(m_aLinesPlayground.GetOutputSizePixel()); in PositionLine() local
594 aSize.Height() = m_nRowHeight; in PositionLine()
600 m_aOrderedLines[ _nIndex ]->second.pLine->SetPosSizePixel( aPos, aSize ); in PositionLine()
/trunk/main/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx946 Size aSize = pWindows[i].first->GetSizePixel(); in DBG_NAME() local
949 aSize = pText->CalcMinimumSize(aSize.Width()); in DBG_NAME()
950 pWindows[i].first->SetPosSizePixel(aPos,aSize); in DBG_NAME()
951 aPos.Y() += aSize.Height() + pWindows[i].second; in DBG_NAME()
/trunk/main/filter/source/msfilter/
H A Dviscache.hxx44 Size aSize; // Groesse in 100TH_MM member in Impl_OlePres
72 void SetSize( const Size & rSize ) { aSize = rSize; } in SetSize()
/trunk/main/sdext/source/presenter/
H A DPresenterBitmapContainer.cxx458 const geometry::IntegerSize2D aSize (mxNormalBitmap->getSize()); in SetBitmap() local
459 mnWidth = aSize.Width; in SetBitmap()
460 mnHeight = aSize.Height; in SetBitmap()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx360 const awt::Size aSize (getSize()); in containsPoint() local
362 && (aPoint.X < aSize.Width) in containsPoint()
364 && (aPoint.Y < aSize.Height); in containsPoint()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx77 Size aSize = rRect.GetSize(); in lcl_SetTopRight() local
79 rRect.Left() = rPos.X() - aSize.Width() + 1; in lcl_SetTopRight()
81 rRect.Bottom() = rPos.Y() + aSize.Height() - 1; in lcl_SetTopRight()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx319 const Size aSize (mpTargetWindow->GetSizePixel()); in Resize() local
320 mpBackBuffer->SetOutputSizePixel(aSize); in Resize()
321 ::std::for_each(mpLayers->begin(), mpLayers->end(), ::boost::bind(&Layer::Resize, _1, aSize)); in Resize()

Completed in 124 milliseconds

1...<<11121314151617181920>>...32