Home
last modified time | relevance | path

Searched refs:rSection (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sal/inc/osl/
H A Dprofile.hxx73 rtl::OString readString( const rtl::OString& rSection, const rtl::OString& rEntry, in readString() argument
78 rSection.getStr(), in readString()
91 sal_uInt32 readIdent(const rtl::OString& rSection, const rtl::OString& rEntry, in readIdent() argument
110 sal_Bool writeString(const rtl::OString& rSection, const rtl::OString& rEntry, in writeString() argument
118 return osl_writeProfileBool( profile, rSection.getStr(), rEntry.getStr(), Value); in writeBool()
121 sal_Bool writeIdent(const rtl::OString& rSection, const rtl::OString& rEntry, in writeIdent() argument
145 sal_Bool removeEntry(const rtl::OString& rSection, const rtl::OString& rEntry) in removeEntry() argument
147 return osl_removeProfileEntry( profile, rSection.getStr(), rEntry.getStr()); in removeEntry()
154 std::list< rtl::OString > getSectionEntries(const rtl::OString& rSection ) in getSectionEntries() argument
159 int n = osl_getProfileSectionEntries( profile, rSection.getStr(), NULL, 0 ); in getSectionEntries()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.hxx157 ::com::sun::star::text::XTextSection > & rSection,
165 ::com::sun::star::text::XTextSection > & rSection,
182 ::com::sun::star::text::XTextContent > & 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);
254 ::com::sun::star::beans::XPropertySet > & rSection);
259 ::com::sun::star::beans::XPropertySet > & rSection);
[all …]
H A DXMLSectionExport.cxx151 const Reference<XTextSection> & rSection, in ExportSectionStart() argument
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
225 if (rSection == xEnclosingSection) in GetIndex()
238 if (rSection == xEnclosingSection) in GetIndex()
253 const Reference<XTextSection> & rSection, in ExportSectionEnd() argument
263 if (GetIndex(rSection, xIndex)) in ExportSectionEnd()
379 const Reference<XTextSection> & rSection) in ExportIndexHeaderStart() argument
[all …]
H A DXMLRedlineExport.cxx639 const Reference<XTextSection> & rSection, in ExportStartOrEndRedline() argument
642 Reference<XPropertySet> xPropSet(rSection, uno::UNO_QUERY); in ExportStartOrEndRedline()
H A DXMLRedlineExport.hxx158 ::com::sun::star::text::XTextSection> & rSection,
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx592 SetCols(rFmt, rSection, static_cast< sal_uInt16 >(rSection.GetPageWidth() - in SetPage()
593 rSection.GetPageLeft() - rSection.GetPageRight())); in SetPage()
626 rSection.mpTitlePage && HasHeader(rSection.mpTitlePage->GetMaster()) in GetPageULData()
735 SwPageDesc &rPage = bTitlePage ? *rSection.mpTitlePage : *rSection.mpPage; in SetSegmentToPageDesc()
794 if (rSection.mpPage && rSection.maPageInfo.mpPageHdFt) in SetHdFt()
798 MoveFrom(*rSection.maPageInfo.mpPageHdFt, *rSection.mpPage); in SetHdFt()
800 rSection.maPageInfo.mpPageHdFt = rSection.mpPage; in SetHdFt()
803 CopyFrom(*rSection.maPageInfo.mpPageHdFt, *rSection.mpPage); in SetHdFt()
806 if (rSection.mpTitlePage && rSection.maPageInfo.mpTitlePageHdFt) in SetHdFt()
813 rSection.maPageInfo.mpTitlePageHdFt = rSection.mpTitlePage; in SetHdFt()
[all …]
H A Dswparrtf.hxx246 void SetSegmentToPageDesc(const rtfSection &rSection, bool bTitlePage,
248 SwSectionFmt *InsertSection(SwPaM& rMyPaM, rtfSection &rSection);
250 const rtfSection &rSection, bool bIgnoreCols);
251 void GetPageULData(const rtfSection &rSection, bool bFirst,
254 bool SetCols(SwFrmFmt &rFmt, const rtfSection &rSection,
256 void SetHdFt(rtfSection &rSection);
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx238 switch (rSection.maSep.clm) in SetDocumentGrid()
362 if (rSection.maSep.fLBetween) in SetCols()
408 if (rSection.maSep.fRTLGutter) in SetLeftRight()
432 rSection.nPgLeft = nWWLe; in SetLeftRight()
433 rSection.nPgRight = nWWRi; in SetLeftRight()
449 SvxLRSpaceItem(rSection.GetPageLeft(), rSection.GetPageRight(), 0, 0, RES_LR_SPACE)); in SetPage()
452 SetCols(rFmt, rSection, rSection.GetTextAreaWidth()); in SetPage()
464 if (!IsBorder(rSection.brc)) in SetPageBorder()
700 rSection.mpSection = in InsertSection()
703 if (!rSection.mpSection) in InsertSection()
[all …]
H A Dww8par.cxx2141 pPD = rSection.mpPage; in Read_HdFt()
2147 pPD = rSection.mpTitlePage; in Read_HdFt()
2236 if (!rSection.maSep.grpfIhdt) in SetHdFt()
2240 if (rSection.mpPage) in SetHdFt()
2243 rSection); in SetHdFt()
2246 if (rSection.mpTitlePage) in SetHdFt()
2251 rSection); in SetHdFt()
3824 SwPageDesc &rPage = bTitlePage ? *rSection.mpTitlePage : *rSection.mpPage; in SetSegmentToPageDesc()
3826 SetNumberingType(rSection, rPage); in SetSegmentToPageDesc()
3893 if (rSection.mpPage) in SetUseOn()
[all …]
H A Dww8par.hxx781 void SetSegmentToPageDesc(const wwSection &rSection, bool bTitlePage,
787 const wwSection &rSection) const;
790 const wwSection &rSection, bool bIgnoreCols) const;
795 void SetUseOn(wwSection &rSection);
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);
1241 const wwSection &rSection);
1250 void HandleLineNumbering(const wwSection &rSection);
[all …]
H A Dwrtw8nds.cxx2578 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()
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx128 : 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()
133 , m_Password(rSection.GetPassword()) in SwSectionData()
134 , m_bHiddenFlag(rSection.IsHiddenFlag()) in SwSectionData()
135 , m_bProtectFlag(rSection.IsProtect()) in SwSectionData()
139 , m_bHidden(rSection.IsHidden()) in SwSectionData()
141 , m_bConnectFlag(rSection.IsConnectFlag()) in SwSectionData()
1432 rSection.SetConnectFlag(false); in DataChanged()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx282 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 Dpropread.hxx150 Section( Section& rSection );
153 Section& operator=( Section& rSection );
173 void AddSection( Section& rSection );
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx310 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()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx480 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 …]
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx550 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 Dunoidx.cxx399 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()
/trunk/main/sw/source/ui/vba/
H A Dvbasystem.cxx143 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 Dvbasystem.hxx61 …vateProfileString( const rtl::OUString& rFilename, const rtl::OUString& rSection, const rtl::OUStr…
/trunk/main/sw/inc/
H A DIDocumentRedlineAccess.hxx178 /*[in]*/const SwStartNode& rSection,
H A Dunoidx.hxx81 CreateXDocumentIndex(SwDoc & rDoc, SwTOXBaseSection const& rSection);
H A Ddoc.hxx795 …virtual bool DeleteRedline(/*[in]*/const SwStartNode& rSection, /*[in]*/bool bSaveInUndo, /*[in]*/…
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx1193 SfxOleSection& rSection = *aIt->second; in ImplSave() local
1197 SaveObject( rStrm, rSection ); in ImplSave()

Completed in 301 milliseconds