Lines Matching refs:pRootNodes
140 pRootNodes[0] = NULL; in ScContentTree()
226 pRootNodes[nType] = NULL; in InitRoot()
240 pRootNodes[nType] = pNew; in InitRoot()
264 SvLBoxEntry* pParent = pRootNodes[nType]; in ClearType()
282 SvLBoxEntry* pParent = pRootNodes[nType]; in InsertContent()
303 if( pEntry == pRootNodes[ nRoot ] ) in GetEntryIndexes()
309 else if( pParent && (pParent == pRootNodes[ nRoot ]) ) in GetEntryIndexes()
517 SvLBoxEntry* pParent = pRootNodes[nType]; in KeyInput()
701 else if ( pParent == pRootNodes[SC_CONTENT_NOTE] ) in RequestHelp()
706 else if ( pParent == pRootNodes[SC_CONTENT_AREALINK] ) in RequestHelp()
781 SvLBoxEntry* pParent = pRootNodes[nType]; in ObjectFresh()
998 SvLBoxEntry* pParent = pRootNodes[nType]; in GetDrawNames()
1160 SvLBoxEntry* pParent = pRootNodes[SC_CONTENT_NOTE]; in NoteStringsChanged()
1202 SvLBoxEntry* pParent = pRootNodes[nType]; in DrawNamesChanged()
1588 if ( pEntry == pRootNodes[i] || pParent == pRootNodes[i] ) in ToggleRoot()
1703 if( pRootNodes[ nEntry ] ) in ApplySettings()
1707 if( bExp != IsExpanded( pRootNodes[ nEntry ] ) ) in ApplySettings()
1710 Expand( pRootNodes[ nEntry ] ); in ApplySettings()
1712 Collapse( pRootNodes[ nEntry ] ); in ApplySettings()
1720 pEntry = GetEntry( pRootNodes[ nEntry ], nChildSel ); in ApplySettings()
1721 Select( pEntry ? pEntry : pRootNodes[ nEntry ] ); in ApplySettings()
1735 sal_Bool bExp = pRootNodes[ nEntry ] && IsExpanded( pRootNodes[ nEntry ] ); in StoreSettings()