Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Deditdoc.hxx611 typedef ParaPortion* ParaPortionPtr; typedef
612 SV_DECL_PTRARR( DummyParaPortionList, ParaPortionPtr, 0, 4 )
631 sal_uInt16 GetPos( const ParaPortionPtr &rPtr ) const;
H A Deditdoc2.cxx366 sal_uInt16 ParaPortionList::GetPos( const ParaPortionPtr &rPtr ) const in GetPos()