Home
last modified time | relevance | path

Searched refs:handle (Results 251 – 275 of 405) sorted by path

1...<<11121314151617

/trunk/main/registry/source/
H A Dreflread.cxx1190 void * handle; in createEntry() local
1191 typereg_reader_create(buffer, len, copyBuffer, TYPEREG_VERSION_0, &handle); in createEntry()
1192 return handle; in createEntry()
1214 typereg_Version typereg_reader_getVersion(void * handle) SAL_THROW_EXTERN_C() { in typereg_reader_getVersion() argument
1215 return handle == 0 in typereg_reader_getVersion()
1217 : static_cast< TypeRegistryEntry * >(handle)->getVersion(); in typereg_reader_getVersion()
H A Dreflwrit.cxx1254 static_cast< TypeWriter * >(handle)->m_fields[index].setData( in typereg_writer_setFieldData()
1287 static_cast< TypeWriter * >(handle)->m_methods[index].setData( in typereg_writer_setMethodData()
1310 void * handle, sal_uInt16 methodIndex, sal_uInt16 parameterIndex, in typereg_writer_setMethodParameterData() argument
1315 static_cast< TypeWriter * >(handle)-> in typereg_writer_setMethodParameterData()
1336 void * handle, sal_uInt16 methodIndex, sal_uInt16 exceptionIndex, in typereg_writer_setMethodExceptionTypeName() argument
1357 void const * typereg_writer_getBlob(void * handle, sal_uInt32 * size) in typereg_writer_getBlob() argument
1360 TypeWriter * writer = static_cast< TypeWriter * >(handle); in typereg_writer_getBlob()
1427 void typereg_writer_destroy(void * handle) SAL_THROW_EXTERN_C() { in typereg_writer_destroy() argument
1428 delete static_cast< TypeWriter * >(handle); in typereg_writer_destroy()
1432 void * handle, sal_uInt16 index, rtl_uString const * typeName) in typereg_writer_setSuperTypeName() argument
[all …]
/trunk/main/reportdesign/source/ui/inc/
H A DFixedTextColor.hxx62 …void handle( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxEl…
H A DFormattedFieldBeautifier.hxx60 …void handle( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxEl…
H A DIReportControllerObserver.hxx43 …virtual void handle( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& …
/trunk/main/reportdesign/source/ui/report/
H A DFixedTextColor.cxx148 handle(xComponent); in notifyPropertyChange()
168 handle(_rxElement); in notifyElementInserted()
172 void FixedTextColor::handle( const uno::Reference< uno::XInterface >& _rxElement ) in handle() function in rptui::FixedTextColor
H A DFormattedFieldBeautifier.cxx156 void FormattedFieldBeautifier::handle( const uno::Reference< uno::XInterface >& _rxElement ) in handle() function in rptui::FormattedFieldBeautifier
164 handle( _rxElement ); in notifyElementInserted()
H A DReportControllerObserver.cxx165 m_aFormattedFieldBeautifier.handle(xReportComponent); in IMPL_LINK()
166 m_aFixedTextColor.handle(xReportComponent); in IMPL_LINK()
/trunk/main/sal/inc/rtl/
H A Dbootstrap.h172 void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)
183 sal_Bool SAL_CALL rtl_bootstrap_get_from_handle(rtlBootstrapHandle handle, rtl_uString *pName, rtl_…
191 void SAL_CALL rtl_bootstrap_get_iniName_from_handle(rtlBootstrapHandle handle, rtl_uString ** ppIni…
200 rtlBootstrapHandle handle, rtl_uString ** macro )
H A Dref.hxx79 inline Reference (const Reference<reference_type> & handle) in Reference() argument
80 : m_pBody (handle.m_pBody) in Reference()
115 SAL_CALL operator= (const Reference<reference_type> & handle) in operator =() argument
117 return set( handle.m_pBody ); in operator =()
194 SAL_CALL operator== (const Reference<reference_type> & handle) const in operator ==()
196 return (m_pBody == handle.m_pBody); in operator ==()
205 return (m_pBody != handle.m_pBody); in operator !=()
212 SAL_CALL operator< (const Reference<reference_type> & handle) const in operator <()
214 return (m_pBody < handle.m_pBody); in operator <()
221 SAL_CALL operator> (const Reference<reference_type> & handle) const in operator >()
[all …]
/trunk/main/sal/inc/systools/win32/
H A Duwinapi.h107 inline bool IsValidHandle(HANDLE handle) in IsValidHandle() argument
109 return handle != INVALID_HANDLE_VALUE && handle != NULL; in IsValidHandle()
/trunk/main/sal/osl/os2/
H A Dpipeimpl.h50 #define IsValidHandle( handle ) ((DWORD)(handle) + 1 > 1) argument
54 inline bool IsValidHandle( HANDLE handle ) in IsValidHandle() argument
56 return INVALID_HANDLE_VALUE != handle && NULL != handle; in IsValidHandle()
/trunk/main/sal/osl/w32/
H A Dpipeimpl.h56 #define IsValidHandle( handle ) ((DWORD)(handle) + 1 > 1) argument
60 inline bool IsValidHandle( HANDLE handle ) in IsValidHandle() argument
62 return INVALID_HANDLE_VALUE != handle && NULL != handle; in IsValidHandle()
/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx42 if ( handle != NULL ) in CreateMD5FromString()
52 rtl_digest_destroy( handle ); in CreateMD5FromString()
97 rtl_digest_destroy( handle ); in TEST_F()
103 rtl_digest_destroy( handle ); in TEST_F()
109 rtl_digest_destroy( handle ); in TEST_F()
115 rtl_digest_destroy( handle ); in TEST_F()
121 rtl_digest_destroy( handle ); in TEST_F()
127 rtl_digest_destroy( handle ); in TEST_F()
134 rtl_digest_destroy( handle ); in TEST_F()
161 rtl_digest_destroy( handle ); in TEST_F()
[all …]
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx368 oslFileHandle handle; in Bootstrap_Impl() local
397 osl_closeFile(handle); in Bootstrap_Impl()
691 rtlBootstrapHandle handle in rtl_bootstrap_args_close() argument
694 if (handle == 0) in rtl_bootstrap_args_close()
728 rtlBootstrapHandle handle, in rtl_bootstrap_get_from_handle() argument
739 if (handle == 0) in rtl_bootstrap_get_from_handle()
751 rtlBootstrapHandle handle, in rtl_bootstrap_get_iniName_from_handle() argument
757 if(handle) in rtl_bootstrap_get_iniName_from_handle()
830 rtlBootstrapHandle handle, in rtl_bootstrap_expandMacros_from_handle() argument
834 if (handle == NULL) { in rtl_bootstrap_expandMacros_from_handle()
[all …]
/trunk/main/sal/systools/win32/kill/
H A Dkill.cxx61 static inline bool IsValidHandle( HANDLE handle ) in IsValidHandle() argument
63 return INVALID_HANDLE_VALUE != handle && NULL != handle; in IsValidHandle()
/trunk/main/sane/inc/
H A Dsane.h224 SANE_Handle * handle);
225 extern void sane_close (SANE_Handle handle);
227 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option);
228 extern SANE_Status sane_control_option (SANE_Handle handle, SANE_Int option,
231 extern SANE_Status sane_get_parameters (SANE_Handle handle,
233 extern SANE_Status sane_start (SANE_Handle handle);
234 extern SANE_Status sane_read (SANE_Handle handle, SANE_Byte * data,
236 extern void sane_cancel (SANE_Handle handle);
237 extern SANE_Status sane_set_io_mode (SANE_Handle handle,
239 extern SANE_Status sane_get_select_fd (SANE_Handle handle,
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx397 xInteraction->handle( xRequest ); in detect()
430 xInteraction->handle( aRequest.GetRequest() ); in detect()
438 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
H A Dwarnpassword.cxx71 xHandler->handle( xRequest.get() ); in WarningOnPassword()
/trunk/main/scp2/source/ooo/
H A Dmodule_systemint.scp40 * Hardcode name as 'openoffice' to handle Beta and Dev builds which
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py734 def handle( self, event): member in DummyInteractionHandler
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx119 …virtual void SAL_CALL handle( const com::sun::star::uno::Reference< com::sun::star::task::XInterac…
127 void SdGRFFilter_ImplInteractionHdl::handle( const com::sun::star::uno::Reference< com::sun::star::… in handle() function in SdGRFFilter_ImplInteractionHdl
137 m_xInter->handle( xRequest ); in handle()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx269 xInteraction->handle( xRequest ); in detect()
306 xInteraction->handle( aRequest.GetRequest() ); in detect()
314 xInteraction->handle( aNotifyRequest.GetRequest() ); in detect()
/trunk/main/sdext/source/pdfimport/misc/
H A Dpwdinteract.cxx143 xHandler->handle( xReq ); in getPassword()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() argument
83 MsiGetProperty(handle, sProperty.c_str(), buffer, &nChars); in GetMsiProperty()
90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() argument
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() argument
98 MsiSetProperty(handle, sProperty.c_str(), NULL); in UnsetMsiProperty()
101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() argument
103 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
174 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning() argument
176 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
[all …]

Completed in 142 milliseconds

1...<<11121314151617