Lines Matching refs:bSearchInParents

157 sal_uInt16 getTransparenceForSvxBrushItem(const SfxItemSet& rSourceSet, sal_Bool bSearchInParents)  in getTransparenceForSvxBrushItem()  argument
159 …nst XFillTransparenceItem& >(rSourceSet.Get(XATTR_FILLTRANSPARENCE, bSearchInParents)).GetValue()); in getTransparenceForSvxBrushItem()
162 …if(SFX_ITEM_SET == rSourceSet.GetItemState(XATTR_FILLFLOATTRANSPARENCE, bSearchInParents, &pGradie… in getTransparenceForSvxBrushItem()
177 SvxBrushItem getSvxBrushItemForSolid(const SfxItemSet& rSourceSet, sal_Bool bSearchInParents, sal_u… in getSvxBrushItemForSolid() argument
179 …tatic_cast< const XFillColorItem& >(rSourceSet.Get(XATTR_FILLCOLOR, bSearchInParents)).GetColorVal… in getSvxBrushItemForSolid()
182 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemForSolid()
198 …temFromSourceSet(const SfxItemSet& rSourceSet, sal_uInt16 nBackgroundID, sal_Bool bSearchInParents) in getSvxBrushItemFromSourceSet() argument
200 …Item(static_cast< const XFillStyleItem* >(rSourceSet.GetItem(XATTR_FILLSTYLE, bSearchInParents))); in getSvxBrushItemFromSourceSet()
205 …tatic_cast< const XFillColorItem& >(rSourceSet.Get(XATTR_FILLCOLOR, bSearchInParents)).GetColorVal… in getSvxBrushItemFromSourceSet()
223 aRetval = getSvxBrushItemForSolid(rSourceSet, bSearchInParents, nBackgroundID); in getSvxBrushItemFromSourceSet()
237 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet()
261 aRetval = getSvxBrushItemForSolid(rSourceSet, bSearchInParents, nBackgroundID); in getSvxBrushItemFromSourceSet()
270 … sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet()
289 …BmpItm = static_cast< const XFillBitmapItem& >(rSourceSet.Get(XATTR_FILLBITMAP, bSearchInParents)); in getSvxBrushItemFromSourceSet()
294 …static_cast< const XFillBmpStretchItem& >(rSourceSet.Get(XATTR_FILLBMP_STRETCH, bSearchInParents)); in getSvxBrushItemFromSourceSet()
295 …tem = static_cast< const XFillBmpTileItem& >(rSourceSet.Get(XATTR_FILLBMP_TILE, bSearchInParents)); in getSvxBrushItemFromSourceSet()
307 …sItem = static_cast< const XFillBmpPosItem& >(rSourceSet.Get(XATTR_FILLBMP_POS, bSearchInParents)); in getSvxBrushItemFromSourceSet()
327 … const sal_uInt16 nFillTransparence(getTransparenceForSvxBrushItem(rSourceSet, bSearchInParents)); in getSvxBrushItemFromSourceSet()