Home
last modified time | relevance | path

Searched refs:nHandle (Results 51 – 75 of 367) sorted by relevance

12345678910>>...15

/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx198 sal_Int32 nHandle, in convertFastPropertyValue() argument
209 switch( nHandle ) in convertFastPropertyValue()
238 sal_Int32 nHandle, const Any& aValue ) in setFastPropertyValue_NoBroadcast() argument
244 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
269 Any& aValue, sal_Int32 nHandle ) const in getFastPropertyValue()
274 switch( nHandle ) in getFastPropertyValue()
/trunk/main/forms/source/component/
H A DImageControl.cxx245 void OImageControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue()
247 switch (nHandle) in getFastPropertyValue()
259 OBoundControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
264 void OImageControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue) thr… in setFastPropertyValue_NoBroadcast() argument
266 switch (nHandle) in setFastPropertyValue_NoBroadcast()
316 OBoundControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
322 …convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValu… in convertFastPropertyValue() argument
325 switch (nHandle) in convertFastPropertyValue()
340 return OBoundControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
H A DRadioButton.cxx199 void ORadioButtonModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rValue) thro… in setFastPropertyValue_NoBroadcast() argument
201 OReferenceValueComponent::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
204 if (nHandle == PROPERTY_ID_CONTROLLABEL) in setFastPropertyValue_NoBroadcast()
210 if (nHandle == PROPERTY_ID_CONTROLSOURCE) in setFastPropertyValue_NoBroadcast()
217 if (nHandle == PROPERTY_ID_NAME) in setFastPropertyValue_NoBroadcast()
255 if (nHandle == PROPERTY_ID_DEFAULT_STATE) in setFastPropertyValue_NoBroadcast()
H A DFormattedField.hxx87 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle )…
89 sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
91 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::…
97 void setPropertyToDefaultByHandle(sal_Int32 nHandle);
98 ::com::sun::star::uno::Any getPropertyDefaultByHandle(sal_Int32 nHandle) const;
H A DEditBase.hxx83 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle )…
85 sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
87 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::…
91 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const;
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx191 sal_Int32 nHandle, in setFastPropertyValue() argument
199 (void)nHandle; in setFastPropertyValue()
209 sal_Int32 nHandle) in getFastPropertyValue() argument
214 (void)nHandle; in getFastPropertyValue()
216 if( nHandle != DrawController::PROPERTY_VIEWOFFSET ) in getFastPropertyValue()
H A DSdUnoOutlineView.cxx187 sal_Int32 nHandle, in setFastPropertyValue() argument
195 switch( nHandle ) in setFastPropertyValue()
222 sal_Int32 nHandle) in getFastPropertyValue() argument
229 switch( nHandle ) in getFastPropertyValue()
/trunk/main/sw/inc/
H A Dauthfld.hxx103 void RemoveField(long nHandle);
105 sal_Bool AddField(long nHandle);
111 const SwAuthEntry* GetEntryByHandle(long nHandle) const;
121 sal_uInt16 GetSequencePos(long nHandle);
173 SwAuthorityField(SwAuthorityFieldType* pType, long nHandle);
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx253 PathSettings::PathInfo* impl_getPathAccess (sal_Int32 nHandle);
254 const PathSettings::PathInfo* impl_getPathAccessConst(sal_Int32 nHandle) const;
273 … sal_Int32 nHandle ,
275 … SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle ,
279 … sal_Int32 nHandle ) const;
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx80 ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle ) = 0;
162 ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle );
469 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
476 virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( sal_Int32 nHandle )
560 sal_Int32 nHandle,
583 sal_Int32 nHandle,
593 sal_Int32 nHandle ) const = 0;
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java220 protected Property getPropertyByHandle(int nHandle) in getPropertyByHandle() argument
222 return (Property) _handleToPropertyMap.get(nHandle); in getPropertyByHandle()
956 public void setFastPropertyValue(int nHandle, Object aValue ) throws UnknownPropertyException, in setFastPropertyValue() argument
959 Property prop= getPropertyByHandle(nHandle); in setFastPropertyValue()
961 … throw new UnknownPropertyException(" The property with handle : " + nHandle +" is unknown"); in setFastPropertyValue()
966 public Object getFastPropertyValue(int nHandle ) throws UnknownPropertyException, in getFastPropertyValue() argument
969 Property prop= getPropertyByHandle(nHandle); in getFastPropertyValue()
971 … throw new UnknownPropertyException("The property with handle : " + nHandle + " is unknown"); in getFastPropertyValue()
/trunk/main/chart2/source/tools/
H A DImplOPropertySet.hxx47 GetPropertyStateByHandle( sal_Int32 nHandle ) const;
52 void SetPropertyToDefault( sal_Int32 nHandle );
66 sal_Int32 nHandle ) const;
68 void SetPropertyValueByHandle( sal_Int32 nHandle,
/trunk/main/comphelper/inc/comphelper/
H A Dpropertycontainer.hxx66 sal_Int32 nHandle,
71 sal_Int32 nHandle,
79 sal_Int32 nHandle
83 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
H A Dpropstate.hxx73 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle);
74 virtual void setPropertyToDefaultByHandle(sal_Int32 nHandle);
75 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle(sal_Int32 nHandle) const;
80 …void firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aNewValue, const ::co…
/trunk/main/sc/addin/inc/
H A Daddin.h76 typedef void (CALLTYPE* AdvData)( double& nHandle, void* pData );
90 extern void CALLTYPE Unadvice( double& nHandle );
107 typedef void (CALLTYPE* AdvData)( double* nHandle, void* pData );
121 extern void CALLTYPE Unadvice( double * nHandle );
/trunk/main/linguistic/source/
H A Dlngopt.cxx512 void SAL_CALL LinguProps::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) in setFastPropertyValue() argument
518 Any aOld( aConfig.GetProperty( nHandle ) ); in setFastPropertyValue()
519 if (aOld != rValue && aConfig.SetProperty( nHandle, rValue )) in setFastPropertyValue()
522 LinguOptions::GetName( nHandle ), sal_False, nHandle, aOld, rValue ); in setFastPropertyValue()
528 Any SAL_CALL LinguProps::getFastPropertyValue( sal_Int32 nHandle ) in getFastPropertyValue() argument
533 Any aRes( aConfig.GetProperty( nHandle ) ); in getFastPropertyValue()
/trunk/main/extensions/source/propctrlr/
H A Dformcontroller.cxx197 …vertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int32 nHandle, const Any& rValu… in convertFastPropertyValue() argument
199 switch ( nHandle ) in convertFastPropertyValue()
211 getFastPropertyValue( rOldValue, nHandle ); in convertFastPropertyValue()
253 …FormController::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
255 switch ( nHandle ) in getFastPropertyValue()
/trunk/main/chart2/source/inc/
H A DOPropertySet.hxx82 virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const
123 sal_Int32 nHandle,
145 ( sal_Int32 nHandle,
157 sal_Int32 nHandle ) const;
264 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r…
/trunk/main/dbaccess/source/core/api/
H A Dresultcolumn.cxx229 void OResultColumn::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
233 if ( OColumn::isRegisteredProperty( nHandle ) ) in getFastPropertyValue()
235 OColumn::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
239 switch (nHandle) in getFastPropertyValue()
311 switch (nHandle) in getFastPropertyValue()
H A DCRowSetColumn.cxx98 void SAL_CALL ORowSetColumn::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue )… in setFastPropertyValue_NoBroadcast() argument
100 …OSL_ENSURE( nHandle != PROPERTY_ID_VALUE, "ORowSetColumn::setFastPropertyValue_NoBroadcast: hmm? T… in setFastPropertyValue_NoBroadcast()
101 if ( nHandle != PROPERTY_ID_VALUE ) in setFastPropertyValue_NoBroadcast()
102 ORowSetDataColumn::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/toolkit/source/awt/
H A Dvclxprinter.cxx128 …Any & rConvertedValue, ::com::sun::star::uno::Any & rOldValue, sal_Int32 nHandle, const ::com::sun… in convertFastPropertyValue() argument
133 switch ( nHandle ) in convertFastPropertyValue()
165 void VCLXPrinterPropertySet::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun:… in setFastPropertyValue_NoBroadcast() argument
169 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
188 …terPropertySet::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
192 switch( nHandle ) in getFastPropertyValue()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx253 sal_uLong nHandle = HANDLE_INVALID; in ImplAcquireHandle() local
255 for( sal_uLong i = 0; i < MAXHANDLES && ( HANDLE_INVALID == nHandle ); i++ ) in ImplAcquireHandle()
261 if( ( nHandle = i ) == mnHandleCount ) in ImplAcquireHandle()
266 DBG_ASSERT( nHandle != HANDLE_INVALID, "No more handles available" ); in ImplAcquireHandle()
267 return( nHandle != HANDLE_INVALID ? nHandle + 1 : HANDLE_INVALID ); in ImplAcquireHandle()
272 void EMFWriter::ImplReleaseHandle( sal_uLong nHandle ) in ImplReleaseHandle() argument
274 DBG_ASSERT( nHandle && ( nHandle < MAXHANDLES ), "Handle out of range" ); in ImplReleaseHandle()
275 mpHandlesUsed[ nHandle - 1 ] = sal_False; in ImplReleaseHandle()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx282 sal_Int32 nHandle, in convertFastPropertyValue() argument
291 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw (… in setFastPropertyValue_NoBroadcast() argument
294 switch(nHandle) in setFastPropertyValue_NoBroadcast()
311 void OStatement_Base::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
313 switch(nHandle) in getFastPropertyValue()
/trunk/main/forms/source/inc/
H A Dproperty.hxx58 sal_Int32 nHandle; member
60 PropertyAssignment() { nHandle = -1; } in PropertyAssignment()
62 :sName(_rSource.sName), nHandle(_rSource.nHandle) { } in PropertyAssignment()
64 :sName(_rName), nHandle(_nHandle) { } in PropertyAssignment()
/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx343 sal_Int32 nHandle , in convertFastPropertyValue() argument
351 switch( nHandle ) in convertFastPropertyValue()
366 void SAL_CALL RootItemContainer::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , in setFastPropertyValue_NoBroadcast() argument
370 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
379 … sal_Int32 nHandle ) const in getFastPropertyValue()
381 switch( nHandle ) in getFastPropertyValue()

Completed in 95 milliseconds

12345678910>>...15