Home
last modified time | relevance | path

Searched refs:ALL (Results 101 – 125 of 301) sorted by relevance

12345678910>>...13

/aoo42x/main/odk/examples/java/Spreadsheet/
H A DMakefile81 .PHONY: ALL
82 ALL : $(EXAMPLE_NAME) target
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DMakefile102 .PHONY: ALL
103 ALL : $(EXAMPLE_NAME) target
/aoo42x/main/pyuno/source/module/
H A Dunohelper.py28 from com.sun.star.beans.MethodConcept import ALL as METHOD_CONCEPT_ALL
29 from com.sun.star.beans.PropertyConcept import ALL as PROPERTY_CONCEPT_ALL
/aoo42x/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A DMakefile69 .PHONY: ALL
70 ALL : \ target
/aoo42x/main/connectivity/source/drivers/flat/
H A DETable.cxx280 …nIndex = m_xNumberFormatter->detectNumberFormat(::com::sun::star::util::NumberFormat::ALL,aField2); in impl_fillColumnInfo_nothrow()
308 …nIndex = m_xNumberFormatter->detectNumberFormat(::com::sun::star::util::NumberFormat::ALL,aField2); in impl_fillColumnInfo_nothrow()
656 …e nRes = m_xNumberFormatter->convertStringToNumber(::com::sun::star::util::NumberFormat::ALL,aStr); in fetchRow()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DMakefile119 .PHONY: ALL
120 ALL : $(SAMPLE_NAME) target
/aoo42x/main/solenv/gbuild/
H A DLinkTarget.mk350 $$(eval $$(call gb_Output_info,LinkTarget $$* not defined: Assuming headers to be there!,ALL))
786 $$(eval $$(call gb_Output_info,currently known libraries are: $(sort $(gb_Library_KNOWNLIBS)),ALL))
800 …l gb_Output_info, currently known static libraries are: $(sort $(gb_StaticLibrary_KNOWNLIBS)),ALL))
H A DBuildDirs.mk56 …(MAKEFILE_LIST))) is not in the repositories $(foreach repo,$(gb_REPOS),$(realpath $(repo))).,ALL))
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx1929 …Sequence<Property> props = xAccess->getProperties( PropertyConcept::ALL - PropertyConcept::DANGERO… in Impl_DumpProperties()
2006 ( MethodConcept::ALL - MethodConcept::DANGEROUS ); in Impl_DumpMethods()
2761 if( mxUnoAccess->hasProperty( aUName, PropertyConcept::ALL - PropertyConcept::DANGEROUS ) ) in Find()
2764 getProperty( aUName, PropertyConcept::ALL - PropertyConcept::DANGEROUS ); in Find()
2779 MethodConcept::ALL - MethodConcept::DANGEROUS ) ) in Find()
2783 getMethod( aUName, MethodConcept::ALL - MethodConcept::DANGEROUS ); in Find()
2935 …Sequence<Property> props = xAccess->getProperties( PropertyConcept::ALL - PropertyConcept::DANGERO… in implCreateAll()
2961 ( MethodConcept::ALL - MethodConcept::DANGEROUS ); in implCreateAll()
/aoo42x/main/solenv/gbuild/extensions/
H A Dpre_SharedLangList.mk27 ifneq ($(WITH_LANG),ALL)
/aoo42x/main/solenv/inc/
H A Dpostset.mk31 alllangiso=$(strip $(defaultlangiso) $(subst,$(defaultlangiso), $(uniq $(subst,ALL,$(completelangis…
/aoo42x/main/odk/settings/
H A Dstdtarget.mk26 debug : ALL
/aoo42x/main/extras/source/templates/wizard/letter/lang/
H A Dmakefile.mk26 WITH_LANG!:=ALL
/aoo42x/main/javainstaller2/src/Localization/
H A Dmakefile.mk30 WITH_LANG!:=ALL
/aoo42x/main/icu/
H A Dcreatemak.cfg406 ALL : "$(OUTDIR)\<MAKFILE>.exe" ".\<RELPATH>\bin\<MAKFILE>.exe"
428 ALL : <ALLTARGETS>
H A DcreatemakWin64.cfg406 ALL : "$(OUTDIR)\<MAKFILE>.exe" ".\<RELPATH>\bin\<MAKFILE>.exe"
428 ALL : <ALLTARGETS>
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx143 enum Mode { ALL, FROM, CUSTOM, PREVIEW }; enumerator
399 case ALL: in getNextSlideIndex()
458 case ALL: in getPreviousSlideIndex()
2575 (bAll ? AnimationSlideController::ALL : AnimationSlideController::FROM); in createSlideList()
2616 if( bVisible || (eMode == AnimationSlideController::ALL) ) in createSlideList()
/aoo42x/main/extensions/source/activex/msidl/
H A Dmakefile.mk36 ALL : $(MISC)$/activex_component target
/aoo42x/main/scripting/source/pyprov/
H A Dmakefile.mk37 ALL : ALLTAR \ target
/aoo42x/main/embeddedobj/test/Container1/
H A Dmakefile.mk57 ALL : $(OUT)$/slo$/nativeview.obj target
/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.hxx49 sal_Int32 nOpenMode = com::sun::star::ucb::OpenMode::ALL );
/aoo42x/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasupplier.hxx50 sal_Int32 nOpenMode = com::sun::star::ucb::OpenMode::ALL );
/aoo42x/main/fpicker/test/
H A Dmakefile.mk70 ALL : \ target
/aoo42x/main/pyuno/source/loader/
H A Dmakefile.mk74 ALL : ALLTAR \ target
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx638 std::vector<FTPDirentry> aList = aURL.list(OpenMode::ALL); in direntry()
804 std::vector<FTPDirentry> vec = list(sal_Int16(OpenMode::ALL)); in del()

Completed in 3811 milliseconds

12345678910>>...13