Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/utlui/
H A Dglbltree.cxx1429 SwGlblDocContents aTempContents; in InsertRegion() local
1433 rSh.GetGlobalDocContent(aTempContents); in InsertRegion()
1435 …DBG_ASSERT(aTempContents.Count() > (nAnchorContent + nFile), "invalid anchor content -> last inser… in InsertRegion()
1436 if ( aTempContents.Count() > (nAnchorContent + nFile) ) in InsertRegion()
1437 pAnchorContent = aTempContents.GetObject(nAnchorContent + (sal_uInt16)nFile); in InsertRegion()
1439 pAnchorContent = aTempContents.GetObject(aTempContents.Count() - 1); in InsertRegion()

Completed in 40 milliseconds