Searched refs:pAlign (Results 1 – 1 of 1) sorted by relevance
3187 CComboBox *pAlign = (CComboBox *) GetDlgItem(ID_TEXT_ALIGN); in OnTextAlignmentChange() local3190 if (mpProject && mpInfo && pAlign) in OnTextAlignmentChange()3192 int selected = pAlign->GetCurSel(); in OnTextAlignmentChange()3196 style = (ULONG) pAlign->GetItemData(selected); in OnTextAlignmentChange()