Home
last modified time | relevance | path

Searched refs:aFillAttributes (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dhdft.cxx640 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in IMPL_LINK_NOARG() local
645aFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(*pBBSet)); in IMPL_LINK_NOARG()
658aFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(aTempSet)); in IMPL_LINK_NOARG()
665 m_aBspWin.setHeaderFillAttributes(aFillAttributes); in IMPL_LINK_NOARG()
670 m_aBspWin.setFooterFillAttributes(aFillAttributes); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dhdft.cxx632 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in IMPL_LINK_NOARG() local
637 aFillAttributes = in IMPL_LINK_NOARG()
653 aFillAttributes = in IMPL_LINK_NOARG()
661 m_aBspWin.setHeaderFillAttributes(aFillAttributes); in IMPL_LINK_NOARG()
666 m_aBspWin.setFooterFillAttributes(aFillAttributes); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpaintfrm.cxx3724 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in IsBackgroundTransparent() local
3734 else if(aFillAttributes.get() && aFillAttributes->isUsed()) in IsBackgroundTransparent()
3736 bBackgroundTransparent = aFillAttributes->isTransparent(); in IsBackgroundTransparent()
3940 if(aFillAttributes.get() && aFillAttributes->isUsed()) in PaintSwFrame()
6173 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in PaintSwFrameBackground() local
6205aFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(COL_WHITE)); in PaintSwFrameBackground()
6291 if(pOut && aFillAttributes.get()) in PaintSwFrameBackground()
6293 if(aFillAttributes->isUsed()) in PaintSwFrameBackground()
6989 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in GetDrawBackgrdColor() local
6993 if(aFillAttributes.get() && aFillAttributes->isUsed()) in GetDrawBackgrdColor()
[all …]
H A Dflylay.cxx352 …const drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes(GetFormat()->getSdrAl… in supportsAutoContour() local
354 if(aFillAttributes.get() && aFillAttributes->isUsed()) in supportsAutoContour()
H A Dfrmtool.cxx209 …drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes(mpFrame->getSdrAllFillAttri… in ~SwFrameNotify() local
210 if(aFillAttributes.get() && aFillAttributes->isUsed()) in ~SwFrameNotify()
214 if(aFillAttributes->needCompleteRepaint()) in ~SwFrameNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpaintfrm.cxx3830 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in IsBackgroundTransparent() local
3840 else if(aFillAttributes && aFillAttributes->isUsed()) in IsBackgroundTransparent()
3842 bBackgroundTransparent = aFillAttributes->isTransparent(); in IsBackgroundTransparent()
4063 if(aFillAttributes && aFillAttributes->isUsed()) in PaintSwFrame()
6319 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in PaintSwFrameBackground() local
6437 if(pOut && aFillAttributes) in PaintSwFrameBackground()
6439 if(aFillAttributes->isUsed()) in PaintSwFrameBackground()
6442 … bDone = DrawFillAttributes(aFillAttributes, aOrigBackRect, aRegion, aClipState, *pOut); in PaintSwFrameBackground()
7120 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in GetDrawBackgroundColor() local
7124 if(aFillAttributes && aFillAttributes->isUsed()) in GetDrawBackgroundColor()
[all …]
H A Dflylay.cxx353 …const drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes(GetFormat()->getSdrAl… in supportsAutoContour() local
355 if(aFillAttributes && aFillAttributes->isUsed()) in supportsAutoContour()
H A Dfrmtool.cxx211 …drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes(mpFrame->getSdrAllFillAttri… in ~SwFrameNotify() local
212 if(aFillAttributes && aFillAttributes->isUsed()) in ~SwFrameNotify()
216 if(aFillAttributes->needCompleteRepaint()) in ~SwFrameNotify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dnotxtfrm.cxx181 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in lcl_ClearArea() local
183 …if ( rFrame.GetBackgroundBrush( aFillAttributes, pItem, pCol, aOrigRect, false, /*bConsiderTextBox… in lcl_ClearArea()
187 … const bool bDone(::DrawFillAttributes(aFillAttributes, aOrigRect, region, aClipState, rOut)); in lcl_ClearArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dnotxtfrm.cxx191 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in lcl_ClearArea() local
193 …if ( rFrame.GetBackgroundBrush( aFillAttributes, pItem, xCol, aOrigRect, false, /*bConsiderTextBox… in lcl_ClearArea()
197 … const bool bDone(::DrawFillAttributes(aFillAttributes, aOrigRect, region, aClipState, rOut)); in lcl_ClearArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dfntcache.cxx2652 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in ApplyAutoColor() local
2660 …if( GetFrame()->GetBackgroundBrush( aFillAttributes, pItem, pCol, aOrigBackRect, false, /*bConside… in ApplyAutoColor()
2662 if (aFillAttributes && aFillAttributes->isUsed()) in ApplyAutoColor()
2665 … pCol = Color(aFillAttributes->getAverageColor(aGlobalRetoucheColor.getBColor())); in ApplyAutoColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dfntcache.cxx2612 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in ApplyAutoColor() local
2620 …if( GetFrame()->GetBackgroundBrush( aFillAttributes, pItem, pCol, aOrigBackRect, false, /*bConside… in ApplyAutoColor()
2622 if (aFillAttributes.get() && aFillAttributes->isUsed()) in ApplyAutoColor()
2625 … aColor = Color(aFillAttributes->getAverageColor(aGlobalRetoucheColor.getBColor())); in ApplyAutoColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dinftxt.cxx532 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in lcl_IsDarkBackground() local
538 …if( rInf.GetTextFrame()->GetBackgroundBrush( aFillAttributes, pItem, pCol, aOrigBackRect, false, /… in lcl_IsDarkBackground()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dinftxt.cxx539 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in lcl_IsDarkBackground() local
545 …if( rInf.GetTextFrame()->GetBackgroundBrush( aFillAttributes, pItem, pCol, aOrigBackRect, false, /… in lcl_IsDarkBackground()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccpara.cxx809 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in lcl_GetBackgroundColor() local
812 …pFrame->GetBackgroundBrush( aFillAttributes, pBackgroundBrush, xSectionTOXColor, aDummyRect, false… in lcl_GetBackgroundColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccpara.cxx810 drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFillAttributes; in lcl_GetBackgroundColor() local
813 …pFrame->GetBackgroundBrush( aFillAttributes, pBackgrdBrush, pSectionTOXColor, aDummyRect, false, /… in lcl_GetBackgroundColor()