Searched refs:ByteStringPtr (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svl/source/memtools/ |
H A D | svarray.cxx | 79 SV_IMPL_PTRARR( SvByteStrings, ByteStringPtr ) in SV_IMPL_VARARR() 80 SV_IMPL_PTRARR( SvByteStringsDtor, ByteStringPtr ) in SV_IMPL_VARARR() 81 SV_IMPL_OP_PTRARR_SORT( SvByteStringsSort, ByteStringPtr ) in SV_IMPL_VARARR() 82 SV_IMPL_OP_PTRARR_SORT( SvByteStringsSortDtor, ByteStringPtr ) in SV_IMPL_VARARR() 275 _SV_IMPL_SORTAR_ALG( SvByteStringsISort, ByteStringPtr ) in _SV_IMPL_SORTAR_ALG() argument 282 delete *((ByteStringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG() 286 sal_Bool SvByteStringsISort::Seek_Entry( const ByteStringPtr aE, sal_uInt16* pP ) const in Seek_Entry() 297 StringCompare eCmp = (*((ByteStringPtr*)pData + nM))-> in Seek_Entry() 321 _SV_IMPL_SORTAR_ALG( SvByteStringsISortDtor, ByteStringPtr ) in _SV_IMPL_SORTAR_ALG() argument 328 delete *((ByteStringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG() [all …]
|
/aoo42x/main/svl/inc/svl/ |
H A D | svstdarr.hxx | 152 typedef ByteString* ByteStringPtr; typedef 200 SV_DECL_PTRARR_VISIBILITY( SvByteStrings, ByteStringPtr, 1, 1, SVL_DLLPUBLIC ) 207 SV_DECL_PTRARR_DEL_VISIBILITY( SvByteStringsDtor, ByteStringPtr, 1, 1, SVL_DLLPUBLIC ) 214 SV_DECL_PTRARR_SORT_VISIBILITY( SvByteStringsSort, ByteStringPtr, 1, 1, SVL_DLLPUBLIC ) 221 SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvByteStringsSortDtor, ByteStringPtr, 1, 1, SVL_DLLPUBLIC ) 228 SV_DECL_PTRARR_SORT_VISIBILITY( SvByteStringsISort, ByteStringPtr, 1, 1, SVL_DLLPUBLIC ) 235 SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvByteStringsISortDtor, ByteStringPtr, 1, 1, SVL_DLLPUBLIC )
|
/aoo42x/main/svl/source/items/ |
H A D | style.cxx | 1163 const ByteStringPtr* ppB = aSortConvNames.GetData(); in Store()
|
Completed in 20 milliseconds