Home
last modified time | relevance | path

Searched refs:nHandle (Results 76 – 100 of 367) sorted by relevance

12345678910>>...15

/trunk/main/forms/source/component/
H A Dnavigationbar.hxx104 …l void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
106 … sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
108 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::…
111 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const;
H A DColumns.hxx105 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle )…
107 sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
109 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::…
114 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const;
H A DGrid.hxx153 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle )…
155 sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
157 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::…
160 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const;
/trunk/main/connectivity/source/drivers/ado/
H A DAGroup.cxx121 void OAdoGroup::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Excepti… in setFastPropertyValue_NoBroadcast() argument
126 switch(nHandle) in setFastPropertyValue_NoBroadcast()
139 void OAdoGroup::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
143 switch(nHandle) in getFastPropertyValue()
H A DAUser.cxx102 void OAdoUser::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Exceptio… in setFastPropertyValue_NoBroadcast() argument
107 switch(nHandle) in setFastPropertyValue_NoBroadcast()
120 void OAdoUser::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
124 switch(nHandle) in getFastPropertyValue()
H A DAStatement.cxx688 sal_Int32 nHandle, in convertFastPropertyValue() argument
701 switch(nHandle) in convertFastPropertyValue()
739 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw (… in setFastPropertyValue_NoBroadcast() argument
741 switch(nHandle) in setFastPropertyValue_NoBroadcast()
776 void OStatement_Base::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
778 switch(nHandle) in getFastPropertyValue()
H A DAView.cxx75 void OAdoView::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
79 switch(nHandle) in getFastPropertyValue()
105 OView_ADO::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
H A DAIndex.cxx106 void SAL_CALL OAdoIndex::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw… in setFastPropertyValue_NoBroadcast() argument
110 switch(nHandle) in setFastPropertyValue_NoBroadcast()
137 OIndex_ADO::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.hxx135 …l void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
137 … sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
139 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::…
140 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const;
/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx214 sal_Int32 nHandle , in convertFastPropertyValue() argument
221 switch( nHandle ) in convertFastPropertyValue()
295 …L UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , in setFastPropertyValue_NoBroadcast() argument
298 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
385 … sal_Int32 nHandle ) const in getFastPropertyValue()
387 switch( nHandle ) in getFastPropertyValue()
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx196 void SAL_CALL UnoGridModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue … in setFastPropertyValue_NoBroadcast() argument
199 … if ( ( nHandle == BASEPROPERTY_GRID_COLUMNMODEL ) || ( nHandle == BASEPROPERTY_GRID_DATAMODEL ) ) in setFastPropertyValue_NoBroadcast()
201 aOldSubModel = getFastPropertyValue( nHandle ); in setFastPropertyValue_NoBroadcast()
210 UnoControlModel::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/svx/source/table/
H A Dtablecolumn.cxx152 void SAL_CALL TableColumn::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (Unkn… in setFastPropertyValue() argument
166 switch( nHandle ) in setFastPropertyValue()
238 Any SAL_CALL TableColumn::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException… in getFastPropertyValue() argument
240 switch( nHandle ) in getFastPropertyValue()
H A Dtablerow.cxx223 void SAL_CALL TableRow::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (Unknown… in setFastPropertyValue() argument
240 switch( nHandle ) in setFastPropertyValue()
313 Any SAL_CALL TableRow::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException, W… in getFastPropertyValue() argument
315 switch( nHandle ) in getFastPropertyValue()
/trunk/main/forms/source/misc/
H A Dproperty.cxx60 sal_Int32 nHandle = -1; in getPropertyId() local
63 nHandle = aPair.first->nHandle; in getPropertyId()
66 return nHandle; in getPropertyId()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx718 void SAL_CALL SfxDocumentInfoObject::setFastPropertyValue(sal_Int32 nHandle, const ::com::sun::sta… in setFastPropertyValue() argument
732 switch ( nHandle ) in setFastPropertyValue()
814 switch ( nHandle ) in setFastPropertyValue()
857 switch ( nHandle ) in setFastPropertyValue()
877 switch ( nHandle ) in setFastPropertyValue()
895 switch ( nHandle ) in setFastPropertyValue()
907 if ( nHandle == MID_DOCINFO_STATISTIC ) in setFastPropertyValue()
918 if ( nHandle == MID_DOCINFO_CHARLOCALE ) in setFastPropertyValue()
935 ::com::sun::star::uno::Any SAL_CALL SfxDocumentInfoObject::getFastPropertyValue(sal_Int32 nHandle)… in getFastPropertyValue() argument
944 switch ( nHandle ) in getFastPropertyValue()
H A Dobjitem.cxx95 sal_Int64 nHandle = xTunnel->getSomething( aSeq ); in PutValue() local
96 if ( nHandle ) in PutValue()
98 … pObjSh = reinterpret_cast< SfxObjectShell* >(sal::static_int_cast<sal_IntPtr>( nHandle )); in PutValue()
/trunk/main/chart2/source/tools/
H A DNamedProperties.cxx46 OUString NamedProperties::GetPropertyNameForHandle( sal_Int32 nHandle ) in GetPropertyNameForHandle() argument
48 OUString aName = NamedFillProperties::GetPropertyNameForHandle( nHandle ); in GetPropertyNameForHandle()
50 aName = NamedLineProperties::GetPropertyNameForHandle( nHandle ); in GetPropertyNameForHandle()
/trunk/main/udkapi/com/sun/star/beans/
H A DXFastPropertySet.idl65 @param nHandle
89 void setFastPropertyValue( [in] long nHandle,
101 @param nHandle
112 any getFastPropertyValue( [in] long nHandle )
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx768 sal_Int32 nHandle , in convertFastPropertyValue() argument
771 switch (nHandle) in convertFastPropertyValue()
786 return OPropertyContainer::convertFastPropertyValue(aConvertedValue, aOldValue, nHandle, aValue); in convertFastPropertyValue()
790 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
794 OPropertyContainer::setFastPropertyValue_NoBroadcast(nHandle, aValue); in setFastPropertyValue_NoBroadcast()
795 if (TOOLBARCONTROLLER_PROPHANDLE_SUPPORTSVISIABLE == nHandle) in setFastPropertyValue_NoBroadcast()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx988 sal_uInt32 nHandle; in addCustomHandles() local
989 for( nHandle = 0; nHandle < aTemp.GetHdlCount(); ++nHandle ) in addCustomHandles()
991 SdrHdl* pTempHdl = aTemp.GetHdl( nHandle ); in addCustomHandles()
994 pSmartHdl->SetObjHdlNum( nHandle ); in addCustomHandles()
1003 const bool bSelected= pMrkPnts && pMrkPnts->Exist(sal::static_int_cast< sal_uInt16 >(nHandle)); in addCustomHandles()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx785 sal_Int32 nHandle, in convertFastPropertyValue() argument
789 switch(nHandle) in convertFastPropertyValue()
806 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
811 switch(nHandle) in setFastPropertyValue_NoBroadcast()
830 sal_Int32 nHandle in getFastPropertyValue()
833 switch(nHandle) in getFastPropertyValue()
/trunk/main/sd/source/ui/inc/
H A DDrawController.hxx266 sal_Int32 nHandle ) const;
285 sal_Int32 nHandle,
293 sal_Int32 nHandle,
339 sal_Int32 nHandle,
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolmodel.hxx156 …Any & rConvertedValue, ::com::sun::star::uno::Any & rOldValue, sal_Int32 nHandle, const ::com::sun…
157 …void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::An…
159 void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
165 …void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& aValue ) …
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.cxx418 void OCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& /* rValue */) in setFastPropertyValue_NoBroadcast() argument
423 switch (nHandle) { in setFastPropertyValue_NoBroadcast()
442 void OCommonStatement::getFastPropertyValue(Any& _rValue, sal_Int32 nHandle) const in getFastPropertyValue()
445 switch (nHandle) { in getFastPropertyValue()
/trunk/main/extensions/source/propctrlr/
H A Dinspectormodelbase.hxx78 …Any & rConvertedValue, ::com::sun::star::uno::Any & rOldValue, sal_Int32 nHandle, const ::com::sun…
79 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star:…
80 … void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;

Completed in 125 milliseconds

12345678910>>...15