Searched defs:Swap (Results 1 – 11 of 11) sorted by relevance
34 static void Swap( long & nValue ) in Swap() function in Convert36 static void Swap( ULONG & nValue ) in Swap() function in Convert38 static void Swap( short & nValue ) in Swap() function in Convert40 static void Swap( USHORT & nValue ) in Swap() function in Convert42 static void Swap( Point & aPtr ) in Swap() function in Convert44 static void Swap( Size & aSize ) in Swap() function in Convert46 static void Swap( Rectangle & rRect ) in Swap() function in Convert
54 inline Size &Swap(Size &rSize) in Swap() function
35 #define Swap( x, y ) { x ^= y; y ^= x; x ^= y; } macro
64 void Swap(char* p1, char* p2) in Swap() function
91 virtual void Swap() in Swap() function in sw::mark::MarkBase
105 static void Swap(char* p1, char* p2) in Swap() function
471 void SetLayer::Swap(SetLayer& rOther) throw() in Swap() function in sw::util::SetLayer
788 void FieldEntry::Swap(FieldEntry &rOther) throw() in Swap() function in FieldEntry
112 void Swap( SCCOLROW nInd1, SCCOLROW nInd2 ) in Swap() function in ScSortInfoArray
118 void Swap(ScDPOutLevelData& r) in Swap() function
114 inline void Swap() { std::swap( mnOffs1, mnOffs2 ); } in Swap() function
Completed in 209 milliseconds