Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/main/sw/source/ui/inc/
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()
H A Dconttree.hxx77 sal_uInt16 nRootType; member in SwContentTree
156 sal_uInt16 GetRootType() const {return nRootType;} in GetRootType()
/aoo41x/main/sc/source/core/tool/
H A Dnavicfg.cxx43 nRootType(0) in ScNavipiCfg()
69 if ( nRootType != nNew ) in SetRootType()
71 nRootType = nNew; in SetRootType()
/aoo41x/main/sw/source/ui/utlui/
H A Dcontent.cxx885 nRootType(USHRT_MAX), in SwContentTree()
1114 if( !bIsRoot || nRootType != CONTENT_TYPE_OUTLINE ) in StartDrag()
1598 if(nRootType == USHRT_MAX) in Display()
1659 &aActiveContentArr[nRootType] : in Display()
1660 &aHiddenContentArr[nRootType]; in Display()
1909 nRootType = pCntType->GetType(); in ToggleToRoot()
1916 nRootType = USHRT_MAX; in ToggleToRoot()
1921 pConfig->SetRootType( nRootType ); in ToggleToRoot()
1966 bOutline = nRootType == CONTENT_TYPE_OUTLINE; in HasContentChanged()
3106 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()
/aoo41x/main/sc/inc/
H A Dnavicfg.hxx39 sal_uInt16 nRootType; member in ScNavipiCfg
49 sal_uInt16 GetRootType() const { return nRootType; } in GetRootType()
/aoo41x/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()

Completed in 57 milliseconds