/aoo41x/main/extensions/source/propctrlr/ |
H A D | browserline.cxx | 391 PushButton& OBrowserLine::impl_ensureButton( bool _bPrimary ) in impl_ensureButton() argument 393 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in impl_ensureButton() 451 PushButton& rButton( impl_ensureButton( _bPrimary ) ); in ShowBrowseButton() 462 void OBrowserLine::ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary ) in ShowBrowseButton() argument 464 PushButton& rButton( impl_ensureButton( _bPrimary ) ); in ShowBrowseButton() 470 void OBrowserLine::ShowBrowseButton( sal_Bool _bPrimary ) in ShowBrowseButton() argument 472 impl_ensureButton( _bPrimary ); in ShowBrowseButton() 476 void OBrowserLine::implHideBrowseButton( sal_Bool _bPrimary, bool _bReLayout ) in implHideBrowseButton() argument 478 PushButton*& rpButton = _bPrimary ? m_pBrowseButton : m_pAdditionalBrowseButton; in implHideBrowseButton() 492 void OBrowserLine::HideBrowseButton( sal_Bool _bPrimary ) in HideBrowseButton() argument [all …]
|
H A D | browserline.hxx | 51 virtual void buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary ) = 0; 107 … void ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary ); 108 void ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary ); 109 void ShowBrowseButton( sal_Bool _bPrimary ); 110 void HideBrowseButton( sal_Bool _bPrimary ); 125 void implHideBrowseButton( sal_Bool _bPrimary, bool _bReLayout ); 130 PushButton& impl_ensureButton( bool _bPrimary );
|
H A D | buttonnavigationhandler.cxx | 221 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, Any& _rData, co… in onInteractivePropertySelection() argument 231 …eReturn = m_xSlaveHandler->onInteractivePropertySelection( _rPropertyName, _bPrimary, _rData, _rxI… in onInteractivePropertySelection() 234 …NavigationHandler_Base::onInteractivePropertySelection( _rPropertyName, _bPrimary, _rData, _rxInsp… in onInteractivePropertySelection()
|
H A D | propertycomposer.cxx | 327 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, Any& _rData, co… in onInteractivePropertySelection() argument 340 _bPrimary, in onInteractivePropertySelection()
|
H A D | proplinelistener.hxx | 38 virtual void Clicked( const ::rtl::OUString& _rName, sal_Bool _bPrimary ) = 0;
|
H A D | xsdvalidationpropertyhandler.cxx | 437 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, Any& /*_rData*/… in onInteractivePropertySelection() argument 453 if ( _bPrimary ) in onInteractivePropertySelection()
|
H A D | xsdvalidationpropertyhandler.hxx | 72 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | buttonnavigationhandler.hxx | 71 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | eformspropertyhandler.hxx | 78 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | browserlistbox.hxx | 182 void buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary );
|
H A D | browserlistbox.cxx | 892 void OBrowserListBox::buttonClicked( OBrowserLine* _pLine, sal_Bool _bPrimary ) in buttonClicked() argument 897 m_pLineListener->Clicked( _pLine->GetEntryName(), _bPrimary ); in buttonClicked()
|
H A D | propertycomposer.hxx | 103 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | genericpropertyhandler.hxx | 121 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | eventhandler.hxx | 134 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | propcontroller.cxx | 1338 void OPropertyBrowserController::Clicked( const ::rtl::OUString& _rName, sal_Bool _bPrimary ) in Clicked() argument 1354 handler->second->onInteractivePropertySelection( _rName, _bPrimary, aData, in Clicked()
|
H A D | formcomponenthandler.hxx | 134 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | propertyhandler.hxx | 124 …ctivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPrimary, ::com::sun::sta…
|
H A D | propcontroller.hxx | 223 virtual void Clicked( const ::rtl::OUString& _rName, sal_Bool _bPrimary );
|