Home
last modified time | relevance | path

Searched refs:rFlyFrameFormat (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dundoflystrattr.cxx24 SwUndoFlyStrAttr::SwUndoFlyStrAttr( SwFlyFrameFormat& rFlyFrameFormat, in SwUndoFlyStrAttr() argument
28 : SwUndo( eUndoId, rFlyFrameFormat.GetDoc() ), in SwUndoFlyStrAttr()
29 mrFlyFrameFormat( rFlyFrameFormat ), in SwUndoFlyStrAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dundoflystrattr.cxx24 SwUndoFlyStrAttr::SwUndoFlyStrAttr( SwFlyFrameFormat& rFlyFrameFormat, in SwUndoFlyStrAttr() argument
28 : SwUndo( eUndoId, rFlyFrameFormat.GetDoc() ), in SwUndoFlyStrAttr()
29 mrFlyFrameFormat( rFlyFrameFormat ), in SwUndoFlyStrAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfly.cxx586 void SwDoc::SetFlyFrameTitle( SwFlyFrameFormat& rFlyFrameFormat, in SetFlyFrameTitle() argument
589 if ( rFlyFrameFormat.GetObjTitle() == sNewTitle ) in SetFlyFrameTitle()
598 GetIDocumentUndoRedo().AppendUndo( std::make_unique<SwUndoFlyStrAttr>( rFlyFrameFormat, in SetFlyFrameTitle()
600 rFlyFrameFormat.GetObjTitle(), in SetFlyFrameTitle()
604 rFlyFrameFormat.SetObjTitle( sNewTitle, true ); in SetFlyFrameTitle()
609 void SwDoc::SetFlyFrameDescription( SwFlyFrameFormat& rFlyFrameFormat, in SetFlyFrameDescription() argument
612 if ( rFlyFrameFormat.GetObjDescription() == sNewDescription ) in SetFlyFrameDescription()
621 GetIDocumentUndoRedo().AppendUndo( std::make_unique<SwUndoFlyStrAttr>( rFlyFrameFormat, in SetFlyFrameDescription()
623 rFlyFrameFormat.GetObjDescription(), in SetFlyFrameDescription()
627 rFlyFrameFormat.SetObjDescription( sNewDescription, true ); in SetFlyFrameDescription()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfly.cxx568 void SwDoc::SetFlyFrameTitle( SwFlyFrameFormat& rFlyFrameFormat, in SetFlyFrameTitle() argument
571 if ( rFlyFrameFormat.GetObjTitle() == sNewTitle ) in SetFlyFrameTitle()
580 GetIDocumentUndoRedo().AppendUndo( std::make_unique<SwUndoFlyStrAttr>( rFlyFrameFormat, in SetFlyFrameTitle()
582 rFlyFrameFormat.GetObjTitle(), in SetFlyFrameTitle()
586 rFlyFrameFormat.SetObjTitle( sNewTitle, true ); in SetFlyFrameTitle()
591 void SwDoc::SetFlyFrameDescription( SwFlyFrameFormat& rFlyFrameFormat, in SetFlyFrameDescription() argument
594 if ( rFlyFrameFormat.GetObjDescription() == sNewDescription ) in SetFlyFrameDescription()
603 GetIDocumentUndoRedo().AppendUndo( std::make_unique<SwUndoFlyStrAttr>( rFlyFrameFormat, in SetFlyFrameDescription()
605 rFlyFrameFormat.GetObjDescription(), in SetFlyFrameDescription()
609 rFlyFrameFormat.SetObjDescription( sNewDescription, true ); in SetFlyFrameDescription()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dundoflystrattr.hxx30 SwUndoFlyStrAttr( SwFlyFrameFormat& rFlyFrameFormat,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dundoflystrattr.hxx30 SwUndoFlyStrAttr( SwFlyFrameFormat& rFlyFrameFormat,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddoc.hxx617 void SetFlyFrameTitle( SwFlyFrameFormat& rFlyFrameFormat,
619 void SetFlyFrameDescription( SwFlyFrameFormat& rFlyFrameFormat,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddoc.hxx622 void SetFlyFrameTitle( SwFlyFrameFormat& rFlyFrameFormat,
624 void SetFlyFrameDescription( SwFlyFrameFormat& rFlyFrameFormat,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx409 void WriteOLE( SwOLENode& rNode, const Size& rSize, const SwFlyFrameFormat* rFlyFrameFormat );
H A Ddocxattributeoutput.cxx5428 …uteOutput::WriteOLE( SwOLENode& rNode, const Size& rSize, const SwFlyFrameFormat* rFlyFrameFormat ) in WriteOLE() argument
5470 FlyFrameGraphic( nullptr, rSize, rFlyFrameFormat, &rNode ); in WriteOLE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx414 void WriteOLE( SwOLENode& rNode, const Size& rSize, const SwFlyFrameFormat* rFlyFrameFormat );