Lines Matching refs:pBlocks
1234 SwTextBlocks* pBlocks = in replaceByName() local
1236 DBG_ASSERT( NULL != pBlocks, in replaceByName()
1239 if( pBlocks && !pBlocks->GetError()) in replaceByName()
1241 sal_uInt16 nIndex = pBlocks->GetIndex( rAutoTextEntry.GetEntryName() ); in replaceByName()
1245 if( pBlocks->GetMacroTable( nIndex, aMacroTable ) ) in replaceByName()
1249 pBlocks->SetMacroTable( nIndex, aMacroTable ); in replaceByName()
1253 delete pBlocks; in replaceByName()
1274 SwTextBlocks* pBlocks = in getByName() local
1276 DBG_ASSERT( NULL != pBlocks, in getByName()
1284 if ( pBlocks && !pBlocks->GetError()) in getByName()
1286 sal_uInt16 nIndex = pBlocks->GetIndex( rAutoTextEntry.GetEntryName() ); in getByName()
1290 if( pBlocks->GetMacroTable( nIndex, aMacroTable ) ) in getByName()
1298 delete pBlocks; in getByName()