Home
last modified time | relevance | path

Searched refs:nHandle (Results 251 – 275 of 367) sorted by relevance

1...<<1112131415

/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx164 sal_Int64 nHandle = xObj->getSomething( aSeq ); in initialize() local
165 if ( nHandle ) in initialize()
167 …pObjectShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle )); in initialize()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx3174 sal_Int32 nHandle, in convertFastPropertyValue() argument
3177 …return LayoutManager_PBase::convertFastPropertyValue( aConvertedValue, aOldValue, nHandle, aValue … in convertFastPropertyValue()
3180 void SAL_CALL LayoutManager::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
3183 if ( nHandle != LAYOUTMANAGER_PROPHANDLE_REFRESHVISIBILITY ) in setFastPropertyValue_NoBroadcast()
3184 LayoutManager_PBase::setFastPropertyValue_NoBroadcast( nHandle, aValue ); in setFastPropertyValue_NoBroadcast()
3186 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
3216 void SAL_CALL LayoutManager::getFastPropertyValue( uno::Any& aValue, sal_Int32 nHandle ) const in getFastPropertyValue()
3218 LayoutManager_PBase::getFastPropertyValue( aValue, nHandle ); in getFastPropertyValue()
/trunk/main/svtools/inc/svtools/
H A Dtoolboxcontroller.hxx115 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const com::sun::star::u…
116 …no::Any& rConvertedValue, com::sun::star::uno::Any& rOldValue, sal_Int32 nHandle, const com::sun::…
/trunk/main/ucb/source/core/
H A Ducbprops.cxx57 sal_Int32 nHandle; member
408 rProp.Handle = pCurr->nHandle; in getProperties()
/trunk/main/framework/source/services/
H A Dtabwindowservice.cxx337 … sal_Int32 nHandle ) in impl_getPropertyValue() argument
345 switch (nHandle) in impl_getPropertyValue()
/trunk/main/chart2/source/model/main/
H A DTitle.cxx304 uno::Any Title::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
308 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DBaseCoordinateSystem.cxx377 uno::Any BaseCoordinateSystem::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
381 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/trunk/main/chart2/source/model/template/
H A DScatterChartTypeTemplate.cxx179 uno::Any ScatterChartTypeTemplate::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
183 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DColumnLineChartTypeTemplate.cxx156 uno::Any ColumnLineChartTypeTemplate::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
160 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
H A DStockChartTypeTemplate.cxx195 uno::Any StockChartTypeTemplate::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
199 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/trunk/main/chart2/source/tools/
H A DRegressionCurveModel.cxx262 uno::Any RegressionCurveModel::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
266 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx158 void SAL_CALL ORowSetBase::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
163 switch(nHandle) in getFastPropertyValue()
172 OPropertyStateContainer::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
176 OPropertyStateContainer::getFastPropertyValue(rValue,nHandle); in getFastPropertyValue()
H A Dresultset.hxx165 sal_Int32 nHandle,
169 sal_Int32 nHandle,
173 …virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle
/trunk/main/svx/source/table/
H A Dcell.cxx1637 void SAL_CALL Cell::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (UnknownProp… in setFastPropertyValue() argument
1640 (void)nHandle; in setFastPropertyValue()
1646 Any SAL_CALL Cell::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException, Wrapp… in getFastPropertyValue() argument
1648 (void)nHandle; in getFastPropertyValue()
H A Dtablemodel.hxx140 …virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle, const ::com::sun::star::uno::Any&…
141 …virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( ::sal_Int32 nHandle ) throw (::c…
/trunk/main/forms/source/component/
H A DFormComponent.cxx1796 void OBoundControlModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue()
1798 switch (nHandle) in getFastPropertyValue()
1819 OControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
1885 void OBoundControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) t… in setFastPropertyValue_NoBroadcast() argument
1887 switch (nHandle) in setFastPropertyValue_NoBroadcast()
1959 OControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
H A DListBox.hxx104 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle) …
105 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star:…
/trunk/main/connectivity/source/inc/ado/
H A DAResultSet.hxx105 sal_Int32 nHandle,
109 sal_Int32 nHandle,
115 sal_Int32 nHandle
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx118 sal_Int32 nHandle,
122 sal_Int32 nHandle,
128 sal_Int32 nHandle
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx811 sal_Int32 nHandle = PROPERTY_ID_NAME; in rename() local
816 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename()
818 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()
/trunk/main/sfx2/inc/sfx2/
H A Dobjuno.hxx109 …virtual void SAL_CALL setFastPropertyValue(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aV…
115 virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue(sal_Int32 nHandle) throw(
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1798 sal_Int32 nHandle = PROPERTY_ID_ACTIVECOMMAND; in setStatement_fireEvent() local
1800 fire( &nHandle, &aNewValue, &aOldValue, 1, sal_False ); in setStatement_fireEvent()
1813 sal_Int32 nHandle = PROPERTY_ID_ESCAPE_PROCESSING; in setEscapeProcessing_fireEvent() local
1814 fire( &nHandle, &aNewValue, &aOldValue, 1, sal_False ); in setEscapeProcessing_fireEvent()
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx182 sal_Int32 nHandle,
186 sal_Int32 nHandle,
192 sal_Int32 nHandle
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx300 …void SAL_CALL OPropertyBag::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue… in setFastPropertyValue_NoBroadcast() argument
302 m_aDynamicProperties.setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/forms/source/xforms/
H A Ddatatypes.hxx122 sal_Int32 nHandle,
201 sal_Int32 nHandle,

Completed in 147 milliseconds

1...<<1112131415