Home
last modified time | relevance | path

Searched refs:aSection (Results 1 – 20 of 20) sorted by relevance

/trunk/main/extensions/source/mozbootstrap/
H A DMNSINIParser.cxx70 ini_Section *aSection = &mAllSection[sectionName]; in IniParser() local
77 aSection->lList.push_back(nameValue); in IniParser()
91 ini_Section *aSection = &mAllSection[sectionName]; in IniParser() local
92 aSection->sName = sectionName; in IniParser()
113 ini_Section *aSection = &(*iBegin).second; in Dump() local
114 OString sec_name_tmp = OUStringToOString(aSection->sName, RTL_TEXTENCODING_ASCII_US); in Dump()
115 for(NameValueList::iterator itor=aSection->lList.begin(); in Dump()
116 itor != aSection->lList.end(); in Dump()
H A DMNSProfileDiscover.cxx91 ini_Section *aSection = &(*iBegin).second; in LoadXPToolkitProfiles() local
97 for(NameValueList::iterator itor=aSection->lList.begin(); in LoadXPToolkitProfiles()
98 itor != aSection->lList.end(); in LoadXPToolkitProfiles()
/trunk/main/connectivity/workben/iniParser/
H A Dmain.cxx107 ini_Section *aSection = &mAllSection[sectionName]; in IniParser() local
114 aSection->lList.push_back(nameValue); in IniParser()
128 ini_Section *aSection = &mAllSection[sectionName]; in IniParser() local
129 aSection->sName = sectionName; in IniParser()
151 ini_Section *aSection = &(*iBegin).second; in Dump() local
152 OString sec_name_tmp = OUStringToOString(aSection->sName, RTL_TEXTENCODING_ASCII_US); in Dump()
153 for(NameValueList::iterator itor=aSection->lList.begin(); in Dump()
154 itor != aSection->lList.end(); in Dump()
/trunk/main/sw/source/ui/dialog/
H A Dregionsw.cxx116 SwSectionData aSection(CONTENT_SECTION, aTmpStr); in InsertRegionDialog() local
152 aSection.SetProtectFlag(bProtect); in InsertRegionDialog()
153 aSection.SetHidden(bHidden); in InsertRegionDialog()
155 aSection.SetEditInReadonlyFlag(bEditInReadonly); in InsertRegionDialog()
160 aSection.SetCondition(((const SfxStringItem *)pItem)->GetValue()); in InsertRegionDialog()
184 aSection.SetType( FILE_LINK_SECTION ); in InsertRegionDialog()
185 aSection.SetLinkFileName(sLinkFileName); in InsertRegionDialog()
187 rSh.InsertSection(aSection, aSet.Count() ? &aSet : 0); in InsertRegionDialog()
H A Duiregionsw.cxx1791 SwSectionData aSection(CONTENT_SECTION, aCurName.GetText()); in FillItemSet() local
1792 aSection.SetCondition(aConditionED.GetText()); in FillItemSet()
1794 aSection.SetProtectFlag(bProtected); in FillItemSet()
1795 aSection.SetHidden(aHideCB.IsChecked()); in FillItemSet()
1797 aSection.SetEditInReadonlyFlag(aEditInReadonlyCB.IsChecked()); in FillItemSet()
1801 aSection.SetPassword(m_aNewPasswd); in FillItemSet()
1830 aSection.SetLinkFilePassword( m_sFilePasswd ); in FillItemSet()
1839 aSection.SetLinkFileName(aLinkFile); in FillItemSet()
1842 aSection.SetType( aDDECB.IsChecked() ? in FillItemSet()
1847 ((SwInsertSectionTabDialog*)GetTabDialog())->SetSectionData(aSection); in FillItemSet()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx503 SwSectionData aSection( FILE_LINK_SECTION, GetUniqueSectionName( 0 ) ); in NavigatorPaste() local
508 aSection.SetLinkFileName( aLinkFile ); in NavigatorPaste()
509 aSection.SetProtectFlag( true ); in NavigatorPaste()
510 const SwSection* pIns = InsertSection( aSection ); in NavigatorPaste()
513 aSection = SwSectionData(*pIns); in NavigatorPaste()
514 aSection.SetLinkFileName( aEmptyStr ); in NavigatorPaste()
515 aSection.SetType( CONTENT_SECTION ); in NavigatorPaste()
516 aSection.SetProtectFlag( false ); in NavigatorPaste()
530 UpdateSection( GetSectionFmtPos( *pIns->GetFmt() ), aSection ); in NavigatorPaste()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseTableReader.java87 Vector<String[]> aSection = maSections.get(sSectionName); in GetSection() local
88 if (aSection == null) in GetSection()
90 aSection = new Vector<>(); in GetSection()
91 maSections.put(sSectionName, aSection); in GetSection()
93 return aSection; in GetSection()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx579 if( aSection.Len() || bURLContainsDelim ) in lcl_html_OutSectionStartTag()
581 if( aSection.Len() ) in lcl_html_OutSectionStartTag()
583 xub_StrLen nPos = aSection.Search( '%' ); in lcl_html_OutSectionStartTag()
586 aSection.Erase( nPos, 1 ); in lcl_html_OutSectionStartTag()
587 aSection.InsertAscii( "%25", nPos ); in lcl_html_OutSectionStartTag()
588 nPos = aSection.Search( '%', nPos+3 ); in lcl_html_OutSectionStartTag()
590 nPos = aSection.Search( cDelim ); in lcl_html_OutSectionStartTag()
593 aSection.Erase( nPos, 1 ); in lcl_html_OutSectionStartTag()
594 aSection.InsertAscii( "%FF", nPos ); in lcl_html_OutSectionStartTag()
595 nPos = aSection.Search( cDelim, nPos+3 ); in lcl_html_OutSectionStartTag()
[all …]
H A Dhtmlsect.cxx312 SwSectionData aSection( (aHRef.Len()) ? FILE_LINK_SECTION in NewDivision() local
316 aSection.SetLinkFileName( aHRef ); in NewDivision()
317 aSection.SetProtectFlag(true); in NewDivision()
339 pDoc->InsertSwSection( *pPam, aSection, 0, &aFrmItemSet, false ); in NewDivision()
698 SwSectionData aSection( CONTENT_SECTION, aName ); in NewMultiCol() local
733 pDoc->InsertSwSection( *pPam, aSection, 0, &aFrmItemSet, false ); in NewMultiCol()
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx1788 for(Reference<XTextSection> aSection(rSection); in IsMuteSection() local
1789 aSection.is(); in IsMuteSection()
1790 aSection = aSection->getParentSection()) in IsMuteSection()
1793 Reference<XPropertySet> xPropSet(aSection, UNO_QUERY); in IsMuteSection()
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx695 Section aSection( pSectCLSID ); in Read() local
696 aSection.Read( mpSvStream ); in Read()
697 AddSection( aSection ); in Read()
/trunk/main/forms/source/component/
H A Dspinbutton.cxx215 OStreamSection aSection( Reference< XDataOutputStream >( _rxOutStream, UNO_QUERY ) ); in write() local
233 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read() local
H A Dscrollbar.cxx259 OStreamSection aSection( Reference< XDataOutputStream >( _rxOutStream, UNO_QUERY ) ); in write() local
277 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read() local
H A DButton.cxx157 OStreamSection aSection( _rxOutStream.get() ); in write() local
199 OStreamSection aSection( _rxInStream.get() ); in read() local
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx172 uno::Any aSection = xSections->getByName( sTmp ); in IMPL_LINK() local
173 aSection >>= pxIndexSectionsArr[i]->xContainerSection; in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx684 SwSectionData aSection( CONTENT_SECTION, in InsertSection() local
698 aSection.SetProtectFlag(SectionIsProtected(rSection)); in InsertSection()
701 mrReader.rDoc.InsertSwSection( rMyPaM, aSection, 0, & aSet ); in InsertSection()
849 SwSectionData aSection(FILE_LINK_SECTION, sSectionName); in CreateSep() local
850 aSection.SetLinkFileName( sSectionName ); in CreateSep()
851 aSection.SetProtectFlag(true); in CreateSep()
854 mrReader.rDoc.InsertSwSection(*mrReader.pPaM, aSection, 0, 0, false); in CreateSep()
H A Dww8par5.cxx2494 SwSectionData aSection(FILE_LINK_SECTION, in Read_F_IncludeText() local
2496 aSection.SetLinkFileName( aPara ); in Read_F_IncludeText()
2497 aSection.SetProtectFlag(true); in Read_F_IncludeText()
2500 rDoc.InsertSwSection(*pPaM, aSection, 0, 0, false); in Read_F_IncludeText()
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx1818 SwSectionData aSection(*pSect); in setName() local
1820 aSection.SetSectionName(sNewName); in setName()
1839 pFmt->GetDoc()->UpdateSection(nApplyPos, aSection); in setName()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx686 OStreamSection aSection(_rxOut.get()); in Save() local
692 OStreamSection aSection(_rxIn.get()); in Load() local
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1547 Sequence< sal_Int8 > aSection( m_pData + m_nCurPos, nSize ); in getInputStreamForSection() local
1548 xTempOut->writeBytes( aSection ); in getInputStreamForSection()

Completed in 147 milliseconds