Searched refs:sSectionName (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 559 std::_tstring sSectionName = aSectionNames.front(); in InstallPatchedFiles() local 560 if ( std::_tstring(TEXT("_root")) == sSectionName ) { sSectionName = TEXT(""); } in InstallPatchedFiles() 564 aKeyNames = getProfileKeys( sPatchFile, sSectionName ); in InstallPatchedFiles() 568 std::_tstring sValue = getProfileString( sPatchFile, sSectionName, sKeyName ); in InstallPatchedFiles() 579 sFileName1 = sInstDir + sSectionName + sFileName1; in InstallPatchedFiles() 640 std::_tstring sSectionName = aSectionNames.front(); in UninstallPatchedFiles() local 641 if ( std::_tstring(TEXT("_root")) == sSectionName ) { sSectionName = TEXT(""); } in UninstallPatchedFiles() 645 aKeyNames = getProfileKeys( sPatchFile, sSectionName ); in UninstallPatchedFiles() 649 std::_tstring sValue = getProfileString( sPatchFile, sSectionName, sKeyName ); in UninstallPatchedFiles() 660 sFileName1 = sInstDir + sSectionName + sFileName1; in UninstallPatchedFiles()
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | JPEGComparator.java | 195 String sSectionName = FileHelper.getBasename(_sDocumentName); in checkOneFile() local 198 String sIniFileForRefBuildID = FileHelper.appendPath(sPath, sSectionName + ".ini"); in checkOneFile() 207 if (aIniFile.hasValue(sSectionName, "pages")) in checkOneFile() 210 int nPages = aIniFile.getIntValue(sSectionName, "pages", 0); in checkOneFile() 211 String sJPEGSchema = aIniFile.getValue(sSectionName, "jpegschema"); in checkOneFile() 212 int nTolerance = aIniFile.getIntValue(sSectionName, "tolerance", 0); in checkOneFile() 236 …GlobalLogWriter.println("The document '" + sSectionName + "' seems to have no picture representati… in checkOneFile() 239 String sResultIniFile = FileHelper.appendPath(_sResult, sSectionName); in checkOneFile()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLSectionSourceImportContext.cxx | 88 OUString sSectionName; in StartElement() local 109 sSectionName = xAttrList->getValueByIndex(nAttr); in StartElement() 133 if (sSectionName.getLength() > 0) in StartElement() 135 aAny <<= sSectionName; in StartElement()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 1442 String sSectionName(String(aFileUrl.GetLastName( in InsertRegion() local 1446 String sTempSectionName(sSectionName); in InsertRegion() 1458 sTempSectionName = sSectionName; in InsertRegion() 1467 sSectionName = sTempSectionName; in InsertRegion() 1469 SwSectionData aSectionData(CONTENT_SECTION, sSectionName); in InsertRegion()
|
H A D | content.cxx | 667 String sSectionName = pFmt->GetSection()->GetSectionName(); in FillMemberList() local 677 SwContent* pCnt = new SwRegionContent(this, sSectionName, in FillMemberList()
|
/aoo4110/main/writerperfect/source/filter/ |
H A D | DocumentCollector.cxx | 431 WPXString sSectionName; in openSection() local 432 sSectionName.sprintf("Section%i", mSectionStyles.size()); in openSection() 434 SectionStyle *pSectionStyle = new SectionStyle(propList, columns, sSectionName.cstr()); in openSection()
|
/aoo4110/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextDocument.java | 675 String sSectionName = sSectionNames[i]; in removeAllVisibleTextSections() local 676 if (JavaTools.FieldInList(sInvisibleSectionNames, sSectionName) < 0) in removeAllVisibleTextSections() 678 oTextSectionHandler.removeTextSectionbyName(sSectionName); in removeAllVisibleTextSections()
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cntex.cxx | 168 String sSectionName( INDEX_SECTION_NAME ); in IMPL_LINK() local 171 String sTmp( sSectionName ); sTmp += String::CreateFromInt32(i); in IMPL_LINK()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 258 const ::rtl::OUString sSectionName = m_xSection->getName(); in Paste() local 264 if ( _bForce || pIter->Name == sSectionName) in Paste()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 847 String sSectionName = mrReader.aLinkStringMap[SVBT16ToShort( ((WW8_WKB*)pData)->nLinkId) ]; in CreateSep() local 848 mrReader.ConvertFFileName(sSectionName, sSectionName); in CreateSep() 849 SwSectionData aSection(FILE_LINK_SECTION, sSectionName); in CreateSep() 850 aSection.SetLinkFileName( sSectionName ); in CreateSep()
|
Completed in 96 milliseconds