Searched refs:_pItem (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | datasettings.cxx | 85 &_pItem->m_sHavingClause, ::getCppuType(&_pItem->m_sHavingClause)); in registerPropertiesFor() 88 &_pItem->m_sGroupBy, ::getCppuType(&_pItem->m_sGroupBy)); in registerPropertiesFor() 92 &_pItem->m_sFilter, ::getCppuType(&_pItem->m_sFilter)); in registerPropertiesFor() 95 &_pItem->m_sOrder, ::getCppuType(&_pItem->m_sOrder)); in registerPropertiesFor() 98 &_pItem->m_bApplyFilter, ::getBooleanCppuType()); in registerPropertiesFor() 101 &_pItem->m_aFont, ::getCppuType(&_pItem->m_aFont)); in registerPropertiesFor() 113 &_pItem->m_nFontEmphasis, ::getCppuType(&_pItem->m_nFontEmphasis)); in registerPropertiesFor() 115 …EF, PROPERTY_ID_TEXTRELIEF, PropertyAttribute::BOUND,&_pItem->m_nFontRelief, ::getCppuType(&_pItem… in registerPropertiesFor() 117 …, PROPERTY_ID_FONTNAME, PropertyAttribute::BOUND,&_pItem->m_aFont.Name, ::getCppuType(&_pIte… in registerPropertiesFor() 119 … PROPERTY_ID_FONTWIDTH, PropertyAttribute::BOUND,&_pItem->m_aFont.Width, ::getCppuType(&_pIte… in registerPropertiesFor() [all …]
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 91 SfxPoolItem *_pItem = 0; in Check() local 92 SfxItemState eState = rDis.GetBindings()->QueryState( nSID, _pItem ); in Check() 96 if (_pItem) in Check() 98 CheckItem ( nMID, !_pItem->ISA(SfxVoidItem) && in Check() 99 _pItem->ISA(SfxBoolItem) && in Check() 100 ((SfxBoolItem*)_pItem)->GetValue()); in Check() 109 delete _pItem; in Check()
|
/aoo41x/main/forms/source/richtext/ |
H A D | rtattributes.hxx | 79 inline void setItem( const SfxPoolItem* _pItem ); 125 inline void AttributeState::setItem( const SfxPoolItem* _pItem ) in setItem() argument 129 if ( _pItem ) in setItem() 130 pItemHandle = new SfxItemHandle( *const_cast< SfxPoolItem* >( _pItem ) ); in setItem()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 912 Any ODbDataSourceAdministrationHelper::implTranslateProperty(const SfxPoolItem* _pItem) in implTranslateProperty() argument 917 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, _pItem ); in implTranslateProperty() 918 const SfxBoolItem* pBoolItem = PTR_CAST( SfxBoolItem, _pItem ); in implTranslateProperty() 919 const OptionalBoolItem* pOptBoolItem = PTR_CAST( OptionalBoolItem, _pItem ); in implTranslateProperty() 920 const SfxInt32Item* pInt32Item = PTR_CAST( SfxInt32Item, _pItem ); in implTranslateProperty() 921 const OStringListItem* pStringListItem = PTR_CAST( OStringListItem, _pItem ); in implTranslateProperty() 955 …(const Reference< XPropertySet >& _rxSet, const ::rtl::OUString& _rName, const SfxPoolItem* _pItem) in implTranslateProperty() argument 957 Any aValue = implTranslateProperty(_pItem); in implTranslateProperty()
|
H A D | DbAdminImpl.hxx | 192 ::com::sun::star::uno::Any implTranslateProperty(const SfxPoolItem* _pItem); 195 …un::star::beans::XPropertySet >& _rxSet, const ::rtl::OUString& _rName, const SfxPoolItem* _pItem);
|
/aoo41x/main/svx/source/inc/ |
H A D | filtnav.hxx | 227 void setFormItem( FmFormItem* _pItem ) { m_pFormItem = _pItem; } in setFormItem() argument 228 void addSelectedItem( FmFilterItem* _pItem) { m_aDraggedEntries.push_back(_pItem); } in addSelectedItem() argument
|
/aoo41x/main/basctl/source/basicide/ |
H A D | basicbox.cxx | 369 …anguageBoxControl::StateChanged( sal_uInt16 _nID, SfxItemState _eState, const SfxPoolItem* _pItem ) in StateChanged() argument 382 if ( _pItem->ISA(SfxStringItem) ) in StateChanged() 383 pBox->Update( (const SfxStringItem*)_pItem ); in StateChanged()
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | datasettings.hxx | 97 void registerPropertiesFor(ODataSettings_Base* _pItem);
|
Completed in 51 milliseconds