Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/dialogs/
H A Dproperty.cxx728 SvPropertyLine* pPropLine=PLineArray[i]; in Clear() local
730 switch(pPropLine->GetKindOfControl()) in Clear()
734 case KOC_EDIT: delete pPropLine->GetSvXPropertyControl(); in Clear()
739 delete pPropLine; in Clear()
902 SvPropertyLine* pPropLine = PLineArray[ i ]; in SetPropertyValue() local
903 SvXPropertyControl* pSvXPCtr=pPropLine->GetSvXPropertyControl(); in SetPropertyValue()
919 SvPropertyLine* pPropLine=new SvPropertyLine(&aPlayGround,WB_TABSTOP | WB_DIALOGCONTROL); in InsertEntry() local
924 PLineArray.Insert(pPropLine,nInsPos); in InsertEntry()
928 PLineArray.Insert(pPropLine,nPos); in InsertEntry()
930 pPropLine->SetNameWidth(nTheNameSize); in InsertEntry()
[all …]