Lines Matching refs:LPCTSTR
131 aSpec.pszName = reinterpret_cast<LPCTSTR>(aFilter.first.getStr()) ; in lcl_buildFilterList()
132 aSpec.pszSpec = reinterpret_cast<LPCTSTR>(aFilter.second.getStr()); in lcl_buildFilterList()
661 iDialog->SetTitle(reinterpret_cast<LPCTSTR>(sTitle.getStr())); in impl_sta_SetTitle()
675 iDialog->SetFileName(reinterpret_cast<LPCTSTR>(sFileName.getStr())); in impl_sta_SetFileName()
702 …HRESULT hResult = SHCreateItemFromParsingName ( reinterpret_cast<LPCTSTR>(sDirectory.getStr()), NU… in impl_sta_SetDirectory()
751 iDialog->SetFileName ( reinterpret_cast<LPCTSTR>(sFilename.getStr())); in impl_sta_SetDefaultName()
895 …HRESULT hResult = SHCreateItemFromParsingName ( reinterpret_cast<LPCTSTR>(m_sDirectory.getStr()), … in impl_sta_ShowDialogModal()
1092 … hResult = iCustom->AddControlItem(nId, i, reinterpret_cast<LPCTSTR>(sItem.getStr())); in impl_sta_SetControlValue()
1163 iCustom->SetControlLabel ( nId, reinterpret_cast<LPCTSTR>(sLabel.getStr())); in impl_sta_SetControlLabel()
1209 iDialog->SetDefaultExtension ( reinterpret_cast<LPCTSTR>(FilterExt.getStr()) ); in impl_SetDefaultExtension()
1254 pExt = reinterpret_cast<LPCTSTR>(sExt.getStr()); in onAutoExtensionChanged()