Searched refs:StringPtr (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svl/source/memtools/ |
H A D | svarray.cxx | 74 SV_IMPL_PTRARR( SvStrings, StringPtr ) in SV_IMPL_VARARR() 75 SV_IMPL_PTRARR( SvStringsDtor, StringPtr ) in SV_IMPL_VARARR() 76 SV_IMPL_OP_PTRARR_SORT( SvStringsSort, StringPtr ) in SV_IMPL_VARARR() 77 SV_IMPL_OP_PTRARR_SORT( SvStringsSortDtor, StringPtr ) in SV_IMPL_VARARR() 89 _SV_IMPL_SORTAR_ALG( SvStringsISort, StringPtr ) in SV_IMPL_VARARR() 96 delete *((StringPtr*)pData+n); in SV_IMPL_VARARR() 100 sal_Bool SvStringsISort::Seek_Entry( const StringPtr aE, sal_uInt16* pP ) const in Seek_Entry() 111 StringCompare eCmp = (*((StringPtr*)pData + nM))-> in Seek_Entry() 136 _SV_IMPL_SORTAR_ALG( SvStringsISortDtor, StringPtr ) in _SV_IMPL_SORTAR_ALG() argument 143 delete *((StringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG() [all …]
|
/trunk/main/svl/inc/svl/ |
H A D | svstdarr.hxx | 151 typedef String* StringPtr; typedef 158 SV_DECL_PTRARR_VISIBILITY( SvStrings, StringPtr, 1, 1, SVL_DLLPUBLIC ) 165 SV_DECL_PTRARR_DEL_VISIBILITY( SvStringsDtor, StringPtr, 1, 1, SVL_DLLPUBLIC ) 172 SV_DECL_PTRARR_SORT_VISIBILITY( SvStringsSort, StringPtr, 1, 1, SVL_DLLPUBLIC ) 179 SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvStringsSortDtor, StringPtr, 1, 1, SVL_DLLPUBLIC ) 186 SV_DECL_PTRARR_SORT_VISIBILITY( SvStringsISort, StringPtr, 1, 1, SVL_DLLPUBLIC ) 193 SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvStringsISortDtor, StringPtr, 1, 1, SVL_DLLPUBLIC )
|
/trunk/main/svx/source/items/ |
H A D | numfmtsh.cxx | 712 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithFormats_Impl() 757 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithDateTime_Impl() 846 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithSysCurrencys() 889 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithSysCurrencys() 1008 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithUserCurrencys() 1055 const StringPtr pTestStr=aList[j]; in FillEListWithUserCurrencys() 1149 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithUsD_Impl() 1608 const StringPtr pTestStr=rList[j]; in GetCurrencySymbols() 1628 const StringPtr pTestStr=rList[j]; in GetCurrencySymbols()
|
/trunk/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 307 StringPtr pNew = pAutoString = new SwAutoCompleteString( aNewWord, 0, nWrdLen ); in InsertWord() 400 const StringPtr pStr = (StringPtr)&rWord; in GetRange() 418 const StringPtr pStr = rNewLst[ nNewPos ]; in CheckChangedList()
|
H A D | doctxm.cxx | 127 rArr.Insert( (StringPtr)pStr ); in SV_IMPL_PTRARR()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xihelper.hxx | 332 typedef ::std::auto_ptr< String > StringPtr; typedef in XclImpCachedValue 335 StringPtr mxStr; /// Cached value is a string.
|
H A D | xecontent.hxx | 124 typedef ::std::auto_ptr< String > StringPtr; typedef in XclExpHyperlink 128 StringPtr mxRepr; /// Cell representation text.
|
/trunk/main/svtools/source/control/ |
H A D | inettbc.cxx | 197 … const StringPtr pStr = new String( aURL.GetMainURL( INetURLObject::DECODE_WITH_CHARSET ) ); in FillPicklist() 334 const StringPtr pCompletion = new String( rCompletion ); in Insert() 336 const StringPtr pURL = new String( rURL ); in Insert()
|
/trunk/main/solenv/inc/ |
H A D | premac.h | 43 #define StringPtr MacOSStringPtr macro
|
H A D | postmac.h | 43 #undef StringPtr
|
/trunk/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 540 SV_DECL_PTRARR_DEL(ExpandedEntries, StringPtr,16,8) 541 SV_IMPL_PTRARR(ExpandedEntries, StringPtr) 594 StringPtr pString=new String(GetEntryText(pEntry)); in MakeExpanded_Impl()
|
/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 2551 const StringPtr pStr = pAutoCmpltList->GetObject( n ); in Reset() 2577 const StringPtr pStr = (StringPtr)aLBEntries.GetEntryData( nPos ); in IMPL_LINK()
|
Completed in 85 milliseconds