Searched refs:nDocLevel (Results 1 – 3 of 3) sorted by relevance
35 sal_uInt16 nDocLevel; member in ScPaintLockData47 { 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()
1212 const sal_uInt16 nDocLevel = GetDocLevel(); in RequestingChilds() local1221 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() local1976 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 …]
36 nDocLevel( 0 ), in ScPaintLockData()
Completed in 30 milliseconds