| /AOO41X/main/sal/inc/osl/ |
| H A D | profile.hxx | 73 rtl::OString readString( const rtl::OString& rSection, const rtl::OString& rEntry, in readString() argument 78 rSection.getStr(), in readString() 86 … sal_Bool readBool( const rtl::OString& rSection, const rtl::OString& rEntry, sal_Bool bDefault ) in readBool() argument 88 return osl_readProfileBool( profile, rSection.getStr(), rEntry.getStr(), bDefault ); in readBool() 91 sal_uInt32 readIdent(const rtl::OString& rSection, const rtl::OString& rEntry, in readIdent() argument 105 …sal_uInt32 nRet = osl_readProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pSt… in readIdent() 110 sal_Bool writeString(const rtl::OString& rSection, const rtl::OString& rEntry, in writeString() argument 113 … return osl_writeProfileString( profile, rSection.getStr(), rEntry.getStr(), rString.getStr()); in writeString() 116 sal_Bool writeBool(const rtl::OString& rSection, const rtl::OString& rEntry, sal_Bool Value) in writeBool() argument 118 return osl_writeProfileBool( profile, rSection.getStr(), rEntry.getStr(), Value); in writeBool() [all …]
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | XMLSectionExport.hxx | 157 ::com::sun::star::text::XTextSection > & rSection, 165 ::com::sun::star::text::XTextSection > & rSection, 174 ::com::sun::star::text::XTextSection > & rSection) const; 182 ::com::sun::star::text::XTextContent > & rSection, 224 ::com::sun::star::text::XDocumentIndex > & rSection); 229 ::com::sun::star::text::XTextSection > & rSection); 234 ::com::sun::star::text::XTextSection > & rSection); 239 ::com::sun::star::beans::XPropertySet > & rSection); 244 ::com::sun::star::beans::XPropertySet > & rSection); 249 ::com::sun::star::beans::XPropertySet > & rSection); [all …]
|
| H A D | XMLSectionExport.cxx | 151 const Reference<XTextSection> & rSection, in ExportSectionStart() argument 154 Reference<XPropertySet> xPropertySet(rSection, UNO_QUERY); in ExportSectionStart() 171 GetExport().AddAttributeXmlId(rSection); in ExportSectionStart() 175 if (GetIndex(rSection, xIndex)) in ExportSectionStart() 185 ExportIndexHeaderStart(rSection); in ExportSectionStart() 191 ExportRegularSectionStart(rSection); in ExportSectionStart() 197 const Reference<XTextSection> & rSection, in GetIndex() argument 205 Reference<XPropertySet> xSectionPropSet(rSection, UNO_QUERY); in GetIndex() 225 if (rSection == xEnclosingSection) in GetIndex() 238 if (rSection == xEnclosingSection) in GetIndex() [all …]
|
| H A D | XMLRedlineExport.cxx | 639 const Reference<XTextSection> & rSection, in ExportStartOrEndRedline() argument 642 Reference<XPropertySet> xPropSet(rSection, uno::UNO_QUERY); in ExportStartOrEndRedline()
|
| H A D | XMLRedlineExport.hxx | 158 ::com::sun::star::text::XTextSection> & rSection,
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | swparrtf.cxx | 543 bool rtfSections::SetCols(SwFrmFmt &rFmt, const rtfSection &rSection, in SetCols() argument 547 sal_uInt16 nCols = static_cast< sal_uInt16 >(rSection.NoCols()); in SetCols() 555 sal_uInt16 nColSpace = static_cast< sal_uInt16 >(rSection.StandardColSeperation()); in SetCols() 560 if (rSection.maPageInfo.maColumns.size()) in SetCols() 565 (static_cast<size_t>(n)+1) < rSection.maPageInfo.maColumns.size() && i < nCols; in SetCols() 570 sal_uInt16 nSp = static_cast< sal_uInt16 >(rSection.maPageInfo.maColumns[ n+1 ]); in SetCols() 573 pCol->SetWishWidth( static_cast< sal_uInt16 >(rSection.maPageInfo.maColumns[ n ]) + in SetCols() 585 const rtfSection &rSection, bool bIgnoreCols) in SetPage() argument 588 rInPageDesc.SetLandscape(rSection.IsLandScape()); in SetPage() 592 aSz.SetWidth(rSection.GetPageWidth()); in SetPage() [all …]
|
| H A D | swparrtf.hxx | 247 void SetSegmentToPageDesc(const rtfSection &rSection, bool bTitlePage, 249 SwSectionFmt *InsertSection(SwPaM& rMyPaM, rtfSection &rSection); 251 const rtfSection &rSection, bool bIgnoreCols); 252 void GetPageULData(const rtfSection &rSection, bool bFirst, 255 bool SetCols(SwFrmFmt &rFmt, const rtfSection &rSection, 257 void SetHdFt(rtfSection &rSection);
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 221 void SwWW8ImplReader::SetDocumentGrid(SwFrmFmt &rFmt, const wwSection &rSection) in SetDocumentGrid() argument 226 rFmt.SetFmtAttr(SvxFrameDirectionItem(rSection.meDir, RES_FRAMEDIR)); in SetDocumentGrid() 238 switch (rSection.maSep.clm) in SetDocumentGrid() 274 const sal_Int32 nLinePitch = rSection.maSep.dyaLinePitch; in SetDocumentGrid() 291 if (rSection.maSep.dxtCharSpace) in SetDocumentGrid() 293 sal_uInt32 nCharSpace = rSection.maSep.dxtCharSpace; in SetDocumentGrid() 310 if (rSection.IsVertical()) in SetDocumentGrid() 347 bool wwSectionManager::SetCols(SwFrmFmt &rFmt, const wwSection &rSection, in SetCols() argument 351 sal_Int16 nCols = rSection.NoCols(); in SetCols() 359 sal_Int32 nColSpace = rSection.StandardColSeperation(); in SetCols() [all …]
|
| H A D | ww8par.cxx | 2133 const SwPageDesc *pPrev, const wwSection &rSection) in Read_HdFt() argument 2140 rSection.maSep.grpfIhdt & ~(WW8_HEADER_FIRST | WW8_FOOTER_FIRST); in Read_HdFt() 2141 pPD = rSection.mpPage; in Read_HdFt() 2147 pPD = rSection.mpTitlePage; in Read_HdFt() 2150 sal_uInt8 grpfIhdt = rSection.maSep.grpfIhdt; in Read_HdFt() 2204 if (bIsHeader && rSection.IsFixedHeightHeader()) in Read_HdFt() 2206 else if (bIsFooter && rSection.IsFixedHeightFooter()) in Read_HdFt() 2212 static_cast< sal_uInt16 >(rSection.GetTextAreaWidth()) ); in Read_HdFt() 2227 bool wwSectionManager::SectionIsProtected(const wwSection &rSection) const in SectionIsProtected() 2229 return (mrReader.pWwFib->fReadOnlyRecommended && !rSection.IsNotProtected()); in SectionIsProtected() [all …]
|
| H A D | ww8par.hxx | 781 void SetSegmentToPageDesc(const wwSection &rSection, bool bTitlePage, 787 const wwSection &rSection) const; 790 const wwSection &rSection, bool bIgnoreCols) const; 795 void SetUseOn(wwSection &rSection); 796 void SetHdFt(wwSection &rSection, int nSect, const wwSection *pPrevious); 798 SwSectionFmt *InsertSection(SwPaM& rMyPaM, wwSection &rSection); 799 bool SetCols(SwFrmFmt &rFmt, const wwSection &rSection, 801 bool SectionIsProtected(const wwSection &rSection) const; 802 void SetLeftRight(wwSection &rSection); 1239 const wwSection &rSection); [all …]
|
| H A D | wrtw8nds.cxx | 2578 const SwSection& rSection = rSectionNode.GetSection(); in OutputSectionNode() local 2583 …&& rSection.GetType() != TOX_CONTENT_SECTION && rSection.GetType() != TOX_HEADER_SECTION) //No sec… in OutputSectionNode() 2608 const SwSectionFmt& rFmt = *rSection.GetFmt(); in OutputSectionNode() 2621 if ( TOX_CONTENT_SECTION == rSection.GetType() ) in OutputSectionNode()
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | propread.cxx | 282 Section::Section( Section& rSection ) in Section() argument 285 mnTextEnc = rSection.mnTextEnc; in Section() 287 aFMTID[ i ] = rSection.aFMTID[ i ]; in Section() 288 …for ( PropEntry* pProp = (PropEntry*)rSection.First(); pProp; pProp = (PropEntry*)rSection.Next() ) in Section() 601 Section& Section::operator=( Section& rSection ) in operator =() argument 605 if ( this != &rSection ) in operator =() 607 memcpy( (void*)aFMTID, (void*)rSection.aFMTID, 16 ); in operator =() 611 for ( pProp = (PropEntry*)rSection.First(); pProp; pProp = (PropEntry*)rSection.Next() ) in operator =() 640 void PropRead::AddSection( Section& rSection ) in AddSection() argument 642 Insert( new Section( rSection ), LIST_APPEND ); in AddSection()
|
| H A D | propread.hxx | 150 Section( Section& rSection ); 153 Section& operator=( Section& rSection ); 173 void AddSection( Section& rSection );
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | section.cxx | 127 SwSectionData::SwSectionData(SwSection const& rSection) in SwSectionData() argument 128 : m_eType(rSection.GetType()) in SwSectionData() 129 , m_sSectionName(rSection.GetSectionName()) in SwSectionData() 130 , m_sCondition(rSection.GetCondition()) in SwSectionData() 131 , m_sLinkFileName(rSection.GetLinkFileName()) in SwSectionData() 132 , m_sLinkFilePassword(rSection.GetLinkFilePassword()) in SwSectionData() 133 , m_Password(rSection.GetPassword()) in SwSectionData() 134 , m_bHiddenFlag(rSection.IsHiddenFlag()) in SwSectionData() 135 , m_bProtectFlag(rSection.IsProtect()) in SwSectionData() 137 , m_bEditInReadonlyFlag(rSection.IsEditInReadonly()) in SwSectionData() [all …]
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | unsect.cxx | 310 SwSectionFmt const& rSectionFmt, SwSection const& rSection, in SwUndoDelSection() argument 313 , m_pSectionData( new SwSectionData(rSection) ) in SwUndoDelSection() 314 , m_pTOXBase( rSection.ISA( SwTOXBaseSection ) in SwUndoDelSection() 315 ? new SwTOXBase(static_cast<SwTOXBaseSection const&>(rSection)) in SwUndoDelSection() 317 , m_pAttrSet( ::lcl_GetAttrSet(rSection) ) in SwUndoDelSection() 422 SwSection const& rSection, SwNodeIndex const*const pIndex, in SwUndoUpdateSection() argument 425 , m_pSectionData( new SwSectionData(rSection) ) in SwUndoUpdateSection() 426 , m_pAttrSet( ::lcl_GetAttrSet(rSection) ) in SwUndoUpdateSection()
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | wrthtml.cxx | 480 const SwSection& rSection, in lcl_html_GetFmtCol() argument 487 FILE_LINK_SECTION != rSection.GetType() && in lcl_html_GetFmtCol() 504 const SwSection& rSection = pSectNd->GetSection(); in lcl_html_IsMultiColStart() local 505 const SwSectionFmt *pFmt = rSection.GetFmt(); in lcl_html_IsMultiColStart() 506 if( pFmt && lcl_html_GetFmtCol( rHTMLWrt, rSection, *pFmt ) ) in lcl_html_IsMultiColStart() 526 const SwSection& rSection, in lcl_html_OutSectionStartTag() argument 541 const String& rName = rSection.GetSectionName(); in lcl_html_OutSectionStartTag() 555 if( FILE_LINK_SECTION == rSection.GetType() ) in lcl_html_OutSectionStartTag() 560 const String& aFName = rSection.GetLinkFileName(); in lcl_html_OutSectionStartTag() 656 const SwSection& rSection = rSectNd.GetSection(); in OutHTML_Section() local [all …]
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unosect.cxx | 550 lcl_UpdateLinkType(SwSection & rSection, bool const bLinkUpdateAlways = true) in lcl_UpdateLinkType() argument 552 if (rSection.GetType() == DDE_LINK_SECTION) in lcl_UpdateLinkType() 555 if (!rSection.IsConnected()) in lcl_UpdateLinkType() 557 rSection.CreateLink(CREATE_CONNECT); in lcl_UpdateLinkType() 559 rSection.SetUpdateType( static_cast< sal_uInt16 >((bLinkUpdateAlways) in lcl_UpdateLinkType() 572 SwSection & rSection = *pFmt->GetSection(); in lcl_UpdateSection() local 579 == rSection.GetSectionName()) in lcl_UpdateSection() 590 lcl_UpdateLinkType(rSection, bLinkUpdateAlways); in lcl_UpdateSection()
|
| H A D | unoidx.cxx | 399 SwTOXBase & rSection( GetTOXSectionOrThrow() ); in GetFormMax() local 402 : rSection.GetTOXForm().GetFormMax(); in GetFormMax() 449 SwDoc & rDoc, SwTOXBaseSection const& rSection) in CreateXDocumentIndex() argument 453 SwSectionFmt *const pFmt = rSection.GetFmt(); in CreateXDocumentIndex() 458 SwXDocumentIndex *const pIndex(new SwXDocumentIndex(rSection, rDoc)); in CreateXDocumentIndex()
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbasystem.cxx | 143 SwVbaSystem::PrivateProfileString( const rtl::OUString& rFilename, const rtl::OUString& rSection, c… in PrivateProfileString() argument 159 ByteString aGroupName = ByteString( rSection.getStr(), RTL_TEXTENCODING_DONTKNOW); in PrivateProfileString()
|
| H A D | vbasystem.hxx | 61 …vateProfileString( const rtl::OUString& rFilename, const rtl::OUString& rSection, const rtl::OUStr…
|
| /AOO41X/main/sw/inc/ |
| H A D | IDocumentRedlineAccess.hxx | 178 /*[in]*/const SwStartNode& rSection,
|
| H A D | unoidx.hxx | 81 CreateXDocumentIndex(SwDoc & rDoc, SwTOXBaseSection const& rSection);
|
| H A D | doc.hxx | 795 …virtual bool DeleteRedline(/*[in]*/const SwStartNode& rSection, /*[in]*/bool bSaveInUndo, /*[in]*/…
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | oleprops.cxx | 1193 SfxOleSection& rSection = *aIt->second; in ImplSave() local 1197 SaveObject( rStrm, rSection ); in ImplSave()
|