Lines Matching refs:nSet
50 void SetRootType(sal_Int32 nSet){ in SetRootType() argument
51 if(nRootType != nSet) in SetRootType()
54 nRootType = nSet; in SetRootType()
59 void SetSelectedPos(sal_Int32 nSet){ in SetSelectedPos() argument
60 if(nSelectedPos != nSet) in SetSelectedPos()
63 nSelectedPos = nSet; in SetSelectedPos()
69 void SetOutlineLevel(sal_Int32 nSet){ in SetOutlineLevel() argument
70 if(nOutlineLevel != nSet) in SetOutlineLevel()
73 nOutlineLevel = nSet; in SetOutlineLevel()
78 void SetRegionMode(sal_Int32 nSet){ in SetRegionMode() argument
79 if(nRegionMode != nSet) in SetRegionMode()
82 nRegionMode = nSet; in SetRegionMode()
88 void SetActiveBlock(sal_Int32 nSet){ in SetActiveBlock() argument
89 if(nActiveBlock != nSet) in SetActiveBlock()
92 nActiveBlock = nSet; in SetActiveBlock()