Home
last modified time | relevance | path

Searched refs:bStretch (Results 1 – 11 of 11) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx64 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 Dpvprtdat.hxx36 sal_Bool bStretch : 1; member in SwPagePreViewPrtData
41 bLandscape(0),bStretch(0) in SwPagePreViewPrtData()
/trunk/main/oox/source/export/
H A Dshapes.cxx639 bool bStretch = false; in WriteGraphicObjectShape() local
640 if( ( xShapeProps->getPropertyValue( S( "FillBitmapStretch" ) ) >>= bStretch ) && bStretch ) in WriteGraphicObjectShape()
H A Ddrawingml.cxx574 bool bStretch = false; in WriteBlipFill() local
575 mAny >>= bStretch; in WriteBlipFill()
577 if( bStretch ) in WriteBlipFill()
/trunk/main/svx/inc/svx/
H A Dxflbstit.hxx40 XFillBmpStretchItem( sal_Bool bStretch = sal_True );
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrfillgraphicattribute.hxx65 bool bStretch,
/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx1551 XFillBmpStretchItem::XFillBmpStretchItem( sal_Bool bStretch ) : in XFillBmpStretchItem() argument
1552 SfxBoolItem( XATTR_FILLBMP_STRETCH, bStretch ) in XFillBmpStretchItem()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1248 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 Dxlchart.cxx1127 …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 Dcell.cxx1363 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 Deps.cxx219 …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 106 milliseconds