Home
last modified time | relevance | path

Searched refs:_nHandle (Results 26 – 50 of 81) sorted by relevance

1234

/aoo42x/main/comphelper/source/property/
H A Dpropstate.cxx161 …un::star::beans::PropertyState OPropertyStateHelper::getPropertyStateByHandle( sal_Int32 _nHandle ) in getPropertyStateByHandle() argument
164 Any aCurrentValue = getPropertyDefaultByHandle( _nHandle ); in getPropertyStateByHandle()
165 Any aDefaultValue; getFastPropertyValue( aDefaultValue, _nHandle ); in getPropertyStateByHandle()
177 void OPropertyStateHelper::setPropertyToDefaultByHandle( sal_Int32 _nHandle ) in setPropertyToDefaultByHandle() argument
179 setFastPropertyValue( _nHandle, getPropertyDefaultByHandle( _nHandle ) ); in setPropertyToDefaultByHandle()
/aoo42x/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx316 void SAL_CALL OQueryColumn::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
318 OTableColumnDescriptor::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
321 if ( !OColumnSettings::isColumnSettingProperty( _nHandle ) ) in getFastPropertyValue()
326 if ( !OColumnSettings::isDefaulted( _nHandle, _rValue ) ) in getFastPropertyValue()
337 …lumn* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &nAttributes, _nHandle ); in getFastPropertyValue()
380 ::rtl::OUString OColumnWrapper::impl_getPropertyNameFromHandle( const sal_Int32 _nHandle ) const in impl_getPropertyNameFromHandle()
384 …pper* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &nAttributes, _nHandle ); in impl_getPropertyNameFromHandle()
H A Dcolumn.cxx159 void OColumn::registerProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr… in registerProperty() argument
161 …::comphelper::OPropertyContainer::registerProperty( _rName, _nHandle, _nAttributes, _pPointerToMem… in registerProperty()
165 void OColumn::registerMayBeVoidProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int… in registerMayBeVoidProperty() argument
167 …::comphelper::OPropertyContainer::registerMayBeVoidProperty( _rName, _nHandle, _nAttributes, _pPoi… in registerMayBeVoidProperty()
171 void OColumn::registerPropertyNoMember( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int3… in registerPropertyNoMember() argument
173 …::comphelper::OPropertyContainer::registerPropertyNoMember( _rName, _nHandle, _nAttributes, _rType… in registerPropertyNoMember()
H A DTableDeco.cxx225 void ODBTableDecorator::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) th… in setFastPropertyValue_NoBroadcast() argument
228 switch(_nHandle) in setFastPropertyValue_NoBroadcast()
258 ODataSettings::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
293 void ODBTableDecorator::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
296 switch(_nHandle) in getFastPropertyValue()
337 ODataSettings::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
H A Dquery.cxx349 void OQuery::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw (Exce… in setFastPropertyValue_NoBroadcast() argument
351 ODataSettings::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
354 if (getInfoHelper().fillPropertyMembersByHandle(&sAggPropName,&nAttr,_nHandle) && in setFastPropertyValue_NoBroadcast()
363 if ( PROPERTY_ID_COMMAND == _nHandle ) in setFastPropertyValue_NoBroadcast()
H A DView.cxx139 void SAL_CALL View::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
141 if ( _nHandle == m_nCommandHandle && m_xViewAccess.is() ) in getFastPropertyValue()
149 View_Base::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
H A Dtable.cxx185 void ODBTable::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
188 if ((PROPERTY_ID_PRIVILEGES == _nHandle) && (-1 == m_nPrivileges)) in getFastPropertyValue()
193 OTable_Base::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
H A Ddatasettings.cxx174 void ODataSettings::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const in getPropertyDefaultByHandle() argument
177 switch( _nHandle ) in getPropertyDefaultByHandle()
/aoo42x/main/forms/source/component/
H A Dspinbutton.hxx57 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const;
65 …oid SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& _rValue, sal_Int32 _nHandle ) const;
66 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const ::com::sun::star…
68 …ny& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHandle, const ::com::sun…
H A Dscrollbar.hxx57 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const;
65 …oid SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& _rValue, sal_Int32 _nHandle ) const;
66 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const ::com::sun::star…
68 …ny& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHandle, const ::com::sun…
H A DListBox.cxx259 void OListBoxModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
261 switch (_nHandle) in getFastPropertyValue()
288 OBoundControlModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
293 …void OListBoxModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw… in setFastPropertyValue_NoBroadcast() argument
295 switch (_nHandle) in setFastPropertyValue_NoBroadcast()
365 OBoundControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
371 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument
375 switch (_nHandle) in convertFastPropertyValue()
402 …turn OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue); in convertFastPropertyValue()
H A DFile.cxx152 Any OFileControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()
155 switch ( _nHandle ) in getPropertyDefaultByHandle()
160 return OControlModel::getPropertyDefaultByHandle( _nHandle ); in getPropertyDefaultByHandle()
/aoo42x/main/forms/source/inc/
H A Dformcontrolfont.hxx79 … getFastPropertyValue ( ::com::sun::star::uno::Any& _rValue, sal_Int32 _nHandle ) const;
80 …ny& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHandle, const ::com::sun…
81 …void setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _…
83 getPropertyDefaultByHandle ( sal_Int32 _nHandle ) const;
H A Dproperty.hxx63 PropertyAssignment(const ::rtl::OUString& _rName, sal_Int32 _nHandle) in PropertyAssignment()
64 :sName(_rName), nHandle(_nHandle) { } in PropertyAssignment()
93 static ::rtl::OUString getPropertyName(sal_Int32 _nHandle);
/aoo42x/main/toolkit/inc/toolkit/controls/
H A Dgeometrycontrolmodel.hxx123 sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue )
127 sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue)
132 ::com::sun::star::uno::Any& _rValue, sal_Int32 _nHandle) const;
248 sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue)
/aoo42x/main/dbaccess/source/core/inc/
H A Dcolumnsettings.hxx42 sal_Int32 _nHandle,
50 sal_Int32 _nHandle,
58 sal_Int32 _nHandle,
H A Dcolumn.hxx119 …virtual void registerProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr…
120 …virtual void registerMayBeVoidProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int…
121 …virtual void registerPropertyNoMember( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int3…
/aoo42x/main/comphelper/inc/comphelper/
H A Dpropertystatecontainer.hxx82 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle( sal_Int32 _nHandle );
89 virtual void setPropertyToDefaultByHandle( sal_Int32 _nHandle );
96 …virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _rDefault…
/aoo42x/main/dbaccess/source/ui/uno/
H A Dunosqlmessage.cxx117 …ertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rVal… in convertFastPropertyValue() argument
119 switch (_nHandle) in convertFastPropertyValue()
134 …return OSQLMessageDialogBase::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rV… in convertFastPropertyValue()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHView.cxx157 void SAL_CALL HView::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
159 if ( _nHandle == PROPERTY_ID_COMMAND ) in getFastPropertyValue()
167 HView_Base::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
/aoo42x/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx157 void SAL_CALL OCellListSource::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
160 …DBG_ASSERT( _nHandle == PROP_HANDLE_RANGE_ADDRESS, "OCellListSource::getFastPropertyValue: invalid… in getFastPropertyValue()
162 (void)_nHandle; // avoid warning in product version in getFastPropertyValue()
H A Dcellvaluebinding.cxx163 void SAL_CALL OCellValueBinding::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
166 …DBG_ASSERT( _nHandle == PROP_HANDLE_BOUND_CELL, "OCellValueBinding::getFastPropertyValue: invalid … in getFastPropertyValue()
168 (void)_nHandle; // avoid warning in product version in getFastPropertyValue()
/aoo42x/main/fpicker/source/office/
H A Dcommonpicker.cxx194 …void SAL_CALL OCommonPicker::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rVa… in setFastPropertyValue_NoBroadcast() argument
196 OPropertyContainer::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
199 if ( PROPERTY_ID_HELPURL == _nHandle ) in setFastPropertyValue_NoBroadcast()
/aoo42x/main/forms/source/xforms/
H A Ddatatypes.hxx120 …ny& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHandle, const ::com::sun…
137 …virtual bool checkPropertySanity( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rN…
316 …virtual bool checkPropertySanity( sal_Int32 _nHandle, const ::com::sun::star::uno::Any&…
/aoo42x/main/extensions/source/propctrlr/
H A Dformcontroller.cxx217 …void SAL_CALL FormController::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rVa… in setFastPropertyValue_NoBroadcast() argument
219 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast()

Completed in 338 milliseconds

1234