LibreOffice Module sw (master) 1
|
#include <frmfmt.hxx>
Public Member Functions | |
virtual | ~SwFlyFrameFormat () override |
virtual void | MakeFrames () override |
Creates the views. More... | |
SwFlyFrame * | GetFrame (const Point *pDocPos=nullptr) const |
SwAnchoredObject * | GetAnchoredObj () const |
virtual Graphic | MakeGraphic (ImageMap *pMap=nullptr, const sal_uInt32 nMaximumQuadraticPixels=500000, const std::optional< Size > &rTargetDPI=std::nullopt) override |
virtual bool | GetInfo (SfxPoolItem &rInfo) const override |
OUString | GetObjTitle () const |
void | SetObjTitle (const OUString &rTitle, bool bBroadcast=false) |
const OUString & | GetObjTooltip () const |
void | SetObjTooltip (const OUString &rTooltip) |
OUString | GetObjDescription () const |
void | SetObjDescription (const OUString &rDescription, bool bBroadcast=false) |
virtual bool | IsBackgroundTransparent () const override |
SwFlyFrameFormat::IsBackgroundTransparent. More... | |
bool | IsBackgroundBrushInherited () const |
SwFlyFrameFormat::IsBackgroundBrushInherited. More... | |
const Point & | GetLastFlyFramePrtRectPos () const |
void | SetLastFlyFramePrtRectPos (const Point &rPoint) |
SwFlyDrawContact * | GetOrCreateContact () |
![]() | |
const std::shared_ptr< SwTextBoxNode > & | GetOtherTextBoxFormats () const |
void | SetOtherTextBoxFormats (const std::shared_ptr< SwTextBoxNode > &rNew) |
virtual | ~SwFrameFormat () override |
SwFrameFormat (SwFrameFormat const &)=default | |
SwFrameFormat (SwFrameFormat &&)=default | |
SwFrameFormat & | operator= (SwFrameFormat const &)=default |
SwFrameFormat & | operator= (SwFrameFormat &&)=default |
virtual void | DelFrames () |
Destroys all Frames in aDepend (Frames are identified via dynamic_cast). More... | |
virtual void | MakeFrames () |
Creates the views. More... | |
virtual Graphic | MakeGraphic (ImageMap *pMap=nullptr, const sal_uInt32 nMaximumQuadraticPixels=500000, const std::optional< Size > &rTargetDPI=std::nullopt) |
IMapObject * | GetIMapObject (const Point &rPoint, const SwFlyFrame *pFly=nullptr) const |
SwRect | FindLayoutRect (const bool bPrtArea=false, const Point *pPoint=nullptr) const |
SdrObject * | FindSdrObject () |
const SdrObject * | FindSdrObject () const |
SdrObject * | FindRealSdrObject () |
const SdrObject * | FindRealSdrObject () const |
bool | IsLowerOf (const SwFrameFormat &rFormat) const |
virtual SwFrameFormat::tLayoutDir | GetLayoutDir () const |
virtual void | SetLayoutDir (const SwFrameFormat::tLayoutDir _eLayoutDir) |
virtual sal_Int16 | GetPositionLayoutDir () const |
virtual void | SetPositionLayoutDir (const sal_Int16 _nPositionLayoutDir) |
virtual OUString | GetDescription () const |
SAL_DLLPRIVATE css::uno::WeakReference< css::uno::XInterface > const & | GetXObject () const |
SAL_DLLPRIVATE void | SetXObject (css::uno::Reference< css::uno::XInterface > const &xObject) |
void | RegisterToFormat (SwFormat &rFormat) |
virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr | getSdrAllFillAttributesHelper () const override |
virtual bool | supportsFullDrawingLayerFillAttributeSet () const override |
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual void | SetFormatName (const OUString &rNewName, bool bBroadcast=false) override |
void | MoveTableBox (SwTableBox &rTableBox, const SwFrameFormat *pOldFormat) |
![]() | |
virtual | ~SwFormat () override |
SwFormat & | operator= (const SwFormat &) |
sal_uInt16 | Which () const |
for Querying of Writer-functions. More... | |
void | CopyAttrs (const SwFormat &) |
Copy attributes even among documents. More... | |
void | DelDiffs (const SfxItemSet &rSet) |
Delete all attributes that are not in rFormat. More... | |
void | DelDiffs (const SwFormat &rFormat) |
bool | SetDerivedFrom (SwFormat *pDerivedFrom=nullptr) |
0 is Default. More... | |
const SfxPoolItem & | GetFormatAttr (sal_uInt16 nWhich, bool bInParents=true) const |
If bInParents is FALSE, search only in this format for attribute. More... | |
template<class T > | |
const T & | GetFormatAttr (TypedWhichId< T > nWhich, bool bInParents=true) const |
SfxItemState | GetItemState (sal_uInt16 nWhich, bool bSrchInParent=true, const SfxPoolItem **ppItem=nullptr) const |
template<class T > | |
SfxItemState | GetItemState (TypedWhichId< T > nWhich, bool bSrchInParent=true, const T **ppItem=nullptr) const |
template<class T > | |
const T * | GetItemIfSet (TypedWhichId< T > nWhich, bool bSrchInParent=true) const |
Templatized version of GetItemState() to directly return the correct type. More... | |
SfxItemState | GetBackgroundState (std::unique_ptr< SvxBrushItem > &rItem) const |
virtual bool | SetFormatAttr (const SfxPoolItem &rAttr) |
virtual bool | SetFormatAttr (const SfxItemSet &rSet) |
virtual bool | ResetFormatAttr (sal_uInt16 nWhich1, sal_uInt16 nWhich2=0) |
virtual sal_uInt16 | ResetAllFormatAttr () |
Takes all hints from Delta-Array,. More... | |
SwFormat * | DerivedFrom () const |
bool | IsDefault () const |
const OUString & | GetName () const |
bool | HasName (std::u16string_view rName) const |
virtual void | SetFormatName (const OUString &rNewName, bool bBroadcast=false) |
const SwAttrSet & | GetAttrSet () const |
For querying the attribute array. More... | |
const SwDoc * | GetDoc () const |
The document is set in SwAttrPool now, therefore you always can access it. More... | |
SwDoc * | GetDoc () |
const IDocumentSettingAccess & | getIDocumentSettingAccess () const |
Provides access to the document settings interface. More... | |
const IDocumentDrawModelAccess & | getIDocumentDrawModelAccess () const |
Provides access to the document draw model interface. More... | |
IDocumentDrawModelAccess & | getIDocumentDrawModelAccess () |
const IDocumentLayoutAccess & | getIDocumentLayoutAccess () const |
Provides access to the document layout interface. More... | |
IDocumentLayoutAccess & | getIDocumentLayoutAccess () |
IDocumentTimerAccess & | getIDocumentTimerAccess () |
Provides access to the document idle timer interface. More... | |
IDocumentFieldsAccess & | getIDocumentFieldsAccess () |
Provides access to the document idle timer interface. More... | |
IDocumentChartDataProviderAccess & | getIDocumentChartDataProviderAccess () |
Gives access to the chart data-provider. More... | |
sal_uInt16 | GetPoolFormatId () const |
Get and set Pool style IDs. More... | |
void | SetPoolFormatId (sal_uInt16 nId) |
sal_uInt16 | GetPoolHelpId () const |
Get and set Help-IDs for document templates. More... | |
void | SetPoolHelpId (sal_uInt16 nId) |
sal_uInt8 | GetPoolHlpFileId () const |
void | SetPoolHlpFileId (sal_uInt8 nId) |
void | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText) const |
Get attribute-description. Returns passed string. More... | |
bool | IsAuto () const |
Query / set AutoFormat-flag. More... | |
void | SetAuto (bool bNew) |
bool | IsHidden () const |
void | SetHidden (bool bValue) |
void | GetGrabBagItem (css::uno::Any &rVal) const |
void | SetGrabBagItem (const css::uno::Any &rVal) |
bool | IsAutoUpdateOnDirectFormat () const |
Query / set m_bAutoUpdateOnDirectFormat-flag. More... | |
void | SetAutoUpdateOnDirectFormat (bool bNew=true) |
bool | IsFormatInDTOR () const |
const SvxUnderlineItem & | GetUnderline (bool=true) const |
GetMethods: Bool indicates whether to search only in Set (FALSE) or also in Parents. More... | |
const SvxFontHeightItem & | GetSize (bool=true) const |
const SvxFontItem & | GetFont (bool=true) const |
const SvxColorItem & | GetColor (bool=true) const |
const SvxFontItem & | GetCJKFont (bool=true) const |
const SvxFontItem & | GetCTLFont (bool=true) const |
const SwFormatFillOrder & | GetFillOrder (bool=true) const |
Frame-attributes - implemented in frmatr.hxx. More... | |
const SwFormatFrameSize & | GetFrameSize (bool=true) const |
const SwFormatHeader & | GetHeader (bool=true) const |
const SwFormatFooter & | GetFooter (bool=true) const |
const SwFormatSurround & | GetSurround (bool=true) const |
const SwFormatHoriOrient & | GetHoriOrient (bool=true) const |
const SwFormatAnchor & | GetAnchor (bool=true) const |
const SwFormatCol & | GetCol (bool=true) const |
const SvxPaperBinItem & | GetPaperBin (bool=true) const |
const SvxLeftMarginItem & | GetLeftMargin (bool=true) const |
const SvxTextLeftMarginItem & | GetTextLeftMargin (bool=true) const |
const SvxFirstLineIndentItem & | GetFirstLineIndent (bool=true) const |
const SvxRightMarginItem & | GetRightMargin (bool=true) const |
const SvxGutterLeftMarginItem & | GetGutterLeftMargin (bool=true) const |
const SvxGutterRightMarginItem & | GetGutterRightMargin (bool=true) const |
const SvxLRSpaceItem & | GetLRSpace (bool=true) const |
const SvxULSpaceItem & | GetULSpace (bool=true) const |
const SwFormatContent & | GetContent (bool=true) const |
const SvxPrintItem & | GetPrint (bool=true) const |
const SvxOpaqueItem & | GetOpaque (bool=true) const |
const SvxProtectItem & | GetProtect (bool=true) const |
const SwFormatVertOrient & | GetVertOrient (bool=true) const |
const SvxBoxItem & | GetBox (bool=true) const |
const SvxFormatKeepItem & | GetKeep (bool=true) const |
std::unique_ptr< SvxBrushItem > | makeBackgroundBrushItem (bool=true) const |
const SvxShadowItem & | GetShadow (bool=true) const |
const SwFormatPageDesc & | GetPageDesc (bool=true) const |
const SvxFormatBreakItem & | GetBreak (bool=true) const |
const SvxMacroItem & | GetMacro (bool=true) const |
const SwFormatURL & | GetURL (bool=true) const |
const SwFormatEditInReadonly & | GetEditInReadonly (bool=true) const |
const SwFormatLayoutSplit & | GetLayoutSplit (bool=true) const |
const SwFormatRowSplit & | GetRowSplit (bool=true) const |
const SwFormatFlySplit & | GetFlySplit (bool=true) const |
const SwFormatChain & | GetChain (bool=true) const |
const SwFormatFootnoteAtTextEnd & | GetFootnoteAtTextEnd (bool=true) const |
const SwFormatEndAtTextEnd & | GetEndAtTextEnd (bool=true) const |
const SwFormatNoBalancedColumns & | GetBalancedColumns (bool=true) const |
const SvxFrameDirectionItem & | GetFrameDir (bool=true) const |
const SwTextGridItem & | GetTextGrid (bool=true) const |
const SwHeaderAndFooterEatSpacingItem & | GetHeaderAndFooterEatSpacing (bool=true) const |
const SwFormatFollowTextFlow & | GetFollowTextFlow (bool=true) const |
const SwFormatWrapInfluenceOnObjPos & | GetWrapInfluenceOnObjPos (bool=true) const |
const SdrTextVertAdjustItem & | GetTextVertAdjust (bool=true) const |
const SvxLineSpacingItem & | GetLineSpacing (bool=true) const |
Paragraph-attributes - implemented in paratr.hxx. More... | |
const SwNumRuleItem & | GetNumRule (bool=true) const |
const SvxTabStopItem & | GetTabStops (bool=true) const |
const SwFormatDrop & | GetDrop (bool=true) const |
const SwTableBoxNumFormat & | GetTableBoxNumFormat (bool=true) const |
TableBox attributes - implemented in cellatr.hxx. More... | |
const SwTableBoxFormula & | GetTableBoxFormula (bool=true) const |
const SwTableBoxValue & | GetTableBoxValue (bool=true) const |
void | SetPageFormatToDefault () |
virtual bool | IsBackgroundTransparent () const |
SwFormat::IsBackgroundTransparent. More... | |
virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr | getSdrAllFillAttributesHelper () const |
virtual bool | supportsFullDrawingLayerFillAttributeSet () const |
void | RemoveAllUnos () |
![]() | |
BorderCacheOwner () | |
BorderCacheOwner (BorderCacheOwner &) | |
BorderCacheOwner & | operator= (const BorderCacheOwner &) |
~BorderCacheOwner () | |
bool | IsInCache () const |
void | InvalidateInSwCache (const sal_uInt16) |
Private Member Functions | |
SwFlyFrameFormat (const SwFlyFrameFormat &rCpy)=delete | |
SwFlyFrameFormat & | operator= (const SwFlyFrameFormat &rCpy)=delete |
SwFlyFrameFormat (SwAttrPool &rPool, const OUString &rFormatNm, SwFrameFormat *pDrvdFrame) | |
Private Attributes | |
OUString | msTitle |
OUString | msDesc |
OUString | msTooltip |
A tooltip has priority over an SwFormatURL and is not persisted to files. More... | |
Point | m_aLastFlyFramePrtRectPos |
Both not existent. More... | |
std::unique_ptr< SwFlyDrawContact > | m_pContact |
Friends | |
class | SwDoc |
Additional Inherited Members | |
![]() | |
enum | tLayoutDir { HORI_L2R , HORI_R2L , VERT_R2L } |
![]() | |
SwFrameFormat (SwAttrPool &rPool, const char *pFormatNm, SwFrameFormat *pDrvdFrame, sal_uInt16 nFormatWhich=RES_FRMFMT, const WhichRangesContainer &pWhichRange=aFrameFormatSetRange) | |
SwFrameFormat (SwAttrPool &rPool, const OUString &rFormatNm, SwFrameFormat *pDrvdFrame, sal_uInt16 nFormatWhich=RES_FRMFMT, const WhichRangesContainer &pWhichRange=aFrameFormatSetRange) | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
![]() | |
SwFormat (SwAttrPool &rPool, const char *pFormatNm, const WhichRangesContainer &pWhichRanges, SwFormat *pDrvdFrame, sal_uInt16 nFormatWhich) | |
SwFormat (SwAttrPool &rPool, OUString aFormatNm, const WhichRangesContainer &pWhichRanges, SwFormat *pDrvdFrame, sal_uInt16 nFormatWhich) | |
SwFormat (const SwFormat &rFormat) | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
Definition at line 190 of file frmfmt.hxx.
|
privatedelete |
|
private |
Definition at line 2935 of file atrfrm.cxx.
|
overridevirtual |
Definition at line 2939 of file atrfrm.cxx.
References SwFrame::DestroyFrame(), SwIterator< TElementType, TSource, eMode >::First(), and SwIterator< TElementType, TSource, eMode >::Next().
SwAnchoredObject * SwFlyFrameFormat::GetAnchoredObj | ( | ) | const |
Definition at line 3164 of file atrfrm.cxx.
References GetFrame().
Referenced by SwInsertChart::SwInsertChart().
SwFlyFrame * SwFlyFrameFormat::GetFrame | ( | const Point * | pDocPos = nullptr | ) | const |
Definition at line 3152 of file atrfrm.cxx.
References Fly, and GetFrameOfModify().
Referenced by GetAnchoredObj(), SwFEShell::Insert(), SwFEShell::InsertLabel(), SwFEShell::InsertObject(), sw::IsFlyFrameFormatInHeader(), lcl_FindAnchorLayPos(), SwFEShell::NewFlyFrame(), SwCursorShell::SelectNxtPrvHyperlink(), SwFEShell::SetFlyFrameAttr(), SwFEShell::SetFrameFormat(), and SwFormatGetPageNum().
|
overridevirtual |
Definition at line 3177 of file atrfrm.cxx.
References SwIterator< TElementType, TSource, eMode >::First(), pObject, RES_CONTENT_VISIBLE(), and SfxPoolItem::Which().
|
inline |
Definition at line 255 of file frmfmt.hxx.
References Point.
Referenced by SwFEShell::AlignFormulaToBaseline(), and SwWrtShell::CalcAndSetScale().
OUString SwFlyFrameFormat::GetObjDescription | ( | ) | const |
Definition at line 3257 of file atrfrm.cxx.
References SwFrameFormat::FindSdrObject(), SdrObject::GetDescription(), and msDesc.
Referenced by ExportPICT(), RtfAttributeOutput::FlyFrameGraphic(), DocxAttributeOutput::FlyFrameGraphic(), SwNoTextNode::GetDescription(), SwFEShell::GetObjDescription(), MakeFrames(), SwAccessibleTextFrame::Notify(), SwTaggedPDFHelper::SetAttributes(), SwDoc::SetFlyFrameDescription(), and SwAccessibleTextFrame::SwAccessibleTextFrame().
OUString SwFlyFrameFormat::GetObjTitle | ( | ) | const |
Definition at line 3215 of file atrfrm.cxx.
References SwFrameFormat::FindSdrObject(), SdrObject::GetTitle(), and msTitle.
Referenced by ExportPICT(), RtfAttributeOutput::FlyFrameGraphic(), DocxAttributeOutput::FlyFrameGraphic(), SwNoTextNode::GetTitle(), MakeFrames(), SwTaggedPDFHelper::SetAttributes(), SwDoc::SetFlyFrameTitle(), and SwAccessibleTextFrame::SwAccessibleTextFrame().
const OUString & SwFlyFrameFormat::GetObjTooltip | ( | ) | const |
Definition at line 3234 of file atrfrm.cxx.
References msTooltip.
Referenced by SwDPage::RequestHelp().
SwFlyDrawContact * SwFlyFrameFormat::GetOrCreateContact | ( | ) |
Definition at line 2951 of file atrfrm.cxx.
References SwFormat::GetDoc(), SwFormat::getIDocumentDrawModelAccess(), and m_pContact.
Referenced by SwFlyDrawContact::CreateNewRef().
bool SwFlyFrameFormat::IsBackgroundBrushInherited | ( | ) | const |
SwFlyFrameFormat::IsBackgroundBrushInherited.
SwFlyFrameFormat::IsBackgroundBrushInherited - for #103898#.
Method to determine, if the brush for drawing the background is "inherited" from its parent/grandparent. This is the case, if no background graphic is set and the background color is "no fill"/"auto fill"
OD 08.10.2002 - method to determine, if the brush for drawing the background is "inherited" from its parent/grandparent. This is the case, if no background graphic is set and the background color is "no fill"/"auto fill" NOTE: condition is "copied" from method <SwFrame::GetBackgroundBrush(..).
Definition at line 3321 of file atrfrm.cxx.
References COL_TRANSPARENT(), SwFrameFormat::getSdrAllFillAttributesHelper(), SwFormat::makeBackgroundBrushItem(), and SwFrameFormat::supportsFullDrawingLayerFillAttributeSet().
Referenced by lcl_SubtractFlys().
|
overridevirtual |
SwFlyFrameFormat::IsBackgroundTransparent.
SwFlyFrameFormat::IsBackgroundTransparent - for #99657#.
Override virtual method and its default implementation, because format of fly frame provides transparent backgrounds. Method determines, if background of fly frame is transparent.
OD 22.08.2002 - overriding virtual method and its default implementation, because format of fly frame provides transparent backgrounds. Method determines, if background of fly frame is transparent.
Reimplemented from SwFormat.
Definition at line 3280 of file atrfrm.cxx.
References COL_TRANSPARENT(), GraphicObject::GetAttr(), SwFrameFormat::getSdrAllFillAttributesHelper(), GraphicAttr::IsTransparent(), SwFormat::makeBackgroundBrushItem(), and SwFrameFormat::supportsFullDrawingLayerFillAttributeSet().
Referenced by SwFlyFrame::IsBackgroundTransparent().
|
overridevirtual |
Creates the views.
Creates the Frames if the format describes a paragraph-bound frame.
MA: 1994-02-14: creates the Frames also for frames anchored at page.
Reimplemented from SwFrameFormat.
Definition at line 2964 of file atrfrm.cxx.
References SwFrame::FindFlyFrame(), SwFrame::FindPageFrame(), SwIterator< TElementType, TSource, eMode >::First(), SwFormat::GetAnchor(), SwFormatAnchor::GetAnchorId(), SwFormatAnchor::GetAnchorNode(), SwFormat::GetContent(), SwFormatContent::GetContentIdx(), SwNode::GetContentNode(), IDocumentLayoutAccess::GetCurrentLayout(), SwFormat::GetDoc(), SwFlyFrame::GetFormat(), SwDoc::getIDocumentLayoutAccess(), SwFormat::getIDocumentLayoutAccess(), SwFrame::GetNext(), SwNodeIndex::GetNode(), SwDoc::GetNodes(), GetObjDescription(), GetObjTitle(), SwFormatAnchor::GetPageNum(), SwPageFrame::GetPhyPageNum(), SwDoc::GetSpzFrameFormats(), SwNodes::GoNext(), i, IsAnchoredObjShown(), SwLayoutFrame::Lower(), MakeFrames(), SwIterator< TElementType, TSource, eMode >::Next(), nPgNum, SwPageFrame::PlaceFly(), RegistFlys(), SwFormatAnchor::SetAnchor(), SwFormat::SetFormatAttr(), SetObjDescription(), SetObjTitle(), SwFormatAnchor::SetPageNum(), SwFormatAnchor::SetType(), and SwFrameFormats::size().
Referenced by SwHandleAnchorNodeChg::ImplDestroy(), lcl_InsertDrawLabel(), lcl_InsertLabel(), SwDoc::MakeFlySection_(), MakeFrames(), and SwWW8ImplReader::MakeGrafNotInContent().
|
overridevirtual |
Reimplemented from SwFrameFormat.
Definition at line 7616 of file paintfrm.cxx.
References SwRect::AddHeight(), SwRect::AddWidth(), aMap, SwBorderAttrs::CalcBottomLine(), SwBorderAttrs::CalcRightLine(), SwViewShell::DLPostPaint2(), SwViewShell::DLPrePaint2(), SwFrame::FindPageFrame(), SwIterator< TElementType, TSource, eMode >::First(), SwBorderAttrAccess::Get(), VclPtr< class reference_type >::get(), SwFormat::GetAttrSet(), SwFrame::GetCache(), SwRootFrame::GetCurrShell(), SwPageFrame::GetDrawBackgroundColor(), OutputDevice::GetFont(), SwFrameAreaDefinition::getFrameArea(), IDocumentDrawModelAccess::GetHeavenId(), IDocumentDrawModelAccess::GetHellId(), SwViewShell::getIDocumentDrawModelAccess(), SfxItemSet::GetItemState(), OutputDevice::GetMapMode(), MapMode::GetMapUnit(), SwViewShell::GetOut(), vcl::Window::GetOutDev(), SwFrame::getRootFrame(), SwViewShell::GetViewOptions(), SwViewShell::GetWin(), SwViewOption::GetZoom(), gProp, SwViewShell::Imp(), SwFlyFrame::IsFlyInContentFrame(), SwFrame::IsRightToLeft(), SwRect::Left(), GDIMetaFile::Move(), SwViewShellImp::PaintLayer(), SwFlyFrame::PaintSwFrame(), pNoteURL, GDIMetaFile::Record(), RES_URL(), SetOutDevAndWin(), GDIMetaFile::SetPrefMapMode(), GDIMetaFile::SetPrefSize(), SwRect::SSize(), GDIMetaFile::Stop(), SwRect::SVRect(), SwCalcPixStatics(), and SwRect::Top().
Referenced by SwEditShell::GetIMapGraphic().
|
privatedelete |
References GetInfo.
|
inline |
Definition at line 256 of file frmfmt.hxx.
Referenced by SwFEShell::RequestObjectResize().
void SwFlyFrameFormat::SetObjDescription | ( | const OUString & | rDescription, |
bool | bBroadcast = false |
||
) |
Definition at line 3239 of file atrfrm.cxx.
References SwFrameFormat::FindSdrObject(), msDesc, and SdrObject::SetDescription().
Referenced by MakeFrames(), SwUndoFlyStrAttr::RedoImpl(), SwNoTextNode::SetDescription(), SwDoc::SetFlyFrameDescription(), and SwUndoFlyStrAttr::UndoImpl().
void SwFlyFrameFormat::SetObjTitle | ( | const OUString & | rTitle, |
bool | bBroadcast = false |
||
) |
Definition at line 3197 of file atrfrm.cxx.
References SwFrameFormat::FindSdrObject(), SdrObject::GetTitle(), msTitle, and SdrObject::SetTitle().
Referenced by MakeFrames(), SwUndoFlyStrAttr::RedoImpl(), SwDoc::SetFlyFrameTitle(), SwNoTextNode::SetTitle(), and SwUndoFlyStrAttr::UndoImpl().
void SwFlyFrameFormat::SetObjTooltip | ( | const OUString & | rTooltip | ) |
Definition at line 3229 of file atrfrm.cxx.
References msTooltip.
|
friend |
Definition at line 192 of file frmfmt.hxx.
|
private |
Both not existent.
it stores the previous position of Prt rectangle from RequestObjectResize so it can be used to move frames of non-resizable objects to align them correctly when they get borders (this is done in SwWrtShell::CalcAndGetScale)
Definition at line 202 of file frmfmt.hxx.
|
private |
Definition at line 203 of file frmfmt.hxx.
Referenced by GetOrCreateContact().
|
private |
Definition at line 194 of file frmfmt.hxx.
Referenced by GetObjDescription(), and SetObjDescription().
|
private |
Definition at line 193 of file frmfmt.hxx.
Referenced by GetObjTitle(), and SetObjTitle().
|
private |
A tooltip has priority over an SwFormatURL and is not persisted to files.
Definition at line 196 of file frmfmt.hxx.
Referenced by GetObjTooltip(), and SetObjTooltip().