Home
last modified time | relevance | path

Searched refs:_types (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx315 void * _types; member
343 _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()
/aoo4110/main/filter/source/config/fragments/
H A Dmakefile.mk167 …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…
/aoo4110/main/sal/qa/sal/
H A Dmakefile.mk32 SHL1TARGET = $(TARGET)_types
/aoo4110/main/odk/examples/cpp/remoteclient/
H A DMakefile45 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx116 …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()
/aoo4110/main/odk/examples/cpp/complextoolbarcontrols/
H A DMakefile43 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
/aoo4110/main/odk/examples/cpp/custompanel/
H A DMakefile42 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
/aoo4110/main/odk/examples/cpp/counter/
H A DMakefile46 COMP_TYPEFLAG = $(OUT_MISC)/cpp_$(COMP_NAME)_types.flag
/aoo4110/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A DMakefile53 COMP_TYPEFLAG = $(SAMPLE_GEN_OUT)/devguide_$(COMP_NAME)_types.flag

Completed in 51 milliseconds