Home
last modified time | relevance | path

Searched refs:pGrfNode (Results 1 – 24 of 24) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Deditsh.cxx233 SwGrfNode *pGrfNode = nullptr; in GetGrfNode_() local
239 return pGrfNode; in GetGrfNode_()
246 SwGrfNode* pGrfNode = GetGrfNode_(); in GetGraphic() local
248 if ( pGrfNode ) in GetGraphic()
250 pGrf = &(pGrfNode->GetGrf(bWait && GraphicType::Default == pGrfNode->GetGrf().GetType())); in GetGraphic()
258 return pGrfNode && in IsLinkedGrfSwapOut()
259 pGrfNode->IsLinkedFile() && in IsLinkedGrfSwapOut()
266 return pGrfNode ? &(pGrfNode->GetGrfObj()) : nullptr; in GetGraphicObj()
273 return pGrfNode ? &(pGrfNode->GetGraphicAttr( rGA, pFrame )) : nullptr; in GetGraphicAttr()
279 return pGrfNode ? pGrfNode->GetGrfObj().GetType() : GraphicType::NONE; in GetGraphicType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Deditsh.cxx228 SwGrfNode *pGrfNode = nullptr; in GetGrfNode_() local
234 return pGrfNode; in GetGrfNode_()
241 SwGrfNode* pGrfNode = GetGrfNode_(); in GetGraphic() local
243 if ( pGrfNode ) in GetGraphic()
245 pGrf = &(pGrfNode->GetGrf(bWait && GraphicType::Default == pGrfNode->GetGrf().GetType())); in GetGraphic()
253 return pGrfNode && in IsLinkedGrfSwapOut()
254 pGrfNode->IsLinkedFile() && in IsLinkedGrfSwapOut()
261 return pGrfNode ? &(pGrfNode->GetGrfObj()) : nullptr; in GetGraphicObj()
268 return pGrfNode ? &(pGrfNode->GetGraphicAttr( rGA, pFrame )) : nullptr; in GetGraphicAttr()
274 return pGrfNode ? pGrfNode->GetGrfObj().GetType() : GraphicType::NONE; in GetGraphicType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Drtfstringbuffer.cxx16 const SwGrfNode* pGrfNode) in RtfStringBufferValue() argument
18 , m_pGrfNode(pGrfNode) in RtfStringBufferValue()
74 void RtfStringBuffer::append(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode) in append() argument
76 m_aValues.emplace_back(pFlyFrameFormat, pGrfNode); in append()
H A Drtfstringbuffer.hxx26 RtfStringBufferValue(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode);
58 void append(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode);
H A Ddocxattributeoutput.cxx5062 assert(pGrfNode || (pOLEFrameFormat && pOLENode)); in FlyFrameGraphic()
5063 const SwFrameFormat* pFrameFormat = pGrfNode ? pGrfNode->GetFlyFormat() : pOLEFrameFormat; in FlyFrameGraphic()
5067 if ( pGrfNode && pGrfNode->IsLinkedFile() ) in FlyFrameGraphic()
5071 pGrfNode->GetFileFilterNms( &aFileName, nullptr ); in FlyFrameGraphic()
5095 if (pGrfNode) in FlyFrameGraphic()
5096 aGraphic = pGrfNode->GetGrf(); in FlyFrameGraphic()
5140 if (pGrfNode) in FlyFrameGraphic()
5142 const SwAttrSet& rSet = pGrfNode->GetSwAttrSet(); in FlyFrameGraphic()
5182 …docPrattrList->add( XML_title, OUStringToOString( pGrfNode ? pGrfNode->GetTitle() : pOLEFrameForma… in FlyFrameGraphic()
5255 …if ( pGrfNode && SfxItemState::SET == pGrfNode->GetSwAttrSet().GetItemState(RES_GRFATR_DRAWMODE, t… in FlyFrameGraphic()
[all …]
H A Drtfattributeoutput.cxx2003 const SwGrfNode* pGrfNode = pNode ? pNode->GetGrfNode() : nullptr; in OutputFlyFrame_Impl() local
2071 if (pGrfNode) in OutputFlyFrame_Impl()
2074 pGrfNode); in OutputFlyFrame_Impl()
4114 const SwGrfNode* pGrfNode) in FlyFrameGraphic() argument
4120 const Graphic& rGraphic(pGrfNode->GetGrf()); in FlyFrameGraphic()
4190 auto& rCr = static_cast<const SwCropGrf&>(pGrfNode->GetAttr(RES_GRFATR_CROPGRF)); in FlyFrameGraphic()
4193 Size aSize(pGrfNode->GetTwipSize()); in FlyFrameGraphic()
4217 const SwAttrSet* pAttrSet = pGrfNode->GetpSwAttrSet(); in FlyFrameGraphic()
H A Drtfattributeoutput.hxx474 void FlyFrameGraphic(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode);
H A Ddocxattributeoutput.hxx407 …void FlyFrameGraphic( const SwGrfNode* pGrfNode, const Size& rSize, const SwFlyFrameFormat* pOLEFr…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Drtfstringbuffer.cxx16 const SwGrfNode* pGrfNode) in RtfStringBufferValue() argument
18 , m_pGrfNode(pGrfNode) in RtfStringBufferValue()
74 void RtfStringBuffer::append(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode) in append() argument
76 m_aValues.emplace_back(RtfStringBufferValue(pFlyFrameFormat, pGrfNode)); in append()
H A Drtfstringbuffer.hxx26 RtfStringBufferValue(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode);
58 void append(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode);
H A Ddocxattributeoutput.cxx4825 assert(pGrfNode || (pOLEFrameFormat && pOLENode)); in FlyFrameGraphic()
4826 const SwFrameFormat* pFrameFormat = pGrfNode ? pGrfNode->GetFlyFormat() : pOLEFrameFormat; in FlyFrameGraphic()
4830 if ( pGrfNode && pGrfNode->IsLinkedFile() ) in FlyFrameGraphic()
4834 pGrfNode->GetFileFilterNms( &aFileName, nullptr ); in FlyFrameGraphic()
4858 if (pGrfNode) in FlyFrameGraphic()
4859 pGraphic = &pGrfNode->GetGrf(); in FlyFrameGraphic()
4893 if (pGrfNode) in FlyFrameGraphic()
4895 const SwAttrSet& rSet = pGrfNode->GetSwAttrSet(); in FlyFrameGraphic()
4906 aSize = pGrfNode->GetTwipSize(); in FlyFrameGraphic()
4996 …if ( pGrfNode && SfxItemState::SET == pGrfNode->GetSwAttrSet().GetItemState(RES_GRFATR_DRAWMODE, t… in FlyFrameGraphic()
[all …]
H A Drtfattributeoutput.cxx1912 const SwGrfNode* pGrfNode = pNode ? pNode->GetGrfNode() : nullptr; in OutputFlyFrame_Impl() local
1980 if (pGrfNode) in OutputFlyFrame_Impl()
1983 pGrfNode); in OutputFlyFrame_Impl()
4010 const SwGrfNode* pGrfNode) in FlyFrameGraphic() argument
4016 const Graphic& rGraphic(pGrfNode->GetGrf()); in FlyFrameGraphic()
4086 auto& rCr = static_cast<const SwCropGrf&>(pGrfNode->GetAttr(RES_GRFATR_CROPGRF)); in FlyFrameGraphic()
4089 Size aSize(pGrfNode->GetTwipSize()); in FlyFrameGraphic()
4113 const SwAttrSet* pAttrSet = pGrfNode->GetpSwAttrSet(); in FlyFrameGraphic()
H A Drtfattributeoutput.hxx467 void FlyFrameGraphic(const SwFlyFrameFormat* pFlyFrameFormat, const SwGrfNode* pGrfNode);
H A Ddocxattributeoutput.hxx403 …void FlyFrameGraphic( const SwGrfNode* pGrfNode, const Size& rSize, const SwFlyFrameFormat* pOLEFr…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ww8import/
H A Dww8import.cxx111 SwGrfNode* pGrfNode = pNode->GetGrfNode(); variable
112 CPPUNIT_ASSERT(pGrfNode);
117 CPPUNIT_ASSERT_EQUAL(Size(7590, 10440), pGrfNode->GetTwipSize());
194 SwGrfNode* pGrfNode = pNode->GetGrfNode(); variable
195 const Graphic& rGraphic = pGrfNode->GetGrf();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ww8import/
H A Dww8import.cxx191 SwGrfNode* pGrfNode = pNode->GetGrfNode(); variable
192 CPPUNIT_ASSERT(pGrfNode);
197 CPPUNIT_ASSERT_EQUAL(Size(7590, 10440), pGrfNode->GetTwipSize());
282 SwGrfNode* pGrfNode = pNode->GetGrfNode(); variable
283 const Graphic& rGraphic = pGrfNode->GetGrf();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoframe.cxx1596 SwGrfNode* pGrfNode = aIdx.GetNode().GetGrfNode(); in setPropertyValue() local
1597 if(!pGrfNode) in setPropertyValue()
1601 SwPaM aGrfPaM(*pGrfNode); in setPropertyValue()
1632 if (!pGrfNode) in setPropertyValue()
1636 SwPaM aGrfPaM(*pGrfNode); in setPropertyValue()
2065 SwGrfNode* pGrfNode = aIdx.GetNode().GetGrfNode(); in getPropertyValue() local
2066 if (!pGrfNode) in getPropertyValue()
2094 SwGrfNode* pGrfNode = aIdx.GetNode().GetGrfNode(); in getPropertyValue() local
2095 if(!pGrfNode) in getPropertyValue()
2097 aAny <<= pGrfNode->GetGrf().GetXGraphic(); in getPropertyValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoframe.cxx1578 SwGrfNode* pGrfNode = aIdx.GetNode().GetGrfNode(); in setPropertyValue() local
1579 if(!pGrfNode) in setPropertyValue()
1583 SwPaM aGrfPaM(*pGrfNode); in setPropertyValue()
1614 if (!pGrfNode) in setPropertyValue()
1618 SwPaM aGrfPaM(*pGrfNode); in setPropertyValue()
2046 SwGrfNode* pGrfNode = aIdx.GetNode().GetGrfNode(); in getPropertyValue() local
2047 if (!pGrfNode) in getPropertyValue()
2075 SwGrfNode* pGrfNode = aIdx.GetNode().GetGrfNode(); in getPropertyValue() local
2076 if(!pGrfNode) in getPropertyValue()
2078 aAny <<= pGrfNode->GetGrf().GetXGraphic(); in getPropertyValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/htmlimport/
H A Dhtmlimport.cxx88 if (SwGrfNode *pGrfNode = pNode->GetGrfNode()) variable
94 CPPUNIT_ASSERT(pGrfNode->GetGrfObj().GetType() != GraphicType::NONE);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/htmlimport/
H A Dhtmlimport.cxx96 if (SwGrfNode *pGrfNode = pNode->GetGrfNode()) variable
102 CPPUNIT_ASSERT(pGrfNode->GetGrfObj().GetType() != GraphicType::NONE);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx198 SwGrfNode* pGrfNode = aNodes[nIndex]->GetGrfNode(); in testLinkedGraphicRT() local
199 CPPUNIT_ASSERT(pGrfNode); in testLinkedGraphicRT()
201 const GraphicObject& rGraphicObj = pGrfNode->GetGrfObj(true); in testLinkedGraphicRT()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx205 SwGrfNode* pGrfNode = aNodes[nIndex]->GetGrfNode(); in testLinkedGraphicRT() local
206 CPPUNIT_ASSERT(pGrfNode); in testLinkedGraphicRT()
208 const GraphicObject& rGraphicObj = pGrfNode->GetGrfObj(true); in testLinkedGraphicRT()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ww8export/
H A Dww8export.cxx1215 if (SwGrfNode *pGrfNode = pNode->GetGrfNode()) variable
1217 …CPPUNIT_ASSERT_EQUAL(int(MirrorGraph::Both), static_cast<int>(pGrfNode->GetSwAttrSet().GetMirrorGr…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ww8export/
H A Dww8export.cxx1387 if (SwGrfNode *pGrfNode = pNode->GetGrfNode()) variable
1389 …CPPUNIT_ASSERT_EQUAL(int(MirrorGraph::Both), static_cast<int>(pGrfNode->GetSwAttrSet().GetMirrorGr…