Home
last modified time | relevance | path

Searched refs:ByteStringPtr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/memtools/
H A Dsvarray.cxx79 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 …]
/trunk/main/svl/inc/svl/
H A Dsvstdarr.hxx152 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 )
/trunk/main/svl/source/items/
H A Dstyle.cxx1163 const ByteStringPtr* ppB = aSortConvNames.GetData(); in Store()

Completed in 27 milliseconds