Searched refs:nRootType (Results 1 – 9 of 9) sorted by relevance
129 nRootType ( SC_CONTENT_ROOT ), in ScContentTree()224 if ( nRootType && nRootType != nType ) // ausgeblendet ? in InitRoot()851 if ( nRootType && nRootType != SC_CONTENT_TABLE ) // ausgeblendet ? in GetTableNames()869 if ( nRootType && nRootType != SC_CONTENT_RANGENAME ) // ausgeblendet ? in GetAreaNames()915 if ( nRootType && nRootType != SC_CONTENT_DBAREA ) // ausgeblendet ? in GetDbNames()961 if ( nRootType && nRootType != nType ) // ausgeblendet ? in GetDrawNames()1051 if ( nRootType && nRootType != SC_CONTENT_AREALINK ) // ausgeblendet ? in GetLinkNames()1109 if ( nRootType && nRootType != SC_CONTENT_NOTE ) // ausgeblendet ? in GetNoteStrings()1567 if ( nNew != nRootType ) in SetRootType()1569 nRootType = nNew; in SetRootType()[all …]
32 sal_Int32 nRootType; //RootType member in SwNavigationConfig49 sal_Int32 GetRootType()const {return nRootType;} in GetRootType()51 if(nRootType != nSet) in SetRootType()54 nRootType = nSet; in SetRootType()
77 sal_uInt16 nRootType; member in SwContentTree156 sal_uInt16 GetRootType() const {return nRootType;} in GetRootType()
879 nRootType(USHRT_MAX), in SwContentTree()1108 if( !bIsRoot || nRootType != CONTENT_TYPE_OUTLINE ) in StartDrag()1592 if(nRootType == USHRT_MAX) in Display()1653 &aActiveContentArr[nRootType] : in Display()1654 &aHiddenContentArr[nRootType]; in Display()1903 nRootType = pCntType->GetType(); in ToggleToRoot()1910 nRootType = USHRT_MAX; in ToggleToRoot()1915 pConfig->SetRootType( nRootType ); in ToggleToRoot()1960 bOutline = nRootType == CONTENT_TYPE_OUTLINE; in HasContentChanged()3100 nRootType = nType; in SetRootType()[all …]
71 nRootType(0xffff), in SwNavigationConfig()92 case 0: pValues[nProp] >>= nRootType; break; in SwNavigationConfig()123 case 0: pValues[nProp] <<= nRootType; break; in Commit()
1526 sal_uInt16 nRootType = static_cast< sal_uInt16 >( pNaviConfig->GetRootType() ); in SwNavigationChild() local1527 if( nRootType < CONTENT_TYPE_MAX ) in SwNavigationChild()1529 pNavi->aContentTree.SetRootType(nRootType); in SwNavigationChild()
43 nRootType(0) in ScNavipiCfg()69 if ( nRootType != nNew ) in SetRootType()71 nRootType = nNew; in SetRootType()
39 sal_uInt16 nRootType; member in ScNavipiCfg49 sal_uInt16 GetRootType() const { return nRootType; } in GetRootType()
62 sal_uInt16 nRootType; // als Root eingestellt member in ScContentTree155 sal_uInt16 GetRootType() const { return nRootType; } in GetRootType()
Completed in 85 milliseconds