Lines Matching refs:OPropertyEditor
53 DBG_NAME(OPropertyEditor) in DBG_NAME() argument
55 OPropertyEditor::OPropertyEditor( Window* pParent, WinBits nWinStyle) in DBG_NAME()
63 DBG_CTOR(OPropertyEditor,NULL); in DBG_NAME()
66 m_aTabControl.SetDeactivatePageHdl(LINK(this, OPropertyEditor, OnPageDeactivate)); in DBG_NAME()
67 m_aTabControl.SetActivatePageHdl(LINK(this, OPropertyEditor, OnPageActivate)); in DBG_NAME()
73 OPropertyEditor::~OPropertyEditor() in ~OPropertyEditor()
77 DBG_DTOR(OPropertyEditor,NULL); in ~OPropertyEditor()
81 void OPropertyEditor::ClearAll() in ClearAll()
111 sal_Int32 OPropertyEditor::getMinimumHeight() in getMinimumHeight()
135 sal_Int32 OPropertyEditor::getMinimumWidth() in getMinimumWidth()
154 void OPropertyEditor::CommitModified() in CommitModified()
170 void OPropertyEditor::GetFocus() in GetFocus()
176 OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) in getPage()
186 const OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) const in getPage()
188 return const_cast< OPropertyEditor* >( this )->getPage( _rPropertyName ); in getPage()
192 OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) in getPage()
198 const OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) const in getPage()
200 return const_cast< OPropertyEditor* >( this )->getPage( _rPageId ); in getPage()
204 void OPropertyEditor::Resize() in Resize()
219 sal_uInt16 OPropertyEditor::AppendPage( const String & _rText, const rtl::OString& _rHelpId ) in AppendPage()
245 void OPropertyEditor::SetHelpId( const rtl::OString& rHelpId ) in SetHelpId()
252 void OPropertyEditor::RemovePage(sal_uInt16 nID) in RemovePage()
264 void OPropertyEditor::SetPage(sal_uInt16 nId) in SetPage()
270 sal_uInt16 OPropertyEditor::GetCurPage() in GetCurPage()
279 void OPropertyEditor::Update(const ::std::mem_fun_t<void,OBrowserListBox>& _aUpdateFunction) in Update()
292 void OPropertyEditor::EnableUpdate() in EnableUpdate()
297 void OPropertyEditor::DisableUpdate() in DisableUpdate()
303 void OPropertyEditor::forEachPage( PageOperation _pOperation, const void* _pArgument ) in forEachPage()
317 void OPropertyEditor::setPageLineListener( OBrowserPage& _rPage, const void* ) in setPageLineListener()
323 void OPropertyEditor::SetLineListener(IPropertyLineListener* _pListener) in SetLineListener()
326 forEachPage( &OPropertyEditor::setPageLineListener ); in SetLineListener()
330 void OPropertyEditor::setPageControlObserver( OBrowserPage& _rPage, const void* ) in setPageControlObserver()
336 void OPropertyEditor::SetControlObserver( IPropertyControlObserver* _pObserver ) in SetControlObserver()
339 forEachPage( &OPropertyEditor::setPageControlObserver ); in SetControlObserver()
343 void OPropertyEditor::EnableHelpSection( bool _bEnable ) in EnableHelpSection()
346 forEachPage( &OPropertyEditor::enableHelpSection ); in EnableHelpSection()
350 bool OPropertyEditor::HasHelpSection() const in HasHelpSection()
356 void OPropertyEditor::SetHelpText( const ::rtl::OUString& _rHelpText ) in SetHelpText()
358 forEachPage( &OPropertyEditor::setHelpSectionText, &_rHelpText ); in SetHelpText()
362 void OPropertyEditor::SetHelpLineLimites( sal_Int32 _nMinLines, sal_Int32 _nMaxLines ) in SetHelpLineLimites()
366 forEachPage( &OPropertyEditor::setHelpLineLimits ); in SetHelpLineLimites()
370 void OPropertyEditor::enableHelpSection( OBrowserPage& _rPage, const void* ) in enableHelpSection()
376 … void OPropertyEditor::setHelpSectionText( OBrowserPage& _rPage, const void* _pPointerToOUString ) in setHelpSectionText()
387 void OPropertyEditor::setHelpLineLimits( OBrowserPage& _rPage, const void* ) in setHelpLineLimits()
393 …sal_uInt16 OPropertyEditor::InsertEntry( const OLineDescriptor& rData, sal_uInt16 _nPageId, sal_uI… in InsertEntry()
411 void OPropertyEditor::RemoveEntry( const ::rtl::OUString& _rName ) in RemoveEntry()
425 void OPropertyEditor::ChangeEntry( const OLineDescriptor& rData ) in ChangeEntry()
433 …void OPropertyEditor::SetPropertyValue( const ::rtl::OUString& rEntryName, const Any& _rValue, boo… in SetPropertyValue()
441 sal_uInt16 OPropertyEditor::GetPropertyPos( const ::rtl::OUString& rEntryName ) const in GetPropertyPos()
451 void OPropertyEditor::ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow ) in ShowPropertyPage()
478 …void OPropertyEditor::EnablePropertyControls( const ::rtl::OUString& _rEntryName, sal_Int16 _nCont… in EnablePropertyControls()
489 void OPropertyEditor::EnablePropertyLine( const ::rtl::OUString& _rEntryName, bool _bEnable ) in EnablePropertyLine()
500 …Reference< XPropertyControl > OPropertyEditor::GetPropertyControl(const ::rtl::OUString& rEntryNam… in GetPropertyControl()
511 IMPL_LINK(OPropertyEditor, OnPageActivate, TabControl*, EMPTYARG) in IMPL_LINK() argument
519 IMPL_LINK(OPropertyEditor, OnPageDeactivate, TabControl*, EMPTYARG) in IMPL_LINK() argument