Home
last modified time | relevance | path

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

123456789

/aoo41x/main/store/source/
H A Dstore.cxx78 storeHandle Handle in store_acquireHandle() argument
93 storeHandle Handle in store_releaseHandle() argument
185 storeFileHandle Handle in store_closeFile() argument
202 storeFileHandle Handle in store_flushFile() argument
217 storeFileHandle Handle, in store_getFileRefererCount() argument
237 storeFileHandle Handle, in store_getFileSize() argument
558 storeFileHandle Handle, in store_attrib() argument
599 storeFileHandle Handle, in store_link() argument
649 storeFileHandle Handle, in store_symlink() argument
692 storeFileHandle Handle, in store_rename() argument
[all …]
/aoo41x/main/sal/inc/osl/
H A Dfile.h456 oslFileError SAL_CALL osl_unmountVolumeDevice( oslVolumeDeviceHandle Handle );
475 oslFileError SAL_CALL osl_automountVolumeDevice( oslVolumeDeviceHandle Handle );
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,
907 oslFileError SAL_CALL osl_isEndOfFile( oslFileHandle Handle, sal_Bool *pIsEOF );
956 oslFileHandle Handle,
971 oslFileHandle Handle,
1042 oslFileError SAL_CALL osl_syncFile(oslFileHandle Handle);
[all …]
/aoo41x/main/writerfilter/documentation/
H A DtablesInDoc.txt45 RowData<Handle>:
48 Handle getStart(i)
50 Handle getEnd(i)
55 TableData<Handle>:
56 void addCell(Handle start, Handle end)
63 RowData<Handle> getRow(i)
85 create stack of TableData<Handle>
91 push new TableData<Handle> on stack
95 pop TableData<Handle> from stack
98 push new TableData<Handle> on stack
[all …]
/aoo41x/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
890 oslFileHandle Handle, in osl_readLine() argument
910 oslFileHandle Handle, in osl_readFile() argument
931 oslFileHandle Handle, in osl_writeFile() argument
953 oslFileHandle Handle, in osl_readFileAt() argument
979 oslFileHandle Handle, in osl_writeFileAt() argument
[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()
255 if ( Handle ) in osl_releaseVolumeDeviceHandle()
257 rtl_uString_release( (rtl_uString *)Handle ); in osl_releaseVolumeDeviceHandle()
267 if ( Handle && pstrPath ) in osl_getVolumeDeviceMountPath()
[all …]
/aoo41x/main/sal/osl/unx/
H A Dfile.cxx967 SAL_CALL osl_closeFile( oslFileHandle Handle ) in osl_closeFile() argument
999 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile() argument
1023 oslFileHandle Handle, in osl_mapFile() argument
1030 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_mapFile()
1130 oslFileHandle Handle, in osl_readLine() argument
1153 oslFileHandle Handle, in osl_readFile() argument
1182 oslFileHandle Handle, in osl_writeFile() argument
1213 oslFileHandle Handle, in osl_readFileAt() argument
1219 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFileAt()
1246 oslFileHandle Handle, in osl_writeFileAt() argument
[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 …]
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/main/sal/osl/os2/
H A Dfile.cxx1558 oslFileHandle Handle, in osl_mapFile() argument
1646 oslFileHandle Handle, in osl_readLine() argument
1668 oslFileHandle Handle, in osl_readFile() argument
1696 oslFileHandle Handle, in osl_writeFile() argument
1726 oslFileHandle Handle, in osl_readFileAt() argument
1758 oslFileHandle Handle, in osl_writeFileAt() argument
3253 if ( Handle ) in osl_unmountVolumeDevice()
3264 if ( Handle ) in osl_automountVolumeDevice()
3275 if ( Handle && pstrPath ) in osl_getVolumeDeviceMountPath()
3290 if ( Handle ) in osl_acquireVolumeDeviceHandle()
[all …]
/aoo41x/main/ucbhelper/source/client/
H A Dcontent.cxx534 aCommand.Handle = -1; // n/a in getCommands()
550 aCommand.Handle = -1; // n/a in getProperties()
677 aCommand.Handle = -1; // n/a 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()
806 aCommand.Handle = -1; // n/a in setPropertyValues()
823 aCommand.Handle = -1; // n/a in executeCommand()
861 rProp.Handle = -1; // n/a in createCursorAny()
875 aCommand.Handle = -1; // n/a in createCursorAny()
[all …]
/aoo41x/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 <()
/aoo41x/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()
297 OSL_ENSURE( Handles[0] == getPropertyTable1()[0].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
298 OSL_ENSURE( Handles[1] == getPropertyTable1()[3].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
[all …]
/aoo41x/main/ucb/source/core/
H A Ducbcmds.cxx298 if ( (*m_pInfo)[ n ].Handle == Handle ) in getCommandInfoByHandle()
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()
1024 aProps[ 0 ].Handle = -1; /* unknown */ in getResultSet()
1026 aProps[ 1 ].Handle = -1; /* unknown */ in getResultSet()
1028 aProps[ 2 ].Handle = -1; /* unknown */ in getResultSet()
1075 aProps[ 0 ].Handle = -1; in handleNameClashRename()
2011 aProps[ 0 ].Handle = -1; /* unknown */ in globalTransfer()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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)
/aoo41x/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()
1651 pProperties->Handle = -1; in getByName()
1658 pProperties->Handle = -1; in getByName()
[all …]
/aoo41x/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.
/aoo41x/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()
/aoo41x/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()

Completed in 196 milliseconds

123456789