Home
last modified time | relevance | path

Searched refs:pAutoCmpltList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2426 pAutoCmpltList( 0 ), in OfaAutoCompleteTabPage()
2505 if( pAutoCmpltList && nAutoCmpltListCnt != aLBEntries.GetEntryCount() ) in FillItemSet()
2508 pOpt->pAutoCmpltList = pAutoCmpltList; in FillItemSet()
2544 if( pOpt->pAutoCmpltList && pOpt->pAutoCmpltList->Count() ) in Reset()
2546 pAutoCmpltList = (SvStringsISortDtor*)pOpt->pAutoCmpltList; in Reset()
2547 pOpt->pAutoCmpltList = 0; in Reset()
2548 nAutoCmpltListCnt = pAutoCmpltList->Count(); in Reset()
2551 const StringPtr pStr = pAutoCmpltList->GetObject( n ); in Reset()
2579 nPos = pAutoCmpltList->GetPos( pStr ); in IMPL_LINK()
2581 pAutoCmpltList->Remove( nPos ); in IMPL_LINK()
[all …]
/trunk/main/editeng/source/misc/
H A Dswafopt.cxx91 pAutoCmpltList = 0; in SvxSwAutoFmtFlags()
145 pAutoCmpltList = rAFFlags.pAutoCmpltList; in operator =()
/trunk/main/editeng/inc/editeng/
H A Dswafopt.hxx37 const SvStringsISortDtor* pAutoCmpltList; // only valid inside the Dialog!!! member
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx662 pAFlags->pAutoCmpltList = &aTmpLst; in Execute()
691 if( pAFlags->pAutoCmpltList ) // any changes? in Execute()
695 pAFlags->pAutoCmpltList = 0; in Execute()
/trunk/main/cui/source/inc/
H A Dautocdlg.hxx425 SvStringsISortDtor* pAutoCmpltList; member in OfaAutoCompleteTabPage

Completed in 48 milliseconds