Home
last modified time | relevance | path

Searched refs:nHandle (Results 276 – 300 of 367) sorted by relevance

1...<<1112131415

/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx623 sal_Int32 nHandle = PROPERTY_ID_TEXT; in potentialTextChange() local
626 fire( &nHandle, &aNewValue, &aOldValue, 1, sal_False ); in potentialTextChange()
/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx412 Any SAL_CALL ConstItemContainer::getFastPropertyValue( sal_Int32 nHandle ) in getFastPropertyValue() argument
415 if ( nHandle == PROPHANDLE_UINAME ) in getFastPropertyValue()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx576 void SAL_CALL GraphicControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com… in setFastPropertyValue_NoBroadcast() argument
578 UnoControlModel::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
584 switch ( nHandle ) in setFastPropertyValue_NoBroadcast()
1924 void SAL_CALL UnoControlListBoxModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const un… in setFastPropertyValue_NoBroadcast() argument
1926 UnoControlModel::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
1928 if ( nHandle == BASEPROPERTY_STRINGITEMLIST ) in setFastPropertyValue_NoBroadcast()
2755 void SAL_CALL UnoControlComboBoxModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const u… in setFastPropertyValue_NoBroadcast() argument
2757 UnoControlModel::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
2759 if ( nHandle == BASEPROPERTY_STRINGITEMLIST && !m_pData->m_bSettingLegacyProperty) in setFastPropertyValue_NoBroadcast()
H A Dunocontrolmodel.cxx1432 sal_Int32 nHandle = BASEPROPERTY_FONTDESCRIPTOR; in setPropertyValues() local
1433 setFastPropertyValues( 1, &nHandle, &aValue, 1 ); in setPropertyValues()
1460 sal_Int32 nHandle( *_pHandles ); in ImplEnsureHandleOrder() local
1462 *pLaterHandles = nHandle; in ImplEnsureHandleOrder()
/trunk/main/framework/inc/services/
H A Dframe.hxx328 sal_Int32 nHandle ,
332 sal_Int32 nHandle );
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1203 void SAL_CALL SbaXFormAdapter::setFastPropertyValue(sal_Int32 nHandle, const Any& aValue) throw( ::… in setFastPropertyValue() argument
1208 if (m_nNamePropHandle == nHandle) in setFastPropertyValue()
1232 xSet->setFastPropertyValue(nHandle, aValue); in setFastPropertyValue()
1236 Any SAL_CALL SbaXFormAdapter::getFastPropertyValue(sal_Int32 nHandle) throw( ::com::sun::star::bean… in getFastPropertyValue() argument
1241 if (m_nNamePropHandle == nHandle) in getFastPropertyValue()
1244 return xSet->getFastPropertyValue(nHandle); in getFastPropertyValue()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1118 void addValue( STLPropertySet* pSet, sal_Int32 nHandle, const Any& rValue ) in addValue() argument
1120 switch( pSet->getPropertyState( nHandle ) ) in addValue()
1127 if( rValue != pSet->getPropertyValue( nHandle ) ) in addValue()
1128 pSet->setPropertyState( nHandle, STLPropertyState_AMBIGUOUS ); in addValue()
1132 pSet->setPropertyValue( nHandle, rValue ); in addValue()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx67 long nHandle; // fuer verschachtelte Attrs, z.B. Bookmarks member in SwFltStackEntry
537 void SetBookEnd(long nHandle);
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx199 sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName ); in getPropertyDescription() local
200 switch (nHandle) in getPropertyDescription()
/trunk/main/chart2/source/model/main/
H A DAxis.cxx596 uno::Any Axis::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
600 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/trunk/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx185 uno::Any PieChartTypeTemplate::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
189 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DColumnChartType.hxx53 virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const
/trunk/main/chart2/source/inc/
H A DNamedProperties.hxx48 static ::rtl::OUString GetPropertyNameForHandle( sal_Int32 nHandle );
H A DNamedFillProperties.hxx61 static ::rtl::OUString GetPropertyNameForHandle( sal_Int32 nHandle );
H A DNamedLineProperties.hxx61 static ::rtl::OUString GetPropertyNameForHandle( sal_Int32 nHandle );
H A DCharacterProperties.hxx133 static bool IsCharacterPropertyHandle( sal_Int32 nHandle );
/trunk/main/svx/source/table/
H A Dcell.hxx170 …SVX_DLLPRIVATE virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle, const ::com::sun::…
171 …al ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( ::sal_Int32 nHandle ) throw (::com::s…
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx253 … sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
256 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star:…
257 … void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
/trunk/main/dbaccess/source/core/api/
H A DRowSet.hxx232 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::u…
233 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue,sal_Int32 nHandle) c…
481 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::u…
H A DCRowSetColumn.hxx57 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle,const ::com::sun::star::…
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx176 sal_Int64 nHandle = xObj->getSomething( aSeq ); in SfxToolBoxControllerFactory() local
177 if ( nHandle ) in SfxToolBoxControllerFactory()
178 … pObjShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle )); in SfxToolBoxControllerFactory()
/trunk/main/connectivity/source/inc/ado/
H A DAView.hxx45 sal_Int32 nHandle
H A DAIndex.hxx44 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::u…
H A DAColumn.hxx46 sal_Int32 nHandle,
/trunk/main/toolkit/inc/toolkit/helper/
H A Dunopropertyarrayhelper.hxx51 …PropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle );

Completed in 276 milliseconds

1...<<1112131415