Searched refs:nBreakCode (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 1171 sal_uInt8 nFlag, sal_uInt8 nBreakCode) in OutHeaderFooter() argument 1183 if (rWrt.bHasHdr && nBreakCode!=0) in OutHeaderFooter() 1535 nBreakCode = 2; in SectionProperties() 1541 if ( nBreakCode == 0 ) in SectionProperties() 1653 nBreakCode = 3; in SectionProperties() 1658 nBreakCode = 4; in SectionProperties() 1670 if ( 2 == nBreakCode ) in SectionProperties() 1673 nBreakCode = 3; in SectionProperties() 1675 nBreakCode = 4; in SectionProperties() 1679 AttrOutput().SectionType( nBreakCode ); in SectionProperties() [all …]
|
H A D | wrtww8.hxx | 269 …const SwFmt& rFmt, sal_uLong& rCpPos, sal_uInt8 nHFFlags, sal_uInt8 nFlag, sal_uInt8 nBreakCode); 730 sal_uInt8 nBreakCode) = 0; 1156 sal_uInt8 nBreakCode);
|
H A D | rtfexport.hxx | 106 …st SwFrmFmt& rFmt, const SwFrmFmt& rLeftFmt, const SwFrmFmt& rFirstPageFmt, sal_uInt8 nBreakCode );
|
H A D | ww8attributeoutput.hxx | 191 virtual void SectionType( sal_uInt8 nBreakCode );
|
H A D | attributeoutputbase.hxx | 303 virtual void SectionType( sal_uInt8 nBreakCode ) = 0;
|
H A D | rtfattributeoutput.hxx | 226 virtual void SectionType( sal_uInt8 nBreakCode );
|
H A D | docxattributeoutput.hxx | 225 virtual void SectionType( sal_uInt8 nBreakCode );
|
H A D | rtfattributeoutput.cxx | 1453 void RtfAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() argument 1455 OSL_TRACE("%s, nBreakCode = %d", OSL_THIS_FUNC, nBreakCode); in SectionType() 1462 switch ( nBreakCode ) in SectionType()
|
H A D | docxattributeoutput.cxx | 1982 void DocxAttributeOutput::SectionType( sal_uInt8 nBreakCode ) in SectionType() argument 1988 switch ( nBreakCode ) in SectionType()
|
Completed in 130 milliseconds