Home
last modified time | relevance | path

Searched refs:nHandle (Results 201 – 225 of 367) sorted by relevance

12345678910>>...15

/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx691 sal_Int64 nHandle = xTunnel->getSomething( ScTransferObj::getUnoTunnelId() ); in PasteFromTransferable() local
692 if ( nHandle ) in PasteFromTransferable()
693 pOwnClip = (ScTransferObj*) (sal_IntPtr) nHandle; in PasteFromTransferable()
696 nHandle = xTunnel->getSomething( ScDrawTransferObj::getUnoTunnelId() ); in PasteFromTransferable()
697 if ( nHandle ) in PasteFromTransferable()
698 pDrawClip = (ScDrawTransferObj*) (sal_IntPtr) nHandle; in PasteFromTransferable()
/trunk/main/forms/source/component/
H A DComboBox.hxx90 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle) …
91 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star:…
H A DEdit.cxx377 void SAL_CALL OEditModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
379 if ( PROPERTY_ID_PERSISTENCE_MAXTEXTLENGTH == nHandle ) in getFastPropertyValue()
388 OEditBaseModel::getFastPropertyValue(rValue, nHandle ); in getFastPropertyValue()
/trunk/main/linguistic/source/
H A Diprcache.cxx119 static sal_Bool lcl_IsFlushProperty( sal_Int32 nHandle ) in lcl_IsFlushProperty() argument
124 if (nHandle == aFlushProperties[i].nPropHdl) in lcl_IsFlushProperty()
/trunk/main/chart2/source/model/main/
H A DFormattedString.cxx224 uno::Any FormattedString::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
228 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DGridProperties.cxx168 uno::Any GridProperties::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
172 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DPageBackground.cxx152 uno::Any PageBackground::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
156 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DStockBar.cxx164 uno::Any StockBar::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
168 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DWall.cxx155 uno::Any Wall::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
159 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/trunk/main/chart2/source/model/template/
H A DBubbleChartType.cxx202 uno::Any BubbleChartType::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
206 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DPieChartType.cxx207 uno::Any PieChartType::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
211 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DBubbleChartTypeTemplate.cxx138 uno::Any BubbleChartTypeTemplate::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
142 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DAreaChartTypeTemplate.cxx150 uno::Any AreaChartTypeTemplate::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
154 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/trunk/main/chart2/source/tools/
H A DCharacterProperties.cxx579 bool CharacterProperties::IsCharacterPropertyHandle( sal_Int32 nHandle ) in IsCharacterPropertyHandle() argument
581 return ( FAST_PROPERTY_ID_START_CHAR_PROP <= nHandle && in IsCharacterPropertyHandle()
582 nHandle < CharacterProperties::FAST_PROPERTY_ID_END_CHAR_PROP ); in IsCharacterPropertyHandle()
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaDataResultSet.hxx110 sal_Int32 nHandle,
114 sal_Int32 nHandle,
120 sal_Int32 nHandle
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.hxx162 virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle,
169 virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( ::sal_Int32 nHandle )
/trunk/main/framework/source/uielement/
H A Dpanelwrapper.cxx217 void SAL_CALL PanelWrapper::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const com::sun::st… in setFastPropertyValue_NoBroadcast() argument
223 UIElementWrapperBase::setFastPropertyValue_NoBroadcast( nHandle, aValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.hxx128 sal_Int32 nHandle ) const;
131 sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
H A DTitleWrapper.hxx95 void getFastCharacterPropertyValue( sal_Int32 nHandle, ::com::sun::star::uno::Any& rValue );
96 … void setFastCharacterPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx287 sal_Int32 nHandle = m_aMapEnumToPropHandle[ (sal_Int32)ePath ]; in GetPath() local
290 Any a = m_xPathSettings->getFastPropertyValue( nHandle ); in GetPath()
513 sal_Int32 nHandle = pIter->second; in SvtPathOptions_Impl() local
515 m_aMapEnumToPropHandle.insert( EnumToHandleMap::value_type( nEnum, nHandle )); in SvtPathOptions_Impl()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx844 sal_Int32 nHandle , in convertFastPropertyValue() argument
852 switch( nHandle ) in convertFastPropertyValue()
882 sal_Int32 nHandle ) const in getFastPropertyValue()
884 switch( nHandle ) in getFastPropertyValue()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx623 sal_Int32 nHandle = 1; in impl_getRemainedHandle() local
628 return nHandle; in impl_getRemainedHandle()
636 if( nHandle == (*m_pProperties)[nN].Handle ) in impl_getRemainedHandle()
639 nHandle++; in impl_getRemainedHandle()
644 return nHandle; in impl_getRemainedHandle()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1407 sal_Int32 nHandle, in convertFastPropertyValue() argument
1411 switch(nHandle) in convertFastPropertyValue()
1429 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
1434 switch(nHandle) in setFastPropertyValue_NoBroadcast()
1454 sal_Int32 nHandle in getFastPropertyValue()
1457 switch(nHandle) in getFastPropertyValue()
/trunk/main/extensions/inc/ucbhelper/
H A Dext_content.hxx157 …virtual CommandInfo SAL_CALL getCommandInfoByHandle( long nHandle ) throw( UnsupportedCommandExcep…
159 virtual sal_Bool SAL_CALL hasCommandByHandle( long nHandle ) throw();
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx73 …uno::Any SAL_CALL CanvasBitmap::getFastPropertyValue( sal_Int32 nHandle ) throw (uno::RuntimeExce… in getFastPropertyValue() argument
79 switch( nHandle ) in getFastPropertyValue()

Completed in 122 milliseconds

12345678910>>...15