| /AOO41X/main/setup_native/source/win32/customactions/patch/ |
| H A D | swappatchfiles.cxx | 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 96 if (index == 0) return std::_tstring(guid.c_str(), 8); in GetGuidPart() 97 if (index == 1) return std::_tstring(guid.c_str() + 9, 4); in GetGuidPart() 98 if (index == 2) return std::_tstring(guid.c_str() + 14, 4); in GetGuidPart() 99 if (index == 3) return std::_tstring(guid.c_str() + 19, 4); in GetGuidPart() 100 if (index == 4) return std::_tstring(guid.c_str() + 24, 12); in GetGuidPart() 115 strncpy(buff, str.c_str(), str.length()); in Invert() 146 convertedGuid += Invert(std::_tstring(part.c_str(), 2)); in ConvertGuid() 147 convertedGuid += Invert(std::_tstring(part.c_str() + 2, 2)); in ConvertGuid() [all …]
|
| /AOO41X/main/registry/tools/ |
| H A D | checksingleton.cxx | 82 "Usage: %s -r<filename> -o<filename> [-options] | @<filename>\n", rProgName.c_str() in printUsage_Impl() 95 "\n%s Version 1.0\n\n", rProgName.c_str() in printUsage_Impl() 108 return badOption("invalid", option.c_str()); in initOptions_Impl() 117 return badOption("invalid", option.c_str()); in initOptions_Impl() 127 return badOption("invalid", option.c_str()); in initOptions_Impl() 137 return badOption("invalid", option.c_str()); in initOptions_Impl() 139 m_base = OString((*first).c_str(), (*first).size()); in initOptions_Impl() 147 return badOption("invalid", option.c_str()); in initOptions_Impl() 157 return badOption("invalid", option.c_str()); in initOptions_Impl() 163 return badOption("unknown", option.c_str()); in initOptions_Impl() [all …]
|
| H A D | regmerge.cxx | 83 return badOption("unknown", option.c_str()); in initOptions_Impl() 118 OUString regName( convertToFileUrl(args[0].c_str(), args[0].size()) ); in main() 124 fprintf(stderr, "open registry \"%s\" failed\n", args[0].c_str()); in main() 133 fprintf(stderr, "open root key of registry \"%s\" failed\n", args[0].c_str()); in main() 137 OUString mergeKeyName( OUString::createFromAscii(args[1].c_str()) ); in main() 140 OUString targetRegName( convertToFileUrl(args[i].c_str(), args[i].size()) ); in main() 148 args[i].c_str(), args[1].c_str(), args[0].c_str()); in main() 154 args[i].c_str(), args[1].c_str(), args[0].c_str()); in main() 162 args[i].c_str(), args[1].c_str(), args[0].c_str()); in main() 170 fprintf(stderr, "closing registry \"%s\" failed\n", args[0].c_str()); in main()
|
| H A D | regcompare.cxx | 91 return rtl::OUString(s.c_str(), s.size(), RTL_TEXTENCODING_UTF8, OSTRING_TO_OUSTRING_CVTFLAGS); in makeOUString() 114 "Usage: %s -r1<filename> -r2<filename> [-options] | @<filename>\n", rProgName.c_str() in printUsage_Impl() 139 "\n%s Version 1.0\n\n", rProgName.c_str() in printUsage_Impl() 151 return badOption("invalid", (*first).c_str()); in initOptions_Impl() 160 return badOption("invalid", (*first).c_str()); in initOptions_Impl() 169 return badOption("invalid", (*first).c_str()); in initOptions_Impl() 180 return badOption("invalid", option.c_str()); in initOptions_Impl() 189 return badOption("invalid", (*first).c_str()); in initOptions_Impl() 199 return badOption("invalid", (*first).c_str()); in initOptions_Impl() 209 return badOption("invalid", (*first).c_str()); in initOptions_Impl() [all …]
|
| /AOO41X/main/crashrep/source/unx/ |
| H A D | main.cxx | 93 #define REPORT_SERVER (g_strReportServer.c_str()) 197 pszUserType ? xml_encode( pszUserType ).c_str() : "", in write_report() 198 xml_encode(rSettings.find( "CONTACT" )->second).c_str(), in write_report() 199 xml_encode(rSettings.find( "EMAIL" )->second).c_str(), in write_report() 200 xml_encode(rSettings.find( "TITLE" )->second).c_str(), in write_report() 201 g_buildid.length() ? xml_encode( g_buildid ).c_str() : "unknown", in write_report() 203 g_strDefaultLanguage.c_str(), in write_report() 205 g_strProductKey.length() ? xml_encode(g_strProductKey).c_str() : "unknown", in write_report() 206 xml_encode(getprogramdir()).c_str() in write_report() 218 xml_encode( info.sysname ).c_str(), in write_report() [all …]
|
| /AOO41X/main/shell/source/win32/shlxthandler/ |
| H A D | shlxthdl.cxx | 88 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterComComponent() 91 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "ThreadingModel", "Apartment")) in RegisterComComponent() 101 return DeleteRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str()) ? S_OK : E_FAIL; in UnregisterComComponent() 114 tmp.c_str(), in RegisterColumnHandler() 116 WStringToString(COLUMN_HANDLER_DESCRIPTIVE_NAME).c_str()) ? S_OK : E_FAIL; in RegisterColumnHandler() 124 if (!DeleteRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str())) in UnregisterColumnHandler() 144 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_INFOTIP_HANDLER).c_str… in RegisterInfotipHandler() 162 DeleteRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str()); in UnregisterInfotipHandler() 170 if (HasSubkeysRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), HasSubKeys) && !HasSubKeys) in UnregisterInfotipHandler() 171 DeleteRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str()); in UnregisterInfotipHandler() [all …]
|
| /AOO41X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | upgrade.cxx | 55 if (index == 0) return string(guid.c_str(), 8); in GetGuidPart() 56 if (index == 1) return string(guid.c_str() + 9, 4); in GetGuidPart() 57 if (index == 2) return string(guid.c_str() + 14, 4); in GetGuidPart() 58 if (index == 3) return string(guid.c_str() + 19, 4); in GetGuidPart() 59 if (index == 4) return string(guid.c_str() + 24, 12); in GetGuidPart() 74 strncpy(buff, str.c_str(), str.length()); in Invert() 105 convertedGuid += Invert(string(part.c_str(), 2)); in ConvertGuid() 106 convertedGuid += Invert(string(part.c_str() + 2, 2)); in ConvertGuid() 112 convertedGuid += Invert(string(part.c_str() + pos, 2)); in ConvertGuid() 124 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() [all …]
|
| H A D | registerextensions.cxx | 172 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 177 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 236 HANDLE hFindContent = FindFirstFile( sPattern.c_str(), &aFindData ); in RemoveCompleteDirectory() 251 if (( strcmp(sFileName.c_str(),sCurrentDir.c_str()) != 0 ) && in RemoveCompleteDirectory() 252 ( strcmp(sFileName.c_str(),sParentDir.c_str()) != 0 )) in RemoveCompleteDirectory() 272 bool fSuccess = DeleteFile( sCompleteFileName.c_str() ); in RemoveCompleteDirectory() 296 bool fRemoveDirSuccess = RemoveDirectory(sPath.c_str()); in RemoveCompleteDirectory() 325 HANDLE hFindUnopkg = FindFirstFile( sUnoPkgFile.c_str(), &aFindFileData ); in RegisterExtensions() 333 bool fSuccess = ExecuteCommand( sCommand.c_str(), & exitCode); in RegisterExtensions() 349 MessageBox(NULL, mystr.c_str(), "ERROR", MB_OK); in RegisterExtensions() [all …]
|
| H A D | vistaspecial.cxx | 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 100 HANDLE hFindContent = FindFirstFile( sPattern.c_str(), &aFindData ); in RemoveCompleteDirectory() 115 if (( strcmp(sFileName.c_str(),sCurrentDir.c_str()) != 0 ) && in RemoveCompleteDirectory() 116 ( strcmp(sFileName.c_str(),sParentDir.c_str()) != 0 )) in RemoveCompleteDirectory() 136 bool fSuccess = DeleteFile( sCompleteFileName.c_str() ); in RemoveCompleteDirectory() 160 bool fRemoveDirSuccess = RemoveDirectory(sPath.c_str()); in RemoveCompleteDirectory() 189 bool bSuccess = MoveFile( sRenameSrc.c_str(), sRenameDst.c_str() ); in RenamePrgFolder() 196 bSuccess = MoveFile( sRenameSrc.c_str(), sRenameDst.c_str() ); in RenamePrgFolder()
|
| H A D | layerlinks.cxx | 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 76 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 81 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty() 123 sBasisLinkPath.c_str(), in CreateLayerLinks() 137 … int nCharsRequired = MultiByteToWideChar( CP_ACP, 0, sBasisInstallPath.c_str(), -1, NULL, 0 ); in CreateLayerLinks() 141 … if ( MultiByteToWideChar( CP_ACP, 0, sBasisInstallPath.c_str(), -1, lpPathW, nCharsRequired ) ) in CreateLayerLinks() 165 sUreLinkPath.c_str(), in CreateLayerLinks() 179 int nCharsRequired = MultiByteToWideChar( CP_ACP, 0, sUreInstallPath.c_str(), -1, NULL, 0 ); in CreateLayerLinks() 183 … if ( MultiByteToWideChar( CP_ACP, 0, sUreInstallPath.c_str(), -1, lpPathW, nCharsRequired ) ) in CreateLayerLinks() [all …]
|
| H A D | startmenuicon.cxx | 54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 59 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 89 sIconFile.c_str(), in InstallStartmenuFolderIcon() 90 sDesktopFile.c_str() ); in InstallStartmenuFolderIcon() 97 sDesktopFile.c_str() ); in InstallStartmenuFolderIcon() 110 sDesktopFile.c_str() ); in InstallStartmenuFolderIcon() 120 SetFileAttributes( sDesktopFile.c_str(), FILE_ATTRIBUTE_HIDDEN ); in InstallStartmenuFolderIcon() 121 SetFileAttributes( sOfficeMenuFolder.c_str(), FILE_ATTRIBUTE_SYSTEM ); in InstallStartmenuFolderIcon() 132 SetFileAttributes( sDesktopFile.c_str(), FILE_ATTRIBUTE_NORMAL ); in DeinstallStartmenuFolderIcon() 133 DeleteFile( sDesktopFile.c_str() ); in DeinstallStartmenuFolderIcon() [all …]
|
| H A D | checkrunningoffice.cxx | 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 98 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty() 196 HANDLE hFind = FindFirstFile( sPattern.c_str(), &aFindFileData ); in IsOfficeRunning() 208 …fRenameSucceeded = MoveFileExImpl( sResourceFile.c_str(), sIntermediate.c_str(), MOVEFILE_REPLACE_… in IsOfficeRunning() 211 MoveFileExImpl( sIntermediate.c_str(), sResourceFile.c_str(), 0 ); in IsOfficeRunning() 240 bool bSuccess = MoveFile( sRenameSrc.c_str(), sRenameDst.c_str() ); in IsOfficeRunning() 244 MoveFile( sRenameDst.c_str(), sRenameSrc.c_str() ); in IsOfficeRunning()
|
| H A D | completeinstallpath.cxx | 56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 61 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 95 if ( _tcsstr( sInstallLocation.c_str(), sOfficeDirHostname.c_str() ) ) in CompleteInstallPath() 130 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey30.c_str(), &hKey ) ) in CompleteInstallPath() 135 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey31.c_str(), &hKey ) ) in CompleteInstallPath() 140 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath() 145 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey30.c_str(), &hKey ) ) in CompleteInstallPath() 150 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey31.c_str(), &hKey ) ) in CompleteInstallPath() 155 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath() 166 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), sInstallLocation.c_str()); in CompleteInstallPath()
|
| H A D | dotnetcheck.cxx | 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 71 MsiSetProperty(handle, sProperty.c_str(), sValue.c_str()); in SetMsiProperty() 158 MessageBox(NULL, myText.c_str(), "INSTALLLOCATION", MB_OK); in ShowProperties() 162 MessageBox(NULL, myText.c_str(), "Installed", MB_OK); in ShowProperties() 166 MessageBox(NULL, myText.c_str(), "PATCH", MB_OK); in ShowProperties() 170 MessageBox(NULL, myText.c_str(), "REMOVE", MB_OK); in ShowProperties() 174 MessageBox(NULL, myText.c_str(), "ALLUSERS", MB_OK); in ShowProperties()
|
| H A D | copyextensiondata.cxx | 61 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 66 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 84 HANDLE hFindOxt = FindFirstFile( sPattern.c_str(), &aFindFileData ); in copyExtensionData() 99 bool bDir = CreateDirectory(sShareDir.c_str(), NULL); in copyExtensionData() 100 bDir = CreateDirectory(sExtDir.c_str(), NULL); in copyExtensionData() 101 bDir = CreateDirectory(sExtInstDir.c_str(), NULL); in copyExtensionData() 110 fSuccess = CopyFile( sSourceFile.c_str(), sDestFile.c_str(), bFailIfExist ); in copyExtensionData()
|
| /AOO41X/main/autodoc/source/display/idl/ |
| H A D | hi_main.cxx | 163 << c_str ); in Guard_CurFile() 169 aLocation(aCurFilePath().c_str()); in Guard_CurFile() 175 << c_str ); in Guard_CurFile() 180 << c_str ); in Guard_CurFile() 195 << c_str ); in Guard_CurFile() 199 aLocation(aCurFilePath().c_str()); in Guard_CurFile() 204 rClient.SetTitle( sl() << i_titlePrefix << " " << i_fileName << c_str ); in Guard_CurFile() 209 << c_str ); in Guard_CurFile() 224 aLocation(aCurFilePath().c_str()); in Guard_CurFile() 229 rClient.SetTitle( sl() << "Module " << io_env.CurPosition().Name() << c_str ); in Guard_CurFile() [all …]
|
| H A D | hfi_typetext.cxx | 184 *sTypeText.c_str() != 'X' ) // This is a HACK, make this correct! in Produce_byData() 256 >> *new Html::Link(slLink().c_str()) in Produce_LocalLinkInDocu() 394 >> *new Html::Link( rLink.c_str() ) in produce_FromStd() 408 aTargetPos.Set_File( rLink << i_ce << ".html" << c_str ); in produce_FromStd() 417 >> *new Html::Link(rLink.c_str()) in produce_FromStd() 438 sMember.assign(i_member.c_str(), sMember.length()-2); in produce_FromStd() 442 >> *new Html::Link(rLink.c_str()) in produce_FromStd() 510 >> *new Html::Link( rLink.c_str() ) in produce_IndexLink() 519 aTargetPos.Set_File( rLink << i_ce << ".html" << c_str ); in produce_IndexLink() 527 sMember.assign(i_member.c_str(), sMember.length()-2); in produce_IndexLink() [all …]
|
| H A D | hfi_navibar.cxx | 71 aNaviMain.Add_StdItem( C_sTop, rLink.c_str() ); in Produce_CeMainRow() 75 aNaviMain.Add_StdItem( C_sModule, rLink.c_str() ); in Produce_CeMainRow() 85 aNaviMain.Add_StdItem( C_sUse, rLink.c_str() ); in Produce_CeMainRow() 105 aNaviMain.Add_StdItem( C_sIndex, rLink.c_str() ); in Produce_CeMainRow() 121 aNaviMain.Add_StdItem( C_sTop, rLink.c_str() ); in Produce_CeXrefsMainRow() 125 aNaviMain.Add_StdItem( C_sModule, rLink.c_str() ); in Produce_CeXrefsMainRow() 146 aNaviMain.Add_StdItem( C_sIndex, rLink.c_str() ); in Produce_CeXrefsMainRow() 162 aNaviMain.Add_StdItem( C_sTop, rLink.c_str() ); in Produce_ModuleMainRow() 185 aNaviMain.Add_StdItem( C_sIndex, rLink.c_str() ); in Produce_ModuleMainRow() 201 aNaviMain.Add_StdItem( C_sTop, rLink.c_str() ); in Produce_IndexMainRow()
|
| /AOO41X/main/shell/source/win32/shlxthandler/ooofilt/ |
| H A D | ooofilt.cxx | 479 wmemcpy( awcBuffer, m_pwsBuffer.c_str() + m_ulUnicodeCharsRead, ulToCopy ); in GetText() 559 wmemcpy(pPropVar->pwszVal, wsTagData.c_str(), cw); in GetValue() 824 *ppszFileName = (LPWSTR)m_pwszFileName.c_str(); in GetCurFile() 1200 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", "OpenOffice.org XML Filter")) in RegisterFilterHandler() 1206 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterFilterHandler() 1209 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "ThreadingModel", "Both")) in RegisterFilterHandler() 1228 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist.c_str(), "", "OpenOffice Persistent Hand… in RegisterPersistentHandler() 1237 …stryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Entry.c_str(), "", ClsidToString(PersistentGuid).c_s… in RegisterPersistentHandler() 1248 …gistryKey(HKEY_CLASSES_ROOT, ClsidEntry_Persist_Addin.c_str(), "", ClsidToString(FilterGuid).c_str… in RegisterPersistentHandler() 1262 return DeleteRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str()) ? S_OK : E_FAIL; in UnregisterHandler() [all …]
|
| /AOO41X/main/setup_native/source/win32/customactions/languagepacks/ |
| H A D | respintest.cxx | 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty() 63 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 76 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 81 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty() 110 sSetupiniPath.c_str() in GetUserInstallMode() 132 sSetupiniPath.c_str() in GetUserInstallMode() 148 if (_tcsnicmp(ProductMajor.c_str(), szValue, 3)) in GetUserInstallMode() 163 int PatchProductMinor = atoi(ProductMinor.c_str()); in GetUserInstallMode() 173 sSetupiniPath.c_str() in GetUserInstallMode() 197 sSetupiniPath.c_str() in GetUserInstallMode()
|
| H A D | checkrunningofficelanguagepack.cxx | 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty() 83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty() 98 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() 103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty() 182 HANDLE hFind = FindFirstFile( sPattern.c_str(), &aFindFileData ); in IsOfficeRunning() 194 …fRenameSucceeded = MoveFileExImpl( sResourceFile.c_str(), sIntermediate.c_str(), MOVEFILE_REPLACE_… in IsOfficeRunning() 197 MoveFileExImpl( sIntermediate.c_str(), sResourceFile.c_str(), 0 ); in IsOfficeRunning()
|
| /AOO41X/main/shell/source/win32/shlxthandler/prophdl/ |
| H A D | propertyhdl.cxx | 283 … pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_TITLE ).c_str() ); in GetItemData() 284 …"CPropertyHdl::GetItemData: Title=%S.\n", pMetaInfoReader->getTagData( META_INFO_TITLE ).c_str() ); in GetItemData() 289 … pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData() 290 …PropertyHdl::GetItemData: Author=%S.\n", pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData() 295 … pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_SUBJECT ).c_str() ); in GetItemData() 296 …opertyHdl::GetItemData: Subject=%S.\n", pMetaInfoReader->getTagData( META_INFO_SUBJECT ).c_str() ); in GetItemData() 301 … pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_KEYWORDS ).c_str() ); in GetItemData() 302 …ertyHdl::GetItemData: Keywords=%S.\n", pMetaInfoReader->getTagData( META_INFO_KEYWORDS ).c_str() ); in GetItemData() 307 …pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_DESCRIPTION ).c_str() ); in GetItemData() 308 …l::GetItemData: Description=%S.\n", pMetaInfoReader->getTagData( META_INFO_DESCRIPTION ).c_str() ); in GetItemData() [all …]
|
| /AOO41X/main/autodoc/source/display/html/ |
| H A D | nav_main.cxx | 113 >> *new Link(sLink.c_str()) in do_Write2() 114 << sText.c_str(); in do_Write2() 140 << sText.c_str() in do_Write2() 164 << sText.c_str() in do_Write2() 270 Add_Item( i_eOverview, sOverview, sLinkOverview.c_str(), "" ); in Create_ItemList_Global() 298 Add_Item( i_eHelp, sHelp, sLinkHelp.c_str(), "" ); in Create_ItemList_Global() 314 Add_Item( eStd, sOverview, sLinkOverview.c_str(), "" ); in Create_ItemList_InDirTree_Cpp() 319 Add_Item( i_eNsp, sNamespace, sLinkNamespace.c_str(), "" ); in Create_ItemList_InDirTree_Cpp() 337 Add_Item( i_eClass, sClass, sLinkClass().c_str(), sTipClass().c_str() ); in Create_ItemList_InDirTree_Cpp() 348 Add_Item( eStd, sHelp, sLinkHelp.c_str(), "" ); in Create_ItemList_InDirTree_Cpp()
|
| /AOO41X/main/cosv/source/strings/ |
| H A D | string.cxx | 43 ? i_rStr.c_str() + i_nOffset in str_from_StringOffset() 226 return strcmp( c_str(), i_rStr.c_str() ); in compare() 233 return csv::compare( i_rOrder, c_str(), i_rStr.c_str() ); in compare() 246 return String( c_str() + i_nStartPosition ); in substr() 248 return String( c_str() + i_nStartPosition, in substr() 265 const char * p = strstr(c_str() + i_nSearchStartPosition, i_strToSearch); in find() 267 return static_cast<position_type>(p - c_str()); in find() 278 const char * p = strchr(c_str() + i_nSearchStartPosition, i_charToSearch); in find() 280 return static_cast<position_type>(p - c_str()); in find()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | sendreportunx.cxx | 130 0 == strcasecmp( section.c_str(), pSectionName ) && in get_profile_string() 131 0 == strcasecmp( keyname.c_str(), pKeyName ) in get_profile_string() 151 if ( !strcasecmp( str.c_str(), "true" ) ) in get_profile_bool() 159 String result( str.c_str(), RTL_TEXTENCODING_UTF8 ); in get_profile_String() 174 … maEMailAddrED.SetText( get_profile_String( sRCFile.c_str(), "Options", "ReturnAddress" ) ); in ReadParams() 175 … maParams.maHTTPProxyServer = get_profile_String( sRCFile.c_str(), "Options", "ProxyServer" ); in ReadParams() 176 … maParams.maHTTPProxyPort = get_profile_String( sRCFile.c_str(), "Options", "ProxyPort" ); in ReadParams() 177 …maParams.miHTTPConnectionType = get_profile_bool( sRCFile.c_str(), "Options", "UseProxy" ) ? 2 : 1; in ReadParams() 178 maContactCB.Check( get_profile_bool( sRCFile.c_str(), "Options", "AllowContact" ) ); in ReadParams() 191 FILE *fp = fopen( sRCFile.c_str(), "w" ); in SaveParams()
|