Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 248) sorted by relevance

12345678910

/trunk/main/writerfilter/qa/cppunittests/qname/
H A DtestQName.cxx93 bool flag=false; in testdos() local
105 flag=true; in testdos()
112 bool flag=true; in test_anium() local
138 bool flag=true; in test_math() local
143 bool flag=true; in test_w10() local
153 bool flag=true; in test_chart() local
238 bool flag=true; in test_sc12() local
244 bool flag=true; in test_odc12() local
263 bool flag=true; in test_c11() local
279 bool flag=true; in test_rng() local
[all …]
/trunk/main/solenv/bin/
H A Dbuildalyzer53 for flag in self.cxxflags:
54 cxxflags_tmp[flag.name] = flag
57 for flag in self.includeflags:
58 includeflags_tmp[flag.name] = flag
88 for flag in CxxFlags.by_name.values():
97 target.cxxflags = [flag for flag in target.cxxflags if flag not in common_compile_flags]
100 target.cxxflags = [flag for flag in target.cxxflags if flag not in common_link_flags]
105 print 'common compile flags: %s' % (' '.join(flag.name for flag in common_compile_flags))
106 print 'common link flags: %s' % (' '.join(flag.name for flag in common_link_flags))
110 flagset = ' '.join((flag.name for flag in target.cxxflags))
[all …]
/trunk/main/idlc/source/
H A Derrorhandler.cxx456 static OString flagToString(sal_uInt32 flag) in flagToString() argument
459 if ( (flag & AF_READONLY) == AF_READONLY ) in flagToString()
461 if ( (flag & AF_OPTIONAL) == AF_OPTIONAL ) in flagToString()
463 if ( (flag & AF_MAYBEVOID) == AF_MAYBEVOID ) in flagToString()
465 if ( (flag & AF_BOUND) == AF_BOUND ) in flagToString()
467 if ( (flag & AF_CONSTRAINED) == AF_CONSTRAINED ) in flagToString()
469 if ( (flag & AF_TRANSIENT) == AF_TRANSIENT ) in flagToString()
473 if ( (flag & AF_MAYBEDEFAULT) == AF_MAYBEDEFAULT ) in flagToString()
475 if ( (flag & AF_REMOVEABLE) == AF_REMOVEABLE ) in flagToString()
477 if ( (flag & AF_ATTRIBUTE) == AF_ATTRIBUTE ) in flagToString()
[all …]
/trunk/main/soltools/cpp/
H A D_macro.c59 if (np->flag & ISUNCHANGE) in dodefine()
118 if (np->flag & ISDEFINED) in dodefine()
145 np->flag |= ISDEFINED; in dodefine()
186 np->flag &= ~ISDEFINED; in doadefine()
210 np->flag |= ISDEFINED; in doadefine()
245 if (flag) in expandrow()
246 setsource(flag, -1, -1, "", 0); in expandrow()
255 || (np->flag & ISACTIVE) != 0) in expandrow()
294 if (np->flag & ISMAC) in expandrow()
300 if (flag) in expandrow()
[all …]
H A D_nlist.c46 int flag; member
92 np->flag = (char) kp->flag; in setup_kwtab()
128 np->flag = 0; in lookup()
/trunk/main/sal/rtl/source/
H A Dtres.c92 sal_uInt32 flag );
94 sal_uInt32 flag );
117 sal_uInt32 flag );
557 sal_uInt32 flag ) in rtl_tres_isbit() argument
560 ((((rtl_TestResult_Data *) pThis_)->m_state->m_flags & flag) == flag); in rtl_tres_isbit()
566 sal_uInt32 flag ) in rtl_tres_setbit() argument
568 pState_->m_flags |= flag; in rtl_tres_setbit()
574 sal_uInt32 flag ) in rtl_tres_clearbit() argument
576 pState_->m_flags = pState_->m_flags & ( ~flag ); in rtl_tres_clearbit()
/trunk/main/solenv/bin/modules/
H A Dosarch.pm176 local ( $flag ) = @_;
178 $perlFlag = $flag eq 'perl';
179 $defFlag = $flag eq 'def';
180 $oldFlag = $flag eq 'old';
181 $dirFlag = $flag eq 'dir';
182 $dosFlag = $flag eq 'dos';
/trunk/main/offapi/com/sun/star/installation/
H A DXInstallationCheck.idl38 /** a flag called "suppressed", changes the action of check and checkWithDialog
75 that represents the state of the flag suppressed. This dialog is
76 the only way to set the flag suppressed to <TRUE/>. This method is
77 not affected by the value of the flag suppressed.
85 /** gets the status of flag suppressed
87 <p>The flag suppressed is stored in the OfficeRegistry. If suppressed is
100 /** set status of flag "suppressed".
/trunk/main/ure/source/uretest/
H A DMakefile.pln88 out.pln/cppmain.o: cppmain.cc out.pln/cpputypes.cppumaker.flag \
89 out.pln/types.cppumaker.flag | out.pln
103 out.pln/cpptest.o: cpptest.cc out.pln/cpputypes.cppumaker.flag \
104 out.pln/types.cppumaker.flag | out.pln
118 out.pln/cppserver.o: cppserver.cc out.pln/cpputypes.cppumaker.flag \
119 out.pln/types.cppumaker.flag | out.pln
126 out.pln/cpputypes.cppumaker.flag: | out.pln
133 out.pln/types.cppumaker.flag: out.pln/types.rdb | out.pln
250 out.pln/types.jar: out.pln/types.javamaker.flag out.pln/types.mf | out.pln
256 out.pln/types.javamaker.flag: out.pln/types.rdb | out.pln out.pln/class
/trunk/main/tools/source/fsys/
H A Dwldcrd.cxx50 int flag=0; in ImpMatch() local
52 while ( *pWild || flag ) in ImpMatch()
77 flag = 1; in ImpMatch()
99 flag = 0; in ImpMatch()
100 if ( flag ) in ImpMatch()
/trunk/main/extensions/source/ole/
H A Djscriptclasses.cxx185 STDMETHODIMP JScriptValue::IsOutParam( VARIANT_BOOL * flag) in IsOutParam() argument
188 if( !flag) in IsOutParam()
190 *flag= m_bOutParam ? VARIANT_TRUE : VARIANT_FALSE; in IsOutParam()
195 STDMETHODIMP JScriptValue::IsInOutParam( VARIANT_BOOL * flag) in IsInOutParam() argument
198 if( !flag) in IsInOutParam()
200 *flag= m_bInOutParam ? VARIANT_TRUE : VARIANT_FALSE; in IsInOutParam()
/trunk/main/offapi/com/sun/star/drawing/
H A DXSlideSorterBase.idl72 /** Set this flag to <TRUE/> in order to have the current slide
78 /** Set this flag to <TRUE/> in order to visualize the selection of
84 /** Set this flag to <TRUE/> to visualize to where the focus is by
90 /** When this flag has the value <TRUE/> then every time the current
100 /** This flag controls whether updates of previews are created during
113 /** This flag is a hint to make scrolling look smooth.
122 /** This flag controls whether the model can be modified by using
/trunk/main/extensions/stardiv/fontest/
H A Dfontest.idl40 /** a flag called "surpressed" changes the action of check and checkWithDialog
70 that represents the state of the flag surpressed. This dialog is
71 the only way to set the flag surpressed to TRUE. This method is
72 not affected by the value of the flag surpressed.
78 /** Set flag surpressed to FALSE
80 The flag surpressed is stored in the registry. If surpressed is
/trunk/main/extensions/stardiv/oinstchk/
H A Doinstchk.idl37 /** a flag called "surpressed" changes the action of check and checkWithDialog
68 that represents the state of the flag surpressed. This dialog is
69 the only way to set the flag surpressed to TRUE. This method is
70 not affected by the value of the flag surpressed.
76 /** Set flag surpressed to FALSE
78 The flag surpressed is stored in the registry. If surpressed is
/trunk/main/cppu/qa/
H A Dmakefile.mk67 $(APP1OBJS): $(MISC)$/$(TARGET).cppumaker.flag
68 $(APP2OBJS): $(MISC)$/$(TARGET).cppumaker.flag
69 $(APP3OBJS): $(MISC)$/$(TARGET).cppumaker.flag
70 $(APP4OBJS): $(MISC)$/$(TARGET).cppumaker.flag
72 $(MISC)$/$(TARGET).cppumaker.flag: $(MISC)$/$(TARGET).rdb
/trunk/main/packimages/
H A DPackage_packimages.mk93 …tomTarget/packimages/bin/images_hicontrast.zip : $(WORKDIR)/CustomTarget/packimages/hicontrast.flag
95 $(WORKDIR)/CustomTarget/packimages/hicontrast.flag :
105 …R)/CustomTarget/packimages/bin/images_classic.zip : $(WORKDIR)/CustomTarget/packimages/classic.flag
108 $(WORKDIR)/CustomTarget/packimages/classic.flag :
115 $(WORKDIR)/CustomTarget/packimages/classic.flag :
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dmakefile.mk88 $(MISC)/$(TARGET)/cppumaker.flag: $(MISC)/$(TARGET)/types.rdb
93 $(SLOFILES): $(MISC)/$(TARGET)/cppumaker.flag
95 $(MISC)/$(TARGET)/javamaker.flag: $(MISC)/$(TARGET)/types.rdb
99 $(JAVATARGET): $(MISC)/$(TARGET)/javamaker.flag
126 $(MISC)/$(TARGET)/javamaker.flag manifest
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl72 Returns a flag that indicates whether the operation has been
95 Returns a flag that indicates whether the operation has been
121 Returns a flag that indicates whether the operation has been
143 Returns a flag that indicates whether the operation has been
177 Returns a flag that indicates whether the operation has been
210 Returns a flag that indicates whether the operation has been
228 Returns a flag that indicates whether the operation has been
/trunk/main/solenv/inc/
H A Djavaunittest.mk68 $(JAVATARGET) : $(MISC)/$(TARGET).classdir.flag
70 $(MISC)/$(TARGET).classdir.flag:
101 $(JAVAFILES) $(JAVACLASSFILES): $(MISC)/$(TARGET).javamaker.flag
103 $(MISC)/$(TARGET).javamaker.flag: $(MISC)/$(TARGET).rdb
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx62 int flag=0; in match() local
64 while ( *pWild || flag ) in match()
88 flag = 1; in match()
110 flag = 0; in match()
111 if ( flag ) in match()
/trunk/main/setup_native/scripts/source/
H A Dgetuid.c96 int fstatat64(int fildes, const char *path, struct stat64 *buf, int flag) in fstatat64() argument
99 static int (*p_fstatat) (int fildes, const char *path, struct stat64 *buf, int flag) = NULL; in fstatat64()
101 p_fstatat = (int (*)(int fildes, const char *path, struct stat64 *buf, int flag)) in fstatat64()
103 ret = (*p_fstatat)(fildes, path, buf, flag); in fstatat64()
/trunk/main/packimages/pack/
H A Dmakefile.mk77 $(MISC)$/hicontrast.flag .PHONY :
81 $(MISC)$/classic.flag : $(CLASSIC_TARBALL)
93 images_hicontrast : $(MISC)$/hicontrast.flag $(RES)$/img$/commandimagelist.ilst
95 images_classic : $(MISC)$/classic.flag $(RES)$/img$/commandimagelist.ilst
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java273 public static void log(int flag, String msg) { in log() argument
275 if (isFlagSet(flag)) { in log()
296 public static void log(int flag, String msg, Throwable e) { in log() argument
298 if (isFlagSet(flag)) { in log()
/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx65 #define SCH_XML_SETFLAG( status, flag ) (status)|= (flag) argument
66 #define SCH_XML_UNSETFLAG( status, flag ) (status) = ((status) | (flag)) - (flag) argument
/trunk/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl51 Using of this flag will do nothing. Use right combination of other flags
89 only. But in combination with e.g. the CHILDREN flag it can include all
99 If this flag isn't present, any search from bottom to top has to stop, if a top frame
103 are top frames too. Instead of using the CHILDREN flag there, it's possible so to suppress

Completed in 338 milliseconds

12345678910