LibreOffice Module sw (master) 1
|
class for the positioning of drawing objects More...
#include <anchoreddrawobject.hxx>
Public Member Functions | |
SwAnchoredDrawObject () | |
virtual | ~SwAnchoredDrawObject () override |
virtual void | MakeObjPos () override |
method to determine position for the object and set the position at the object More... | |
virtual void | InvalidateObjPos () override |
method to invalidate position of the anchored object More... | |
virtual void | RegisterAtPage (SwPageFrame &) override |
bool | IsValidPos () const |
virtual SwFrameFormat & | GetFrameFormat () override |
virtual const SwFrameFormat & | GetFrameFormat () const override |
virtual SwRect | GetObjRect () const override |
std::optional< tools::Rectangle > const & | GetLastObjRect () const |
void | SetLastObjRect (const tools::Rectangle &_rNewObjRect) |
void | AdjustPositioningAttr (const SwFrame *_pNewAnchorFrame, const SwRect *_pNewObjRect=nullptr) |
adjust positioning and alignment attributes for new anchor frame More... | |
virtual void | NotifyBackground (SwPageFrame *_pPageFrame, const SwRect &_rRect, PrepareHint _eHint) override |
method to notify background of drawing object More... | |
bool | NotYetPositioned () const |
virtual void | UpdateLayoutDir () override |
method update layout direction the layout direction, the anchored object is assigned to More... | |
bool | IsOutsidePage () const |
void | ValidateThis () |
virtual const char * | getElementName () const override |
The element name to show in the XML dump. More... | |
Public Member Functions inherited from SwAnchoredObject | |
virtual | ~SwAnchoredObject () |
void | SetDrawObj (SdrObject &_rDrawObj) |
const SdrObject * | GetDrawObj () const |
SdrObject * | DrawObj () |
void | ClearDrawObj () |
const SwFrame * | GetAnchorFrame () const |
SwFrame * | AnchorFrame () |
void | ChgAnchorFrame (SwFrame *_pNewAnchorFrame) |
SwFrame * | GetAnchorFrameContainingAnchPos () |
determine anchor frame containing the anchor position More... | |
SwPageFrame * | GetPageFrame () |
const SwPageFrame * | GetPageFrame () const |
void | SetPageFrame (SwPageFrame *_pNewPageFrame) |
SwPageFrame * | FindPageFrameOfAnchor () |
method to determine the page frame, on which the 'anchor' of the given anchored object is. More... | |
SwTextFrame * | FindAnchorCharFrame () |
get frame, which contains the anchor character, if the object is anchored at-character or as-character. More... | |
const SwLayoutFrame * | GetVertPosOrientFrame () const |
void | ClearVertPosOrientFrame () |
void | CheckCharRectAndTopOfLine (const bool _bCheckForParaPorInf) |
check anchor character rectangle and top of line More... | |
const SwRect & | GetLastCharRect () const |
SwTwips | GetRelCharX (const SwFrame *pFrame) const |
SwTwips | GetRelCharY (const SwFrame *pFrame) const |
void | AddLastCharY (tools::Long nDiff) |
void | ResetLastCharRectHeight () |
SwTwips | GetLastTopOfLine () const |
void | AddLastTopOfLineY (SwTwips _nDiff) |
void | ClearCharRectAndTopOfLine () |
reset members <maLastCharRect> and <mnLastTopOfLine> More... | |
virtual void | MakeObjPos ()=0 |
method to determine position for the object and set the position at the object More... | |
bool | IsPositioningInProgress () const |
is positioning of anchored object in progress More... | |
bool | InvalidationOfPosAllowed () const |
method to determine, if invalidation of position is allowed More... | |
virtual void | InvalidateObjPos ()=0 |
method to invalidate position of the anchored object More... | |
virtual void | RegisterAtPage (SwPageFrame &)=0 |
void | InvalidateObjPosForConsiderWrapInfluence () |
method to perform necessary invalidations for the positioning of objects, for whose the wrapping style influence has to be considered on the object positioning. More... | |
virtual void | NotifyBackground (SwPageFrame *_pPageFrame, const SwRect &_rRect, PrepareHint _eHint)=0 |
method to trigger notification of 'background' More... | |
const Point & | GetCurrRelPos () const |
void | SetCurrRelPos (Point _aRelPos) |
virtual SwFrameFormat & | GetFrameFormat ()=0 |
virtual const SwFrameFormat & | GetFrameFormat () const =0 |
virtual SwRect | GetObjRect () const =0 |
void | SetObjTop (const SwTwips _nTop) |
void | SetObjLeft (const SwTwips _nLeft) |
virtual void | UpdateLayoutDir () |
method update layout direction the layout direction, the anchored object is assigned to More... | |
const SwRect & | GetObjRectWithSpaces () const |
method to determine object area inclusive its spacing More... | |
void | InvalidateObjRectWithSpaces () const |
bool | ConsiderObjWrapInfluenceOnObjPos () const |
method to determine, if wrapping style influence of the anchored object has to be considered on the object positioning More... | |
bool | ConsiderForTextWrap () const |
void | SetConsiderForTextWrap (const bool _bConsiderForTextWrap) |
bool | PositionLocked () const |
void | LockPosition () |
void | UnlockPosition () |
void | SetKeepPosLocked (const bool _bKeepPosLocked) |
bool | RestartLayoutProcess () const |
void | SetRestartLayoutProcess (const bool _bRestartLayoutProcess) |
bool | ClearedEnvironment () const |
void | SetClearedEnvironment (const bool _bClearedEnvironment) |
void | ResetLayoutProcessBools () |
bool | HasClearedEnvironment () const |
method to determine, if due to anchored object size and wrapping style, its layout environment is cleared. More... | |
void | UpdateObjInSortedList () |
method to update anchored object in the <SwSortedObjs> lists More... | |
virtual bool | IsFormatPossible () const |
method to determine, if a format on the anchored object is possible More... | |
void | SetTmpConsiderWrapInfluence (const bool _bTmpConsiderWrapInfluence) |
bool | IsTmpConsiderWrapInfluence () const |
void | ClearTmpConsiderWrapInfluence () |
bool | IsForceNotifyNewBackground () |
void | SetForceNotifyNewBackground (bool const b) |
bool | OverlapsPrevColumn () const |
method to determine, if the anchored object is overlapping with a previous column More... | |
Point | GetRelPosToAnchorFrame () const |
method to determine position of anchored object relative to anchor frame More... | |
Point | GetRelPosToPageFrame (const bool _bFollowTextFlow, bool &_obRelToTableCell) const |
method to determine position of anchored object relative to page frame More... | |
Point | GetRelPosToChar () const |
method to determine position of anchored object relative to anchor character More... | |
Point | GetRelPosToLine () const |
method to determine position of anchored object relative to top of line More... | |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter=nullptr) const |
Dump a bunch of useful data to an XML representation to ease layout understanding, debugging and testing. More... | |
virtual const char * | getElementName () const |
The element name to show in the XML dump. More... | |
virtual const SwFlyFrame * | DynCastFlyFrame () const |
virtual SwFlyFrame * | DynCastFlyFrame () |
Private Member Functions | |
void | MakeObjPosAnchoredAtPara () |
method for the intrinsic positioning of an at-paragraph|at-character anchored drawing object More... | |
void | MakeObjPosAnchoredAtLayout () |
method for the intrinsic positioning of an at-page|at-frame anchored drawing object More... | |
void | SetPositioningAttr () |
method to set positioning attributes (not for as-character anchored) More... | |
void | SetDrawObjAnchor () |
method to set internal anchor position of <SdrObject> instance of the drawing object More... | |
void | InvalidatePage_ (SwPageFrame *_pPageFrame) |
method to invalidate the given page frame More... | |
virtual void | ObjectAttachedToAnchorFrame () override |
method to indicate, that anchored object is attached to an anchor frame More... | |
virtual void | RegisterAtCorrectPage () override |
method to assure that anchored object is registered at the correct page frame More... | |
virtual bool | SetObjTop_ (const SwTwips _nTop) override |
virtual bool | SetObjLeft_ (const SwTwips _nLeft) override |
virtual SwRect | GetObjBoundRect () const override |
Private Attributes | |
bool | mbValidPos |
std::optional< tools::Rectangle > | maLastObjRect |
bool | mbNotYetAttachedToAnchorFrame |
bool | mbNotYetPositioned |
bool | mbCaptureAfterLayoutDirChange |
Additional Inherited Members | |
Static Public Member Functions inherited from SwAnchoredObject | |
static bool | IsDraggingOffPageAllowed (const SwFrameFormat *) |
method to determine if dragging objects off page is allowed More... | |
Protected Member Functions inherited from SwAnchoredObject | |
SwAnchoredObject () | |
void | SetVertPosOrientFrame (const SwLayoutFrame &_rVertPosOrientFrame) |
virtual void | RegisterAtCorrectPage ()=0 |
method to assure that anchored object is registered at the correct page frame More... | |
virtual void | ObjectAttachedToAnchorFrame () |
method to indicate, that anchored object is attached to an anchor frame More... | |
bool | ConsiderObjWrapInfluenceOfOtherObjs () const |
method to determine, if other anchored objects, also attached at to the anchor frame, have to consider its wrap influence. More... | |
void | SetTmpConsiderWrapInfluenceOfOtherObjs () |
method to apply temporary consideration of wrapping style influence to the anchored objects, which are anchored at the same anchor frame More... | |
virtual bool | SetObjTop_ (const SwTwips _nTop)=0 |
virtual bool | SetObjLeft_ (const SwTwips _nLeft)=0 |
virtual SwRect | GetObjBoundRect () const =0 |
class for the positioning of drawing objects
Definition at line 28 of file anchoreddrawobject.hxx.
SwAnchoredDrawObject::SwAnchoredDrawObject | ( | ) |
Definition at line 200 of file anchoreddrawobject.cxx.
|
overridevirtual |
Definition at line 210 of file anchoreddrawobject.cxx.
void SwAnchoredDrawObject::AdjustPositioningAttr | ( | const SwFrame * | _pNewAnchorFrame, |
const SwRect * | _pNewObjRect = nullptr |
||
) |
adjust positioning and alignment attributes for new anchor frame
Set horizontal and vertical position/alignment to manual position relative to anchor frame area using the anchor position of the new anchor frame and the current absolute drawing object position. Note: For correct Undo/Redo method should only be called inside a Undo-/Redo-action.
<_pNewAnchorFrame> | input parameter - new anchor frame for the anchored object. |
<_pNewObjRect> | optional input parameter - proposed new object rectangle. If not provided the current object rectangle is taken. |
#i33313# - add second optional parameter <_pNewObjRect>
Definition at line 782 of file anchoreddrawobject.cxx.
References SwFormat::GetDoc(), SwAnchoredObject::GetDrawObj(), SwFrame::GetFrameAnchorPos(), GetFrameFormat(), GetObjRect(), HasWrap(), SwFrame::IsRightToLeft(), SwFrame::IsVertical(), SwRect::Left(), SwPostItHelper::NONE, SfxItemSet::Put(), SwRect::Right(), SwDoc::SetAttr(), SwRect::Top(), Point::X(), and Point::Y().
|
inlineoverridevirtual |
The element name to show in the XML dump.
Reimplemented from SwAnchoredObject.
Definition at line 164 of file anchoreddrawobject.hxx.
|
overridevirtual |
Implements SwAnchoredObject.
Definition at line 623 of file anchoreddrawobject.cxx.
References SwAnchoredObject::GetDrawObj(), GetFormat(), and GetUserCall().
|
overridevirtual |
Implements SwAnchoredObject.
Definition at line 618 of file anchoreddrawobject.cxx.
References SwAnchoredObject::GetDrawObj(), GetFormat(), and GetUserCall().
Referenced by AdjustPositioningAttr(), SwDrawContact::Changed_(), InvalidateObjPos(), InvalidatePage_(), MakeObjPos(), MakeObjPosAnchoredAtPara(), SetDrawObjAnchor(), SetPositioningAttr(), and UpdateLayoutDir().
|
inline |
Definition at line 124 of file anchoreddrawobject.hxx.
References maLastObjRect.
Referenced by SwDrawContact::Changed_().
|
overrideprivatevirtual |
Implements SwAnchoredObject.
Definition at line 657 of file anchoreddrawobject.cxx.
References FindFrameFormat(), SwFrame::GetBottomMargin(), SwPageFrame::GetBoundRect(), SdrObject::GetCurrentBoundRect(), SwFormat::GetDoc(), SwAnchoredObject::GetDrawObj(), SwPageFrame::GetFooterFrame(), SwLayoutFrame::GetFormat(), SwFrameAreaDefinition::getFramePrintArea(), SwPageFrame::GetHeaderFrame(), tools::Rectangle::GetHeight(), SwDoc::getIDocumentState(), SwFrame::GetLeftMargin(), SwAnchoredObject::GetPageFrame(), SwFrame::GetPaintArea(), SdrObject::GetRelativeHeight(), SdrObject::GetRelativeHeightRelation(), SdrObject::GetRelativeWidth(), SwFrame::GetRightMargin(), SwFrame::GetTopMargin(), tools::Rectangle::GetWidth(), SwRect::Height(), SdrObjCustomShape::IsAutoGrowHeight(), IDocumentState::IsEnableSetModified(), SwTextBoxHelper::isTextBox(), MID_FRMSIZE_SIZE, Mirror, pObject, RES_DRAWFRMFMT(), RES_FRM_SIZE(), IDocumentState::SetEnableSetModified(), SwRect::SVRect(), SwTextBoxHelper::syncProperty(), and tools::Rectangle::TopLeft().
|
overridevirtual |
Implements SwAnchoredObject.
Definition at line 629 of file anchoreddrawobject.cxx.
References SwAnchoredObject::GetDrawObj().
Referenced by AdjustPositioningAttr(), objectpositioning::SwAsCharAnchoredObjectPosition::CalcPosition(), IsOutsidePage(), MakeObjPos(), MakeObjPosAnchoredAtPara(), SetObjLeft_(), SetObjTop_(), and SetPositioningAttr().
|
overridevirtual |
method to invalidate position of the anchored object
Implements SwAnchoredObject.
Definition at line 566 of file anchoreddrawobject.cxx.
References SwAnchoredObject::AnchorFrame(), SwTextFrame::CalcFlyPos(), COMPLETE_STRING, SwFrame::FindPageFrame(), SwAnchoredObject::FindPageFrameOfAnchor(), FlyFrameAttributesChanged, SwAnchoredObject::GetAnchorFrame(), GetFrameFormat(), SwAnchoredObject::GetPageFrame(), SwAnchoredObject::InvalidateObjRectWithSpaces(), InvalidatePage_(), SwAnchoredObject::InvalidationOfPosAllowed(), mbValidPos, and SwFrame::Prepare().
|
private |
method to invalidate the given page frame
#i28701#
Definition at line 536 of file anchoreddrawobject.cxx.
References SwRootFrame::DisallowTurbo(), SwFormat::GetDoc(), SwLayoutFrame::GetFormat(), GetFrameFormat(), SwRootFrame::GetTurbo(), SwFrame::GetUpper(), SwPageFrame::InvalidateFlyInCnt(), SwPageFrame::InvalidateFlyLayout(), SwFrame::InvalidatePage(), SwDoc::IsInDtor(), SwRootFrame::ResetTurbo(), and SwRootFrame::SetIdleFlags().
Referenced by InvalidateObjPos().
bool SwAnchoredDrawObject::IsOutsidePage | ( | ) | const |
Definition at line 231 of file anchoreddrawobject.cxx.
References GetObjRect(), SwAnchoredObject::GetPageFrame(), SwRect::Intersection(), and NotYetPositioned().
Referenced by docfunc::AllDrawObjsOnPage(), and UpdateLayoutDir().
|
inline |
Definition at line 112 of file anchoreddrawobject.hxx.
References mbValidPos.
|
overridevirtual |
method to determine position for the object and set the position at the object
Implements SwAnchoredObject.
Definition at line 245 of file anchoreddrawobject.cxx.
References SwDrawContact::ChkPage(), SwAnchoredObject::DrawObj(), SwAnchoredObject::GetAnchorFrame(), SwContact::GetAnchorId(), SwAnchoredObject::GetDrawObj(), GetFrameFormat(), GetObjRect(), SwAnchoredObject::GetPageFrame(), GetUserCall(), SwAnchoredObject::IsPositioningInProgress(), SwRect::Left(), MakeObjPosAnchoredAtLayout(), MakeObjPosAnchoredAtPara(), mbCaptureAfterLayoutDirChange, mbNotYetAttachedToAnchorFrame, mbNotYetPositioned, mbValidPos, SdrObject::Move(), SwContact::MoveObjToVisibleLayer(), SwContact::ObjAnchoredAsChar(), SwRect::Right(), SetLastObjRect(), and SetPositioningAttr().
|
private |
method for the intrinsic positioning of an at-page|at-frame anchored drawing object
helper method for method <MakeObjPos>
#i32795# - helper method for method <MakeObjPos>
Definition at line 471 of file anchoreddrawobject.cxx.
References objectpositioning::SwToLayoutAnchoredObjectPosition::CalcPosition(), SwAnchoredObject::DrawObj(), SwAnchoredObject::GetAnchorFrame(), SwAnchoredObject::GetCurrRelPos(), SwAnchoredObject::GetDrawObj(), SwFrame::GetFrameAnchorPos(), SwFrameAreaDefinition::getFrameArea(), SwRectFnSet::GetPos(), objectpositioning::SwToLayoutAnchoredObjectPosition::GetRelPos(), HasWrap(), SwAnchoredObject::InvalidateObjRectWithSpaces(), mbValidPos, SdrObject::SetAnchorPos(), SwAnchoredObject::SetCurrRelPos(), SwAnchoredObject::SetObjLeft(), SwAnchoredObject::SetObjTop(), X, Point::X(), Y, and Point::Y().
Referenced by MakeObjPos().
|
private |
method for the intrinsic positioning of an at-paragraph|at-character anchored drawing object
helper method for method <MakeObjPos>
#i32795# - helper method for method <MakeObjPos>
Definition at line 377 of file anchoreddrawobject.cxx.
References ADD_VERTICAL_FLY_OFFSETS, SwFrame::Calc(), objectpositioning::SwToContentAnchoredObjectPosition::CalcPosition(), SwAnchoredObject::ConsiderObjWrapInfluenceOfOtherObjs(), SwAnchoredObject::ConsiderObjWrapInfluenceOnObjPos(), SwAnchoredObject::DrawObj(), IDocumentSettingAccess::get(), SwAnchoredObject::GetAnchorFrameContainingAnchPos(), GetFrameFormat(), SwFormat::getIDocumentSettingAccess(), GetObjRect(), objectpositioning::SwToContentAnchoredObjectPosition::GetVertPosOrientFrame(), mbValidPos, SwAnchoredObject::OverlapsPrevColumn(), Pos, SetDrawObjAnchor(), SwAnchoredObject::SetRestartLayoutProcess(), SwAnchoredObject::SetTmpConsiderWrapInfluence(), and SwAnchoredObject::SetVertPosOrientFrame().
Referenced by MakeObjPos().
|
overridevirtual |
method to notify background of drawing object
Implements SwAnchoredObject.
Definition at line 912 of file anchoreddrawobject.cxx.
References SwAnchoredObject::GetDrawObj(), and Notify_Background().
|
inline |
Definition at line 150 of file anchoreddrawobject.hxx.
References mbNotYetPositioned.
Referenced by docfunc::AllDrawObjsOnPage(), SwDrawContact::Changed_(), SwDoc::GroupSelection(), IsOutsidePage(), and UpdateLayoutDir().
|
overrideprivatevirtual |
method to indicate, that anchored object is attached to an anchor frame
Reimplemented from SwAnchoredObject.
Definition at line 823 of file anchoreddrawobject.cxx.
References mbNotYetAttachedToAnchorFrame, and SwAnchoredObject::ObjectAttachedToAnchorFrame().
|
overrideprivatevirtual |
method to assure that anchored object is registered at the correct page frame
#i28701#
Implements SwAnchoredObject.
Definition at line 924 of file anchoreddrawobject.cxx.
References SwFrame::FindPageFrame(), SwAnchoredObject::GetPageFrame(), SwAnchoredObject::GetVertPosOrientFrame(), and RegisterAtPage().
|
overridevirtual |
Implements SwAnchoredObject.
Definition at line 937 of file anchoreddrawobject.cxx.
References SwPageFrame::AppendDrawObjToPage(), SwAnchoredObject::GetPageFrame(), and SwPageFrame::RemoveDrawObjFromPage().
Referenced by SwDrawContact::ChkPage(), and RegisterAtCorrectPage().
|
private |
method to set internal anchor position of <SdrObject> instance of the drawing object
For drawing objects the internal anchor position of the <SdrObject> instance has to be set. Note: This adjustment is not be done for as-character anchored drawing object - the positioning code takes care of this. #i31698# - API for drawing objects in Writer has been adjusted. Thus, this method will only set the internal anchor position of the <SdrObject> instance to the anchor position given by its anchor frame.
Definition at line 504 of file anchoreddrawobject.cxx.
References SwTextBoxHelper::changeAnchor(), SwAnchoredObject::DrawObj(), SwAnchoredObject::GetAnchorFrame(), SdrObject::GetAnchorPos(), SwAnchoredObject::GetDrawObj(), SwFrame::GetFrameAnchorPos(), GetFrameFormat(), Point::getX(), Point::getY(), HasWrap(), SwAnchoredObject::InvalidateObjRectWithSpaces(), SwTextBoxHelper::isTextBox(), SdrObject::Move(), RES_DRAWFRMFMT(), and SdrObject::SetAnchorPos().
Referenced by MakeObjPosAnchoredAtPara().
void SwAnchoredDrawObject::SetLastObjRect | ( | const tools::Rectangle & | _rNewObjRect | ) |
Definition at line 818 of file anchoreddrawobject.cxx.
References maLastObjRect.
Referenced by objectpositioning::SwAsCharAnchoredObjectPosition::CalcPosition(), and MakeObjPos().
|
overrideprivatevirtual |
Implements SwAnchoredObject.
Definition at line 770 of file anchoreddrawobject.cxx.
References SwAnchoredObject::DrawObj(), GetObjRect(), SwRect::Left(), and SdrObject::Move().
|
overrideprivatevirtual |
Implements SwAnchoredObject.
Definition at line 763 of file anchoreddrawobject.cxx.
References SwAnchoredObject::DrawObj(), GetObjRect(), SdrObject::Move(), and SwRect::Top().
|
private |
method to set positioning attributes (not for as-character anchored)
method to set positioning attributes
During load the positioning attributes aren't set. Thus, the positioning attributes are set by the current object geometry. This method is also used for the conversion for drawing objects (not anchored as-character) imported from OpenOffice.org file format once and directly before the first positioning.
#i35798# During load the positioning attributes aren't set. Thus, the positioning attributes are set by the current object geometry. This method is also used for the conversion for drawing objects (not anchored as-character) imported from OpenOffice.org file format once and directly before the first positioning.
Definition at line 843 of file anchoreddrawobject.cxx.
References SwAnchoredObject::GetDrawObj(), GetFrameFormat(), SwFrameFormat::GetLayoutDir(), GetObjRect(), SwFormatVertOrient::GetPos(), SwFormatHoriOrient::GetPos(), GetUserCall(), SwFrameFormat::HORI_L2R, SwFrameFormat::HORI_R2L, SwAnchoredObject::InvalidateObjRectWithSpaces(), SwRect::Left(), SwContact::ObjAnchoredAsChar(), SwFormat::SetFormatAttr(), SwFormatVertOrient::SetPos(), SwFormatHoriOrient::SetPos(), SwFrameFormat::SetPositionLayoutDir(), SwRect::Top(), SwFrameFormat::VERT_R2L, and SwRect::Width().
Referenced by MakeObjPos().
|
overridevirtual |
method update layout direction the layout direction, the anchored object is assigned to
method update layout direction the layout direction, the anchored object is in
method has typically to be called, if the anchored object gets its anchor frame assigned and if the anchor frame changes its layout direction
#i31698# method has typically to be called, if the anchored object gets its anchor frame assigned.
Reimplemented from SwAnchoredObject.
Definition at line 215 of file anchoreddrawobject.cxx.
References DO_NOT_CAPTURE_DRAW_OBJS_ON_PAGE, sw::proofreadingiterator::get(), GetFrameFormat(), IsOutsidePage(), mbCaptureAfterLayoutDirChange, NotYetPositioned(), and SwAnchoredObject::UpdateLayoutDir().
|
inline |
Definition at line 161 of file anchoreddrawobject.hxx.
References mbValidPos.
|
private |
Definition at line 36 of file anchoreddrawobject.hxx.
Referenced by GetLastObjRect(), and SetLastObjRect().
|
private |
Definition at line 52 of file anchoreddrawobject.hxx.
Referenced by MakeObjPos(), and UpdateLayoutDir().
|
private |
Definition at line 41 of file anchoreddrawobject.hxx.
Referenced by MakeObjPos(), and ObjectAttachedToAnchorFrame().
|
private |
Definition at line 46 of file anchoreddrawobject.hxx.
Referenced by MakeObjPos(), and NotYetPositioned().
|
private |
Definition at line 33 of file anchoreddrawobject.hxx.
Referenced by InvalidateObjPos(), IsValidPos(), MakeObjPos(), MakeObjPosAnchoredAtLayout(), MakeObjPosAnchoredAtPara(), and ValidateThis().