Searched refs:aGraphicSize (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/framework/source/uielement/ |
H A D | genericstatusbarcontroller.cxx | 144 awt::Size aGraphicSize; in paint() local 145 …icProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("SizePixel") ) ) >>= aGraphicSize; in paint() 146 … OSL_ENSURE( aGraphicSize.Height > 0 && aGraphicSize.Width > 0, "Empty status bar graphic!" ); in paint() 150 aPos.X = ( rOutputRectangle.Width + nOffset ) / 2 - aGraphicSize.Width / 2; in paint() 151 aPos.Y = rOutputRectangle.Height / 2 - aGraphicSize.Height / 2; in paint() 155 aGraphicSize.Width, in paint() 156 aGraphicSize.Height, in paint()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgimport.cxx | 146 Size aGraphicSize; in implImport() local 150 …aGraphicSize = Application::GetDefaultDevice()->PixelToLogic( aGraphObj.GetPrefSize(), aTargetMapM… in implImport() 152 …aGraphicSize = OutputDevice::LogicToLogic( aGraphObj.GetPrefSize(), aGraphObj.GetPrefMapMode(), aT… in implImport() 158 aPos.X = ( nPageWidth - aGraphicSize.Width() ) >> 1; in implImport() 159 aPos.Y = ( nPageHeight - aGraphicSize.Height() ) >> 1; in implImport() 161 aSize.Width = aGraphicSize.Width(); in implImport() 162 aSize.Height = aGraphicSize.Height(); in implImport()
|
/aoo42x/main/editeng/source/items/ |
H A D | numitem.cxx | 281 rStream >> aGraphicSize; in SvxNumberFormat() 382 rStream << aGraphicSize; in Store() 428 aGraphicSize = rFormat.aGraphicSize ; in operator =() 470 aGraphicSize != rFormat.aGraphicSize || in operator ==() 518 aGraphicSize = *pSize; in SetGraphicBrush() 520 aGraphicSize.Width() = aGraphicSize.Height() = 0; in SetGraphicBrush() 540 aGraphicSize.Width() = aGraphicSize.Height() = 0; in SetGraphic() 652 if( !pThis->aGraphicSize.Width() || !pThis->aGraphicSize.Height() ) in IMPL_STATIC_LINK() 656 pThis->aGraphicSize = SvxNumberFormat::GetGraphicSizeMM100( pGrf ); in IMPL_STATIC_LINK()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 410 awt::Size aGraphicSize( 1000, 1000 ); in impl_PasteGraphic() local 412 if( ! ( xGraphicProp->getPropertyValue( C2U("Size100thMM")) >>= aGraphicSize ) && in impl_PasteGraphic() 413 … ( ( xGraphicProp->getPropertyValue( C2U("SizePixel")) >>= aGraphicSize ) && m_pChartWindow )) in impl_PasteGraphic() 415 … ::Size aVCLSize( m_pChartWindow->PixelToLogic( Size( aGraphicSize.Width, aGraphicSize.Height ))); in impl_PasteGraphic() 416 aGraphicSize.Width = aVCLSize.getWidth(); in impl_PasteGraphic() 417 aGraphicSize.Height = aVCLSize.getHeight(); in impl_PasteGraphic() 419 xGraphicShape->setSize( aGraphicSize ); in impl_PasteGraphic()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 1705 awt::Size aGraphicSize, aGraphicSizePixel; in createGraphicObject() local 1706 …phicProperties->getPropertyValue(rPropNameSupplier.GetName( PROP_SIZE100th_M_M )) >>= aGraphicSize; in createGraphicObject() 1710 if( aGraphicSize.Width && aGraphicSize.Height && in createGraphicObject() 1714 …gon::Pointer_t pCorrected = m_pImpl->mpWrapPolygon->correctWordWrapPolygon(aGraphicSize, aDstSize); in createGraphicObject() 1721 if( aGraphicSize.Width && aGraphicSize.Height ) in createGraphicObject() 1724 lcl_CalcCrop( m_pImpl->nTopCrop, aGraphicSize.Height ); in createGraphicObject() 1725 lcl_CalcCrop( m_pImpl->nBottomCrop, aGraphicSize.Height ); in createGraphicObject() 1726 lcl_CalcCrop( m_pImpl->nLeftCrop, aGraphicSize.Width ); in createGraphicObject() 1727 lcl_CalcCrop( m_pImpl->nRightCrop, aGraphicSize.Width ); in createGraphicObject()
|
/aoo42x/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 218 Size aGraphicSize( aGraphic.GetSizePixel( &aDev ) ); in getPreview() local 219 aSize.Width() += aGraphicSize.Width(); in getPreview() 221 if( aSize.Height() < aGraphicSize.Height() ) in getPreview() 222 aSize.Height() = aGraphicSize.Height(); in getPreview()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | numitem.hxx | 162 Size aGraphicSize; // immer! in 1/100 mm member in SvxNumberFormat 216 void SetGraphicSize(const Size& rSet) {aGraphicSize = rSet;} in SetGraphicSize() 217 const Size& GetGraphicSize() const {return aGraphicSize;} in GetGraphicSize()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 3740 Size aGraphicSize(rGraphicObject.GetPrefSize()); in EndSdrDrag() local 3743 aGraphicSize = Application::GetDefaultDevice()->PixelToLogic( aGraphicSize, aMapMode100thmm ); in EndSdrDrag() 3745 …aGraphicSize = Application::GetDefaultDevice()->LogicToLogic( aGraphicSize, rGraphicObject.GetPref… in EndSdrDrag() 3747 if( aGraphicSize.nA == 0 || aGraphicSize.nB == 0 ) in EndSdrDrag() 3926 …double fScaleX = ( aGraphicSize.Width() - rOldCrop.GetLeft() - rOldCrop.GetRight() ) / (double)aOl… in EndSdrDrag() 3927 …double fScaleY = ( aGraphicSize.Height() - rOldCrop.GetTop() - rOldCrop.GetBottom() ) / (double)aO… in EndSdrDrag()
|
Completed in 137 milliseconds