Lines Matching refs:SwGrfNode

95 SwGrfNode::SwGrfNode(  in SwGrfNode()  function in SwGrfNode
108 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
115 SwGrfNode::SwGrfNode( in SwGrfNode() function in SwGrfNode
127 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
137 SwGrfNode::SwGrfNode( in SwGrfNode() function in SwGrfNode
150 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
173 sal_Bool SwGrfNode::ReRead( in ReRead()
345 SwGrfNode::~SwGrfNode() in ~SwGrfNode()
380 void SwGrfNode::onGraphicChanged() in onGraphicChanged()
439 void SwGrfNode::SetGraphic( in SetGraphic()
447 const GraphicObject* SwGrfNode::GetReplacementGrfObj() const in GetReplacementGrfObj()
455 …const_cast< SwGrfNode* >( this )->mpReplacementGraphic = new GraphicObject( rSvgDataPtr->getReplac… in GetReplacementGrfObj()
462 SwCntntNode *SwGrfNode::SplitCntntNode( in SplitCntntNode()
468 SwGrfNode * SwNodes::MakeGrfNode( in MakeGrfNode()
478 SwGrfNode *pNode; in MakeGrfNode()
481 pNode = new SwGrfNode( rWhere, rGrfName, in MakeGrfNode()
484 pNode = new SwGrfNode( rWhere, rGrfName, in MakeGrfNode()
489 SwGrfNode * SwNodes::MakeGrfNode( in MakeGrfNode()
496 return new SwGrfNode( rWhere, rGrfObj, pGrfColl, pAutoAttr ); in MakeGrfNode()
499 Size SwGrfNode::GetTwipSize() const in GetTwipSize()
504 sal_Bool SwGrfNode::ImportGraphic( in ImportGraphic()
529 short SwGrfNode::SwapIn( in SwapIn()
615 short SwGrfNode::SwapOut() in SwapOut()
638 sal_Bool SwGrfNode::GetFileFilterNms( in GetFileFilterNms()
669 sal_Bool SwGrfNode::SavePersistentData() in SavePersistentData()
699 sal_Bool SwGrfNode::RestorePersistentData() in RestorePersistentData()
712 void SwGrfNode::InsertLink( in InsertLink()
746 void SwGrfNode::ReleaseLink() in ReleaseLink()
800 void SwGrfNode::SetTwipSize( in SetTwipSize()
814 void SwGrfNode::ScaleImageMap() in ScaleImageMap()
874 void SwGrfNode::DelStreamName() in DelStreamName()
912 uno::Reference< embed::XStorage > SwGrfNode::_GetDocSubstorageOrRoot( in _GetDocSubstorageOrRoot()
916 const_cast< SwGrfNode* >( this )->GetDoc()->GetDocStorage(); in _GetDocSubstorageOrRoot()
940 SvStream* SwGrfNode::_GetStreamForEmbedGrf( in _GetStreamForEmbedGrf()
989 void SwGrfNode::_GetStreamStorageNames( in _GetStreamStorageNames()
1028 SwCntntNode* SwGrfNode::MakeCopy( in MakeCopy()
1060 const_cast< SwGrfNode* >( this )->SwapIn(); in MakeCopy()
1076 SwGrfNode* pGrfNd = pDoc->GetNodes().MakeGrfNode( rIdx, sFile, sFilter, in MakeCopy()
1085 IMPL_LINK( SwGrfNode, SwapGraphic, GraphicObject*, pGrfObj ) in IMPL_LINK() argument
1157 SwGrfNode* pGrfNd; in DelAllGrfCacheEntries()
1174 GraphicAttr& SwGrfNode::GetGraphicAttr( in GetGraphicAttr()
1242 sal_Bool SwGrfNode::IsTransparent() const in IsTransparent()
1251 sal_Bool SwGrfNode::IsSelected() const in IsSelected()
1273 boost::weak_ptr< SwAsyncRetrieveInputStreamThreadConsumer > SwGrfNode::GetThreadConsumer() in GetThreadConsumer()
1278 void SwGrfNode::TriggerAsyncRetrieveInputStream() in TriggerAsyncRetrieveInputStream()
1298 bool SwGrfNode::IsLinkedInputStreamReady() const in IsLinkedInputStreamReady()
1303 void SwGrfNode::ApplyInputStream( in ApplyInputStream()
1320 void SwGrfNode::UpdateLinkWithInputStream() in UpdateLinkWithInputStream()
1338 bool SwGrfNode::IsAsyncRetrieveInputStreamPossible() const in IsAsyncRetrieveInputStreamPossible()