Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds