/aoo4110/main/extensions/source/mozbootstrap/ |
H A D | MNSINIParser.cxx | 70 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 D | MNSProfileDiscover.cxx | 91 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()
|
/aoo4110/main/connectivity/workben/iniParser/ |
H A D | main.cxx | 107 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()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | regionsw.cxx | 116 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 D | uiregionsw.cxx | 1791 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()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 503 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()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 579 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 D | htmlsect.cxx | 312 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()
|
/aoo4110/main/forms/source/component/ |
H A D | spinbutton.cxx | 215 OStreamSection aSection( Reference< XDataOutputStream >( _rxOutStream, UNO_QUERY ) ); in write() local 233 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read() local
|
H A D | scrollbar.cxx | 259 OStreamSection aSection( Reference< XDataOutputStream >( _rxOutStream, UNO_QUERY ) ); in write() local 277 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read() local
|
H A D | Button.cxx | 157 OStreamSection aSection( _rxOutStream.get() ); in write() local 199 OStreamSection aSection( _rxInStream.get() ); in read() local
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 695 Section aSection( pSectCLSID ); in Read() local 696 aSection.Read( mpSvStream ); in Read() 697 AddSection( aSection ); in Read()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLSectionExport.cxx | 1788 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()
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cntex.cxx | 172 uno::Any aSection = xSections->getByName( sTmp ); in IMPL_LINK() local 173 aSection >>= pxIndexSectionsArr[i]->xContainerSection; in IMPL_LINK()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 684 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 D | ww8par5.cxx | 2487 SwSectionData aSection(FILE_LINK_SECTION, in Read_F_IncludeText() local 2489 aSection.SetLinkFileName( aPara ); in Read_F_IncludeText() 2490 aSection.SetProtectFlag(true); in Read_F_IncludeText() 2493 rDoc.InsertSwSection(*pPaM, aSection, 0, 0, false); in Read_F_IncludeText()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 1818 SwSectionData aSection(*pSect); in setName() local 1820 aSection.SetSectionName(sNewName); in setName() 1839 pFmt->GetDoc()->UpdateSection(nApplyPos, aSection); in setName()
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 686 OStreamSection aSection(_rxOut.get()); in Save() local 692 OStreamSection aSection(_rxIn.get()); in Load() local
|
/aoo4110/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1547 Sequence< sal_Int8 > aSection( m_pData + m_nCurPos, nSize ); in getInputStreamForSection() local 1548 xTempOut->writeBytes( aSection ); in getInputStreamForSection()
|