Searched refs:_types (Results 1 – 9 of 9) sorted by relevance
315 void * _types; member343 _types = ::rtl_allocateMemory( sizeof(sal_Int32) + (sizeof(ExceptionType *) * nLen) ); in RaiseInfo()344 *(sal_Int32 *)_types = nLen; in RaiseInfo()346 ExceptionType ** ppTypes = (ExceptionType **)((sal_Int32 *)_types + 1); in RaiseInfo()358 ExceptionType ** ppTypes = (ExceptionType **)((sal_Int32 *)_types + 1); in ~RaiseInfo()359 for ( sal_Int32 nTypes = *(sal_Int32 *)_types; nTypes--; ) in ~RaiseInfo()363 ::rtl_freeMemory( _types ); in ~RaiseInfo()550 pRecord->ExceptionInformation[ 2 ] )->_types; in msci_filterCppException()
167 …sdir=. tempdir=$(TEMP) outdir=$(DIR_MODPACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_types.xcu xmlpackage=Typ…207 …sdir=. tempdir=$(TEMP) outdir=$(DIR_MODPACKS) pkg=$(DIR_MODPACKS)$/$(@:b)_types.xcu xmlpackage=Typ…
32 SHL1TARGET = $(TARGET)_types
45 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
116 …st ::rtl::OUString& tableNamePattern, const Sequence< ::rtl::OUString >& _types ) throw(SQLExcepti… in getTables()134 sal_Int32 typeFilterCount = _types.getLength(); in getTables()139 const ::rtl::OUString* typeFilter = _types.getConstArray(); in getTables()
43 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
42 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
46 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
53 COMP_TYPEFLAG = $(SAMPLE_GEN_OUT)/devguide_$(COMP_NAME)_types.flag
Completed in 27 milliseconds