Home
last modified time | relevance | path

Searched refs:RealSize2D (Results 1 – 25 of 93) sorted by relevance

1234

/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx86 …virtual ::com::sun::star::geometry::RealSize2D SAL_CALL getSize() throw (::com::sun::star::uno::Ru…
87 …virtual void SAL_CALL setSize( const ::com::sun::star::geometry::RealSize2D& _size ) throw (::com:…
112 RealSize2D m_Size;
135 RealSize2D m_Size;
271 RealSize2D SAL_CALL Annotation::getSize() throw (RuntimeException) in getSize()
277 void SAL_CALL Annotation::setSize(const RealSize2D & the_value) throw (RuntimeException) in setSize()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.hxx110 css::geometry::RealSize2D GetSize (void);
111 css::geometry::RealSize2D GetMinimalSize (void);
198 css::geometry::RealSize2D maMinimalSize;
203 css::geometry::RealSize2D CalculatePartSize (
211 const css::geometry::RealSize2D& rPartSize,
H A DPresenterToolBar.cxx162 virtual void SetSize (const geometry::RealSize2D& rSize);
551 geometry::RealSize2D PresenterToolBar::GetSize (void) in GetSize()
555 return geometry::RealSize2D( in GetSize()
563 geometry::RealSize2D PresenterToolBar::GetMinimalSize (void) in GetMinimalSize()
874 ::std::vector<geometry::RealSize2D> aPartSizes (maElementContainer.size()); in Layout()
875 geometry::RealSize2D aTotalSize (0,0); in Layout()
882 geometry::RealSize2D aSize (CalculatePartSize(rxCanvas, *iPart, bIsHorizontal)); in Layout()
963 geometry::RealSize2D PresenterToolBar::CalculatePartSize ( in CalculatePartSize()
968 geometry::RealSize2D aTotalSize (0,0); in CalculatePartSize()
1006 const geometry::RealSize2D& rPartSize, in LayoutPart()
[all …]
H A DPresenterSprite.hxx65 void Resize (const css::geometry::RealSize2D& rSize);
66 css::geometry::RealSize2D GetSize (void) const;
82 css::geometry::RealSize2D maSize;
H A DPresenterTextView.hxx115 const css::geometry::RealSize2D& rSize,
259 void SetSize (const css::geometry::RealSize2D& rSize);
293 css::geometry::RealSize2D maSize;
H A DPresenterSprite.cxx145 void PresenterSprite::Resize (const css::geometry::RealSize2D& rSize) in Resize()
157 css::geometry::RealSize2D PresenterSprite::GetSize (void) const in GetSize()
H A DPresenterSpritePane.cxx113 mpSprite->Resize(geometry::RealSize2D(rEvent.Width, rEvent.Height)); in windowResized()
247 mpSprite->Resize(geometry::RealSize2D(aBorderBox.Width, aBorderBox.Height)); in CreateCanvases()
H A DPresenterPaneAnimator.cxx259 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox);
1017 geometry::RealSize2D(aWindowBox.Width, aWindowBox.Height)); in CreateBackgroundSprite()
1100 geometry::RealSize2D(maOriginalBoundingBox.Width, maOriginalBoundingBox.Height)); in CreateSubstitution()
1410 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox) in GetSize()
1412 return geometry::RealSize2D(rBox.X2-rBox.X1, rBox.Y2-rBox.Y1); in GetSize()
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx38 struct RealSize2D;
149 …BASEGFX_DLLPUBLIC ::com::sun::star::geometry::RealSize2D size2DFromB2DSize( const ::basegfx::B2…
154 …BLIC ::basegfx::B2DVector b2DSizeFromRealSize2D( const ::com::sun::star::geometry::RealSize2D& );
178 …2DAreEqual( const ::com::sun::star::geometry::RealSize2D& rA, const ::com::sun::star::geometry::Re…
/trunk/main/canvas/source/null/
H A Dnull_devicehelper.cxx72 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution()
74 return geometry::RealSize2D( 75, 75 ); in getPhysicalResolution()
77 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
79 return geometry::RealSize2D( 210, 280 ); in getPhysicalSize()
H A Dnull_devicehelper.hxx54 ::com::sun::star::geometry::RealSize2D getPhysicalResolution();
55 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
/trunk/main/canvas/source/directx/
H A Ddx_devicehelper.cxx78 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution()
92 return geometry::RealSize2D( nHorzRes*25.4, in getPhysicalResolution()
96 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
110 return geometry::RealSize2D( nHorzSize, in getPhysicalSize()
H A Ddx_devicehelper.hxx64 ::com::sun::star::geometry::RealSize2D getPhysicalResolution();
65 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx452 geometry::RealSize2D size2DFromB2DSize( const ::basegfx::B2DVector& rVec ) in size2DFromB2DSize()
454 return geometry::RealSize2D( rVec.getX(), in size2DFromB2DSize()
482 ::basegfx::B2DVector b2DSizeFromRealSize2D( const geometry::RealSize2D& rSize ) in b2DSizeFromRealSize2D()
614 …2DAreEqual( const ::com::sun::star::geometry::RealSize2D& rA, const ::com::sun::star::geometry::Re… in RealSize2DAreEqual()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx98 const css::geometry::RealSize2D& rSpriteSize);
139 geometry::RealSize2D maSpriteSize;
651 const css::geometry::RealSize2D& rSpriteSize) in createCustomSprite()
816 const css::geometry::RealSize2D& rNewSize, in getScaledBitmap()
993 const geometry::RealSize2D& rSize) in UpdateSpriteClip()
1076 const css::geometry::RealSize2D& rSpriteSize) in PresenterCustomSprite()
H A DPresenterCanvas.hxx147 const css::geometry::RealSize2D& rSize);
341 const css::geometry::RealSize2D& spriteSize)
386 const css::geometry::RealSize2D& rNewSize,
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx58 struct RealSize2D;
212 ::com::sun::star::geometry::RealSize2D VCL_DLLPUBLIC size2DFromSize( const Size& );
216 …Size VCL_DLLPUBLIC sizeFromRealSize2D( const ::com::sun::star::geometry::RealSize2D& );
/trunk/main/canvas/inc/canvas/
H A Dverifyinput.hxx42 struct RealSize2D;
164 CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::RealSize2D& rSize,
709 … CANVASTOOLS_DLLPUBLIC void verifySpriteSize( const ::com::sun::star::geometry::RealSize2D& size,
/trunk/main/offapi/com/sun/star/rendering/
H A DAnimationAttributes.idl27 #include <com/sun/star/geometry/RealSize2D.idl>
62 ::com::sun::star::geometry::RealSize2D UntransformedSize;
/trunk/main/canvas/source/vcl/
H A Ddevicehelper.hxx57 ::com::sun::star::geometry::RealSize2D getPhysicalResolution();
58 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
H A Ddevicehelper.cxx53 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution()
68 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.hxx70 ::com::sun::star::geometry::RealSize2D getPhysicalResolution();
71 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
H A Dcairo_devicehelper.cxx106 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution()
117 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx44 struct RealSize2D;
107 virtual void startPage( const ::com::sun::star::geometry::RealSize2D& rSize ) = 0;
/trunk/main/offapi/com/sun/star/office/
H A DXAnnotation.idl48 #include <com/sun/star/geometry/RealSize2D.idl>
82 [attribute] ::com::sun::star::geometry::RealSize2D Size;

Completed in 66 milliseconds

1234