Searched refs:pFormatText (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 148 ,pFormatText(NULL) in DBG_NAME() 198 ,pFormatText(NULL) in OFieldDescControl() 489 ScrollAggregate(pFormatText,pFormatSample,pFormat,nDeltaX, nDeltaY); in ScrollAllAggregates() 537 , pFormatText}; in SetReadOnly() 828 { pFormatSample, pFormatText, 4 }, in ArrangeAggregates() 1036 pFormatText = CreateText(STR_FORMAT); in ActivateAggregate() 1151 lcl_HideAndDeleteControl(m_nPos,&pFormat,&pFormatText); in DeactivateAggregate()
|
/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 999 pFormatText(0), in OfaAutocorrReplacePage() 1039 delete pFormatText; in ~OfaAutocorrReplacePage() 1245 if(pFormatText) in RefillReplaceBox() 1246 pFormatText->DeleteAndDestroy(0, pFormatText->Count()); in RefillReplaceBox() 1248 pFormatText = new SvStringsISortDtor(); in RefillReplaceBox() 1271 pFormatText->Insert(new String(pDouble->sShort)); in RefillReplaceBox() 1297 pFormatText->Insert(new String(pWordPtr->GetShort())); in RefillReplaceBox() 1527 if(bEnableNew && pFormatText) in IMPL_LINK() 1529 for(sal_uInt16 i = 0; i < pFormatText->Count(); i++) in IMPL_LINK() 1530 if(*pFormatText->GetObject(i) == rShortTxt) in IMPL_LINK()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 98 FixedText* pFormatText; member in dbaui::OFieldDescControl
|
/trunk/main/cui/source/inc/ |
H A D | autocdlg.hxx | 235 SvStringsISortDtor* pFormatText; member in OfaAutocorrReplacePage
|
Completed in 27 milliseconds