Home
last modified time | relevance | path

Searched refs:wstring (Results 26 – 50 of 74) sorted by relevance

123

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx58 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWin9x()
75 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, … in RegistryKeyImplWin9x()
216 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name) const in GetValue()
266 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
365 RegistryKey RegistryKeyImplWin9x::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
382 RegistryKey RegistryKeyImplWin9x::CreateSubKey(const std::wstring& Name) in CreateSubKey()
422 void RegistryKeyImplWin9x::DeleteSubKey(const std::wstring& Name) in DeleteSubKey()
457 void RegistryKeyImplWin9x::DeleteSubKeyTree(const std::wstring& Name) in DeleteSubKeyTree()
480 void RegistryKeyImplWin9x::DeleteValue(const std::wstring& Name) in DeleteValue()
H A Dmsihelper.hxx52 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value);
123 std::wstring GetOfficeInstallationPath(MSIHANDLE handle);
136 std::wstring GetOfficeExecutablePath(MSIHANDLE handle);
148 std::wstring GetProductName(MSIHANDLE handle);
H A Dstringconverter.cxx38 std::string UnicodeToAnsiString(const std::wstring& UniString) in UnicodeToAnsiString()
53 std::wstring AnsiToUnicodeString(const std::string& AnsiString) in AnsiToUnicodeString()
63 return std::wstring(buff); in AnsiToUnicodeString()
H A Dstringconverter.hxx31 std::string UnicodeToAnsiString(const std::wstring& UniString);
35 std::wstring AnsiToUnicodeString(const std::string& AnsiString);
H A Duserregistrar.cxx91 std::wstring RootHtmFwdKey = RegVal->GetDataAsUniString(); in RegisterAsDefaultShellHtmlEditor()
120 const std::wstring& FileExtension) const in UnregisterForMsOfficeApplication()
H A Duserregistrar.hxx52 const std::wstring& FileExtension) const;
/aoo4110/main/shell/source/all/ooofilereader/
H A Dautostyletag.hxx49 virtual void addCharacters(const std::wstring& characters);
51 virtual std::wstring getTagContent(){ return EMPTY_STRING; }; in getTagContent()
52 …virtual ::std::wstring const getTagAttribute( ::std::wstring const & /*attrname*/ ){ return ::std… in getTagAttribute()
54 void setStyle( ::std::wstring const & Style );
H A Ddummytag.hxx44 virtual void addCharacters(const std::wstring& /*characters*/){}; in addCharacters() argument
48 virtual std::wstring getTagContent( void ) in getTagContent()
53 …virtual ::std::wstring const getTagAttribute( ::std::wstring const & /*attrname*/ ){ return ::std… in getTagAttribute()
H A Dsimpletag.hxx43 virtual void addCharacters(const std::wstring& characters);
45 virtual std::wstring getTagContent();
47 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname );
50 std::wstring m_SimpleContent;
H A Dsimpletag.cxx40 void CSimpleTag::addCharacters(const std::wstring& characters) in addCharacters()
50 std::wstring CSimpleTag::getTagContent( ) in getTagContent()
55 ::std::wstring const CSimpleTag::getTagAttribute( ::std::wstring const & attrname ) in getTagAttribute()
60 return ( ::std::wstring( EMPTY_STRING ) ); in getTagAttribute()
H A Ditag.hxx42 virtual void addCharacters(const std::wstring& characters) = 0;
44 virtual ::std::wstring getTagContent( void ) = 0;
45 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname ) = 0;
H A Dkeywordstag.cxx40 void CKeywordsTag::addCharacters(const std::wstring& characters) in addCharacters()
50 std::wstring CKeywordsTag::getTagContent( ) in getTagContent()
55 … std::wstring ret_KeyWord_String = ( keywords_Iter != keywords_Iter_end) ? *keywords_Iter++ : L""; in getTagContent()
H A Dautostyletag.cxx44 void CAutoStyleTag::addCharacters(const std::wstring&) in addCharacters() argument
81 void CAutoStyleTag::setStyle( ::std::wstring const & Style ) in setStyle()
/aoo4110/main/shell/inc/internal/
H A Dutilities.hxx52 std::wstring StringToWString(const std::string& String);
58 std::string WStringToString(const std::wstring& String);
64 std::wstring GetResString(int ResId);
78 bool HasOnlySpaces(const std::wstring& String);
88 std::wstring getShortPathName( const std::wstring& aLongName );
H A Diso8601_converter.hxx34 std::wstring iso8601_date_to_local_date(const std::wstring& iso8601date);
41 std::wstring iso8601_duration_to_local_duration(const std::wstring& iso8601duration);
H A Di_xml_parser_event_handler.hxx31 typedef std::wstring string_t;
/aoo4110/main/shell/source/win32/shlxthandler/propsheets/
H A Ddocument_statistic.hxx42 const std::wstring& title, in statistic_item()
43 const std::wstring& value, in statistic_item()
50 std::wstring title_;
51 std::wstring value_;
60 typedef std::pair<std::wstring, statistic_item_list_t> statistic_group_t;
H A Dpropsheets.cxx164 std::wstring fname = getShortPathName( buffer ); in Initialize()
199 std::wstring proppage_header; in AddPages()
343 std::wstring tempStr = metaInfo.getTagData( META_INFO_DESCRIPTION ).c_str(); in InitPropPageSummary()
344 std::wstring::size_type itor = tempStr.find ( L"\n" , 0 ); in InitPropPageSummary()
345 while (itor != std::wstring::npos) in InitPropPageSummary()
/aoo4110/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx65 static bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp()
158 std::wstring prodname; in ShowSurveyAfter()
161 std::wstring::size_type nIndex = prodname.find( TEXT( "OpenOffice" ) ); in ShowSurveyAfter()
162 if( std::wstring::npos == nIndex ) in ShowSurveyAfter()
/aoo4110/main/sal/
H A Dunosdk.mk27 $(PPATH)\rtl\wstring \
28 $(PPATH)\rtl\wstring.h \
29 $(PPATH)\rtl\wstring.hxx \
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx161 ::std::wstring m_pwszFileName; // Name of input file to filter
169 …::std::wstring m_pwsBuffer; // Buffer to save UNICODE content from ChunkBu…
H A Dooofilt.cxx508 ::std::wstring GetMetaInfoNameFromPropertyId( ULONG ulPropID ) in GetMetaInfoNameFromPropertyId()
547 …::std::wstring wsTagName= GetMetaInfoNameFromPropertyId( m_pAttributes[m_ulCurrentPropertyNum].Get… in GetValue()
550 ::std::wstring wsTagData = m_pMetaInfoReader->getTagData(wsTagName); in GetValue()
/aoo4110/main/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx157 std::wstring fname = getShortPathName( std::wstring( pscd->wszFile ) ); in GetItemData()
/aoo4110/main/registry/source/
H A Dreflwrit.cxx102 sal_uInt32 UINT16StringLen(const sal_uInt8* wstring) in UINT16StringLen() argument
104 if (!wstring) return 0; in UINT16StringLen()
106 const sal_uInt8* b = wstring; in UINT16StringLen()
110 return ((b - wstring) / sizeof(sal_uInt16)); in UINT16StringLen()
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/
H A Dsetadmininstall.cxx41 #define _tstring wstring

Completed in 69 milliseconds

123