Searched refs:SwContentType (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | content.hxx | 34 class SwContentType; 66 SwOutlineContent( const SwContentType* pCnt, in SwOutlineContent() 87 SwRegionContent( const SwContentType* pCnt, in SwRegionContent() 103 SwURLFieldContent( const SwContentType* pCnt, in SwURLFieldContent() 123 SwPostItContent( const SwContentType* pCnt, in SwPostItContent() 129 SwPostItContent( const SwContentType* pCnt, in SwPostItContent() 148 … SwGraphicContent(const SwContentType* pCnt, const String& rName, const String& rLink, long nYPos) in SwGraphicContent() 161 …SwTOXBaseContent(const SwContentType* pCnt, const String& rName, long nYPos, const SwTOXBase& rBas… in SwTOXBaseContent() 177 class SwContentType : public SwTypeNumber class 195 SwContentType(SwWrtShell* pParent, sal_uInt16 nType, sal_uInt8 nLevel ); [all …]
|
| H A D | swcont.hxx | 29 class SwContentType; 80 const SwContentType* pParent; 85 SwContent(const SwContentType* pCnt, const String& rName, long nYPos ); 88 const SwContentType* GetParent() const {return pParent;} in GetParent()
|
| H A D | conttree.hxx | 30 class SwContentType; 58 SwContentType* aActiveContentArr[CONTENT_TYPE_MAX]; 59 SwContentType* aHiddenContentArr[CONTENT_TYPE_MAX];
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | content.cxx | 168 SwContent::SwContent(const SwContentType* pCnt, const String& rName, long nYPos) : in SwContent() 217 SwContentType::SwContentType(SwWrtShell* pShell, sal_uInt16 nType, sal_uInt8 nLevel) : in SwContentType() function in SwContentType 239 void SwContentType::Init(sal_Bool* pbInvalidateWindow) in Init() 478 SwContentType::~SwContentType() in ~SwContentType() 488 const SwContent* SwContentType::GetMember(sal_uInt16 nIndex) in GetMember() 507 void SwContentType::Invalidate() in Invalidate() 517 void SwContentType::FillMemberList(sal_Bool* pbLevelOrVisibiblityChanged) in FillMemberList() 1243 const SwContentType* pContType = ((SwContent*)pEntry->GetUserData())->GetParent(); in CreateContextMenu() 1324 SwContentType* pType = (SwContentType*)pEntry->GetUserData(); in CreateContextMenu() 1361 const SwContentType* pParent; in GetTabPos() [all …]
|