Home
last modified time | relevance | path

Searched refs:nHandle (Results 26 – 50 of 367) sorted by relevance

12345678910>>...15

/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx178 …convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValu… in convertFastPropertyValue() argument
180 …OSL_ENSURE( PROPERTY_ID_VALUE == nHandle, "ParameterWrapper::convertFastPropertyValue: the only no… in convertFastPropertyValue()
181 (void)nHandle; in convertFastPropertyValue()
190 …void ParameterWrapper::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast() argument
192 if ( nHandle == PROPERTY_ID_VALUE ) in setFastPropertyValue_NoBroadcast()
226 ::rtl::OUString aName = impl_getPseudoAggregatePropertyName( nHandle ); in setFastPropertyValue_NoBroadcast()
232 void ParameterWrapper::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
234 if ( nHandle == PROPERTY_ID_VALUE ) in getFastPropertyValue()
240 ::rtl::OUString aName = impl_getPseudoAggregatePropertyName( nHandle ); in getFastPropertyValue()
/trunk/main/forms/source/component/
H A DFormattedField.cxx491 OEditBaseModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
497 OEditBaseModel::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
508 void OFormattedModel::setPropertyToDefaultByHandle(sal_Int32 nHandle) in setPropertyToDefaultByHandle() argument
510 if (nHandle == PROPERTY_ID_FORMATSSUPPLIER) in setPropertyToDefaultByHandle()
518 OEditBaseModel::setPropertyToDefaultByHandle(nHandle); in setPropertyToDefaultByHandle()
525 sal_Int32 nHandle = rPH.getHandleByName( aPropertyName ); in setPropertyToDefault() local
527 if (nHandle == PROPERTY_ID_FORMATSSUPPLIER) in setPropertyToDefault()
536 if (nHandle == PROPERTY_ID_FORMATSSUPPLIER) in getPropertyDefaultByHandle()
542 return OEditBaseModel::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()
549 sal_Int32 nHandle = rPH.getHandleByName( aPropertyName ); in getPropertyDefault() local
[all …]
H A Dclickableimage.cxx618 void OClickableImageBaseModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue()
620 switch (nHandle) in getFastPropertyValue()
627 OControlModel::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
632 …void OClickableImageBaseModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& rVal… in setFastPropertyValue_NoBroadcast() argument
634 switch (nHandle) in setFastPropertyValue_NoBroadcast()
657 OControlModel::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
665 switch (nHandle) in convertFastPropertyValue()
680 … return OControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
891 Any OClickableImageBaseModel::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
893 switch (nHandle) in getPropertyDefaultByHandle()
[all …]
H A DColumns.cxx393 void OGridColumn::getFastPropertyValue(Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
395 switch (nHandle) in getFastPropertyValue()
413 OPropertySetAggregationHelper::getFastPropertyValue(rValue, nHandle); in getFastPropertyValue()
419 … sal_Int32 nHandle, const Any& rValue )throw( IllegalArgumentException ) in convertFastPropertyValue() argument
422 switch (nHandle) in convertFastPropertyValue()
449 void OGridColumn::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw (:… in setFastPropertyValue_NoBroadcast() argument
451 switch (nHandle) in setFastPropertyValue_NoBroadcast()
472 Any OGridColumn::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
474 switch (nHandle) in getPropertyDefaultByHandle()
482 return OPropertySetAggregationHelper::getPropertyDefaultByHandle(nHandle); in getPropertyDefaultByHandle()
H A DDatabaseForm.cxx1538 if ((nHandle == PROPERTY_ID_ISMODIFIED) && (m_nResetsPending > 0)) in getFastPropertyValue()
1548 switch (nHandle) in getFastPropertyValue()
1631 switch (nHandle) in convertFastPropertyValue()
1713 switch (nHandle) in setFastPropertyValue_NoBroadcast()
1854 switch (nHandle) in getPropertyStateByHandle()
1901 void ODatabaseForm::setPropertyToDefaultByHandle(sal_Int32 nHandle) in setPropertyToDefaultByHandle() argument
1903 switch (nHandle) in setPropertyToDefaultByHandle()
1914 setFastPropertyValue( nHandle, getPropertyDefaultByHandle( nHandle ) ); in setPropertyToDefaultByHandle()
1926 switch (nHandle) in getPropertyDefaultByHandle()
2387 sal_Int32 nHandle = PROPERTY_ID_ACTIVE_CONNECTION; in _propertyChanged() local
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx278 sal_Int32 nHandle, in convertFastPropertyValue() argument
282 OSL_ASSERT( nHandle >= 0 && nHandle < (sal_Int32) maDetails.size() ); in convertFastPropertyValue()
285 getFastPropertyValue( rOldValue, nHandle ); in convertFastPropertyValue()
301 PropHelper::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
305 OSL_ASSERT( nHandle >= 0 && nHandle < (sal_Int32) maDetails.size() ); in setFastPropertyValue_NoBroadcast()
307 const PropDetails &rInfo = maDetails[ nHandle ]; in setFastPropertyValue_NoBroadcast()
319 sal_Int32 nHandle ) const in getFastPropertyValue()
321 OSL_ASSERT( nHandle >= 0 && nHandle < (sal_Int32) maDetails.size() ); in getFastPropertyValue()
322 const PropDetails &rInfo = maDetails[ nHandle ]; in getFastPropertyValue()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx290 switch(nHandle) in setFastPropertyValue_NoBroadcast()
307 || ( nHandle == PROPERTY_ID_FILTER ) in setFastPropertyValue_NoBroadcast()
311 || ( nHandle == PROPERTY_ID_ORDER ) in setFastPropertyValue_NoBroadcast()
312 || ( nHandle == PROPERTY_ID_URL ) in setFastPropertyValue_NoBroadcast()
313 || ( nHandle == PROPERTY_ID_USER ) in setFastPropertyValue_NoBroadcast()
320 switch(nHandle) in setFastPropertyValue_NoBroadcast()
381 switch(nHandle) in getFastPropertyValue()
404 switch(nHandle) in getFastPropertyValue()
1172 sal_Int32 nHandle = PROPERTY_ID_ROWCOUNT; in fireRowcount() local
1175 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount()
[all …]
H A Dstatement.cxx255 …vertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int32 nHandle, const Any& rValu… in convertFastPropertyValue() argument
259 switch (nHandle) in convertFastPropertyValue()
274 getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in convertFastPropertyValue()
291 void OStatementBase::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw… in setFastPropertyValue_NoBroadcast() argument
294 switch ( nHandle ) in setFastPropertyValue_NoBroadcast()
314 getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in setFastPropertyValue_NoBroadcast()
322 void OStatementBase::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
325 switch (nHandle) in getFastPropertyValue()
341 …StatementBase* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in getFastPropertyValue()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx63 sal_Int64 nHandle = 0; in SetSystemParent_Impl() local
66 if( ! (rHandle >>= nHandle) ) in SetSystemParent_Impl()
76 pProps[i].Value >>= nHandle; in SetSystemParent_Impl()
95 aSysParentData.hWnd = (HWND) nHandle; in SetSystemParent_Impl()
97 aSysParentData.pView = reinterpret_cast<NSView*>(nHandle); in SetSystemParent_Impl()
99 aSysParentData.aWindow = (long)nHandle; in SetSystemParent_Impl()
/trunk/main/dbaccess/source/core/inc/
H A Ddefinitioncolumn.hxx105 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star:…
177 …virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle
211 sal_Int32 nHandle
216 sal_Int32 nHandle,
220 sal_Int32 nHandle,
265 sal_Int32 nHandle
270 sal_Int32 nHandle,
274 sal_Int32 nHandle,
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx327 sal_Int32 nHandle , in convertFastPropertyValue() argument
331 switch (nHandle) in convertFastPropertyValue()
356 void FrameControl::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , in setFastPropertyValue_NoBroadcast() argument
362 switch (nHandle) in setFastPropertyValue_NoBroadcast()
374 default : VOS_ENSHURE ( nHandle == -1, ERRORTEXT_VOSENSHURE ) ; in setFastPropertyValue_NoBroadcast()
383 sal_Int32 nHandle ) const in getFastPropertyValue()
387 switch (nHandle) in getFastPropertyValue()
398 default : VOS_ENSHURE ( nHandle == -1, ERRORTEXT_VOSENSHURE ) ; in getFastPropertyValue()
/trunk/main/chart2/source/model/main/
H A DDataSeries.cxx284 uno::Any DataSeries::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
288 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
309 sal_Int32 nHandle ) const in getFastPropertyValue()
312 if( nHandle == DataSeriesProperties::PROP_DATASERIES_ATTRIBUTED_DATA_POINTS ) in getFastPropertyValue()
329 OPropertySet::getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
333 sal_Int32 nHandle, const uno::Any& rValue ) in setFastPropertyValue_NoBroadcast() argument
336 if( nHandle == DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y in setFastPropertyValue_NoBroadcast()
337 || nHandle == DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ) in setFastPropertyValue_NoBroadcast()
341 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
358 ::property::OPropertySet::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
H A DDataPoint.cxx186 uno::Any DataPoint::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
197 return xFast->getFastPropertyValue( nHandle ); in GetDefaultValue()
201 sal_Int32 nHandle, const uno::Any& rValue ) in setFastPropertyValue_NoBroadcast() argument
204 if( nHandle == DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y in setFastPropertyValue_NoBroadcast()
205 || nHandle == DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ) in setFastPropertyValue_NoBroadcast()
209 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
226 ::property::OPropertySet::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/extensions/workben/
H A Dtestcomponent.cxx154 INT32 nHandle = 0; in main() local
160 while( nHandle != -1 ) { in main()
171 nNewHandle = xTest->test( OStringToOWString( argv[1] , CHARSET_SYSTEM ) , x , nHandle ); in main()
188 printf( "Warnings during test %d!\n" , nHandle ); in main()
197 printf( "Errors during test %d!\n" , nHandle ); in main()
205 nHandle = nNewHandle; in main()
/trunk/main/io/test/
H A Dtestcomponent.cxx140 sal_Int32 nHandle = 0; in main() local
146 while( nHandle != -1 ) in main()
161 OStringToOUString( argv[1] , RTL_TEXTENCODING_ASCII_US ) , x , nHandle ); in main()
180 printf( "Warnings during test %d!\n" , nHandle ); in main()
191 printf( "Errors during test %d!\n" , nHandle ); in main()
200 nHandle = nNewHandle; in main()
/trunk/main/sax/test/
H A Dtestcomponent.cxx154 sal_Int32 nHandle = 0; in main() local
160 while( nHandle != -1 ) in main()
175 OStringToOUString( argv[1] , RTL_TEXTENCODING_ASCII_US ) , x , nHandle ); in main()
194 printf( "Warnings during test %d!\n" , nHandle ); in main()
205 printf( "Errors during test %d!\n" , nHandle ); in main()
213 nHandle = nNewHandle; in main()
/trunk/main/chart2/source/model/template/
H A DCandleStickChartType.cxx285 uno::Any CandleStickChartType::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue()
289 tPropertyValueMap::const_iterator aFound( rStaticDefaults.find( nHandle ) ); in GetDefaultValue()
309 sal_Int32 nHandle, const uno::Any& rValue ) in setFastPropertyValue_NoBroadcast() argument
312 if( nHandle == PROP_CANDLESTICKCHARTTYPE_WHITE_DAY in setFastPropertyValue_NoBroadcast()
313 || nHandle == PROP_CANDLESTICKCHARTTYPE_BLACK_DAY ) in setFastPropertyValue_NoBroadcast()
317 this->getFastPropertyValue( aOldValue, nHandle ); in setFastPropertyValue_NoBroadcast()
334 ::property::OPropertySet::setFastPropertyValue_NoBroadcast( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerseparatorpropertyset.cxx190 sal_Int32 nHandle, in convertFastPropertyValue() argument
201 switch( nHandle ) in convertFastPropertyValue()
214 sal_Int32 nHandle, const Any& aValue ) in setFastPropertyValue_NoBroadcast() argument
220 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
229 Any& aValue, sal_Int32 nHandle ) const in getFastPropertyValue()
234 switch( nHandle ) in getFastPropertyValue()
/trunk/main/extensions/source/propctrlr/
H A Dinspectormodelbase.cxx199 …vertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int32 nHandle, const Any& rValu… in convertFastPropertyValue() argument
201 … return m_pProperties->convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue()
205 …void SAL_CALL ImplInspectorModel::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& … in setFastPropertyValue_NoBroadcast() argument
207 m_pProperties->setFastPropertyValue( nHandle, rValue ); in setFastPropertyValue_NoBroadcast()
211 void SAL_CALL ImplInspectorModel::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
213 m_pProperties->getFastPropertyValue( rValue, nHandle ); in getFastPropertyValue()
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx131 void SwAuthorityFieldType::RemoveField(long nHandle) in RemoveField() argument
140 if(nRet == nHandle) in RemoveField()
190 sal_Bool SwAuthorityFieldType::AddField(long nHandle) in AddField() argument
197 if( nTmp == nHandle ) in AddField()
210 const SwAuthEntry* SwAuthorityFieldType::GetEntryByHandle(long nHandle) const in GetEntryByHandle()
217 if( nTmp == nHandle ) in GetEntryByHandle()
307 sal_uInt16 SwAuthorityFieldType::GetSequencePos(long nHandle) in GetSequencePos() argument
328 if(nHandle == ((SwAuthorityField*)pFmtFld->GetField())->GetHandle()) in GetSequencePos()
393 if((*m_pSequArr)[i] == nHandle) in GetSequencePos()
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx392 sal_Int32 nHandle, const Any& rValue )
395 void SAL_CALL getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const throw(RuntimeException);
671 sal_Int32 nHandle, in convertFastPropertyValue() argument
675 switch( nHandle ) in convertFastPropertyValue()
722 OSL_ENSURE( nHandle == -1, "invalid property handle" ); in convertFastPropertyValue()
732 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
736 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
754 OSL_ENSURE( nHandle == -1, "invalid property handle" ); in setFastPropertyValue_NoBroadcast()
759 void test_OPropertySetHelper::getFastPropertyValue( Any & rRet, sal_Int32 nHandle ) const in getFastPropertyValue()
762 switch( nHandle ) in getFastPropertyValue()
[all …]
/trunk/main/framework/source/services/
H A Dpathsettings.cxx1006 PathSettings::PathInfo* PathSettings::impl_getPathAccess(sal_Int32 nHandle) in impl_getPathAccess() argument
1011 if (nHandle > (m_lPropDesc.getLength()-1)) in impl_getPathAccess()
1014 const css::beans::Property& rProp = m_lPropDesc[nHandle]; in impl_getPathAccess()
1026 const PathSettings::PathInfo* PathSettings::impl_getPathAccessConst(sal_Int32 nHandle) const in impl_getPathAccessConst()
1031 if (nHandle > (m_lPropDesc.getLength()-1)) in impl_getPathAccessConst()
1034 const css::beans::Property& rProp = m_lPropDesc[nHandle]; in impl_getPathAccessConst()
1053 css::uno::Any aCurrentVal = impl_getPathValue(nHandle); in convertFastPropertyValue()
1063 void SAL_CALL PathSettings::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
1068 impl_setPathValue(nHandle, aValue); in setFastPropertyValue_NoBroadcast()
1073 sal_Int32 nHandle) const in getFastPropertyValue()
[all …]
/trunk/main/svtools/source/uno/
H A Dgenericunodialog.cxx143 void OGenericUnoDialog::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast() argument
147 OPropertyContainer::setFastPropertyValue_NoBroadcast(nHandle, rValue); in setFastPropertyValue_NoBroadcast()
149 if (UNODIALOG_PROPERTY_ID_TITLE == nHandle) in setFastPropertyValue_NoBroadcast()
160 …onvertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValu… in convertFastPropertyValue() argument
162 switch (nHandle) in convertFastPropertyValue()
177 return OPropertyContainer::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx103 int NormalizeHit(int nHandle) const;
109 virtual void AdjustRect(int nHandle, LPRECT lpRect);
126 void GetHandleRect(int nHandle,RECT* pHandleRect) const;
128 int nHandle,int**ppx, int**ppy, int* px, int*py);
130 BOOL TrackHandle(int nHandle,HWND hWnd,POINT point,HWND hWndClipTo);
/trunk/main/toolkit/inc/toolkit/controls/
H A Dgeometrycontrolmodel.hxx82 virtual ::com::sun::star::uno::Any ImplGetDefaultValueByHandle(sal_Int32 nHandle) const;
83 virtual ::com::sun::star::uno::Any ImplGetPropertyValueByHandle(sal_Int32 nHandle) const;
84 …virtual void ImplSetPropertyValueByHandle(sal_Int32 nHandle, const :: com::sun::star::uno:…
135 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle);
136 virtual void setPropertyToDefaultByHandle(sal_Int32 nHandle);
137 virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle(sal_Int32 nHandle) const;

Completed in 162 milliseconds

12345678910>>...15