Searched refs:SwContentType (Results 1 – 4 of 4) sorted by relevance
/trunk/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];
|
/trunk/main/sw/source/ui/utlui/ |
H A D | content.cxx | 211 SwContentType::SwContentType(SwWrtShell* pShell, sal_uInt16 nType, sal_uInt8 nLevel) : in SwContentType() function in SwContentType 472 SwContentType::~SwContentType() in ~SwContentType() 501 void SwContentType::Invalidate() in Invalidate() 1318 SwContentType* pType = (SwContentType*)pEntry->GetUserData(); in CreateContextMenu() 1355 const SwContentType* pParent; in GetTabPos() 1381 SwContentType* pCntType = (SwContentType*)pParent->GetUserData(); in RequestingChilds() 1464 SwContentType* pCntType = (SwContentType*)pParent->GetUserData(); in Expand() 1489 SwContentType* pCntType = (SwContentType*)pParent->GetUserData(); in Collapse() 1896 const SwContentType* pCntType; in ToggleToRoot() 2031 SwContentType* pTreeType = (SwContentType*)pEntry->GetUserData(); in HasContentChanged() [all …]
|
Completed in 26 milliseconds