Home
last modified time | relevance | path

Searched defs:Fix (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sw/source/core/text/
H A Dpordrop.hxx82 inline void Fix( const KSHORT nNew ) { nFix = nNew; } in Fix() function in SwDropPortion
H A Dporglue.hxx71 inline void Fix( const KSHORT nNewFix ) { nFix = nNewFix; } in Fix() function in SwFixPortion
72 inline KSHORT Fix() const { return nFix; } in Fix() function in SwFixPortion
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.hxx67 class Fix class
79 Fix() { x=0; } in Fix() function in Fix
80 Fix( int i ) { x=(long(i)<<FIX_POST); } in Fix() function in Fix
81 Fix( short l ) { x=(long(l)<<FIX_POST); } in Fix() function in Fix
82 Fix( sal_uInt16 l ) { x=(long(l)<<FIX_POST); } in Fix() function in Fix
83 Fix( long l ) { x=(l<<FIX_POST); } in Fix() function in Fix
84 Fix( long Z, long N ) { x=(Z<<FIX_POST)/N; } in Fix() function in Fix
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1160 RTLFUNC(Fix) in RTLFUNC() argument

Completed in 42 milliseconds