Home
last modified time | relevance | path

Searched refs:nHandle (Results 1 – 25 of 367) sorted by last modified time

12345678910>>...15

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.hxx195 …virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue,sal_Int32 nHandle) c…
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 DTableDeco.cxx177 sal_Int32 nHandle, in convertFastPropertyValue() argument
183 switch(nHandle) in convertFastPropertyValue()
211 bRet = ODataSettings::convertFastPropertyValue(rConvertedValue, rOldValue,nHandle,rValue); in convertFastPropertyValue()
217 getFastPropertyValue(aValue,nHandle); in convertFastPropertyValue()
/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/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 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/svtools/source/uno/
H A Dtoolboxcontroller.cxx768 sal_Int32 nHandle , in convertFastPropertyValue() argument
771 switch (nHandle) in convertFastPropertyValue()
786 return OPropertyContainer::convertFastPropertyValue(aConvertedValue, aOldValue, nHandle, aValue); in convertFastPropertyValue()
790 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast() argument
794 OPropertyContainer::setFastPropertyValue_NoBroadcast(nHandle, aValue); in setFastPropertyValue_NoBroadcast()
795 if (TOOLBARCONTROLLER_PROPHANDLE_SUPPORTSVISIABLE == nHandle) in setFastPropertyValue_NoBroadcast()
/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 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/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/sc/source/filter/excel/
H A Dxicontent.cxx850 sal_uLong nHandle = rDoc.AddValidationEntry( aValidData ); in ReadDV() local
852 aPattern.GetItemSet().Put( SfxUInt32Item( ATTR_VALIDDATA, nHandle ) ); in ReadDV()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx664 …virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& r… in DECLARE_XTYPEPROVIDER()
666 if ( nHandle == EVENTLSTNR_PROPERTY_ID_MODEL ) in DECLARE_XTYPEPROVIDER()
685 OPropertyContainer::setFastPropertyValue( nHandle, rValue ); in DECLARE_XTYPEPROVIDER()
686 if ( nHandle == EVENTLSTNR_PROPERTY_ID_MODEL ) in DECLARE_XTYPEPROVIDER()
/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/services/
H A Dframe.cxx2620 sal_Int32 nHandle , in impl_setPropertyValue() argument
2635 switch (nHandle) in impl_setPropertyValue()
2684 sal_Int32 nHandle ) in impl_getPropertyValue() argument
2696 switch (nHandle) in impl_getPropertyValue()
H A Dautorecovery.cxx3364 sal_Int32 nHandle) const in getFastPropertyValue()
3366 switch(nHandle) in getFastPropertyValue()
H A Ddesktop.cxx1513 sal_Int32 nHandle , in convertFastPropertyValue() argument
1524 switch( nHandle ) in convertFastPropertyValue()
1569 void SAL_CALL Desktop::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , in setFastPropertyValue_NoBroadcast() argument
1576 switch( nHandle ) in setFastPropertyValue_NoBroadcast()
1604 sal_Int32 nHandle ) const in getFastPropertyValue()
1610 switch( nHandle ) in getFastPropertyValue()
/trunk/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx158 sal_Int32 nHandle,
164 sal_Int32 nHandle,
171 sal_Int32 nHandle
/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/sfx2/source/appl/
H A Dshutdownicon.cxx941 void SAL_CALL ShutdownIcon::setFastPropertyValue( ::sal_Int32 nHandle, in setFastPropertyValue() argument
949 switch(nHandle) in setFastPropertyValue()
970 ::com::sun::star::uno::Any SAL_CALL ShutdownIcon::getFastPropertyValue( ::sal_Int32 nHandle ) in getFastPropertyValue() argument
976 switch(nHandle) in getFastPropertyValue()
/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx516 sal_Int32 nHandle; in GetHandle() local
519 nHandle = PROPERTYHANDLE_SECUREURL; in GetHandle()
523 nHandle = PROPERTYHANDLE_DOCWARN_SIGNING; in GetHandle()
525 nHandle = PROPERTYHANDLE_DOCWARN_PRINT; in GetHandle()
535 nHandle = PROPERTYHANDLE_MACRO_SECLEVEL; in GetHandle()
539 nHandle = PROPERTYHANDLE_MACRO_DISABLE; in GetHandle()
543 nHandle = PROPERTYHANDLE_STAROFFICEBASIC; in GetHandle()
545 nHandle = PROPERTYHANDLE_EXECUTEPLUGINS; in GetHandle()
547 nHandle = PROPERTYHANDLE_WARNINGENABLED; in GetHandle()
553 nHandle = PROPERTYHANDLE_INVALID; in GetHandle()
[all …]
/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/framework/inc/services/
H A Dframe.hxx328 sal_Int32 nHandle ,
332 sal_Int32 nHandle );
H A Dautorecovery.hxx505 sal_Int32 nHandle ,
509 virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle,
514 sal_Int32 nHandle) const;
H A Ddesktop.hxx345 … sal_Int32 nHandle ,
347 … SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle ,
351 … sal_Int32 nHandle ) const;
/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()

Completed in 265 milliseconds

12345678910>>...15