Home
last modified time | relevance | path

Searched refs:nRootType (Results 1 – 9 of 9) sorted by path

/trunk/main/sc/inc/
H A Dnavicfg.hxx39 sal_uInt16 nRootType; member in ScNavipiCfg
49 sal_uInt16 GetRootType() const { return nRootType; } in GetRootType()
/trunk/main/sc/source/core/tool/
H A Dnavicfg.cxx43 nRootType(0) in ScNavipiCfg()
69 if ( nRootType != nNew ) in SetRootType()
71 nRootType = nNew; in SetRootType()
/trunk/main/sc/source/ui/inc/
H A Dcontent.hxx62 sal_uInt16 nRootType; // als Root eingestellt member in ScContentTree
155 sal_uInt16 GetRootType() const { return nRootType; } in GetRootType()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx129 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 …]
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx77 sal_uInt16 nRootType; member in SwContentTree
156 sal_uInt16 GetRootType() const {return nRootType;} in GetRootType()
H A Dnavicfg.hxx32 sal_Int32 nRootType; //RootType member in SwNavigationConfig
49 sal_Int32 GetRootType()const {return nRootType;} in GetRootType()
51 if(nRootType != nSet) in SetRootType()
54 nRootType = nSet; in SetRootType()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx879 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 …]
H A Dnavicfg.cxx71 nRootType(0xffff), in SwNavigationConfig()
92 case 0: pValues[nProp] >>= nRootType; break; in SwNavigationConfig()
123 case 0: pValues[nProp] <<= nRootType; break; in Commit()
H A Dnavipi.cxx1526 sal_uInt16 nRootType = static_cast< sal_uInt16 >( pNaviConfig->GetRootType() ); in SwNavigationChild() local
1527 if( nRootType < CONTENT_TYPE_MAX ) in SwNavigationChild()
1529 pNavi->aContentTree.SetRootType(nRootType); in SwNavigationChild()

Completed in 53 milliseconds