Home
last modified time | relevance | path

Searched refs:aNewSize (Results 51 – 75 of 114) sorted by relevance

12345

/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1255 awt::Size aNewSize( pSize->cx, pSize->cy ); in SetExtent() local
1263 aNewSize.Width = aNewSize.Width * 144 / 254; in SetExtent()
1264 aNewSize.Height = aNewSize.Height * 144 / 254; in SetExtent()
1268 xVisObj->setVisualAreaSize( DVASPECT_CONTENT, aNewSize ); in SetExtent()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx1255 const frame::BorderWidths& aNewSize ) in borderWidthsChanged() argument
1261 if ( m_aBorderWidths.Left != aNewSize.Left in borderWidthsChanged()
1262 || m_aBorderWidths.Right != aNewSize.Right in borderWidthsChanged()
1263 || m_aBorderWidths.Top != aNewSize.Top in borderWidthsChanged()
1264 || m_aBorderWidths.Bottom != aNewSize.Bottom ) in borderWidthsChanged()
1266 m_aBorderWidths = aNewSize; in borderWidthsChanged()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx845 Size aNewSize = aSignatureBtn.GetSizePixel(); in SfxDocumentPage() local
846 aNewSize.Width() += nDelta; in SfxDocumentPage()
847 aSignatureBtn.SetSizePixel( aNewSize ); in SfxDocumentPage()
848 aDeleteBtn.SetSizePixel( aNewSize ); in SfxDocumentPage()
857 aNewSize = aSignedValFt.GetSizePixel(); in SfxDocumentPage()
858 aNewSize.Width() -= nDelta; in SfxDocumentPage()
859 aSignedValFt.SetSizePixel( aNewSize ); in SfxDocumentPage()
860 aNewSize = aUseUserDataCB.GetSizePixel(); in SfxDocumentPage()
861 aNewSize.Width() -= nDelta; in SfxDocumentPage()
862 aUseUserDataCB.SetSizePixel( aNewSize ); in SfxDocumentPage()
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx1354 Size aNewSize(rRect.GetSize()); in MakeVisible() local
1356 sal_Bool bNeedMoreX=aNewSize.Width()>aActualSize.Width(); in MakeVisible()
1357 sal_Bool bNeedMoreY=aNewSize.Height()>aActualSize.Height(); in MakeVisible()
1362 Fraction aXFact(aNewSize.Width(),aActualSize.Width()); in MakeVisible()
1363 Fraction aYFact(aNewSize.Height(),aActualSize.Height()); in MakeVisible()
H A Dsvdotext.cxx296 Size aNewSize(rOutliner.CalcTextSize()); in FitFrameToTextSize() local
298 aNewSize.Width()++; // wegen evtl. Rundungsfehler in FitFrameToTextSize()
299 aNewSize.Width()+=GetTextLeftDistance()+GetTextRightDistance(); in FitFrameToTextSize()
300 aNewSize.Height()+=GetTextUpperDistance()+GetTextLowerDistance(); in FitFrameToTextSize()
302 aNewRect.SetSize(aNewSize); in FitFrameToTextSize()
/trunk/main/dbaccess/source/ui/misc/
H A DWExtendPages.cxx75 Size aNewSize(m_aTypeControl.GetSizePixel().Width(),nHeight - aPos.Y()-6); in OWizNormalExtend() local
78 m_aTypeControl.SetPosSizePixel(aPos,aNewSize); in OWizNormalExtend()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx1855 Size aNewSize = (*pCurrent)->GetSizePixel(); in initControls() local
1856 aNewSize.Width() += nDelta; in initControls()
1857 (*pCurrent)->SetSizePixel( aNewSize ); in initControls()
2169 Size aNewSize( nNewWidth, nNewHeight ); in Resize() local
2170 maContentML.SetSizePixel( aNewSize ); in Resize()
2171 Point aNewPoint( Max( aEditPnt.X() + aNewSize.Width() - aBtnSz.Width(), aEditPnt.X() ), in Resize()
2172 aEditPnt.Y() + aNewSize.Height() + a3Sz.Height() ); in Resize()
H A Dcharmap.cxx512 Size aNewSize( nX * COLUMN_COUNT + (bNeedVscroll ? SBWIDTH : 0), nY * ROW_COUNT ); in SetFont() local
513 Point aNewPos = aOrigPos + Point( (aOrigSize.Width() - aNewSize.Width()) / 2, 0 ); in SetFont()
515 SetOutputSizePixel( aNewSize ); in SetFont()
/trunk/main/sd/source/ui/sidebar/
H A DPanelBase.cxx84 Size aNewSize (GetSizePixel()); in Resize() local
85 mpWrappedControl->SetOutputSizePixel(aNewSize); in Resize()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx874 const Size aNewSize(aColorSet.layoutAllVisible(nColorCount)); in SvxColorWindow_Impl() local
875 aColorSet.SetOutputSizePixel(aNewSize); in SvxColorWindow_Impl()
878 SetOutputSizePixel(Size(aNewSize.Width() + nAdd, aNewSize.Height() + nAdd)); in SvxColorWindow_Impl()
998 const Size aNewSize(aColorSet.layoutAllVisible(nColorCount)); in StateChanged() local
999 aColorSet.SetOutputSizePixel(aNewSize); in StateChanged()
1002 SetOutputSizePixel(Size(aNewSize.Width() + nAdd, aNewSize.Height() + nAdd)); in StateChanged()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx149 const Size aNewSize( Max( (long) (fFactor < 1. ? S_THUMB * fFactor : S_THUMB), 8L ), in CreateThumb() local
153 (double) aNewSize.Width() / aBmpSize.Width(), in CreateThumb()
154 (double) aNewSize.Height() / aBmpSize.Height(), in CreateThumb()
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx856 Size aNewSize( 0, ( nFactor * nCurrHeight ) / 1000 ); in CalcFontSize() local
857 rFnt.SetSize( aNewSize, rFnt.GetActual() ); in CalcFontSize()
987 Size aNewSize( 0, ( nFactor * rFnt.GetHeight( rFnt.GetActual() ) ) / 1000 ); in CalcFontSize() local
991 rFnt.SetSize( aNewSize, rFnt.GetActual() ); in CalcFontSize()
/trunk/main/padmin/source/
H A Dadddlg.cxx395 Size aNewSize( aPosSize.GetWidth(), aPosSize.GetHeight()*2/3 ); in APCommandPage() local
396 if( aNewSize.Height() < m_aHelpBtn.GetSizePixel().Height()+2 ) in APCommandPage()
397 aNewSize.Height() = m_aHelpBtn.GetSizePixel().Height()+2; in APCommandPage()
398 Point aNewPos( aPosSize.Left(), aPosSize.Top() + aPosSize.GetHeight() - aNewSize.Height() ); in APCommandPage()
399 m_aCommandTxt.SetPosSizePixel( aNewPos, aNewSize ); in APCommandPage()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx726 const Size aNewSize( rMtf.GetPrefSize() ); in ImplCreateOutput() local
734 if( aNewSize.Width() && aNewSize.Height() && rSz.Width() && rSz.Height() ) in ImplCreateOutput()
736 const double fGrfWH = (double) aNewSize.Width() / aNewSize.Height(); in ImplCreateOutput()
743 const Size& rSizePix( pOut->LogicToPixel( aNewSize, in ImplCreateOutput()
1003 rOutMtf.SetPrefSize( Size( FRound( aNewSize.Width() * fScaleX ), in ImplCreateOutput()
1004 FRound( aNewSize.Height() * fScaleY ) ) ); in ImplCreateOutput()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx672 Size aNewSize( CalcZoom(TABWIN_WIDTH_STD), CalcZoom(TABWIN_HEIGHT_STD) ); in SetDefaultTabWinPosSize() local
676 aBottom.X() += aNewSize.Width(); in SetDefaultTabWinPosSize()
677 aBottom.Y() += aNewSize.Height(); in SetDefaultTabWinPosSize()
684 pTabWin->SetPosSizePixel( aNewPos, aNewSize ); in SetDefaultTabWinPosSize()
895 …Size aNewSize(CalcZoom(m_aSizingRect.GetSize().Width()),CalcZoom(m_aSizingRect.GetSize().Height())… in Tracking() local
896 m_pSizingWin->SetPosSizePixel( m_aSizingRect.TopLeft(), aNewSize ); in Tracking()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalvd.cxx231 const CGSize aNewSize = CGSizeMake( nDX, nDY); in SetSize() local
232 mxLayer = CGLayerCreateWithContext( xCGContext, aNewSize, NULL ); in SetSize()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx1716 Size SwRootFrm::ChgSize( const Size& aNewSize ) in ChgSize() argument
1718 Frm().SSize() = aNewSize; in ChgSize()
2436 const Size aNewSize( nMaxPageRight - nBorder, nSumRowHeight - nGapBetweenPages ); in CheckViewLayout() local
2438 if ( bPageChanged || aNewSize != aOldSize ) in CheckViewLayout()
2440 ChgSize( aNewSize ); in CheckViewLayout()
2458 maPagesArea.SSize( aNewSize ); in CheckViewLayout()
/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx189 … const Size aNewSize(aValSetColorTable.layoutToGivenHeight(aCurrentSize.Height(), nColorCount)); in ImpColorCountChanged() local
190 … const Point aNewPos((aCurrentPos.X() + aCurrentSize.Width()) - aNewSize.Width(), aCurrentPos.Y()); in ImpColorCountChanged()
192 aValSetColorTable.SetOutputSizePixel(aNewSize); in ImpColorCountChanged()
193 aValSetColorTable.SetPosSizePixel(aNewPos, aNewSize); in ImpColorCountChanged()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1302 Size aNewSize = GetOutputSizePixel(); in Resize() local
1311 Point aNewSizerPos( mbMirrored ? 0 : (aNewSize.Width()-aSizerSize.Width()), 0 ); in Resize()
1312 Size aNewSizerSize( aSizerSize.Width(), aNewSize.Height() ); in Resize()
1318 long nHeight = aNewSize.Height(); in Resize()
1322 long nX = mbMirrored ? (aNewSize.Width()-nHeight) : 0; in Resize()
1352 maWinSize = aNewSize; in Resize()
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx386 Size aNewSize = aMgr.GetSize(); in Execute() local
389 aNewSize.setWidth( static_cast< const SfxUInt32Item* >(pItem)->GetValue() ); in Execute()
395 aNewSize.setHeight( static_cast< const SfxUInt32Item* >(pItem)->GetValue() ); in Execute()
401 aMgr.SetSize( aNewSize ); in Execute()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx669 Size aNewSize = Window::LogicToLogic( Size( aSz.Width, aSz.Height ), in DoExecute() local
671 if ( aNewSize != aSize ) in DoExecute()
673 aRect.SetSize( aNewSize ); in DoExecute()
/trunk/main/sw/source/ui/fldui/
H A Dfldedt.cxx114 Size aNewSize(LogicToPixel(Size(nWidth, GetOKButton()->GetOutputSize().Height()))); in SwFldEditDlg() local
115 aPrevBT.SetSizePixel(aNewSize); in SwFldEditDlg()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx597 const Size aNewSize( GetSize() ); in Format() local
601 (SwTwips)(aNewSize.Width() - Prt().Width()) : in Format()
602 (SwTwips)(aNewSize.Height() - Prt().Height()); in Format()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx945 …Size aNewSize( OutputDevice::LogicToLogic( Size( nLogicalWidth, nLogicalHeight ), MAP_100TH_MM, aM… in ImpGetScaledGraphic() local
947 if( aNewSize.Width() && aNewSize.Height() ) in ImpGetScaledGraphic()
950 aMtf.Scale( Fraction( aNewSize.Width(), aPreferredSize.Width() ), in ImpGetScaledGraphic()
951 Fraction( aNewSize.Height(), aPreferredSize.Height() ) ); in ImpGetScaledGraphic()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx162 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
312 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
374 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
453 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
534 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
609 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
673 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
877 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…

Completed in 194 milliseconds

12345