Home
last modified time | relevance | path

Searched refs:XATTR_FILLBITMAP (Results 26 – 50 of 111) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx359 case XATTR_FILLBITMAP: in FillSpecialItem()
635 case XATTR_FILLBITMAP: in ApplySpecialItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx357 case XATTR_FILLBITMAP: in FillSpecialItem()
633 case XATTR_FILLBITMAP: in ApplySpecialItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfutempl.cxx435 if( rAttr.GetItemState( XATTR_FILLBITMAP ) == SfxItemState::SET ) in DoExecute()
437 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_FILLBITMAP ); in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfutempl.cxx434 if( rAttr.GetItemState( XATTR_FILLBITMAP ) == SfxItemState::SET ) in DoExecute()
436 const SfxPoolItem* pOldItem = rAttr.GetItem( XATTR_FILLBITMAP ); in DoExecute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/properties/
H A Dattributeproperties.cxx298 case XATTR_FILLBITMAP: in ItemChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/properties/
H A Dattributeproperties.cxx305 case XATTR_FILLBITMAP: in ItemChange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dswunohelper.cxx316 return SfxItemState::SET == rSet.GetItemState(XATTR_FILLBITMAP); in needToMapFillItemsToSvxBrushItemTypes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A Dunobrushitemhelper.cxx287 const XFillBitmapItem& rBmpItm = rSourceSet.Get(XATTR_FILLBITMAP, bSearchInParents); in getSvxBrushItemFromSourceSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dswunohelper.cxx316 return SfxItemState::SET == rSet.GetItemState(XATTR_FILLBITMAP); in needToMapFillItemsToSvxBrushItemTypes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A Dunobrushitemhelper.cxx292 const XFillBitmapItem& rBmpItm = rSourceSet.Get(XATTR_FILLBITMAP, bSearchInParents); in getSvxBrushItemFromSourceSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dunoshprp.hxx262 …{ OUString(UNO_NAME_FILLBITMAP), XATTR_FILLBITMAP , cppu::UnoType<css::awt::XBitmap>…
263 …{ OUString(UNO_NAME_FILLBITMAPURL), XATTR_FILLBITMAP , cppu::UnoType<OUString>::get(), …
264 …{ OUString(UNO_NAME_FILLBITMAPNAME), XATTR_FILLBITMAP , ::cppu::UnoType<OUString>…
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdundo.cxx1483 if (rItemSet.GetItemState(XATTR_FILLBITMAP, false, &pItem) == SfxItemState::SET) in queryFillBitmap()
1498 rItemSet.ClearItem(XATTR_FILLBITMAP); in clearFillBitmap()
1506 rPageProps.ClearItem(XATTR_FILLBITMAP); in clearFillBitmap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dunoshprp.hxx278 …{ u"" UNO_NAME_FILLBITMAP, XATTR_FILLBITMAP , cppu::UnoType<css::awt::XBitmap>::get(…
279 …{ u"" UNO_NAME_FILLBITMAPURL, XATTR_FILLBITMAP , cppu::UnoType<OUString>::get(), …
280 …{ u"" UNO_NAME_FILLBITMAPNAME, XATTR_FILLBITMAP , ::cppu::UnoType<OUString>::get(…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdundo.cxx1447 if (rItemSet.GetItemState(XATTR_FILLBITMAP, false, &pItem) == SfxItemState::SET) in queryFillBitmap()
1462 rItemSet.ClearItem(XATTR_FILLBITMAP); in clearFillBitmap()
1470 rPageProps.ClearItem(XATTR_FILLBITMAP); in clearFillBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx497 const XFillBitmapItem& rBmpItm = p3DObj->GetMergedItem(XATTR_FILLBITMAP); in Create3DObject()
519 … const XFillBitmapItem& rBmpItm = p3DObj->GetMergedItem(XATTR_FILLBITMAP); in Create3DObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx491 const XFillBitmapItem& rBmpItm = p3DObj->GetMergedItem(XATTR_FILLBITMAP); in Create3DObject()
513 … const XFillBitmapItem& rBmpItm = p3DObj->GetMergedItem(XATTR_FILLBITMAP); in Create3DObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtparea.cxx199 = rSet.Get(TypedWhichId<XFillBitmapItem>(GetWhich(XATTR_FILLBITMAP))).isPattern(); in ActivatePage()
H A Dtptrans.cxx465 rXFSet.Put ( rSet.Get(XATTR_FILLBITMAP) ); in InitPreview()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtparea.cxx195 = rSet.Get(TypedWhichId<XFillBitmapItem>(GetWhich(XATTR_FILLBITMAP))).isPattern(); in ActivatePage()
H A Dtptrans.cxx465 rXFSet.Put ( rSet.Get(XATTR_FILLBITMAP) ); in InitPreview()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfly.cxx514 case XATTR_FILLBITMAP: in CheckForUniqueItemForLineFillNameOrIndex()
516 pResult = pItem->StaticWhichCast(XATTR_FILLBITMAP).checkForUniqueItem(pDrawModel); in CheckForUniqueItemForLineFillNameOrIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrawsh.cxx172 …ItemSet aSet(pSdrView->GetModel()->GetItemPool(), svl::Items<XATTR_FILLSTYLE, XATTR_FILLBITMAP>{}); in InsertPictureFromFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Dstlsheet.cxx1023 ( pEntry->nWID == XATTR_FILLBITMAP || pEntry->nWID == XATTR_FILLGRADIENT || in setPropertyValue()
1213 case XATTR_FILLBITMAP: in getPropertyState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrawsh.cxx155 …ItemSet aSet(pSdrView->GetModel()->GetItemPool(), svl::Items<XATTR_FILLSTYLE, XATTR_FILLBITMAP>{}); in InsertPictureFromFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Dstlsheet.cxx1045 ( pEntry->nWID == XATTR_FILLBITMAP || pEntry->nWID == XATTR_FILLGRADIENT || in setPropertyValue()
1247 case XATTR_FILLBITMAP: in getPropertyState()

12345