Searched refs:pDeletedKeys (Results 1 – 2 of 2) sorted by relevance
1209 const sal_uInt32* pDeletedKeys = pInfoItem->GetDelArray(); in callColumnFormatDialog() local1211 for (sal_uInt16 i=0; i< pInfoItem->GetDelCount(); ++i, ++pDeletedKeys) in callColumnFormatDialog()1212 _pFormatter->DeleteEntry(*pDeletedKeys); in callColumnFormatDialog()
2751 const sal_uInt32* pDeletedKeys = pInfoItem->GetDelArray(); in impl_dialogFormatting_nothrow() local2753 for (sal_uInt16 i=0; i< pInfoItem->GetDelCount(); ++i, ++pDeletedKeys) in impl_dialogFormatting_nothrow()2754 pFormatter->DeleteEntry(*pDeletedKeys); in impl_dialogFormatting_nothrow()
Completed in 64 milliseconds