Searched refs:aTempContents (Results 1 – 1 of 1) sorted by relevance
1429 SwGlblDocContents aTempContents; in InsertRegion() local1433 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 9 milliseconds