/aoo4110/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 250 fSuccess = MoveFileExImpl( sFileName1.c_str(), sTempFileName.c_str(), MOVEFILE_REPLACE_EXISTING); in SwapFiles() 256 fSuccess = MoveFileExImpl( sFileName2.c_str(), sFileName1.c_str(), MOVEFILE_REPLACE_EXISTING ); in SwapFiles() 260 fSuccess = MoveFileExImpl( sTempFileName.c_str(), sFileName2.c_str(), in SwapFiles() 264 MoveFileExImpl( sFileName1.c_str(), sFileName2.c_str(), MOVEFILE_REPLACE_EXISTING ); in SwapFiles() 269 MoveFileExImpl( sTempFileName.c_str(), sFileName1.c_str(), MOVEFILE_REPLACE_EXISTING ); in SwapFiles() 281 fSuccess = MoveFileExImpl( sFileName2.c_str(), sFileName1.c_str(), MOVEFILE_REPLACE_EXISTING ); in SwapFiles() 431 0 == _tcsicmp( section.c_str(), aSectionName.c_str() ) && in getProfileString() 432 0 == _tcsicmp( keyname.c_str(), aKeyName.c_str() ) in getProfileString() 521 if ( 0 == _tcsicmp( section.c_str(), aSectionName.c_str() ) ) in getProfileKeys() 701 MoveFileExImpl( sIntermediate.c_str(), sResourceFile.c_str(), 0 ); in IsOfficeRunning() [all …]
|
/aoo4110/main/registry/tools/ |
H A D | checksingleton.cxx | 95 "\n%s Version 1.0\n\n", rProgName.c_str() in printUsage_Impl() 108 return badOption("invalid", option.c_str()); in initOptions_Impl() 260 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 270 options.getProgramName().c_str(), options.getTypeReg().c_str()); in main() 278 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 286 options.getProgramName().c_str(), options.getTypeReg().c_str()); in main() 296 options.getProgramName().c_str(), options.getTypeReg().c_str()); in main() 309 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 322 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 330 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() [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 | 1990 options.getProgramName().c_str(), options.getRegName1().c_str()); in main() 1996 options.getProgramName().c_str(), options.getRegName2().c_str()); in main() 2004 options.getProgramName().c_str(), options.getRegName1().c_str()); in main() 2010 options.getProgramName().c_str(), options.getRegName2().c_str()); in main() 2019 options.getProgramName().c_str()); in main() 2026 options.getProgramName().c_str(), options.getRegName1().c_str()); in main() 2032 options.getProgramName().c_str(), options.getRegName2().c_str()); in main() 2046 options.getProgramName().c_str(), in main() 2052 options.getProgramName().c_str(), in main() 2075 options.getProgramName().c_str(), options.getRegName1().c_str()); in main() [all …]
|
/aoo4110/main/crashrep/source/unx/ |
H A D | main.cxx | 203 g_strDefaultLanguage.c_str(), in write_report() 206 xml_encode(getprogramdir()).c_str() in write_report() 218 xml_encode( info.sysname ).c_str(), in write_report() 219 xml_encode( info.version ).c_str(), in write_report() 220 xml_encode( info.release ).c_str(), in write_report() 221 xml_encode( getlocale() ).c_str() in write_report() 271 printf( "%s=\"%s\"\n", it->first.c_str(), it->second.c_str() ); 594 chdir( aDir.c_str() ); in setup_program_dir() 877 fp = fopen( sFile.c_str(), "w" ); in write_crash_data() 897 fp = fopen( sFile.c_str(), "w" ); in write_crash_data() [all …]
|
/aoo4110/main/shell/source/win32/shlxthandler/ |
H A D | shlxthdl.cxx | 114 tmp.c_str(), 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() 189 …SetRegistryKey(HKEY_CLASSES_ROOT, FwdKeyEntry.c_str(), "", ClsidToString(CLSID_PROPERTYSHEET_HANDL… in RegisterPropSheetHandler() 240 …if (!SetRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str(), "", ClsidToString(CLSID_THUMBVIEWER_HANDLER).c… in RegisterThumbviewerHandler() 258 DeleteRegistryKey(HKEY_CLASSES_ROOT, tmp.c_str()); in UnregisterThumbviewerHandler() 279 ClsidToString(clsid).c_str(), in ApproveShellExtension() 280 WStringToString(Description).c_str()); in ApproveShellExtension() 298 ClsidToString(Clsid).c_str()); in UnapproveShellExtension() [all …]
|
/aoo4110/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() 142 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty() [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() 165 sUreLinkPath.c_str(), in CreateLayerLinks() 179 int nCharsRequired = MultiByteToWideChar( CP_ACP, 0, sUreInstallPath.c_str(), -1, NULL, 0 ); in CreateLayerLinks() 225 DeleteFile(sBasisLinkPath.c_str()); in RemoveLayerLinks() 230 HANDLE hFindContent = FindFirstFile( sUreDirName.c_str(), &aFindData ); in RemoveLayerLinks() [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()
|
/aoo4110/main/autodoc/source/display/idl/ |
H A D | hi_main.cxx | 175 << c_str ); in Guard_CurFile() 180 << c_str ); in Guard_CurFile() 209 << c_str ); in Guard_CurFile() 234 << c_str ); in Guard_CurFile() 264 << c_str ); in Guard_CurFile() 511 << c_str ); in do_Interface2s() 571 << c_str ); in do_Service2s() 603 << c_str ); in do_Struct2s() 652 << c_str ); in do_Exception2s() 686 << c_str ); in do_Enum2s() [all …]
|
H A D | hfi_typetext.cxx | 256 >> *new Html::Link(slLink().c_str()) in Produce_LocalLinkInDocu() 394 >> *new Html::Link( rLink.c_str() ) in produce_FromStd() 417 >> *new Html::Link(rLink.c_str()) in produce_FromStd() 442 >> *new Html::Link(rLink.c_str()) in produce_FromStd() 510 >> *new Html::Link( rLink.c_str() ) in produce_IndexLink() 530 >> *new Html::Link(rLink.c_str()) in produce_IndexLink() 541 >> *new Html::Link(rLink.c_str()) in produce_IndexLink() 638 errorOut_UnresolvedLink(slName().c_str()); in errorOut_UnresolvedLink() 659 s.c_str(), in is_ExternLink() 708 >> *new Html::Link(rLink.c_str()) in produce_ExternLink() [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()
|
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 559 wmemcpy(pPropVar->pwszVal, wsTagData.c_str(), cw); in GetValue() 824 *ppszFileName = (LPWSTR)m_pwszFileName.c_str(); in GetCurFile() 1206 if (!SetRegistryKey(HKEY_CLASSES_ROOT, ClsidEntry.c_str(), "", FilePath)) in RegisterFilterHandler() 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() 1287 sExtPersistEntry.c_str(), in RegisterSearchHandler() 1289 ClsidToString(CLSID_PERSISTENT_HANDLER).c_str())) in RegisterSearchHandler() 1308 ClsidEntry_CLSID_Persist.c_str(), in RegisterSearchHandler() 1310 ClsidToString(CLSID_PERSISTENT_HANDLER).c_str() )) in RegisterSearchHandler() 1329 DeleteRegistryKey(HKEY_CLASSES_ROOT, sExtPersistEntry.c_str()); in UnregisterSearchHandler() [all …]
|
/aoo4110/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()
|
/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|