Home
last modified time | relevance | path

Searched refs:COM (Results 1 – 25 of 145) sorted by relevance

123456

/aoo41x/main/solenv/inc/
H A D_tg_shl.mk245 .IF "$(COM)"!="GCC"
301 .IF "$(COM)"=="GCC"
785 .IF "$(COM)"!="GCC"
841 .IF "$(COM)"=="GCC"
1325 .IF "$(COM)"!="GCC"
1381 .IF "$(COM)"=="GCC"
1865 .IF "$(COM)"!="GCC"
1921 .IF "$(COM)"=="GCC"
2405 .IF "$(COM)"!="GCC"
2461 .IF "$(COM)"=="GCC"
[all …]
H A D_tg_app.mk161 .IF "$(COM)" == "GCC"
180 .ELSE # "$(COM)" == "GCC"
421 .IF "$(COM)" == "GCC"
681 .IF "$(COM)" == "GCC"
941 .IF "$(COM)" == "GCC"
1201 .IF "$(COM)" == "GCC"
1461 .IF "$(COM)" == "GCC"
1721 .IF "$(COM)" == "GCC"
1981 .IF "$(COM)" == "GCC"
2241 .IF "$(COM)" == "GCC"
[all …]
H A Dtg_shl.mk250 .IF "$(COM)"!="GCC"
258 .ENDIF # "$(COM)"!="GCC"
306 .IF "$(COM)"=="GCC"
308 .ENDIF # "$(COM)"=="GCC"
310 .IF "$(COM)"=="GCC" # always have to call dlltool explicitly as ld cannot handle # comment in .def
440 .ENDIF # "$(COM)"=="GCC"
598 .IF "$(COM)"=="GCC"
602 .ELSE # "$(COM)=="GCC"
H A Dtg_app.mk163 .IF "$(COM)" == "GCC"
182 .ELSE # "$(COM)" == "GCC"
228 .ENDIF # "$(COM)" == "GCC"
H A Drules.mk605 $(COMMAND_ECHO)$(ASM) $(AFLAGS) -D$(COM) /Fo$(SLO)/$*.obj $*.asm
613 $(COMMAND_ECHO)$(ASM) $(AFLAGS) -D$(COM) $*.asm -fo=$(SLO)/$*.obj
618 $(COMMAND_ECHO)$(ASM) $(AFLAGS) -D$(COM) /Fo$(SLO)/$*.obj $*.asm
632 $(COMMAND_ECHO)$(ASM) $(AFLAGS) -D$(COM) /Fo$(OBJ)/$*.obj $*.asm
641 $(COMMAND_ECHO)$(ASM) $(AFLAGS) -D$(COM) /Fo$(SLO)/$*.obj $*.asm
H A Dsettings.mk881 CDEFS= -D$(OS) -D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) -D$(CPUNAME)
981 RSCDEFS=-D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) $(JAVADEF)
1080 COMID=$(COM)
/aoo41x/main/
H A Dset_soenv.in251 $COM = "GCC";
254 $COM = "C52";
309 $COM = "GCC";
323 $COM = "GCC";
465 $COM = "GCC";
684 $COM = "CXX";
728 $COM = "GCC";
859 $COM = "GCC";
1096 if ( $COM eq "MSC" )
1117 elsif ( $COM eq "GCC" )
[all …]
/aoo41x/main/udkapi/com/sun/star/bridge/
H A DOleApplicationRegistration.idl37 /** registers UNO objects as COM objects.
39 That is, COM class factories are registered with COM at runtime. The required
41 factories by COM API functions, there need to be proper registry entries. This service
44 which is used in a certain language to create COM components. For example, CreateObject
H A DOleObjectFactory.idl37 /** makes it possible to create COM objects as UNO objects.
39 <p>A COM object must have a ProgId since the ProgId is used as argument for
43 if the original COM objects support IDispatch. </p>
/aoo41x/main/udkapi/com/sun/star/bridge/oleautomation/
H A DApplicationRegistration.idl37 /** registers UNO objects as COM objects.
39 That is, COM class factories are registered with COM at runtime. The required
41 the factories by COM API functions, there need to be proper registry entries.
46 ordinary mechanism which is used in a certain language to create COM
H A DFactory.idl37 /** makes it possible to create COM objects as UNO objects.
40 A COM object must have a ProgId since the ProgId is used as argument for
44 <type scope="com::sun::star::script">XInvocation</type> if the original COM
/aoo41x/main/cppu/util/
H A Dtarget.pmk28 .IF "$(COM)" == "MSC"
33 .IF "$(COM)" == "C50"
38 .IF "$(COM)" == "GCC"
45 .IF "$(COM)" == "MSC"
/aoo41x/main/readlicense_oo/util/
H A Dmakefile.pmk57 --stringparam os1 $(OS) --stringparam gui1 $(GUI) --stringparam com1 $(COM) \
67 --stringparam os1 $(OS) --stringparam gui1 $(GUI) --stringparam com1 $(COM) \
75 --stringparam os1 $(OS) --stringparam gui1 $(GUI) --stringparam com1 $(COM) \
/aoo41x/main/solenv/gbuild/platform/
H A Dmacosx.mk25 COM := S5ABI macro
60 -D$(COM) \
106 ifneq ($(COM),GCC)
133 ifeq ($(COM),GCC)
H A Dfreebsd.mk64 -D$(COM) \
109 ifeq ($(COM),CLANG)
128 ifeq ($(COM),GCC)
H A Dsolaris.mk25 COM := C52 macro
57 -D$(COM) \
H A Dlinux.mk25 COM := GCC macro
62 -D$(COM) \
H A Dos2.mk23 COM := GCC macro
63 -D$(COM) \
/aoo41x/main/extensions/test/ole/OleClient/
H A Dreadme.txt1 The program tests the OleObjectFactory service which enables to use COM components
7 COM component: XCallback_Impl.Simple ( extensions/test/ole/unotocomcalls/XCallback_Impl )
/aoo41x/main/extensions/source/activex/msidl/
H A Dso_activex.idl142 // the common UNO-COM staff
166 // the common UNO-COM staff
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DActionTe.ulf173 en-US = "Registering COM+ Applications and Components"
341 en-US = "Unregistering COM+ Applications and Components"
H A DError.ulf389 en-US = "Component Services (COM+ 1.0) are not installed on this computer. This installation requi…
392 en-US = "Error registering COM+ application. Contact your support personnel for more information."
395 en-US = "Error unregistering COM+ application. Contact your support personnel for more information…
/aoo41x/main/autodoc/source/mkinc/
H A Dfullcpp.mk34 .IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || $(COM) == "GCC"
/aoo41x/main/extensions/test/ole/unoTocomCalls/
H A Dreadme.txt8 The projects in unoToComCalls test the functionality of COM
/aoo41x/main/svl/
H A DLibrary_passwordcontainer.mk41 ifeq ($(COM),GCC)

Completed in 105 milliseconds

123456