/aoo41x/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 86 …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()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterToolBar.hxx | 110 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 D | PresenterToolBar.cxx | 162 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 D | PresenterSprite.hxx | 65 void Resize (const css::geometry::RealSize2D& rSize); 66 css::geometry::RealSize2D GetSize (void) const; 82 css::geometry::RealSize2D maSize;
|
H A D | PresenterTextView.hxx | 115 const css::geometry::RealSize2D& rSize, 259 void SetSize (const css::geometry::RealSize2D& rSize); 293 css::geometry::RealSize2D maSize;
|
H A D | PresenterSprite.cxx | 145 void PresenterSprite::Resize (const css::geometry::RealSize2D& rSize) in Resize() 157 css::geometry::RealSize2D PresenterSprite::GetSize (void) const in GetSize()
|
H A D | PresenterSpritePane.cxx | 113 mpSprite->Resize(geometry::RealSize2D(rEvent.Width, rEvent.Height)); in windowResized() 247 mpSprite->Resize(geometry::RealSize2D(aBorderBox.Width, aBorderBox.Height)); in CreateCanvases()
|
H A D | PresenterPaneAnimator.cxx | 259 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()
|
/aoo41x/main/canvas/source/null/ |
H A D | null_devicehelper.cxx | 72 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 D | null_devicehelper.hxx | 54 ::com::sun::star::geometry::RealSize2D getPhysicalResolution(); 55 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_devicehelper.cxx | 78 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 D | dx_devicehelper.hxx | 64 ::com::sun::star::geometry::RealSize2D getPhysicalResolution(); 65 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
|
/aoo41x/main/basegfx/inc/basegfx/tools/ |
H A D | canvastools.hxx | 37 struct RealSize2D; 148 ::com::sun::star::geometry::RealSize2D size2DFromB2DSize( const ::basegfx::B2DVector& ); 153 … ::basegfx::B2DVector b2DSizeFromRealSize2D( const ::com::sun::star::geometry::RealSize2D& ); 177 …2DAreEqual( const ::com::sun::star::geometry::RealSize2D& rA, const ::com::sun::star::geometry::Re…
|
/aoo41x/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 452 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()
|
/aoo41x/main/sd/source/ui/presenter/ |
H A D | PresenterCanvas.cxx | 98 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 D | PresenterCanvas.hxx | 147 const css::geometry::RealSize2D& rSize); 341 const css::geometry::RealSize2D& spriteSize) 386 const css::geometry::RealSize2D& rNewSize,
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | canvastools.hxx | 58 struct RealSize2D; 212 ::com::sun::star::geometry::RealSize2D VCL_DLLPUBLIC size2DFromSize( const Size& ); 216 …Size VCL_DLLPUBLIC sizeFromRealSize2D( const ::com::sun::star::geometry::RealSize2D& );
|
/aoo41x/main/canvas/inc/canvas/ |
H A D | verifyinput.hxx | 41 struct RealSize2D; 163 void verifyInput( const ::com::sun::star::geometry::RealSize2D& rSize, 708 void verifySpriteSize( const ::com::sun::star::geometry::RealSize2D& size,
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | AnimationAttributes.idl | 27 #include <com/sun/star/geometry/RealSize2D.idl> 62 ::com::sun::star::geometry::RealSize2D UntransformedSize;
|
/aoo41x/main/canvas/source/vcl/ |
H A D | devicehelper.hxx | 57 ::com::sun::star::geometry::RealSize2D getPhysicalResolution(); 58 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
|
H A D | devicehelper.cxx | 53 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution() 68 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_devicehelper.hxx | 70 ::com::sun::star::geometry::RealSize2D getPhysicalResolution(); 71 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
|
H A D | cairo_devicehelper.cxx | 106 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution() 117 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
|
/aoo41x/main/sdext/source/pdfimport/inc/ |
H A D | contentsink.hxx | 44 struct RealSize2D; 107 virtual void startPage( const ::com::sun::star::geometry::RealSize2D& rSize ) = 0;
|
/aoo41x/main/offapi/com/sun/star/office/ |
H A D | XAnnotation.idl | 48 #include <com/sun/star/geometry/RealSize2D.idl> 82 [attribute] ::com::sun::star::geometry::RealSize2D Size;
|