Home
last modified time | relevance | path

Searched refs:aSz (Results 126 – 150 of 162) sorted by relevance

1234567

/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx560 SwFmtFrmSize aSz( bHead ? pHeaderFmt->GetFrmSize() : in ExecTabWin() local
562 aSz.SetHeightSizeType( ATT_FIX_SIZE ); in ExecTabWin()
563 aSz.SetHeight(nPageHeight - aLongULSpace.GetLower() - in ExecTabWin()
566 pHeaderFmt->SetFmtAttr( aSz ); in ExecTabWin()
568 pFooterFmt->SetFmtAttr( aSz ); in ExecTabWin()
H A Dview2.cxx2289 Size aSz(GetSizePixel()); in SwMergeSourceWarningBox_Impl() local
2290 aSz.Width() += aImageSize.Width(); in SwMergeSourceWarningBox_Impl()
2291 SetSizePixel(aSz); in SwMergeSourceWarningBox_Impl()
H A Dpview.cxx1941 Size aSz( SvxPaperInfo::GetPaperSize( pNew ) ); in SetPrinter() local
1942 rSh.ChgAllPageSize( aSz ); in SetPrinter()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx656 Size aSz( SvxPaperInfo::GetPaperSize(PAPER_SCREEN_4_BY_3, MAP_100TH_MM) ); in CreateFirstPages() local
657 pPage->SetSize( Size( aSz.Height(), aSz.Width() ) ); in CreateFirstPages()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx443 SwFmtFrmSize aSz( rFmt.GetFrmSize() ); in SetPage() local
444 aSz.SetWidth(rSection.GetPageWidth()); in SetPage()
445 aSz.SetHeight(SvxPaperInfo::GetSloppyPaperDimension(rSection.GetPageHeight())); in SetPage()
446 rFmt.SetFmtAttr(aSz); in SetPage()
3846 SvxFontHeightItem aSz( nFSize, 100, nId ); in Read_FontSize() local
3847 NewAttr( aSz ); in Read_FontSize()
3850 aSz.SetWhich( RES_CHRATR_CJK_FONTSIZE ); in Read_FontSize()
3851 NewAttr( aSz ); in Read_FontSize()
H A Dwrtw8esh.cxx1773 const Size aSz( rNd.GetTwipSize() ); in WriteGrfAttr() local
1776 rPropOpt.AddOpt( ESCHER_Prop_cropFromLeft, ToFract16( nVal, aSz.Width()) ); in WriteGrfAttr()
1778 rPropOpt.AddOpt( ESCHER_Prop_cropFromRight, ToFract16( nVal, aSz.Width())); in WriteGrfAttr()
1780 rPropOpt.AddOpt( ESCHER_Prop_cropFromTop, ToFract16( nVal, aSz.Height())); in WriteGrfAttr()
1782 rPropOpt.AddOpt( ESCHER_Prop_cropFromBottom, ToFract16( nVal, aSz.Height())); in WriteGrfAttr()
H A Dww8par3.cxx2260 awt::Size aSz; in InsertFormula() local
2263 if (sal_True == (bRet = rFormula.Import(rServiceFactory, xFComp, aSz))) in InsertFormula()
2266 if (sal_True == (bRet = InsertControl(xFComp, aSz, &xShapeRef, false))) in InsertFormula()
H A Dww8graf.cxx2124 Size aSz(pGrfNd->GetTwipSize()); in SetAttributesAtGrfNode() local
2127 sal_uInt64 rHeight = aSz.Height(); in SetAttributesAtGrfNode()
2128 sal_uInt64 rWidth = aSz.Width(); in SetAttributesAtGrfNode()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1245 Size aSz = pPrinter->GetOutputSize(); in lcl_PrintHeader() local
1262 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader()
1266 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1524 Size aSz; in IMPL_LINK() local
1538 aSz.Width() = nW + nTmpSz; in IMPL_LINK()
1540 SetTab( i, PixelToLogic( aSz, MapMode(MAP_APPFONT) ).Width(), MAP_APPFONT ); in IMPL_LINK()
/trunk/main/vcl/source/control/
H A Dedit.cxx2910 Size aSz( GetTextWidth( XubString( 'x' ) ), GetTextHeight() ); in CalcSize() local
2911 aSz.Width() *= nChars; in CalcSize()
2912 aSz = CalcWindowSize( aSz ); in CalcSize()
2913 return aSz; in CalcSize()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1071 SwFmtFrmSize aSz( pFmt->GetFrmSize() ); in SetTabCols() local
1072 if ( aSz.GetWidth() != aParm.nNewWish ) in SetTabCols()
1074 aSz.SetWidth( aParm.nNewWish ); in SetTabCols()
1075 aSz.SetWidthPercent( 0 ); in SetTabCols()
1076 pFmt->SetFmtAttr( aSz ); in SetTabCols()
/trunk/main/sd/source/ui/inc/
H A Dsprite.hxx64 Size aSz; member in sd::Sprite
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx518 Size aSz( bVert ? 0 : nVal, bVert ? nVal : 0 ); in OutCSS1_PixelProperty() local
519 aSz = Application::GetDefaultDevice()->LogicToPixel( aSz, MapMode( MAP_TWIP) ); in OutCSS1_PixelProperty()
520 nVal = bVert ? aSz.Height() : aSz.Width(); in OutCSS1_PixelProperty()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx312 SwFmtFrmSize aSz( rNew ); in lcl_ProcessBoxSize() local
313 aSz.SetHeight( rNew.GetHeight() ? rNew.GetHeight() / rLines.Count() : 0 ); in lcl_ProcessBoxSize()
315 ::lcl_ProcessRowSize( rFmtCmp, rLines[i], aSz ); in lcl_ProcessBoxSize()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7314 Size aSz; in CheckForConvertToSOObj() local
7316 aSz = lcl_GetPrefSize(rGrf, aMapMode ); in CheckForConvertToSOObj()
7319 aSz = rVisArea.GetSize(); in CheckForConvertToSOObj()
7320 aSz = OutputDevice::LogicToLogic( aSz, MapMode( MAP_100TH_MM ), aMapMode ); in CheckForConvertToSOObj()
7327 aSize.Width = aSz.Width(); in CheckForConvertToSOObj()
7328 aSize.Height = aSz.Height(); in CheckForConvertToSOObj()
7492 Size aSz(lcl_GetPrefSize(rGrf, MapMode(aMapUnit))); in CreateSdrOLEFromStorage() local
7493 aAwtSz.Width = aSz.Width(); in CreateSdrOLEFromStorage()
7494 aAwtSz.Height = aSz.Height(); in CreateSdrOLEFromStorage()
H A Dmsocximex.cxx4584 com::sun::star::awt::Size aSz; in ReadOCXStream() local
4592 if (pObj->Import(rServiceFactory,xFComp,aSz)) in ReadOCXStream()
4593 bRet = InsertControl( xFComp, aSz,pShapeRef,bFloatingCtrl); in ReadOCXStream()
4622 com::sun::star::awt::Size aSz; in ReadOCXExcelKludgeStream() local
4630 if (pObj->Import(rServiceFactory,xFComp,aSz)) in ReadOCXExcelKludgeStream()
4631 bRet = InsertControl( xFComp, aSz,pShapeRef,bFloatingCtrl); in ReadOCXExcelKludgeStream()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1795 SwFmtFrmSize aSz( ATT_VAR_SIZE, MINFLY, MINFLY ); in NewFlyDefaults() local
1797 aSz.SetWidthPercent( 100 ); // Hoehe: Auto in NewFlyDefaults()
1798 p->Put( aSz ); in NewFlyDefaults()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1679 Size aSz( rSdrObj.GetCurrentBoundRect().GetSize() ); in lcl_InsertDrawLabel() local
1680 SwFmtFrmSize aFrmSize( ATT_MIN_SIZE, aSz.Width(), aSz.Height() ); in lcl_InsertDrawLabel()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx2340 SwFmtFrmSize aSz( rTblFrmSz ); in SetColRowWidthHeight() local
2341 aSz.SetWidth( pTab->Prt().Width() ); in SetColRowWidthHeight()
2342 pTab->GetFmt()->SetFmtAttr( aSz ); in SetColRowWidthHeight()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2172 Size aSz; in GetDocSize() local
2175 aSz = pRoot->Frm().SSize(); in GetDocSize()
2177 return aSz; in GetDocSize()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1750 Size aSz( aBulletSize ); in ImpCalcBulletArea() local
1751 aBulletSize.Width() = aSz.Height(); in ImpCalcBulletArea()
1752 aBulletSize.Height() = aSz.Width(); in ImpCalcBulletArea()
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx740 SwFmtFrmSize aSz(aMgr.GetFrmSize()); in GetState() local
741 rSet.Put(aSz); in GetState()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx1451 Size aSz = WinPtr->PixelToLogic( WinPtr->GetSizePixel() );\ in DisplayHID()
1453 …d::min( nMaxCornerRadius, (sal_uLong) std::min((sal_uLong) (aSz.Width() / 6), (sal_uLong)(aSz.Heig… in DisplayHID()
1454 WinPtr->DrawRect(Rectangle(Point(),aSz), iCorner, iCorner);\ in DisplayHID()
3891 Size aSz(nNr3,nNr4); in HandleVisibleControls() local
3894 aVDev.SetOutputSizePixel( aSz ); in HandleVisibleControls()
3896 aBmp = aVDev.GetBitmap( Point(), aSz ); in HandleVisibleControls()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx3244 Size aSz( n, 0 ); in LogicToTwips() local
3246 aSz = pRefDev->LogicToLogic( aSz, NULL, &aTwipsMode ); in LogicToTwips()
3247 return aSz.Width(); in LogicToTwips()

Completed in 359 milliseconds

1234567