Home
last modified time | relevance | path

Searched refs:Handle (Results 1 – 25 of 235) sorted by relevance

12345678910

/AOO42X/main/store/source/
H A Dstore.cxx79 storeHandle Handle in store_acquireHandle() argument
82 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in store_acquireHandle()
94 storeHandle Handle in store_releaseHandle() argument
97 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in store_releaseHandle()
186 storeFileHandle Handle in store_closeFile() argument
190 OStoreHandle<OStorePageManager>::query (Handle); in store_closeFile()
203 storeFileHandle Handle in store_flushFile() argument
207 OStoreHandle<OStorePageManager>::query (Handle)); in store_flushFile()
218 storeFileHandle Handle, in store_getFileRefererCount() argument
223 OStoreHandle<OStorePageManager>::query (Handle)); in store_getFileRefererCount()
[all …]
/AOO42X/main/sal/inc/osl/
H A Dfile.h456 oslFileError SAL_CALL osl_unmountVolumeDevice( oslVolumeDeviceHandle Handle );
475 oslFileError SAL_CALL osl_automountVolumeDevice( oslVolumeDeviceHandle Handle );
496 oslFileError SAL_CALL osl_releaseVolumeDeviceHandle( oslVolumeDeviceHandle Handle );
516 oslFileError SAL_CALL osl_acquireVolumeDeviceHandle( oslVolumeDeviceHandle Handle );
547 oslFileError SAL_CALL osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **ppu…
731 oslFileError SAL_CALL osl_setFilePos( oslFileHandle Handle, sal_uInt32 uHow, sal_Int64 uPos );
753 oslFileError SAL_CALL osl_getFilePos( oslFileHandle Handle, sal_uInt64 *pPos );
778 oslFileError SAL_CALL osl_setFileSize( oslFileHandle Handle, sal_uInt64 uSize );
802 oslFileError SAL_CALL osl_getFileSize( oslFileHandle Handle, sal_uInt64 *pSize );
825 oslFileHandle Handle,
[all …]
/AOO42X/main/sal/osl/w32/
H A Dfile.cxx747 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile() argument
749 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_syncFile()
767 SAL_CALL osl_closeFile(oslFileHandle Handle) in osl_closeFile() argument
769 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_closeFile()
795 oslFileHandle Handle, in osl_mapFile() argument
815 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_mapFile()
890 oslFileHandle Handle, in osl_readLine() argument
893 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readLine()
910 oslFileHandle Handle, in osl_readFile() argument
915 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFile()
[all …]
H A Dfile_dirvol.cxx223 oslFileError SAL_CALL osl_unmountVolumeDevice( oslVolumeDeviceHandle Handle ) in osl_unmountVolumeDevice() argument
225 if ( Handle ) in osl_unmountVolumeDevice()
232 oslFileError SAL_CALL osl_automountVolumeDevice( oslVolumeDeviceHandle Handle ) in osl_automountVolumeDevice() argument
234 if ( Handle ) in osl_automountVolumeDevice()
241 oslFileError SAL_CALL osl_acquireVolumeDeviceHandle( oslVolumeDeviceHandle Handle ) in osl_acquireVolumeDeviceHandle() argument
243 if ( Handle ) in osl_acquireVolumeDeviceHandle()
245 rtl_uString_acquire( (rtl_uString *)Handle ); in osl_acquireVolumeDeviceHandle()
253 oslFileError SAL_CALL osl_releaseVolumeDeviceHandle( oslVolumeDeviceHandle Handle ) in osl_releaseVolumeDeviceHandle() argument
255 if ( Handle ) in osl_releaseVolumeDeviceHandle()
257 rtl_uString_release( (rtl_uString *)Handle ); in osl_releaseVolumeDeviceHandle()
[all …]
/AOO42X/main/sal/osl/unx/
H A Dfile.cxx965 SAL_CALL osl_closeFile( oslFileHandle Handle ) in osl_closeFile() argument
967 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_closeFile()
997 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile() argument
999 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_syncFile()
1021 oslFileHandle Handle, in osl_mapFile() argument
1028 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_mapFile()
1128 oslFileHandle Handle, in osl_readLine() argument
1131 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readLine()
1151 oslFileHandle Handle, in osl_readFile() argument
1156 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFile()
[all …]
H A Dfile_volume.cxx377 oslFileError osl_unmountVolumeDevice( oslVolumeDeviceHandle Handle ) in osl_unmountVolumeDevice() argument
381 tErr = osl_unmountFloppy(Handle); in osl_unmountVolumeDevice()
393 tErr = osl_unmountFloppy(Handle); in osl_unmountVolumeDevice()
406 oslFileError osl_automountVolumeDevice( oslVolumeDeviceHandle Handle ) in osl_automountVolumeDevice() argument
410 tErr = osl_mountFloppy(Handle); in osl_automountVolumeDevice()
431 oslFileError osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle Handle, rtl_uString **pstrPath ) in osl_getVolumeDeviceMountPath() argument
433 oslVolumeDeviceHandleImpl* pItem = (oslVolumeDeviceHandleImpl*) Handle; in osl_getVolumeDeviceMountPath()
468 oslFileError SAL_CALL osl_acquireVolumeDeviceHandle( oslVolumeDeviceHandle Handle ) in osl_acquireVolumeDeviceHandle() argument
470 oslVolumeDeviceHandleImpl* pItem =(oslVolumeDeviceHandleImpl*) Handle; in osl_acquireVolumeDeviceHandle()
491 oslFileError osl_releaseVolumeDeviceHandle( oslVolumeDeviceHandle Handle ) in osl_releaseVolumeDeviceHandle() argument
[all …]
/AOO42X/main/sal/osl/os2/
H A Dfile.cxx1507 SAL_CALL osl_closeFile( oslFileHandle Handle ) in osl_closeFile() argument
1509 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_closeFile()
1536 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile() argument
1538 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_syncFile()
1558 oslFileHandle Handle, in osl_mapFile() argument
1565 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_mapFile()
1646 oslFileHandle Handle, in osl_readLine() argument
1649 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readLine()
1668 oslFileHandle Handle, in osl_readFile() argument
1673 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFile()
[all …]
/AOO42X/main/xmloff/source/draw/
H A Deventimp.cxx350 pProperty->Handle = -1; in EndElement()
355 pProperty->Handle = -1; in EndElement()
426 pProperties->Handle = -1; in EndElement()
432 pProperties->Handle = -1; in EndElement()
438 pProperties->Handle = -1; in EndElement()
446 pProperties->Handle = -1; in EndElement()
454 pProperties->Handle = -1; in EndElement()
462 pProperties->Handle = -1; in EndElement()
476 pProperties->Handle = -1; in EndElement()
500 pProperties->Handle = -1; in EndElement()
[all …]
/AOO42X/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx54 return x.aProperty.Handle < y.aProperty.Handle; in operator ()()
62 return x.aProperty.Handle < y; in operator ()()
66 return x < y.aProperty.Handle; in operator ()()
196 return _rLHS.aProperty.Handle < _nRHS; in operator ()()
200 return _nLHS < _rRHS.aProperty.Handle; in operator ()()
215 …OSL_ENSURE(checkConflicts->aProperty.Handle != _rProp.aProperty.Handle, "OPropertyContainerHelper:… in implPushBackProperty()
221 _rProp.aProperty.Handle, ComparePropertyWithHandle() ); in implPushBackProperty()
473 if ((aLowerBound != m_aProperties.end()) && aLowerBound->aProperty.Handle != _nHandle) in searchHandle()
505 aPos->aProperty.Handle |= _nAddAttrib; in modifyAttributes()
506 aPos->aProperty.Handle &= ~_nRemoveAttrib; in modifyAttributes()
[all …]
H A Dpropagg.cxx94 … m_aPropertyAccessors[ pDelegateProps->Handle ] = OPropertyAccessor( -1, nMPLoop, sal_False ); in OPropertyArrayAggregationHelper()
128 if ( pPropsTilNow->Handle == nHandle ) in OPropertyArrayAggregationHelper()
136 … m_aPropertyAccessors[ nHandle ] = OPropertyAccessor( pMergedProps->Handle, nMPLoop, sal_True ); in OPropertyArrayAggregationHelper()
137 pMergedProps->Handle = nHandle; in OPropertyArrayAggregationHelper()
152 m_aPropertyAccessors[ pMergedProps->Handle ].nPos = nMPLoop; in OPropertyArrayAggregationHelper()
164 … ConstPropertyAccessorMapIterator aPos = m_aPropertyAccessors.find( pPropertyDescriptor->Handle ); in classifyProperty()
201 return pProperty ? pProperty->Handle : -1; in getHandleByName()
311 _pHandles[i] = pCur->Handle; in fillHandles()
338 _pHandles[i] = pMid->Handle; in fillHandles()
/AOO42X/main/ucbhelper/source/client/
H A Dcontent.cxx534 aCommand.Handle = -1; // n/a in getCommands()
550 aCommand.Handle = -1; // n/a in getProperties()
670 rProp.Handle = -1; // n/a in getPropertyValuesInterface()
677 aCommand.Handle = -1; // n/a in getPropertyValuesInterface()
703 rProp.Handle = pHandles[ n ]; in getPropertyValuesInterface()
710 aCommand.Handle = -1; // n/a in getPropertyValuesInterface()
751 rProp.Handle = -1; // n/a in setPropertyValues()
758 aCommand.Handle = -1; // n/a in setPropertyValues()
799 rProp.Handle = pHandles[ n ]; in setPropertyValues()
806 aCommand.Handle = -1; // n/a in setPropertyValues()
[all …]
/AOO42X/main/extensions/inc/ucbhelper/
H A Dext_content.hxx97 long Handle; member
99 PropertyChangeEventInfo() : Handle( -1 ) {} in PropertyChangeEventInfo()
102 { return Handle == crInfo.Handle && Handle > 0 || Name == crInfo.Name; } in operator ==()
105 { return Handle != crInfo.Handle ? Handle < crInfo.Handle : Name < crInfo.Name; } in operator <()
/AOO42X/main/cppuhelper/test/
H A Dtestpropshlp.cxx180 … OSL_ENSURE( pP[i].Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
198 OSL_ENSURE( pP[i].Handle == getPropertyTable2()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
215 OSL_ENSURE( pP[i].Handle == getPropertyTable3()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
229 OSL_ENSURE( aP.Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
250 sal_Int32 Handle = a1.getHandleByName( getPropertyTable1()[i].Name ); in test_PropertyArrayHelper() local
251 OSL_ENSURE( Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
253 sal_Int32 Handle = a1.getHandleByName( OUString( RTL_CONSTASCII_USTRINGPARAM("asdaf") ) ); in test_PropertyArrayHelper() local
254 OSL_ENSURE( Handle == -1, "Handle not correct" ); in test_PropertyArrayHelper()
265 …Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable1()[i].Handle ); in test_PropertyArrayHelper()
277 …Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable4()[i].Handle ); in test_PropertyArrayHelper()
[all …]
/AOO42X/main/ucb/source/core/
H A Ducbcmds.cxx232 getCommandInfoByHandle( sal_Int32 Handle )
236 virtual sal_Bool SAL_CALL hasCommandByHandle( sal_Int32 Handle )
293 CommandProcessorInfo::getCommandInfoByHandle( sal_Int32 Handle ) in getCommandInfoByHandle() argument
298 if ( (*m_pInfo)[ n ].Handle == Handle ) in getCommandInfoByHandle()
322 sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByHandle( sal_Int32 Handle ) in hasCommandByHandle() argument
327 if ( (*m_pInfo)[ n ].Handle == Handle ) in hasCommandByHandle()
488 aPropValues[ 0 ].Handle = -1; in setTitle()
565 aPropsToObtain[ 0 ].Handle in createNew()
879 rCurrValue.Handle = rCurrProp.Handle; in transferProperties()
892 aPropValues[ nWritePos ].Handle = -1; in transferProperties()
[all …]
/AOO42X/main/ucb/source/ucp/file/
H A Dfilcmd.cxx102 sal_Int32 Handle ) in getCommandInfoByHandle() argument
107 if( m_pMyShell->m_sCommandInfo[i].Handle == Handle ) in getCommandInfoByHandle()
129 sal_Int32 Handle ) in hasCommandByHandle() argument
133 if( m_pMyShell->m_sCommandInfo[i].Handle == Handle ) in hasCommandByHandle()
/AOO42X/main/vcl/aqua/source/dtrans/
H A DPictToBmpFlt.cxx48 Handle hPict = NULL; in PICTtoPNG()
52 Handle hPng = NULL; in PICTtoPNG()
91 Handle hPng = NULL; in PNGtoPICT()
101 nPictSize = GetHandleSize( (Handle)hPict); in PNGtoPICT()
104 HLock( (Handle)hPict); in PNGtoPICT()
106 HUnlock( (Handle)hPict); in PNGtoPICT()
/AOO42X/main/svx/source/table/
H A Dtablecolumn.cxx263 aProperties[0].Handle = Property_Width; in getStaticPropertySetInfo()
268 aProperties[1].Handle = Property_OptimalWidth; in getStaticPropertySetInfo()
273 aProperties[2].Handle = Property_IsVisible; in getStaticPropertySetInfo()
278 aProperties[3].Handle = Property_IsStartOfNewPage; in getStaticPropertySetInfo()
283 aProperties[4].Handle = Property_Width; in getStaticPropertySetInfo()
288 aProperties[5].Handle = Property_OptimalWidth; in getStaticPropertySetInfo()
H A Dtablerow.cxx338 aProperties[0].Handle = Property_Height; in getStaticPropertySetInfo()
343 aProperties[1].Handle = Property_OptimalHeight; in getStaticPropertySetInfo()
348 aProperties[2].Handle = Property_IsVisible; in getStaticPropertySetInfo()
353 aProperties[3].Handle = Property_IsStartOfNewPage; in getStaticPropertySetInfo()
358 aProperties[4].Handle = Property_Height; in getStaticPropertySetInfo()
363 aProperties[5].Handle = Property_OptimalHeight; in getStaticPropertySetInfo()
H A Dpropertyset.cxx153 setFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle, aValue ); in setPropertyValue()
160 return getFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle ); in getPropertyValue()
204 setFastPropertyValue( pProperty->Handle, *pValues ); in setPropertyValues()
227 *pValues = getFastPropertyValue( pProperty->Handle ); in getPropertyValues()
/AOO42X/main/store/inc/store/
H A Dstore.hxx79 inline explicit OStoreStream (storeStreamHandle Handle) SAL_THROW(())
80 : m_hImpl (Handle)
244 inline explicit OStoreDirectory (storeDirectoryHandle Handle) SAL_THROW(())
245 : m_hImpl (Handle)
407 inline explicit OStoreFile (storeFileHandle Handle) SAL_THROW(())
408 : m_hImpl (Handle)
/AOO42X/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1541 pProperties->Handle = -1; in getByName()
1548 pProperties->Handle = -1; in getByName()
1558 pProperties->Handle = -1; in getByName()
1582 pProperties->Handle = -1; in getByName()
1589 pProperties->Handle = -1; in getByName()
1598 pProperties->Handle = -1; in getByName()
1605 pProperties->Handle = -1; in getByName()
1624 pProperties->Handle = -1; in getByName()
1642 pProperties->Handle = -1; in getByName()
1651 pProperties->Handle = -1; in getByName()
[all …]
/AOO42X/main/udkapi/com/sun/star/test/
H A DXTest.idl85 Internal test handle. Handle for first test is always 0.
86 Handle of next test is returned by the method.
87 @return Handle of the next test. -1 if this was the last test.
120 Internal test handle. Handle for first test is always 0.
121 Handle of next test is returned by the method.
122 @return Handle of the next test. -1 if this was the last test.
/AOO42X/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx325 CommandProcessorInfo::getCommandInfoByHandle( sal_Int32 Handle ) in getCommandInfoByHandle() argument
330 if ( queryCommand( Handle, aInfo ) ) in getCommandInfoByHandle()
348 sal_Bool SAL_CALL CommandProcessorInfo::hasCommandByHandle( sal_Int32 Handle ) in hasCommandByHandle() argument
352 return queryCommand( Handle, aInfo ); in hasCommandByHandle()
409 if ( rCurrCommand.Handle == nHandle ) in queryCommand()
/AOO42X/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1078 aItem.Handle = 0; // just to know that this is not one the known ones in setANDCriteria()
1082 aItem.Handle = SQLFilterOperator::NOT_LIKE; in setANDCriteria()
1084 aItem.Handle = SQLFilterOperator::LIKE; in setANDCriteria()
1089 aItem.Handle = SQLFilterOperator::NOT_SQLNULL; in setANDCriteria()
1091 aItem.Handle = SQLFilterOperator::SQLNULL; in setANDCriteria()
1170 aItem.Handle = getPredicateType(pCondition->getChild(i)); in setComparsionPredicate()
1190 aItem.Handle = SQLFilterOperator::EQUAL; in setComparsionPredicate()
1194 aItem.Handle = SQLFilterOperator::NOT_EQUAL; in setComparsionPredicate()
1200 aItem.Handle = SQLFilterOperator::GREATER_EQUAL; in setComparsionPredicate()
1206 aItem.Handle = SQLFilterOperator::GREATER; in setComparsionPredicate()
[all …]
/AOO42X/main/comphelper/source/misc/
H A Dstillreadwriteinteraction.cxx56 aInterceptedRequest.Handle = HANDLE_INTERACTIVEIOEXCEPTION; in StillReadWriteInteraction()
62 aInterceptedRequest.Handle = HANDLE_UNSUPPORTEDDATASINKEXCEPTION; in StillReadWriteInteraction()
68 aInterceptedRequest.Handle = HANDLE_AUTHENTICATIONREQUESTEXCEPTION; in StillReadWriteInteraction()
103 switch(aRequest.Handle) in intercepted()

12345678910