Home
last modified time | relevance | path

Searched refs:rBreak (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dbrkitem.hxx53 inline SvxFmtBreakItem( const SvxFmtBreakItem& rBreak );
87 inline SvxFmtBreakItem::SvxFmtBreakItem( const SvxFmtBreakItem& rBreak ) : in SvxFmtBreakItem() argument
88 SfxEnumItem( rBreak ) in SvxFmtBreakItem()
92 const SvxFmtBreakItem& rBreak ) in operator =() argument
94 SetValue( rBreak.GetValue() ); in operator =()
/trunk/main/sw/source/core/layout/
H A Dsoftpagebreak.cxx36 void SwTxtNode::fillSoftPageBreakList( SwSoftPageBreakList& rBreak ) const in fillSoftPageBreakList()
90 rBreak.insert( pFrm->GetOfst() ); in fillSoftPageBreakList()
99 rBreak.insert( pFrm->GetOfst() ); in fillSoftPageBreakList()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx529 const SvxFmtBreakItem &rBreak = in OutputSectionBreaks() local
531 if ( rBreak.GetBreak() == SVX_BREAK_PAGE_BEFORE ) in OutputSectionBreaks()
3628 void AttributeOutputBase::FormatBreak( const SvxFmtBreakItem& rBreak ) in FormatBreak() argument
3632 switch ( rBreak.GetBreak() ) in FormatBreak()
3640 PageBreakBefore( rBreak.GetValue() ); in FormatBreak()
3655 switch ( rBreak.GetBreak() ) in FormatBreak()
/trunk/main/sw/inc/
H A Dndtxt.hxx692 void fillSoftPageBreakList( SwSoftPageBreakList& rBreak ) const;

Completed in 35 milliseconds