Lines Matching refs:getStr

131 		aSpec.pszName = reinterpret_cast<LPCTSTR>(aFilter.first.getStr()) ;  in lcl_buildFilterList()
132 aSpec.pszSpec = reinterpret_cast<LPCTSTR>(aFilter.second.getStr()); in lcl_buildFilterList()
495 iCustom->SetControlLabel(nControlId, reinterpret_cast<LPCWSTR>(aLabel.getStr()) ); in setLabelToControl()
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()
704 …HRESULT hResult = SHCreateItemFromParsingName( sDirectory.getStr(), NULL, IID_PPV_ARGS(&pFolder) ); 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()
897 …HRESULT hResult = SHCreateItemFromParsingName( m_sDirectory.getStr(), NULL, IID_PPV_ARGS(&pFolder)… in impl_sta_ShowDialogModal()
938 … HANDLE hFind = FindFirstFile( reinterpret_cast<LPCWSTR>(aSystemPath.getStr()), &aFindFileData ); 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()
1202 const sal_Unicode* pFirstExtStart = FilterExt.getStr() + posOfPoint + 1; in impl_SetDefaultExtension()
1209 iDialog->SetDefaultExtension ( reinterpret_cast<LPCTSTR>(FilterExt.getStr()) ); in impl_SetDefaultExtension()
1254 pExt = reinterpret_cast<LPCTSTR>(sExt.getStr()); in onAutoExtensionChanged()