| /trunk/main/sw/sdi/ |
| H A D | swinterf.c | 34 short SwInsertDocument (void *pHandle, in SwInsertDocument() argument 44 short SwDeleteTableColumns (void *pHandle) in SwDeleteTableColumns() argument 48 pHandle,0,pEmpty); in SwDeleteTableColumns() 53 short SwDeleteTableRows (void *pHandle) in SwDeleteTableRows() argument 57 pHandle,0,pEmpty); in SwDeleteTableRows() 62 short SwGotoStartOfTable (void *pHandle) in SwGotoStartOfTable() argument 66 pHandle,0,pEmpty); in SwGotoStartOfTable() 71 short SwGotoEndOfTable (void *pHandle) in SwGotoEndOfTable() argument 75 pHandle,0,pEmpty); in SwGotoEndOfTable() 80 short SwGotoNextTable (void *pHandle) in SwGotoNextTable() argument [all …]
|
| /trunk/main/sal/osl/unx/ |
| H A D | file_volume.cxx | 523 oslVolumeDeviceHandleImpl* pHandle; in osl_newVolumeDeviceHandleImpl() local 526 pHandle = (oslVolumeDeviceHandleImpl*) rtl_allocateMemory (nSizeOfHandle); in osl_newVolumeDeviceHandleImpl() 527 if (pHandle != NULL) in osl_newVolumeDeviceHandleImpl() 529 pHandle->ident[0] = 'O'; in osl_newVolumeDeviceHandleImpl() 530 pHandle->ident[1] = 'V'; in osl_newVolumeDeviceHandleImpl() 531 pHandle->ident[2] = 'D'; in osl_newVolumeDeviceHandleImpl() 532 pHandle->ident[3] = 'H'; in osl_newVolumeDeviceHandleImpl() 533 pHandle->pszMountPoint[0] = '\0'; in osl_newVolumeDeviceHandleImpl() 534 pHandle->pszFilePath[0] = '\0'; in osl_newVolumeDeviceHandleImpl() 535 pHandle->pszDevice[0] = '\0'; in osl_newVolumeDeviceHandleImpl() [all …]
|
| H A D | tempfile.c | 172 oslFileHandle* pHandle, in osl_setup_createTempFile_impl_() argument 179 OSL_PRECOND(((NULL != pHandle) || (NULL != ppustrTempFileURL)), in osl_setup_createTempFile_impl_() 182 if ((NULL == pHandle) && (NULL == ppustrTempFileURL)) in osl_setup_createTempFile_impl_() 308 oslFileHandle* pHandle, in osl_createTempFile() argument 319 pHandle, in osl_createTempFile() 342 *pHandle = temp_file_handle; in osl_createTempFile() 348 if (pHandle) in osl_createTempFile() 349 *pHandle = temp_file_handle; in osl_createTempFile()
|
| H A D | file.cxx | 830 SAL_CALL osl_openFile( rtl_uString* ustrFileURL, oslFileHandle* pHandle, sal_uInt32 uFlags ) in osl_openFile() argument 834 if ((ustrFileURL == 0) || (ustrFileURL->length == 0) || (pHandle == 0)) in osl_openFile() 957 *pHandle = (oslFileHandle)(pImpl); in osl_openFile()
|
| /trunk/main/store/workben/ |
| H A D | t_base.cxx | 73 static OTestObject* SAL_CALL query (IStoreHandle *pHandle, OTestObject*) in query() argument 75 if (pHandle && pHandle->isKindOf (42)) in query() 76 return static_cast<OTestObject*>(pHandle); in query() 94 friend OTestBIOS* SAL_CALL query<> (IStoreHandle * pHandle, OTestBIOS *); 133 template<> OTestBIOS* SAL_CALL query (IStoreHandle *pHandle, OTestBIOS*) in query() argument 135 if (pHandle && pHandle->isKindOf (4242)) in query() 136 return static_cast<OTestBIOS*>(pHandle); in query() 149 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in __store_test_handle() local 150 if (pHandle) in __store_test_handle() 152 pHandle->acquire(); in __store_test_handle() [all …]
|
| /trunk/main/sal/osl/w32/ |
| H A D | tempfile.cxx | 86 oslFileHandle* pHandle, in osl_setup_createTempFile_impl_() argument 93 OSL_PRECOND(((0 != pHandle) || (0 != ppustrTempFileURL)), "Invalid parameter!"); in osl_setup_createTempFile_impl_() 95 if ((0 == pHandle) && (0 == ppustrTempFileURL)) in osl_setup_createTempFile_impl_() 161 oslFileHandle* pHandle, in osl_createTempFile_impl_() argument 172 if ((osl_File_E_None != osl_error) || (0 == pHandle) || in osl_createTempFile_impl_() 173 osl_win32_CreateFile_impl_(tmp_name, b_delete_on_close, pHandle)) in osl_createTempFile_impl_() 192 oslFileHandle* pHandle, in osl_createTempFile() argument 202 pHandle, in osl_createTempFile() 219 pHandle, in osl_createTempFile()
|
| H A D | file.cxx | 708 oslFileHandle * pHandle, in osl_openFile() argument 739 *pHandle = osl_createFileHandleFromOSHandle (hFile, uFlags | osl_File_OpenFlag_Read); in osl_openFile()
|
| /trunk/main/sal/osl/os2/ |
| H A D | tempfile.c | 161 oslFileHandle* pHandle, in osl_setup_createTempFile_impl_() argument 168 OSL_PRECOND(((NULL != pHandle) || (NULL != ppustrTempFileURL)), in osl_setup_createTempFile_impl_() 171 if ((NULL == pHandle) && (NULL == ppustrTempFileURL)) in osl_setup_createTempFile_impl_() 297 oslFileHandle* pHandle, in osl_createTempFile() argument 308 pHandle, in osl_createTempFile() 331 *pHandle = temp_file_handle; in osl_createTempFile() 337 if (pHandle) in osl_createTempFile() 338 *pHandle = temp_file_handle; in osl_createTempFile()
|
| H A D | module.c | 224 void* pHandle=NULL; in osl_getAsciiFunctionSymbol() local 235 pHandle = (void*)pFunction; in osl_getAsciiFunctionSymbol() 245 pHandle = (void*)pFunction; in osl_getAsciiFunctionSymbol() 250 return pHandle; in osl_getAsciiFunctionSymbol()
|
| H A D | file.cxx | 1372 SAL_CALL osl_openFile( rtl_uString* ustrFileURL, oslFileHandle* pHandle, sal_uInt32 uFlags ) in osl_openFile() argument 1376 if ((ustrFileURL == 0) || (ustrFileURL->length == 0) || (pHandle == 0)) in osl_openFile() 1499 *pHandle = (oslFileHandle)(pImpl); in osl_openFile()
|
| /trunk/main/store/source/ |
| H A D | object.hxx | 60 IStoreHandle * pHandle, store_handle_type *); 72 SAL_CALL query<> (IStoreHandle *pHandle, OStoreObject*); 116 SAL_CALL query (IStoreHandle *pHandle, OStoreObject*) in query() argument 118 if (pHandle && pHandle->isKindOf (OStoreObject::m_nTypeId)) in query() 121 return static_cast<OStoreObject*>(pHandle); in query()
|
| H A D | store.cxx | 54 OStoreHandle (store_handle_type * pHandle) in OStoreHandle() argument 55 : rtl::Reference<store_handle_type> (pHandle) in OStoreHandle() 58 static store_handle_type * SAL_CALL query (void * pHandle) in query() argument 61 static_cast<IStoreHandle*>(pHandle), in query() 82 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in store_acquireHandle() local 83 if (!pHandle) in store_acquireHandle() 86 pHandle->acquire(); in store_acquireHandle() 97 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in store_releaseHandle() local 98 if (!pHandle) in store_releaseHandle() 101 pHandle->release(); in store_releaseHandle()
|
| H A D | stordir.hxx | 106 SAL_CALL query<> (IStoreHandle *pHandle, OStoreDirectory_Impl*); 126 SAL_CALL query (IStoreHandle *pHandle, OStoreDirectory_Impl*) in query() argument 128 if (pHandle && pHandle->isKindOf (OStoreDirectory_Impl::m_nTypeId)) in query() 131 return static_cast<OStoreDirectory_Impl*>(pHandle); in query()
|
| H A D | storlckb.hxx | 125 SAL_CALL query<> (IStoreHandle *pHandle, OStoreLockBytes*); 146 SAL_CALL query (IStoreHandle *pHandle, OStoreLockBytes*) in query() argument 148 if (pHandle && pHandle->isKindOf (OStoreLockBytes::m_nTypeId)) in query() 151 return static_cast<OStoreLockBytes*>(pHandle); in query()
|
| H A D | storpage.hxx | 164 SAL_CALL query<> (IStoreHandle *pHandle, OStorePageManager*); 203 SAL_CALL query (IStoreHandle *pHandle, OStorePageManager*) in query() argument 205 if (pHandle && pHandle->isKindOf (OStorePageManager::m_nTypeId)) in query() 208 return static_cast<OStorePageManager*>(pHandle); in query()
|
| /trunk/main/comphelper/source/property/ |
| H A D | opropertybag.cxx | 494 sal_Int32* pHandle = aHandles.getArray(); in impl_setPropertyValues_throw() local 498 ++pName, ++pHandle, ++pProperty in impl_setPropertyValues_throw() 501 *pHandle = rPropInfo.getHandleByName( *pName ); in impl_setPropertyValues_throw() 502 if ( *pHandle != -1 ) in impl_setPropertyValues_throw() 513 *pHandle = rPropInfo.getHandleByName( *pName ); in impl_setPropertyValues_throw()
|
| /trunk/main/sw/inc/ |
| H A D | fmtautofmt.hxx | 65 void SetStyleHandle( boost::shared_ptr<SfxItemSet> pHandle ) { mpHandle = pHandle; } in SetStyleHandle() argument
|
| /trunk/main/sal/inc/osl/ |
| H A D | file.h | 705 oslFileError SAL_CALL osl_openFile( rtl_uString *pustrFileURL, oslFileHandle *pHandle, sal_uInt32 u… 1581 oslFileHandle* pHandle,
|
| H A D | file.hxx | 316 oslFileHandle* pHandle, in createTempFile() argument 322 return (RC) osl_createTempFile(pustr_dir_url, pHandle, ppustr_tmp_file_url); in createTempFile()
|
| /trunk/main/sal/qa/osl/file/ |
| H A D | osl_File.cxx | 1546 oslFileHandle *pHandle; member in osl_FileBase::createTempFile 1555 pHandle = new oslFileHandle(); in SetUp() 1565 delete pHandle; in TearDown() 1571 nError1 = FileBase::createTempFile( pUStr_DirURL, pHandle, pUStr_FileURL ); in TEST_F() 1576 osl_closeFile( *pHandle ); in TEST_F() 1580 …ASSERT_TRUE(( osl::FileBase::E_None == nError1 ) && ( pHandle != NULL ) && ( osl::FileBase::E_EX… in TEST_F() 1586 nError1 = FileBase::createTempFile( pUStr_DirURL, pHandle, pUStr_FileURL ); in TEST_F() 1590 ASSERT_TRUE(( osl::FileBase::E_None == nError1 ) && ( pHandle != NULL ) && in TEST_F() 1596 osl_closeFile( *pHandle ); in TEST_F() 1605 nError1 = FileBase::createTempFile( pUStr_DirURL, pHandle, 0 ); in TEST_F() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdopath.cxx | 623 SdrHdl* pHandle = (SdrHdl*)mpSdrPathDragData->maHandles.GetObject(a); in movePathDrag() local 624 const sal_uInt16 nPolyIndex((sal_uInt16)pHandle->GetPolyNum()); in movePathDrag() 625 const sal_uInt16 nPointIndex((sal_uInt16)pHandle->GetPointNum()); in movePathDrag()
|