Searched refs:OBrowserLine (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/extensions/source/propctrlr/ |
| H A D | browserline.cxx | 64 DBG_NAME(OBrowserLine) in DBG_NAME() argument 67 OBrowserLine::OBrowserLine( const ::rtl::OUString& _rEntryName, Window* pParent ) in DBG_NAME() 80 DBG_CTOR(OBrowserLine,NULL); in DBG_NAME() 85 OBrowserLine::~OBrowserLine() in ~OBrowserLine() 90 DBG_DTOR(OBrowserLine,NULL); in ~OBrowserLine() 94 void OBrowserLine::IndentTitle( bool _bIndent ) in IndentTitle() 104 …void OBrowserLine::SetComponentHelpIds( const rtl::OString& _rHelpId, const rtl::OString& _sPrimar… in SetComponentHelpIds() 123 void OBrowserLine::setControl( const Reference< XPropertyControl >& _rxControl ) in setControl() 138 Window* OBrowserLine::GetRefWindow() in GetRefWindow() 154 void OBrowserLine::SetTabOrder(Window* pRefWindow, sal_uInt16 nFlags ) in SetTabOrder() [all …]
|
| H A D | browserline.hxx | 45 class OBrowserLine; 51 virtual void buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary ) = 0; 55 class OBrowserLine class 75 OBrowserLine( const ::rtl::OUString& _rEntryName, Window* pParent); 76 ~OBrowserLine();
|
| H A D | browserlistbox.hxx | 64 typedef ::boost::shared_ptr< OBrowserLine > BrowserLinePointer; 182 void buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary );
|
| H A D | browserlistbox.cxx | 739 … BrowserLinePointer pBrowserLine( new OBrowserLine( _rPropertyData.sName, &m_aLinesPlayground ) ); in InsertEntry() 892 void OBrowserListBox::buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary ) in buttonClicked()
|