Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A DXMLSectionSourceImportContext.cxx58 OUString sSectionName; in startFastElement() local
74 sSectionName = sValue; in startFastElement()
92 if (!sSectionName.isEmpty()) in startFastElement()
94 rSectionPropertySet->setPropertyValue("LinkRegion", Any(sSectionName)); in startFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLSectionSourceImportContext.cxx78 OUString sSectionName; in StartElement() local
99 sSectionName = xAttrList->getValueByIndex(nAttr); in StartElement()
121 if (!sSectionName.isEmpty()) in StartElement()
123 rSectionPropertySet->setPropertyValue(sLinkRegion, Any(sSectionName)); in StartElement()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxelf.h358 int getSectionIndexByName(QString sSectionName);
359 QByteArray getSectionByName(QString sSectionName);
402 bool isSectionNamePresent(QString sSectionName);
403 … static bool isSectionNamePresent(QString sSectionName,QList<SECTION_RECORD> *pListSectionRecords);
404 qint32 getSectionNumber(QString sSectionName);
405 static qint32 getSectionNumber(QString sSectionName,QList<SECTION_RECORD> *pListSectionRecords);
406 …static SECTION_RECORD getSectionRecord(QString sSectionName,QList<SECTION_RECORD> *pListSectionRec…
H A Dxelf.cpp3014 int XELF::getSectionIndexByName(QString sSectionName) in getSectionIndexByName() argument
3024 if(getStringFromMainSection(nCurrentNameIndex)==sSectionName) in getSectionIndexByName()
3048 QByteArray XELF::getSectionByName(QString sSectionName) in getSectionByName() argument
3052 quint32 nIndex=getSectionIndexByName(sSectionName); in getSectionByName()
3851 bool XELF::isSectionNamePresent(QString sSectionName) in isSectionNamePresent() argument
3860 return isSectionNamePresent(sSectionName,&listSectionRecords); in isSectionNamePresent()
3871 if(pListSectionRecords->at(i).sName==sSectionName) in isSectionNamePresent()
3881 qint32 XELF::getSectionNumber(QString sSectionName) in getSectionNumber() argument
3890 return getSectionNumber(sSectionName,&listSectionRecords); in getSectionNumber()
3901 if(pListSectionRecords->at(i).sName==sSectionName) in getSectionNumber()
[all …]
H A Dxpe.h508 bool isSectionNamePresent(QString sSectionName);
509 …static bool isSectionNamePresent(QString sSectionName,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListS…
510 …static XPE_DEF::IMAGE_SECTION_HEADER getSectionByName(QString sSectionName,QList<XPE_DEF::IMAGE_SE…
512 …static SECTION_RECORD getSectionRecordByName(QString sSectionName,QList<SECTION_RECORD> *pListSect…
514 qint32 getSectionNumber(QString sSectionName);
515 …static qint32 getSectionNumber(QString sSectionName,QList<XPE_DEF::IMAGE_SECTION_HEADER> *pListSec…
849 QString sSectionName; member
H A Dxpe.cpp1632 if(_sSectionName==sSectionName) in isSectionNamePresent()
1653 if(_sSectionName==sSectionName) in getSectionByName()
1701 if(_sSectionName==sSectionName) in getSectionNumber()
1914 record.sName=sSectionName; in getMemoryMap()
9345 sSectionName.resize(qMin(sSectionName.length(),XPE_DEF::S_IMAGE_SIZEOF_SHORT_NAME)); in getNormalCodeSection()
9351 if((((sSectionName=="CODE")||sSectionName==".text"))&& in getNormalCodeSection()
9397 sSectionName.resize(qMin(sSectionName.length(),XPE_DEF::S_IMAGE_SIZEOF_SHORT_NAME)); in getNormalDataSection()
9401 if( (((sSectionName=="DATA")||sSectionName==".data"))&& in getNormalDataSection()
9449 sSectionName.resize(qMin(sSectionName.length(),XPE_DEF::S_IMAGE_SIZEOF_SHORT_NAME)); in getConstDataSection()
9453 if((sSectionName==".rdata")&& in getConstDataSection()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dglbltree.cxx1021 OUString sSectionName(aFileUrl.GetLastName( in InsertRegion() local
1024 OUString sTempSectionName(sSectionName); in InsertRegion()
1036 sTempSectionName = sSectionName + ":" + OUString::number( nAddNumber ); in InsertRegion()
1043 sSectionName = sTempSectionName; in InsertRegion()
1045 SwSectionData aSectionData(SectionType::Content, sSectionName); in InsertRegion()
H A Dcontent.cxx862 const OUString& sSectionName = pSection->GetSectionName(); in FillMemberList() local
872 std::unique_ptr<SwContent> pCnt(new SwRegionContent(this, sSectionName, in FillMemberList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dglbltree.cxx1313 OUString sSectionName(aFileUrl.GetLastName( in InsertRegion() local
1316 OUString sTempSectionName(sSectionName); in InsertRegion()
1328 sTempSectionName = sSectionName + ":" + OUString::number( nAddNumber ); in InsertRegion()
1335 sSectionName = sTempSectionName; in InsertRegion()
1337 SwSectionData aSectionData(CONTENT_SECTION, sSectionName); in InsertRegion()
H A Dcontent.cxx677 OUString sSectionName = pFormat->GetSection()->GetSectionName(); in FillMemberList() local
687 std::unique_ptr<SwContent> pCnt(new SwRegionContent(this, sSectionName, in FillMemberList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java558 String sSectionName = sSectionNames[i]; in removeAllVisibleTextSections() local
559 if (JavaTools.FieldInList(sInvisibleSectionNames, sSectionName) < 0) in removeAllVisibleTextSections()
561 oTextSectionHandler.removeTextSectionbyName(sSectionName); in removeAllVisibleTextSections()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java558 String sSectionName = sSectionNames[i]; in removeAllVisibleTextSections() local
559 if (JavaTools.FieldInList(sInvisibleSectionNames, sSectionName) < 0) in removeAllVisibleTextSections()
561 oTextSectionHandler.removeTextSectionbyName(sSectionName); in removeAllVisibleTextSections()
/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DOdtGenerator.cxx586 librevenge::RVNGString sSectionName= in openSection() local
589 pSectionOpenElement->addAttribute("text:style-name", sSectionName); in openSection()
590 pSectionOpenElement->addAttribute("text:name", sSectionName); in openSection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/report/
H A DReportSection.cxx239 const OUString sSectionName = m_xSection->getName(); in Paste() local
242 if ( _bForce || rObject.Name == sSectionName) in Paste()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/report/
H A DReportSection.cxx246 const OUString sSectionName = m_xSection->getName(); in Paste() local
249 if ( _bForce || rObject.Name == sSectionName) in Paste()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndsect.cxx1255 const OUString sSectionName(GetSection().GetSectionName()); in MakeCopy() local
1256 pNewSect->SetSectionName(rDoc.GetUniqueSectionName( &sSectionName )); in MakeCopy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndsect.cxx1231 const OUString sSectionName(GetSection().GetSectionName()); in MakeCopy() local
1232 pNewSect->SetSectionName(pDoc->GetUniqueSectionName( &sSectionName )); in MakeCopy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par6.cxx897 …OUString sSectionName = mrReader.m_aLinkStringMap[SVBT16ToUInt16( static_cast<WW8_WKB*>(pData)->nL… in CreateSep() local
898 sSectionName = mrReader.ConvertFFileName(sSectionName); in CreateSep()
899 SwSectionData aSection(SectionType::FileLink, sSectionName); in CreateSep()
900 aSection.SetLinkFileName( sSectionName ); in CreateSep()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par6.cxx879 …OUString sSectionName = mrReader.m_aLinkStringMap[SVBT16ToUInt16( static_cast<WW8_WKB*>(pData)->nL… in CreateSep() local
880 sSectionName = mrReader.ConvertFFileName(sSectionName); in CreateSep()
881 SwSectionData aSection(FILE_LINK_SECTION, sSectionName); in CreateSep()
882 aSection.SetLinkFileName( sSectionName ); in CreateSep()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dialog/
H A Duiregionsw.cxx1510 const OUString sSectionName(pSectionData->GetSectionName()); in SetWrtShell() local
1511 m_xCurName->set_entry_text(rSh.GetUniqueSectionName(&sSectionName)); in SetWrtShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dialog/
H A Duiregionsw.cxx1539 const OUString sSectionName(pSectionData->GetSectionName()); in SetWrtShell() local
1540 m_xCurName->set_entry_text(rSh.GetUniqueSectionName(&sSectionName)); in SetWrtShell()