Home
last modified time | relevance | path

Searched refs:nDocLevel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A Dpntlock.hxx35 sal_uInt16 nDocLevel; member in ScPaintLockData
47 { if (bDoc) ++nDocLevel; else ++nLevel; } in IncLevel()
49 { if (bDoc) --nDocLevel; else --nLevel; } in DecLevel()
54 { return bDoc ? nDocLevel : nLevel; } in GetLevel()
59 { if (bDoc) nDocLevel = nNew; else nLevel = nNew; } in SetLevel()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx1212 const sal_uInt16 nDocLevel = GetDocLevel(); in RequestingChilds() local
1221 aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1225 aRef->CanHaveChilds(aPath[nDocLevel+1], in RequestingChilds()
1226 aPath[nDocLevel+2]); in RequestingChilds()
1232 i, aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1969 const sal_uInt16 nDocLevel = pFocusBox->GetDocLevel(); in Dispatch_Impl() local
1976 if ( !aRef->Print( *pPrt, aPath[1+nDocLevel], in Dispatch_Impl()
1977 aPath[2+nDocLevel], aPath[3+nDocLevel], &aName ) ) in Dispatch_Impl()
2111 ( nDepth == nDocLevel || nDepth == nDocLevel - 1 ) ); in IMPL_LINK()
2114 nDepth == nDocLevel ); in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dpntlock.cxx36 nDocLevel( 0 ), in ScPaintLockData()

Completed in 29 milliseconds