Home
last modified time | relevance | path

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

12345678910

/AOO42X/main/writerfilter/qa/cppunittests/qname/
H A DtestQName.cxx93 bool flag=false; in testdos() local
105 flag=true; in testdos()
107 CPPUNIT_ASSERT_MESSAGE("dos test failed", flag); in testdos()
112 bool flag=true; in test_anium() local
114 flag&=QName::tokenizer().insert(ns, "animate") == NS_anium::LN_animate; in test_anium()
115 flag&=QName::tokenizer().insert(ns, "set") == NS_anium::LN_set; in test_anium()
116 flag&=QName::tokenizer().insert(ns, "animateMotion") == NS_anium::LN_animateMotion; in test_anium()
117 flag&=QName::tokenizer().insert(ns, "animateColor") == NS_anium::LN_animateColor; in test_anium()
118flag&=QName::tokenizer().insert(ns, "color-interpolation") == NS_anium::LN_color_interpolation; in test_anium()
119flag&=QName::tokenizer().insert(ns, "color-interpolation-direction") == NS_anium::LN_color_interpo… in test_anium()
[all …]
/AOO42X/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():
89 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets):
90 common_compile_flags.append(flag)
92 for flag in CxxFlags.by_name.values():
93 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets):
94 common_link_flags.append(flag)
[all …]
/AOO42X/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()
471 if ( (flag & AF_MAYBEAMBIGUOUS) == AF_MAYBEAMBIGUOUS ) in flagToString()
473 if ( (flag & AF_MAYBEDEFAULT) == AF_MAYBEDEFAULT ) in flagToString()
475 if ( (flag & AF_REMOVEABLE) == AF_REMOVEABLE ) in flagToString()
[all …]
/AOO42X/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()
196 np->flag |= ISARCHITECTURE; in doadefine()
210 np->flag |= ISDEFINED; in doadefine()
235 expandrow(Tokenrow * trp, char *flag) in expandrow() argument
245 if (flag) in expandrow()
246 setsource(flag, -1, -1, "", 0); in expandrow()
254 || (np->flag & (ISDEFINED | ISMAC)) == 0 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()
/AOO42X/main/sal/rtl/source/
H A Dtres.c90 sal_uInt32 flag );
92 sal_uInt32 flag );
115 sal_uInt32 flag );
555 sal_uInt32 flag ) in rtl_tres_isbit() argument
558 ((((rtl_TestResult_Data *) pThis_)->m_state->m_flags & flag) == flag); in rtl_tres_isbit()
564 sal_uInt32 flag ) in rtl_tres_setbit() argument
566 pState_->m_flags |= flag; in rtl_tres_setbit()
572 sal_uInt32 flag ) in rtl_tres_clearbit() argument
574 pState_->m_flags = pState_->m_flags & ( ~flag ); in rtl_tres_clearbit()
/AOO42X/main/solenv/bin/modules/
H A Dosarch.pm182 local ( $flag ) = @_;
184 $perlFlag = $flag eq 'perl';
185 $defFlag = $flag eq 'def';
186 $oldFlag = $flag eq 'old';
187 $dirFlag = $flag eq 'dir';
188 $dosFlag = $flag eq 'dos';
/AOO42X/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".
/AOO42X/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
/AOO42X/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()
/AOO42X/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()
/AOO42X/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
/AOO42X/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
/AOO42X/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
/AOO42X/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
/AOO42X/main/packimages/
H A DPackage_packimages.mk91 …tomTarget/packimages/bin/images_hicontrast.zip : $(WORKDIR)/CustomTarget/packimages/hicontrast.flag
93 $(WORKDIR)/CustomTarget/packimages/hicontrast.flag :
103 …R)/CustomTarget/packimages/bin/images_classic.zip : $(WORKDIR)/CustomTarget/packimages/classic.flag
106 $(WORKDIR)/CustomTarget/packimages/classic.flag :
113 $(WORKDIR)/CustomTarget/packimages/classic.flag :
/AOO42X/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
/AOO42X/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
/AOO42X/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
/AOO42X/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()
/AOO42X/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()
/AOO42X/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
/AOO42X/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()
/AOO42X/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
/AOO42X/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

12345678910