Home
last modified time | relevance | path

Searched refs:sSectionName (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx661 String sSectionName = pFmt->GetSection()->GetSectionName(); in FillMemberList() local
671 SwContent* pCnt = new SwRegionContent(this, sSectionName, in FillMemberList()
H A Dglbltree.cxx1443 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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseTableReader.java85 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()

Completed in 88 milliseconds