Home
last modified time | relevance | path

Searched refs:aSize (Results 476 – 500 of 799) sorted by relevance

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

/trunk/main/svx/inc/svx/
H A Dsphere3d.hxx41 basegfx::B3DVector aSize; member in E3dSphereObj
73 const basegfx::B3DVector& Size() const { return aSize; } in Size()
H A Ddlgctrl.hxx94 Size aSize; member in SvxRectCtl
166 SvxAngleCtl( Window* pParent, const ResId& rResId, Size aSize );
182 Size aSize; member in SvxBitmapCtl
/trunk/main/sfx2/source/dialog/
H A Dintro.cxx42 Size aSize = aIntroBmp.GetSizePixel(); in Init() local
43 SetOutputSizePixel( aSize ); in Init()
H A Dmgetempl.cxx273 Size aSize = aNameEd.GetSizePixel(); in SfxManageStyleSheetPage() local
274 aSize.Width() /= 2; in SfxManageStyleSheetPage()
275 aNameEd.SetSizePixel(aSize); in SfxManageStyleSheetPage()
/trunk/main/padmin/source/
H A Dprogress.cxx56 Size aSize = maProgressBar.GetSizePixel(); in ProgressDialog() local
58 aMySize.Height() = aPos.Y() + aSize.Height() + 5; in ProgressDialog()
H A Dpadialog.cxx398 awt::Size aSize; in getPageParameters() local
399 aSize.Width = aPageSize.Width(); in getPageParameters()
400 aSize.Height = aPageSize.Height(); in getPageParameters()
401 aRet[0].Value = makeAny(aSize); in getPageParameters()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx714 Size aSize = aAAPointLimitLabel.GetSizePixel(); in OfaViewTabPage() local
715 sal_Int32 nMoveLeft = aSize.Width() - nLabelWidth; in OfaViewTabPage()
717 aSize.Width() = nLabelWidth; in OfaViewTabPage()
718 aAAPointLimitLabel.SetSizePixel( aSize ); in OfaViewTabPage()
728 aSize = aAAPointLimitUnits.GetSizePixel(); in OfaViewTabPage()
729 aSize.Width() += nMoveLeft; in OfaViewTabPage()
730 aAAPointLimitUnits.SetPosSizePixel( aPos, aSize ); in OfaViewTabPage()
/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx364 const Point aSize( aRect.Width, aRect.Height ); in containsPoint() local
367 return Rectangle( aNullPoint, aSize ).IsInside( aTestPoint ); in containsPoint()
894 const Point aSize( aRect.Width, aRect.Height ); in containsPoint() local
897 return Rectangle( aNullPoint, aSize ).IsInside( aTestPoint ); in containsPoint()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx334 void SAL_CALL LegendWrapper::setSize( const awt::Size& aSize ) in setSize() argument
345 awt::Rectangle aNewPositionAndSize(aPos.X,aPos.Y,aSize.Width,aSize.Height); in setSize()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx232 const Size aSize( maChildWindow.GetSizePixel() ); in onURLChanged() local
242 …Args[ 1 ] = uno::makeAny( awt::Rectangle( aPoint.X(), aPoint.Y(), aSize.Width(), aSize.Height() ) … in onURLChanged()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx512 Size aSize( rSize ); in InnerResizePixel() local
513 aSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
514 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
517 Fraction( aSize.Width(), std::max( aObjSizePixel.Width(), (long int)1 ) ), in InnerResizePixel()
518 Fraction( aSize.Height(), std::max( aObjSizePixel.Height(), (long int)1) ) ); in InnerResizePixel()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1218 css::awt::Size aSize = xShape->getSize(); in setHeight() local
1219 aSize.Height = Millimeter::getInHundredthsOfOneMillimeter(_fheight); in setHeight()
1220 xShape->setSize(aSize); in setHeight()
1238 css::awt::Size aSize = xShape->getSize(); in setWidth() local
1239 aSize.Width = Millimeter::getInHundredthsOfOneMillimeter(_fWidth); in setWidth()
1240 xShape->setSize(aSize); in setWidth()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx503 const NSSize aSize = NSMakeSize( nWidth, nHeight); in SetMinClientSize() local
507 [mpNSWindow setMinSize: aSize]; in SetMinClientSize()
532 const NSSize aSize = NSMakeSize( nWidth, nHeight); in SetMaxClientSize() local
536 [mpNSWindow setMaxSize: aSize]; in SetMaxClientSize()
549 const NSSize aSize = NSMakeSize( nWidth, nHeight); in SetClientSize() local
551 [mpNSWindow setContentSize: aSize]; in SetClientSize()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1124 Size aSize( aRect.GetSize() ); in SetViewSettings() local
1125 aSize.Width() = static_cast< long >(bTwip ? MM100_TO_TWIP ( nTmp ) : nTmp); in SetViewSettings()
1126 aRect.SetSize( aSize ); in SetViewSettings()
1131 Size aSize( aRect.GetSize() ); in SetViewSettings() local
1132 aSize.Height() = static_cast< long >(bTwip ? MM100_TO_TWIP ( nTmp ) : nTmp); in SetViewSettings()
1133 aRect.SetSize( aSize ); in SetViewSettings()
/trunk/main/svx/source/dialog/
H A Dhyperdlg.cxx73 if ( pInfo->aSize.Width() != 0 && pInfo->aSize.Height() != 0 && in SvxHlinkDlgWrapper()
/trunk/main/svx/source/sidebar/tools/
H A DPopup.cxx75 const Size aSize (rToolBox.GetSizePixel()); in Show() local
76 const Rectangle aRect (aPos, aSize); in Show()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx2782 Size aSize = rWin.GetOutputSizePixel(); in lcl_ResizeValueSet() local
2783 aSize.Width() -= 4; in lcl_ResizeValueSet()
2784 aSize.Height() -= 4; in lcl_ResizeValueSet()
2785 rValueSet.SetPosSizePixel( Point(2,2), aSize ); in lcl_ResizeValueSet()
2792 Size aSize = rValueSet.CalcWindowSizePixel( aItemSize ); in lcl_CalcSizeValueSet() local
2793 aSize.Width() += 4; in lcl_CalcSizeValueSet()
2794 aSize.Height() += 4; in lcl_CalcSizeValueSet()
2795 rWin.SetOutputSizePixel( aSize ); in lcl_CalcSizeValueSet()
/trunk/main/sd/source/ui/dlg/
H A Ddiactrl.cxx63 Size aSize( GetTextWidth( aStr )+20, GetTextHeight()+6 ); in SFX_IMPL_TOOLBOX_CONTROL() local
66 SetSizePixel( aSize ); in SFX_IMPL_TOOLBOX_CONTROL()
/trunk/main/uui/source/
H A Dfltdlg.cxx239 Size aSize = m_ftURL.GetOutputSize(); in impl_buildUIFileName() local
240 …sShortName = aBuilder.getAbbreviated( xStringCalculator, aSize.Width(), INetURLObject::DECODE_UNAM… in impl_buildUIFileName()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx1127 Size aSize( GetOutputSizePixel() ); in Resize() local
1128 Resizing( aSize ); in Resize()
1131 if ( aSize != GetSizePixel() ) in Resize()
1133 SetOutputSizePixel( aSize ); in Resize()
1134 pDock->SetSizePixel( aSize ); in Resize()
1135 pClientWin->SetSizePixel( aSize ); in Resize()
1141 Size aSize; in Resizing() local
1150 nThisValue = Abs( aSize.Width() - rSize.Width() ) + Abs( aSize.Height() - rSize.Height() ); in Resizing()
1154 aBestSize = aSize; in Resizing()
3707 aZiel.Move( aSize.Width() / 2, aSize.Height() / 2 ); in AnimateMouse()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx236 awt::Size aSize; in exportLevelStyle() local
237 if( rProp.Value >>= aSize ) in exportLevelStyle()
239 nImageWidth = aSize.Width; in exportLevelStyle()
240 nImageHeight = aSize.Height; in exportLevelStyle()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx200 awt::Size aSize; in ImplDoClass4() local
202 mpOutAct->DrawText( aPoint, aSize, in ImplDoClass4()
240 awt::Size aSize((long)dx, (long)dy); in ImplDoClass4() local
241 mpOutAct->DrawText( aPoint, aSize , in ImplDoClass4()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx476 Size aSize( nSize, nSize ); in _SetPosAndShow() local
477 aSize = pOut->PixelToLogic( aSize ); in _SetPosAndShow()
478 aRect.Left( aRect.Left() - aSize.Width() ); in _SetPosAndShow()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx774 Size aSize( aFont.GetSize() ); in PrintSource() local
775 aSize = aEditWin.GetOutWin()->PixelToLogic( aSize, MAP_100TH_MM ); in PrintSource()
776 aFont.SetSize( aSize ); in PrintSource()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx706 const Size aSize( pPage->GetSize() ); in GetGraphic() local
721 const Size aSizePix( Application::GetDefaultDevice()->LogicToPixel( aSize, aMap ) ); in GetGraphic()
765 aGraphic.SetPrefSize( aSize ); in GetGraphic()
804 aNewSize = Size( aSize.Width() - pPage->GetLftBorder() - pPage->GetRgtBorder(), in GetGraphic()
805 aSize.Height() - pPage->GetUppBorder() - pPage->GetLwrBorder() ); in GetGraphic()

Completed in 173 milliseconds

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