Searched refs:SwSortKey (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | sortopt.cxx | 33 SV_IMPL_PTRARR(SwSortKeys, SwSortKey*) in SV_IMPL_PTRARR() argument 39 SwSortKey::SwSortKey() : in SV_IMPL_PTRARR() 46 SwSortKey::SwSortKey(sal_uInt16 nId, const String& rSrtType, SwSortOrder eOrder) : in SwSortKey() function in SwSortKey 55 SwSortKey::SwSortKey(const SwSortKey& rOld) : in SwSortKey() function in SwSortKey 87 SwSortKey* pNew = new SwSortKey(*rOpt.aKeys[i]); in SwSortOptions() 88 aKeys.C40_INSERT( SwSortKey, pNew, aKeys.Count()); in SwSortOptions()
|
H A D | docsort.cxx | 162 const SwSortKey* pSrtKey = pOptions->aKeys[ nKey ]; in operator <()
|
/aoo41x/main/sw/inc/ |
H A D | sortopt.hxx | 37 struct SW_DLLPUBLIC SwSortKey struct 39 SwSortKey(); 40 SwSortKey( sal_uInt16 nId, const String& rSrtType, SwSortOrder eOrder ); 41 SwSortKey( const SwSortKey& rOld ); 49 SV_DECL_PTRARR(SwSortKeys, SwSortKey*, 3, 1) argument
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | srtdlg.cxx | 354 SwSortKey *pKey = new SwSortKey( nCol1, sEntry, in Apply() 356 aOptions.aKeys.C40_INSERT(SwSortKey, pKey, aOptions.aKeys.Count()); in Apply() 368 SwSortKey *pKey = new SwSortKey( nCol2, sEntry, in Apply() 370 aOptions.aKeys.C40_INSERT( SwSortKey, pKey, aOptions.aKeys.Count() ); in Apply() 382 SwSortKey *pKey = new SwSortKey( nCol3, sEntry, in Apply() 384 aOptions.aKeys.C40_INSERT( SwSortKey, pKey, aOptions.aKeys.Count() ); in Apply()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 2872 SwSortKey* pKey1 = new SwSortKey; in ConvertSortProperties() 2877 SwSortKey* pKey2 = new SwSortKey; in ConvertSortProperties() 2882 SwSortKey* pKey3 = new SwSortKey; in ConvertSortProperties() 2886 SwSortKey* aKeys[3] = {pKey1, pKey2, pKey3}; in ConvertSortProperties() 3094 rSortOpt.aKeys.C40_INSERT(SwSortKey, pKey1, rSortOpt.aKeys.Count()); in ConvertSortProperties() 3098 rSortOpt.aKeys.C40_INSERT(SwSortKey, pKey2, rSortOpt.aKeys.Count()); in ConvertSortProperties() 3102 rSortOpt.aKeys.C40_INSERT(SwSortKey, pKey3, rSortOpt.aKeys.Count()); in ConvertSortProperties()
|
Completed in 211 milliseconds