Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/dialogs/
H A Dproperty.cxx633 void SvXPropEvListener::Modified (SvXPropertyControl *pSvXPCtr) in Modified() argument
635 pTheActiveControl=pSvXPCtr; in Modified()
639 void SvXPropEvListener::GetFocus (SvXPropertyControl *pSvXPCtr) in GetFocus() argument
641 pTheActiveControl=pSvXPCtr; in GetFocus()
645 void SvXPropEvListener::LoseFocus (SvXPropertyControl *pSvXPCtr) in LoseFocus() argument
647 pTheActiveControl=pSvXPCtr; in LoseFocus()
651 void SvXPropEvListener::KeyInput (SvXPropertyControl *pSvXPCtr,const KeyCode& theKeyCode) in KeyInput() argument
653 pTheActiveControl=pSvXPCtr; in KeyInput()
903 SvXPropertyControl* pSvXPCtr=pPropLine->GetSvXPropertyControl(); in SetPropertyValue() local
904 if( pSvXPCtr && pSvXPCtr->GetMyName() == rEntryName ) in SetPropertyValue()
[all …]
/AOO41X/main/svtools/source/inc/
H A Dproperty.hxx103 virtual void Modified (SvXPropertyControl *pSvXPCtr)=0;
104 virtual void GetFocus (SvXPropertyControl *pSvXPCtr)=0;
105 virtual void LoseFocus(SvXPropertyControl *pSvXPCtr)=0;
106 virtual void KeyInput (SvXPropertyControl *pSvXPCtr ,const KeyCode&)=0;
341 virtual void Modified (SvXPropertyControl *pSvXPCtr);
342 virtual void GetFocus (SvXPropertyControl *pSvXPCtr);
343 virtual void LoseFocus(SvXPropertyControl *pSvXPCtr);
344 virtual void KeyInput(SvXPropertyControl *pSvXPCtr ,const KeyCode&);