Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dporlin.hxx75 MSHORT nWhichPor; // Who's who? member in SwLinePortion
109 inline void SetWhichPor( const MSHORT nNew ) { nWhichPor = nNew; } in SetWhichPor()
110 inline MSHORT GetWhichPor( ) const { return nWhichPor; } in GetWhichPor()
121 inline sal_Bool InToxRefOrFldGrp( ) const { return nWhichPor & in InToxRefOrFldGrp()
125 { return nWhichPor & PORGRP_TABNOTLFT ? sal_True : sal_False; } in InTabnLftGrp()
127 { return nWhichPor & PORGRP_FIXMARG ? sal_True : sal_False; } in InFixMargGrp()
141 inline sal_Bool IsFtnPortion( ) const{ return nWhichPor == POR_FTN; } in IsFtnPortion()
144 inline sal_Bool IsLayPortion( ) const{ return nWhichPor == POR_LAY; } in IsLayPortion()
147 inline sal_Bool IsFlyPortion( ) const{ return nWhichPor == POR_FLY; } in IsFlyPortion()
207 nWhichPor = rPortion.nWhichPor; in operator =()
[all …]

Completed in 11 milliseconds