Lines Matching refs:OBrowserLine
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()
168 sal_Bool OBrowserLine::GrabFocus() in GrabFocus()
191 void OBrowserLine::SetPosSizePixel( Point _rPos, Size _rSize ) in SetPosSizePixel()
200 void OBrowserLine::Show(sal_Bool bFlag) in Show()
212 void OBrowserLine::Hide() in Hide()
218 sal_Bool OBrowserLine::IsVisible() in IsVisible()
224 void OBrowserLine::impl_layoutComponents() in impl_layoutComponents()
267 void OBrowserLine::SetTitle(const XubString& _rNewTtile ) in SetTitle()
281 void OBrowserLine::FullFillTitleString() in FullFillTitleString()
302 XubString OBrowserLine::GetTitle() const in GetTitle()
319 void OBrowserLine::SetReadOnly( bool _bReadOnly ) in SetReadOnly()
356 void OBrowserLine::implUpdateEnabledDisabled() in implUpdateEnabledDisabled()
375 void OBrowserLine::EnablePropertyLine( bool _bEnable ) in EnablePropertyLine()
382 void OBrowserLine::EnablePropertyControls( sal_Int16 _nControls, bool _bEnable ) in EnablePropertyControls()
391 PushButton& OBrowserLine::impl_ensureButton( bool _bPrimary ) in impl_ensureButton()
398 rpButton->SetGetFocusHdl( LINK( this, OBrowserLine, OnButtonFocus ) ); in impl_ensureButton()
399 rpButton->SetClickHdl( LINK( this, OBrowserLine, OnButtonClicked ) ); in impl_ensureButton()
411 …void OBrowserLine::impl_getImagesFromURL_nothrow( const ::rtl::OUString& _rImageURL, Image& _out_r… in impl_getImagesFromURL_nothrow()
449 void OBrowserLine::ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary ) in ShowBrowseButton()
462 void OBrowserLine::ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary ) in ShowBrowseButton()
470 void OBrowserLine::ShowBrowseButton( sal_Bool _bPrimary ) in ShowBrowseButton()
476 void OBrowserLine::implHideBrowseButton( sal_Bool _bPrimary, bool _bReLayout ) in implHideBrowseButton()
492 void OBrowserLine::HideBrowseButton( sal_Bool _bPrimary ) in HideBrowseButton()
498 void OBrowserLine::SetTitleWidth(sal_uInt16 nWidth) in SetTitleWidth()
510 void OBrowserLine::SetClickListener( IButtonClickListener* _pListener ) in SetClickListener()
516 IMPL_LINK( OBrowserLine, OnButtonClicked, PushButton*, _pButton ) in IMPL_LINK() argument
525 IMPL_LINK( OBrowserLine, OnButtonFocus, PushButton*, /*pPB*/ )