Home
last modified time | relevance | path

Searched refs:rSize (Results 251 – 275 of 455) sorted by relevance

1...<<111213141516171819

/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx110 SfxChild_Impl( Window& rChild, const Size& rSize, in SfxChild_Impl()
112 pWin(&rChild), aSize(rSize), eAlign(eAlignment), bResize(sal_False), in SfxChild_Impl()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx310 …void CheckBoxControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nF… in Draw() argument
312 pBox->Draw(pDev,rPos,rSize,nFlags); in Draw()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx160 void SpinButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
163 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
H A Dspinfld.cxx1031 void SpinField::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) in Draw() argument
1033 Edit::Draw( pDev, rPos, rSize, nFlags ); in Draw()
1039 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3436 void WW8AttributeOutput::FormatFrameSize( const SwFmtFrmSize& rSize ) in FormatFrameSize() argument
3444 if ( rSize.GetWidth() && rSize.GetWidthSizeType() == ATT_FIX_SIZE) in FormatFrameSize()
3451 m_rWW8Export.InsUInt16( (sal_uInt16)rSize.GetWidth() ); in FormatFrameSize()
3454 if ( rSize.GetHeight() ) in FormatFrameSize()
3463 switch ( rSize.GetHeightSizeType() ) in FormatFrameSize()
3466 case ATT_FIX_SIZE: nH = (sal_uInt16)rSize.GetHeight() & 0x7fff; break; in FormatFrameSize()
3467 default: nH = (sal_uInt16)rSize.GetHeight() | 0x8000; break; in FormatFrameSize()
3490 msword_cast<sal_uInt16>(SvxPaperInfo::GetSloppyPaperDimension(rSize.GetWidth()))); in FormatFrameSize()
3498 msword_cast<sal_uInt16>(SvxPaperInfo::GetSloppyPaperDimension(rSize.GetHeight()))); in FormatFrameSize()
H A Dwriterwordglue.cxx93 const SwFmtFrmSize& rSize = rFmt.GetFrmSize(); in CalcHdFtDist() local
94 if (ATT_VAR_SIZE != rSize.GetHeightSizeType()) in CalcHdFtDist()
95 nDist += rSize.GetHeight(); in CalcHdFtDist()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx485 const ::rtl::OUString& rAddress, const Point& rTopLeft, const Size& rSize, bool bIsSelected) in DrawText_Impl() argument
487 SetClipRegion( Region( Rectangle(rTopLeft, rSize)) ); in DrawText_Impl()
492 DrawRect(Rectangle(rTopLeft, rSize)); in DrawText_Impl()
/trunk/main/svx/source/inc/
H A DGraphCtlAccessibleContext.hxx186 virtual Size LogicToPixel (const Size& rSize) const;
188 virtual Size PixelToLogic (const Size& rSize) const;
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx67 const Size& rSize, in DBG_NAME()
89 SetSizePixel( rSize ); in DBG_NAME()
263 const Size& rSize, in SvInplaceEdit2() argument
290 pEdit->SetSizePixel( rSize ); in SvInplaceEdit2()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx122 void ImpCheckInsertPos(Point& rPos, const Size& rSize, const Rectangle& rWorkArea) in ImpCheckInsertPos() argument
126 …Rectangle aMarkRect(Point(rPos.X() - (rSize.Width() / 2), rPos.Y() - (rSize.Height() / 2)), rSize); in ImpCheckInsertPos()
H A Dsdview4.cxx288 const Point& rPos, const Size& rSize ) in InsertMediaURL() argument
320 Rectangle aRect( rPos, rSize ); in InsertMediaURL()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx894 const Size& rSize = pWnd->GetGraphicSize(); in IMPL_LINK() local
898 aStr.Assign( GetUnitString( rSize.Width(), eFieldUnit, cSep ) ); in IMPL_LINK()
900 aStr.Append( GetUnitString( rSize.Height(), eFieldUnit, cSep ) ); in IMPL_LINK()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx475 void SvResizeWindow::SetHatchBorderPixel( const Size & rSize ) in SetHatchBorderPixel() argument
477 m_aResizer.SetBorderPixel( rSize ); in SetHatchBorderPixel()
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx727 sal_Int32& rSize, in UpdateWidthOrHeight() argument
737 if (nBitmapSize > rSize) in UpdateWidthOrHeight()
738 rSize = nBitmapSize; in UpdateWidthOrHeight()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx674 const Size& rSize = pGraphic->GetPrefSize(); in GetGraphicSizeMM100() local
681 aRetSize = pOutDev->PixelToLogic( rSize ); in GetGraphicSizeMM100()
685 aRetSize = OutputDevice::LogicToLogic( rSize, pGraphic->GetPrefMapMode(), aMapMM100 ); in GetGraphicSizeMM100()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx131 virtual void startPage( const geometry::RealSize2D& rSize ) in startPage() argument
133 m_aPageSize = rSize; in startPage()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1543 void SwPagePreView::InnerResizePixel( const Point &rOfst, const Size &rSize ) in InnerResizePixel() argument
1547 Rectangle aRect( rOfst, rSize ); in InnerResizePixel()
1564 void SwPagePreView::OuterResizePixel( const Point &rOfst, const Size &rSize ) in OuterResizePixel() argument
1568 ViewResizePixel( *pViewWin, rOfst, rSize, pViewWin->GetOutputSizePixel(), in OuterResizePixel()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx1012 void DlgEdObj::NbcMove( const Size& rSize ) in NbcMove() argument
1014 SdrUnoObj::NbcMove( rSize ); in NbcMove()
1778 void DlgEdForm::NbcMove( const Size& rSize ) in NbcMove() argument
1780 SdrUnoObj::NbcMove( rSize ); in NbcMove()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx414 const Size& rSize= pA->GetSize(); in playMetafile() local
424 … m_rOuterFace.EndTransparencyGroup( Rectangle( rPos, rSize ), nTransPercent ); in playMetafile()
428 …const Size aDstSizeTwip( pDummyVDev->PixelToLogic( pDummyVDev->LogicToPixel( rSize ), MAP_TWIP ) ); in playMetafile()
495 … implWriteBitmapEx( rPos, rSize, BitmapEx( aPaint, aAlpha ), pDummyVDev, i_rContext ); in playMetafile()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx2223 void ImplBorderWindow::SetTitleType( sal_uInt16 nTitleType, const Size& rSize ) in SetTitleType() argument
2226 UpdateView( sal_False, rSize ); in SetTitleType()
2250 void ImplBorderWindow::SetRollUp( sal_Bool bRollUp, const Size& rSize ) in SetRollUp() argument
2253 mnRollHeight = rSize.Height(); in SetRollUp()
2254 UpdateView( sal_False, rSize ); in SetRollUp()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx373 void E3dScene::NbcMove(const Size& rSize) in NbcMove() argument
376 MoveRect(aNewSnapRect, rSize); in NbcMove()
/trunk/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx1016 const OUString& rSize = GetXMLToken( XML_SIZE ); in StartElement() local
1017 if( bSizeProtect && -1 == aProtectAttrValue.indexOf( rSize ) ) in StartElement()
1021 aProtectAttrValue += rSize; in StartElement()
/trunk/main/sal/inc/osl/
H A Dfile.hxx1134 inline RC getSize( sal_uInt64 &rSize ) in getSize() argument
1136 return (RC) osl_getFileSize( _pData, &rSize ); in getSize()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx617 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFla…
1028 void SaveBackground( const Point& rPos, const Size& rSize,
1122 void PaintToDevice( OutputDevice* pDevice, const Point& rPos, const Size& rSize );
/trunk/main/sw/source/ui/inc/
H A Dview.hxx395 virtual void InnerResizePixel( const Point &rOfs, const Size &rSize );
396 virtual void OuterResizePixel( const Point &rOfs, const Size &rSize );

Completed in 183 milliseconds

1...<<111213141516171819