Home
last modified time | relevance | path

Searched refs:sSectionName (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx559 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()
/aoo41x/main/qadevOOo/runner/graphical/
H A DJPEGComparator.java195 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()
/aoo41x/main/xmloff/source/text/
H A DXMLSectionSourceImportContext.cxx88 OUString sSectionName; in StartElement() local
109 sSectionName = xAttrList->getValueByIndex(nAttr); in StartElement()
133 if (sSectionName.getLength() > 0) in StartElement()
135 aAny <<= sSectionName; in StartElement()
/aoo41x/main/sw/source/ui/utlui/
H A Dglbltree.cxx1442 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 Dcontent.cxx667 String sSectionName = pFmt->GetSection()->GetSectionName(); in FillMemberList() local
677 SwContent* pCnt = new SwRegionContent(this, sSectionName, in FillMemberList()
/aoo41x/main/writerperfect/source/filter/
H A DDocumentCollector.cxx431 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()
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java675 String sSectionName = sSectionNames[i]; in removeAllVisibleTextSections() local
676 if (JavaTools.FieldInList(sInvisibleSectionNames, sSectionName) < 0) in removeAllVisibleTextSections()
678 oTextSectionHandler.removeTextSectionbyName(sSectionName); in removeAllVisibleTextSections()
/aoo41x/main/sw/source/ui/index/
H A Dcntex.cxx168 String sSectionName( INDEX_SECTION_NAME ); in IMPL_LINK() local
171 String sTmp( sSectionName ); sTmp += String::CreateFromInt32(i); in IMPL_LINK()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportSection.cxx258 const ::rtl::OUString sSectionName = m_xSection->getName(); in Paste() local
264 if ( _bForce || pIter->Name == sSectionName) in Paste()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx847 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 166 milliseconds