Searched refs:sSectionName (Results 1 – 10 of 10) sorted by relevance
/trunk/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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
|
/trunk/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()
|
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | ParseTableReader.java | 85 public Vector<String[]> GetSection (final String sSectionName) in GetSection() argument 87 Vector<String[]> aSection = maSections.get(sSectionName); in GetSection() 91 maSections.put(sSectionName, aSection); in GetSection()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 1443 String sSectionName(String(aFileUrl.GetLastName( in InsertRegion() local 1447 String sTempSectionName(sSectionName); in InsertRegion() 1459 sTempSectionName = sSectionName; in InsertRegion() 1468 sSectionName = sTempSectionName; in InsertRegion() 1470 SwSectionData aSectionData(CONTENT_SECTION, sSectionName); in InsertRegion()
|
H A D | content.cxx | 661 String sSectionName = pFmt->GetSection()->GetSectionName(); in FillMemberList() local 671 SwContent* pCnt = new SwRegionContent(this, sSectionName, in FillMemberList()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 88 milliseconds