Home
last modified time | relevance | path

Searched refs:ContentNodePtr (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/editeng/source/editeng/
H A Deditdoc.hxx153 typedef ContentNode* ContentNodePtr; typedef
283 typedef ContentNode* ContentNodePtr; typedef
284 SV_DECL_PTRARR( DummyContentList, ContentNodePtr, 0, 4 )
291 sal_uInt16 GetPos( const ContentNodePtr &rPtr ) const;
H A Deditdoc2.cxx373 sal_uInt16 ContentList::GetPos( const ContentNodePtr &rPtr ) const in GetPos()