Searched refs:bStretch (Results 1 – 11 of 11) sorted by relevance
/trunk/main/drawinglayer/source/attribute/ |
H A D | sdrfillgraphicattribute.cxx | 64 bool bStretch, in ImpSdrFillGraphicAttribute() argument 74 mbStretch(bStretch), in ImpSdrFillGraphicAttribute() 136 bool bStretch, in SdrFillGraphicAttribute() argument 147 bStretch, in SdrFillGraphicAttribute()
|
/trunk/main/sw/inc/ |
H A D | pvprtdat.hxx | 36 sal_Bool bStretch : 1; member in SwPagePreViewPrtData 41 bLandscape(0),bStretch(0) in SwPagePreViewPrtData()
|
/trunk/main/oox/source/export/ |
H A D | shapes.cxx | 639 bool bStretch = false; in WriteGraphicObjectShape() local 640 if( ( xShapeProps->getPropertyValue( S( "FillBitmapStretch" ) ) >>= bStretch ) && bStretch ) in WriteGraphicObjectShape()
|
H A D | drawingml.cxx | 574 bool bStretch = false; in WriteBlipFill() local 575 mAny >>= bStretch; in WriteBlipFill() 577 if( bStretch ) in WriteBlipFill()
|
/trunk/main/svx/inc/svx/ |
H A D | xflbstit.hxx | 40 XFillBmpStretchItem( sal_Bool bStretch = sal_True );
|
/trunk/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | sdrfillgraphicattribute.hxx | 65 bool bStretch,
|
/trunk/main/svx/source/xoutdev/ |
H A D | xattr2.cxx | 1551 XFillBmpStretchItem::XFillBmpStretchItem( sal_Bool bStretch ) : in XFillBmpStretchItem() argument 1552 SfxBoolItem( XATTR_FILLBMP_STRETCH, bStretch ) in XFillBmpStretchItem()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 1248 sal_Bool bStretch = rInf.GetWidth() && ( rInf.GetLen() > 1 ) && bPrt in DrawText() local 1268 if( bStretch ) in DrawText() 1375 if ( bStretch || bPaintBlank || rInf.GetKern() || bSpecialJust ) in DrawText() 1436 else if( bStretch ) in DrawText()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 1127 …bool bStretch = pPicFmt ? (pPicFmt->mnBmpMode == EXC_CHPICFORMAT_STRETCH) : (nDffFillType == mso_f… in WriteEscherProperties() local 1128 … cssd::BitmapMode eApiBmpMode = bStretch ? cssd::BitmapMode_STRETCH : cssd::BitmapMode_REPEAT; in WriteEscherProperties()
|
/trunk/main/svx/source/table/ |
H A D | cell.cxx | 1363 const bool bStretch = rSet.GetItemState( XATTR_FILLBMP_STRETCH, false ) == SFX_ITEM_SET; in getPropertyState() local 1365 if( bStretch || bTile ) in getPropertyState()
|
/trunk/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 219 …yteString&, VirtualDevice& rVDev, const sal_Int32* pDXArry = NULL, sal_Bool bStretch = sal_False ); 2044 …ing( const ByteString& rString, VirtualDevice& rVDev, const sal_Int32* pDXArry, sal_Bool bStretch ) in ImplWriteString() argument 2058 ImplWriteDouble( ( bStretch ) ? nx : rVDev.GetTextWidth( rString.GetChar( i ) ) ); in ImplWriteString()
|
Completed in 161 milliseconds