Searched refs:nOutlinePos (Results 1 – 3 of 3) sorted by relevance
62 sal_uInt16 nOutlinePos; member in SwOutlineContent73 nOutlinePos(nArrPos), nOutlineLevel(nLevel), bIsMoveable(bMove) {} in SwOutlineContent()75 sal_uInt16 GetPos(){return nOutlinePos;} in GetPos()
960 sal_uInt16 nOutlinePos = pSh->GetOutlinePos(MAXLEVEL); in SetWrtShell() local962 if(nOutlinePos != USHRT_MAX) in SetWrtShell()964 …Tmp = static_cast<sal_uInt16>(pSh->getIDocumentOutlineNodesAccess()->getOutlineLevel(nOutlinePos)); in SetWrtShell()
1975 sal_uInt16 nOutlinePos = pSh->GetOutlinePos(MAXLEVEL); in HasContentChanged() local1976 bRepaint |= nOutlinePos != USHRT_MAX && in HasContentChanged()1977 … pSh->getIDocumentOutlineNodesAccess()->getOutlineLevel(nOutlinePos) != nSelLevel; in HasContentChanged()
Completed in 37 milliseconds