Home
last modified time | relevance | path

Searched refs:aSize (Results 376 – 400 of 799) sorted by relevance

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

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1190 Size aSize = pEngine->GetPaperSize(); in EditGrowX() local
1238 long nHalf = aSize.Width() / 2; in EditGrowX()
1240 aArea.Right() = nCenter + aSize.Width() - nHalf - 1; in EditGrowX()
1263 aArea.Left() = aArea.Right() - aSize.Width() + 1; in EditGrowX()
1265 aArea.Right() = aArea.Left() + aSize.Width() - 1; in EditGrowX()
1286 aArea.Left() = aArea.Right() - aSize.Width() + 1; in EditGrowX()
1288 aArea.Right() = aArea.Left() + aSize.Width() - 1; in EditGrowX()
1307 long nCenter = aSize.Width() / 2; in EditGrowX()
1318 aVis.Right() = aSize.Width() - 1; in EditGrowX()
1376 Size aSize = pEngine->GetPaperSize(); in EditGrowY() local
[all …]
H A Dtabvwsh4.cxx393 Size aSize( rSize ); in InnerResizePixel() local
394 aSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
395 aSize.Height() -= (aBorder.Top() + aBorder.Bottom()); in InnerResizePixel()
399 Size aLogicSize = GetWindow()->PixelToLogic( aSize, MAP_100TH_MM ); in InnerResizePixel()
407 GetWindow()->SetPosSizePixel( aPos, aSize ); in InnerResizePixel()
500 Size aSize = rRect.GetSize(); in QueryObjAreaPixel()
505 Point aTest( aSize.Width(), aSize.Height() ); in QueryObjAreaPixel()
H A Dtabview.cxx235 Size aSize = GetOutputSizePixel(); in Paint() local
236 long nPosX = aSize.Width()-1; in Paint()
237 long nPosY = aSize.Height()-1; in Paint()
257 long nCenterX = (aSize.Width() / 2) - 1; in Paint()
258 long nCenterY = (aSize.Height() / 2) - 1; in Paint()
1022 Size aSize = pTabControl->GetSizePixel(); in SetTabBarWidth() local
1024 if ( aSize.Width() != nNewWidth ) in SetTabBarWidth()
1026 aSize.Width() = nNewWidth; in SetTabBarWidth()
1027 pTabControl->SetSizePixel( aSize ); in SetTabBarWidth()
1276 Size aSize = pScroll->GetSizePixel(); in IMPL_LINK() local
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx417 const Size aSize( GetSizePixel() ); in getZoomFactor() local
427 nZoom = (sal_uInt16)(long)Fraction(aSize.Width()*100,impl_getRealPixelWidth()); in getZoomFactor()
430 … nZoom = ::std::min(nZoom,(sal_uInt16)(long)Fraction(aSize.Height()*100,aHeight.Height())); in getZoomFactor()
434 nZoom = (sal_uInt16)(long)Fraction(aSize.Width()*100,impl_getRealPixelWidth()); in getZoomFactor()
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx403 Size aSize( aPageRect.Right() - aObjRect.Right(), 0 ); in MakeObjPos() local
404 DrawObj()->Move( aSize ); in MakeObjPos()
410 Size aSize( aPageRect.Left() - aObjRect.Left(), 0 ); in MakeObjPos() local
411 DrawObj()->Move( aSize ); in MakeObjPos()
/trunk/main/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx68 awt::Size aSize (getSize()); in containsPoint() local
70 && (aPoint.X < aSize.Width) in containsPoint()
72 && (aPoint.Y < aSize.Height); in containsPoint()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard.cxx119 Size aSize( this->GetSizePixel() ); in CreationWizard() local
120 aSize.Width() += aAdditionalRoadmapSize.Width(); in CreationWizard()
121 this->SetSizePixel( aSize ); in CreationWizard()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java95 Dimension aSize = getSize(); in paintChildren() local
99 aSize.width-aInsets.left-aInsets.right, in paintChildren()
100 aSize.height-aInsets.top-aInsets.bottom); in paintChildren()
/trunk/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx81 const Size aSize(aRectIter->GetSize()); in OutputPreRenderDevice() local
84 aTopLeft, aSize, in OutputPreRenderDevice()
85 aTopLeft, aSize, in OutputPreRenderDevice()
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx101 Size aSize = aFont.GetSize(); in UserDraw() local
102 aSize.Height() = nRectHeight * 3 / 5; in UserDraw()
103 aFont.SetSize( aSize ); in UserDraw()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx106 const CGSize aSize = CGLayerGetSize( mxLayer ); in SetVirDevGraphics() local
107 mnWidth = static_cast<int>(aSize.width); in SetVirDevGraphics()
108 mnHeight = static_cast<int>(aSize.height); in SetVirDevGraphics()
/trunk/main/embeddedobj/test/Container1/
H A DBitmapPainter.java148 public void setSize( com.sun.star.awt.Size aSize ) in setSize() argument
152 m_aDrawRect.Width = aSize.Width; in setSize()
153 m_aDrawRect.Height = aSize.Height; in setSize()
H A DPaintThread.java143 com.sun.star.awt.Size aSize = xBitmap.getSize(); in run() local
144 xGraphics.draw( xDisplayBitmap, 0, 0, aSize.Width, aSize.Height, in run()
/trunk/main/formula/source/ui/dlg/
H A Dstructpg.cxx51 Size aSize = aFont.GetSize(); in StructListBox() local
52 aSize.Height() -= 2; in StructListBox()
53 aFont.SetSize( aSize ); in StructListBox()
/trunk/main/basebmp/test/
H A Dpolytest.cxx232 const basegfx::B2ISize aSize(10,10); in SetUp() local
233 mpDevice1bpp = createBitmapDevice( aSize, in SetUp()
236 mpDevice32bpp = createBitmapDevice( aSize, in SetUp()
H A Dfilltest.cxx206 const basegfx::B2ISize aSize(11,11); in SetUp() local
207 mpDevice1bpp = createBitmapDevice( aSize, in SetUp()
210 mpDevice32bpp = createBitmapDevice( aSize, in SetUp()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dbitmapaction.cxx183 const geometry::IntegerSize2D aSize( mxBitmap->getSize() ); in getBounds() local
186 aSize.Width, in getBounds()
187 aSize.Height ), in getBounds()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx167 Size aSize( S_THUMB, S_THUMB ); in CreateThumb() local
169 aSize.Width() = (sal_Int32)( S_THUMB * fFactor ); in CreateThumb()
171 aSize.Height() = (sal_Int32)( S_THUMB / fFactor ); in CreateThumb()
173 const GraphicConversionParameters aParameters(aSize, false, true, true, true); in CreateThumb()
/trunk/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx139 Size aSize(POP_WIDTH,POP_HEIGHT); in Rearrange() local
140 aSize = LogicToPixel( aSize, MapMode(MAP_APPFONT) ); in Rearrange()
236 SetSizePixel(aSize); in Rearrange()
/trunk/main/sc/source/ui/drawfunc/
H A Dfupoor.cxx122 Size aSize = pWindow->GetSizePixel(); in ForceScroll() local
127 if ( aPixPos.X() >= aSize.Width() ) dx = 1; in ForceScroll()
129 if ( aPixPos.Y() >= aSize.Height() ) dy = 1; in ForceScroll()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx215 awt::Size aSize; in getSize() local
218 aSize = m_pAccShape->getSize(); in getSize()
220 return aSize; in getSize()
/trunk/main/chart2/source/view/axes/
H A DVAxisBase.cxx118 awt::Size aSize( ShapeFactory::getSizeAfterRotation( in recordMaximumTextSize() local
121 m_nMaximumTextWidthSoFar = std::max( m_nMaximumTextWidthSoFar, aSize.Width ); in recordMaximumTextSize()
122 m_nMaximumTextHeightSoFar = std::max( m_nMaximumTextHeightSoFar, aSize.Height ); in recordMaximumTextSize()
/trunk/main/sd/source/ui/view/
H A Ddrviewsb.cxx611 Size aSize( pOutl->CalcTextSize() ); in FuTemp02() local
612 aSize.Width() *= nMul; in FuTemp02()
619 aPos.X() -= aSize.Width() / 2; in FuTemp02()
620 aPos.Y() -= aSize.Height() / 2; in FuTemp02()
622 Rectangle aLogicRect(aPos, aSize); in FuTemp02()
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx285 Size aSize = rObj.GetSize( &aMode ); // get the size in the requested map mode in lcl_addOutplaceProperties() local
287 if( aSize.Width() && aSize.Height() ) in lcl_addOutplaceProperties()
301 aAny <<= (sal_Int32)aSize.Width(); in lcl_addOutplaceProperties()
306 aAny <<= (sal_Int32)aSize.Height(); in lcl_addOutplaceProperties()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx925 Size aSize; in ReadBitBlt() local
936 aSize=Size(aP2.X()-aP1.X(),aP2.Y()-aP1.Y()); in ReadBitBlt()
942 pVirDev->DrawBitmap(aP1,aSize,pB->aBitmap); in ReadBitBlt()
953 Size aSize; in ReadChrStr() local
994 aSize = Size( pVirDev->GetTextWidth(aStr), pVirDev->GetTextHeight() ); in ReadChrStr()
997 aCalcBndRect.Union(Rectangle( Point(aP0.X(),aP0.Y()-aSize.Height()), in ReadChrStr()
998 Size(aSize.Width(),aSize.Height()*2))); in ReadChrStr()
1000 aAttr.aCurPos = Point( aP0.X() + aSize.Width(), aP0.Y()); in ReadChrStr()
1007 aDummyPoly.SetPoint( Point( aP0.X(), aP0.Y() - aSize.Height() ), 1); // BOTTOM LEFT in ReadChrStr()
1008 aDummyPoly.SetPoint( Point( aP0.X() + aSize.Width(), aP0.Y() ), 2); // TOP RIGHT in ReadChrStr()
[all …]

Completed in 143 milliseconds

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