Home
last modified time | relevance | path

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

/trunk/main/svl/unx/inc/
H A Dconvert.hxx34 static void Swap( long & nValue ) in Swap() function in Convert
36 static void Swap( ULONG & nValue ) in Swap() function in Convert
38 static void Swap( short & nValue ) in Swap() function in Convert
40 static void Swap( USHORT & nValue ) in Swap() function in Convert
42 static void Swap( Point & aPtr ) in Swap() function in Convert
43 { Swap( aPtr.X() ); Swap( aPtr.Y() ); } in Swap()
44 static void Swap( Size & aSize ) in Swap() function in Convert
45 { Swap( aSize.Width() ); Swap( aSize.Height() ); } in Swap()
46 static void Swap( Rectangle & rRect ) in Swap() function in Convert
47 { Swap( rRect.Top() ); Swap( rRect.Bottom() ); in Swap()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalmathutils.cxx35 #define Swap( x, y ) { x ^= y; y ^= x; x ^= y; } macro
45 Swap( rX, rY ); in CSwap()
54 Swap( rX, rY ); in UCSwap()
63 Swap( rX, rY ); in SSwap()
72 Swap( rX, rY ); in USSwap()
81 Swap( rX, rY ); in LSwap()
90 Swap( rX, rY ); in ULSwap()
133 Swap( nMax, nMed ); in Euclidian2Norm()
138 Swap( nMax, nMin ); in Euclidian2Norm()
/trunk/main/editeng/inc/editeng/
H A Dpaperinf.hxx54 inline Size &Swap(Size &rSize) in Swap() function
65 Swap( rSize ); in LandscapeSwap()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx64 void Swap(char* p1, char* p2) in Swap() function
80 Swap(front++, back--); in Invert()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx596 Swap( aPaperSize ); in Reset()
605 Swap( aPaperSize ); in Reset()
862 Swap( aSize ); in FillItemSet()
1054 Swap( aSize ); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx471 void SetLayer::Swap(SetLayer& rOther) throw() in Swap() function in sw::util::SetLayer
498 Swap(aTemp); in operator =()
H A Dwriterhelper.hxx805 void Swap(SetLayer &rOther) throw();
H A Dww8par5.cxx795 void FieldEntry::Swap(FieldEntry &rOther) throw() in Swap() function in FieldEntry
804 Swap(aTemp); in operator =()
H A Dww8par.hxx494 void Swap(FieldEntry &rOther) throw();
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx105 static void Swap(char* p1, char* p2) in Swap() function
121 Swap(front++, back--); in Invert()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx112 void Swap( SCCOLROW nInd1, SCCOLROW nInd2 ) in Swap() function in ScSortInfoArray
376 pArray->Swap( nLo, nHi ); in QuickSort()
391 pArray->Swap( ni, nj ); in QuickSort()
513 pArray->Swap(i, nRow1 + nRow); in DecoladeRow()
H A Ddpoutput.cxx118 void Swap(ScDPOutLevelData& r) in Swap() function
301 pFields[j].Swap( pFields[j+1] ); in lcl_SortFields()
/trunk/main/editeng/source/items/
H A Dpaperinf.cxx94 Swap( aSize ); in GetPaperSize()
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx507 Swap( aPageSize ); in ExecuteSizeChange()
728 Swap( aTmpPaperSize ); // Swap(..) defined in editeng/paperinf.hxx in ChangeSizeImage()
H A DPageSizeControl.cxx105 Swap( aPaperSize ); in PageSizeControl()
/trunk/main/sw/source/core/inc/
H A Dbookmrk.hxx91 virtual void Swap() in Swap() function in sw::mark::MarkBase
/trunk/main/svx/source/dialog/
H A Dframelink.cxx114 inline void Swap() { std::swap( mnOffs1, mnOffs2 ); } in Swap() function
503 rResult.Swap(); in lclLinkLeftEnd_Secn()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx373 Swap( aPaperSize ); in InsertEnv()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx433 pMarkBase->Swap(); in makeMark()
541 pMarkBase->Swap(); in repositionMark()

Completed in 116 milliseconds