Lines Matching refs:SvPropertyLine

440 SvPropertyLine::SvPropertyLine( Window* pParent,WinBits nWinStyle)  in SvPropertyLine()  function in SvPropertyLine
459 SvPropertyLine::SvPropertyLine( Window* pParent,const ResId& rResId ) in SvPropertyLine() function in SvPropertyLine
479 void SvPropertyLine::SetSvXPropertyControl(SvXPropertyControl* pXControl) in SetSvXPropertyControl()
486 SvXPropertyControl* SvPropertyLine::GetSvXPropertyControl() in GetSvXPropertyControl()
491 void SvPropertyLine::Resize() in Resize()
529 void SvPropertyLine::SetNeedsRepaint(sal_Bool bFlag) in SetNeedsRepaint()
534 sal_Bool SvPropertyLine::NeedsRepaint() in NeedsRepaint()
539 void SvPropertyLine::SetName(const String& rString ) in SetName()
545 String SvPropertyLine::GetName() const in GetName()
550 void SvPropertyLine::SetKindOfControl(eKindOfControl eKOC) in SetKindOfControl()
555 eKindOfControl SvPropertyLine::GetKindOfControl() in GetKindOfControl()
560 void SvPropertyLine::ShowXButton() in ShowXButton()
566 void SvPropertyLine::HideXButton() in HideXButton()
572 sal_Bool SvPropertyLine::IsVisibleXButton() in IsVisibleXButton()
577 void SvPropertyLine::ShowAsHyperLink(sal_Bool nFlag) in ShowAsHyperLink()
594 sal_Bool SvPropertyLine::IsShownAsHyperlink() in IsShownAsHyperlink()
599 void SvPropertyLine::Locked(sal_Bool nFlag) in Locked()
606 sal_Bool SvPropertyLine::IsLineLocked() in IsLineLocked()
611 void SvPropertyLine::SetNameWidth(sal_uInt16 nWidth) in SetNameWidth()
617 void SvPropertyLine::SetClickHdl(const Link& rLink) in SetClickHdl()
728 SvPropertyLine* pPropLine=PLineArray[i]; in Clear()
902 SvPropertyLine* pPropLine = PLineArray[ i ]; in SetPropertyValue()
919 SvPropertyLine* pPropLine=new SvPropertyLine(&aPlayGround,WB_TABSTOP | WB_DIALOGCONTROL); in InsertEntry()
941 SvPropertyLine* pPropLine=PLineArray[nPos]; in ChangeEntry()
1075 SvPropertyLine *pPropLine=(SvPropertyLine *)pPB->GetParent(); in IMPL_LINK()