Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporglue.hxx40 KSHORT nFixWidth; member in SwGluePortion
47 inline KSHORT GetFixWidth() const { return nFixWidth; } in GetFixWidth()
48 inline void SetFixWidth( const KSHORT nNew ) { nFixWidth = nNew; } in SetFixWidth()
70 SwFixPortion( const KSHORT nFixWidth, const KSHORT nFixPos );
83 SwMarginPortion( const KSHORT nFixWidth );
93 { return Width() - nFixWidth; } in GetPrtGlue()
102 if( nFixWidth > PrtWidth() ) in AdjFixWidth()
103 nFixWidth = PrtWidth(); in AdjFixWidth()
H A Dporfld.cxx536 nFixWidth(0), in SwNumberPortion()
617 if( nDiff < nFixWidth + nMinDist ) in Format()
618 nDiff = nFixWidth + nMinDist; in Format()
728 KSHORT nSpaceOffs = nFixWidth; in Paint()
729 pThis->Width( nFixWidth ); in Paint()
845 nFixWidth = Width(); in SwGrfNumPortion()
876 Width( nFixWidth + nFollowedByWidth ); in Format()
910 if( nDiff < nFixWidth + nMinDist ) in Format()
911 nDiff = nFixWidth + nMinDist; in Format()
953 if( nFixWidth < Width() && !bTmpLeft ) in Paint()
[all …]
H A Dporglue.cxx46 : nFixWidth( nInitFixWidth ) in SwGluePortion()
48 PrtWidth( nFixWidth ); in SwGluePortion()
H A Dporfld.hxx145 KSHORT nFixWidth; // vgl. Glues member in SwNumberPortion
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx2965 const sal_uInt16 nFixWidth = bVert ? (FRM_NEIGHBOUR | FRM_HEADFOOT) in ChgLowersProp() local
2996 if( nLowerType & nFixWidth ) in ChgLowersProp()

Completed in 45 milliseconds