/aoo4110/main/sw/source/ui/config/ |
H A D | cfgitems.cxx | 180 bGraphic = in SwElemItem() 212 bGraphic = rVOpt.IsGraphic(); in SwElemItem() 249 bGraphic == rItem.bGraphic && in operator ==() 273 bGraphic = rElemItem.bGraphic ; in operator =() 296 rVOpt.SetGraphic (bGraphic ); in FillViewOptions()
|
H A D | optpage.cxx | 219 aGrfCB .Check (pElemAttr->bGraphic ); in Reset() 253 aElem.bGraphic = aGrfCB .IsChecked(); in FillItemSet()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | bmpwin.hxx | 48 sal_Bool bGraphic : 1; member in BmpWindow 58 bHorz(sal_False), bVert(sal_False),bGraphic(sal_False), bLeftAlign(sal_True) {} in BmpWindow()
|
H A D | cfgitems.hxx | 105 sal_Bool bGraphic :1; member in SwElemItem
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdview2.cxx | 562 const sal_Bool bGraphic = rTargetHelper.IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ); in AcceptDrop() local 593 …if( !nRet && ( bXFillExchange || ( ( bDrawing || bGraphic || bMtf || bBitmap || bBookmark ) && ( n… in AcceptDrop() 611 ( bGraphic || bMtf || bBitmap || bXFillExchange ) ) in AcceptDrop() 649 …if( bDrawing || bGraphic || bMtf || bBitmap || bBookmark || bFile || bFileList || bXFillExchange |… in AcceptDrop()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | drwtrans.cxx | 99 bGraphic( sal_False ), in ScDrawTransferObj() 143 bGraphic = sal_True; in ScDrawTransferObj() 325 else if ( bGraphic ) // other graphic in AddSupportedFormats()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 1152 String& rEmbGrfNm, sal_Bool bGraphic ) in OutBackground() argument 1166 if( !bGraphic ) in OutBackground() 1218 String& rEmbGrfNm, sal_Bool bGraphic ) in OutBackground() argument 1224 OutBackground( ((const SvxBrushItem*)pItem), rEmbGrfNm, bGraphic ); in OutBackground()
|
H A D | wrthtml.hxx | 394 sal_Bool bGraphic ); 396 sal_Bool bGraphic );
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | drwtrans.hxx | 59 sal_Bool bGraphic; member in ScDrawTransferObj
|
/aoo4110/main/cui/source/inc/ |
H A D | backgrnd.hxx | 74 void EnableTransparency(sal_Bool bColor, sal_Bool bGraphic);
|
/aoo4110/main/cui/source/tabpages/ |
H A D | backgrnd.cxx | 1941 void SvxBackgroundTabPage::EnableTransparency(sal_Bool bColor, sal_Bool bGraphic) in EnableTransparency() argument 1944 bGraphTransparency = bGraphic; in EnableTransparency() 1950 if(bGraphic) in EnableTransparency()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galbrws2.cxx | 1239 sal_Bool bGraphic = mpCurTheme->GetGraphic( mnCurActionPos, aGraphic ); in Dispatch() local 1240 if ( bGraphic && !!aGraphic ) in Dispatch()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 2695 bGraphic(sal_False), in BmpWindow() 2707 if(bGraphic) in Paint() 2739 if ( bGraphic ) in Paint() 2756 bGraphic = aGrfSize.Width() && aGrfSize.Height(); in SetGraphic()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4410 FASTBOOL bGraphic = IsProperty( DFF_Prop_pib ) || in ImportShape() local 4425 else if ( ( aObjData.eShapeType != mso_sptNil ) || IsProperty( DFF_Prop_pVertices ) || bGraphic ) in ImportShape() 4434 if ( bGraphic ) in ImportShape()
|
H A D | escherex.cxx | 2414 …sal_Bool bGraphic = GetOpt( DFF_Prop_pib, nDummy ) || GetOpt( DFF_Prop_pibName, nDummy ) || GetOpt… in CreateShadowProperties() local 2417 if ( ( nLineFlags & 8 ) || ( nFillFlags & 0x10 ) || bGraphic ) in CreateShadowProperties()
|