Lines Matching refs:pColl
1238 SwTxtFmtColl * pColl = NULL; in lcl_InsertLabel() local
1245 pColl = (*pTxtFmtCollTbl)[i]; in lcl_InsertLabel()
1249 DBG_ASSERT( pColl, "no text collection found" ); in lcl_InsertLabel()
1252 if( !pColl ) in lcl_InsertLabel()
1254 pColl = rDoc.GetTxtCollFromPool( RES_POOLCOLL_LABEL ); in lcl_InsertLabel()
1290 pNew = rDoc.GetNodes().MakeTxtNode( aIdx, pColl ); in lcl_InsertLabel()
1378 SwFlyStartNode, pColl ); in lcl_InsertLabel()
1606 SwTxtFmtColl *pColl = NULL; in lcl_InsertDrawLabel() local
1613 pColl = (*pTxtFmtCollTbl)[i]; in lcl_InsertDrawLabel()
1617 DBG_ASSERT( pColl, "no text collection found" ); in lcl_InsertDrawLabel()
1620 if( !pColl ) in lcl_InsertDrawLabel()
1622 pColl = rDoc.GetTxtCollFromPool( RES_POOLCOLL_LABEL ); in lcl_InsertDrawLabel()
1694 SwFlyStartNode, pColl ); in lcl_InsertDrawLabel()