|
LibreOffice Module sw (master) 1
|
Public Member Functions | |
| SwShapeDescriptor_Impl (SwDoc const *const pDoc) | |
| SwFormatAnchor * | GetAnchor (bool bCreate=false) |
| SwFormatHoriOrient * | GetHOrient (bool bCreate=false) |
| SwFormatVertOrient * | GetVOrient (bool bCreate=false) |
| SwFormatSurround * | GetSurround (bool bCreate=false) |
| SvxLRSpaceItem * | GetLRSpace (bool bCreate=false) |
| SvxULSpaceItem * | GetULSpace (bool bCreate=false) |
| uno::Reference< text::XTextRange > & | GetTextRange () |
| bool | IsOpaque () const |
| const bool & | GetOpaque () const |
| void | RemoveHOrient () |
| void | RemoveVOrient () |
| void | RemoveAnchor () |
| void | RemoveSurround () |
| void | RemoveULSpace () |
| void | RemoveLRSpace () |
| void | SetOpaque (bool bSet) |
| SwFormatFollowTextFlow * | GetFollowTextFlow (bool _bCreate=false) |
| void | RemoveFollowTextFlow () |
| sal_Int16 | GetPositionLayoutDir () const |
| void | SetPositionLayoutDir (sal_Int16 _nPositionLayoutDir) |
| SwFormatWrapInfluenceOnObjPos * | GetWrapInfluenceOnObjPos (const bool _bCreate=false) |
| void | RemoveWrapInfluenceOnObjPos () |
Public Attributes | |
| bool | m_bInitializedPropertyNotifier |
Private Member Functions | |
| SwShapeDescriptor_Impl (const SwShapeDescriptor_Impl &)=delete | |
| SwShapeDescriptor_Impl & | operator= (const SwShapeDescriptor_Impl &)=delete |
Private Attributes | |
| bool | m_isInReading |
| std::unique_ptr< SwFormatHoriOrient > | m_pHOrient |
| std::unique_ptr< SwFormatVertOrient > | m_pVOrient |
| std::unique_ptr< SwFormatAnchor > | m_pAnchor |
| std::unique_ptr< SwFormatSurround > | m_pSurround |
| std::unique_ptr< SvxULSpaceItem > | m_pULSpace |
| std::unique_ptr< SvxLRSpaceItem > | m_pLRSpace |
| bool | m_bOpaque |
| uno::Reference< text::XTextRange > | m_xTextRange |
| std::unique_ptr< SwFormatFollowTextFlow > | m_pFollowTextFlow |
| std::unique_ptr< SwFormatWrapInfluenceOnObjPos > | m_pWrapInfluenceOnObjPos |
| sal_Int16 | mnPositionLayoutDir |
Definition at line 84 of file unodraw.cxx.
|
privatedelete |
|
inline |
Definition at line 109 of file unodraw.cxx.
References text().
|
inline |
Definition at line 124 of file unodraw.cxx.
References m_pAnchor.
Referenced by SwFmDrawPage::add(), and GetVOrient().
|
inline |
Definition at line 203 of file unodraw.cxx.
References m_pFollowTextFlow.
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 132 of file unodraw.cxx.
References m_pHOrient, and SwPostItHelper::NONE.
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 166 of file unodraw.cxx.
References m_pLRSpace, and RES_LR_SPACE().
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 190 of file unodraw.cxx.
References m_bOpaque.
|
inline |
Definition at line 217 of file unodraw.cxx.
References mnPositionLayoutDir.
|
inline |
Definition at line 158 of file unodraw.cxx.
References m_pSurround.
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 182 of file unodraw.cxx.
References m_xTextRange.
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 174 of file unodraw.cxx.
References m_pULSpace, and RES_UL_SPACE().
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 141 of file unodraw.cxx.
References GetAnchor(), m_isInReading, m_pAnchor, m_pVOrient, and SwPostItHelper::NONE.
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 239 of file unodraw.cxx.
References m_pWrapInfluenceOnObjPos.
Referenced by SwFmDrawPage::add().
|
inline |
Definition at line 186 of file unodraw.cxx.
References m_bOpaque.
Referenced by SwFmDrawPage::add().
|
privatedelete |
|
inline |
Definition at line 196 of file unodraw.cxx.
References m_pAnchor.
|
inline |
Definition at line 211 of file unodraw.cxx.
References m_pFollowTextFlow.
|
inline |
Definition at line 194 of file unodraw.cxx.
References m_pHOrient.
|
inline |
Definition at line 199 of file unodraw.cxx.
References m_pLRSpace.
|
inline |
Definition at line 197 of file unodraw.cxx.
References m_pSurround.
|
inline |
Definition at line 198 of file unodraw.cxx.
References m_pULSpace.
|
inline |
Definition at line 195 of file unodraw.cxx.
References m_pVOrient.
|
inline |
Definition at line 250 of file unodraw.cxx.
References m_pWrapInfluenceOnObjPos.
|
inline |
Definition at line 200 of file unodraw.cxx.
References m_bOpaque.
|
inline |
Definition at line 221 of file unodraw.cxx.
References mnPositionLayoutDir.
| bool SwShapeDescriptor_Impl::m_bInitializedPropertyNotifier |
Definition at line 106 of file unodraw.cxx.
|
private |
Definition at line 93 of file unodraw.cxx.
Referenced by GetOpaque(), IsOpaque(), and SetOpaque().
|
private |
Definition at line 86 of file unodraw.cxx.
Referenced by GetVOrient().
|
private |
Definition at line 89 of file unodraw.cxx.
Referenced by GetAnchor(), GetVOrient(), and RemoveAnchor().
|
private |
Definition at line 96 of file unodraw.cxx.
Referenced by GetFollowTextFlow(), and RemoveFollowTextFlow().
|
private |
Definition at line 87 of file unodraw.cxx.
Referenced by GetHOrient(), and RemoveHOrient().
|
private |
Definition at line 92 of file unodraw.cxx.
Referenced by GetLRSpace(), and RemoveLRSpace().
|
private |
Definition at line 90 of file unodraw.cxx.
Referenced by GetSurround(), and RemoveSurround().
|
private |
Definition at line 91 of file unodraw.cxx.
Referenced by GetULSpace(), and RemoveULSpace().
|
private |
Definition at line 88 of file unodraw.cxx.
Referenced by GetVOrient(), and RemoveVOrient().
|
private |
Definition at line 98 of file unodraw.cxx.
Referenced by GetWrapInfluenceOnObjPos(), and RemoveWrapInfluenceOnObjPos().
|
private |
Definition at line 94 of file unodraw.cxx.
Referenced by GetTextRange().
|
private |
Definition at line 100 of file unodraw.cxx.
Referenced by GetPositionLayoutDir(), and SetPositionLayoutDir().