| /AOO41X/main/writerfilter/qa/cppunittests/qname/ |
| H A D | testQName.cxx | 93 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() 118 … flag&=QName::tokenizer().insert(ns, "color-interpolation") == NS_anium::LN_color_interpolation; in test_anium() 119 …flag&=QName::tokenizer().insert(ns, "color-interpolation-direction") == NS_anium::LN_color_interpo… in test_anium() [all …]
|
| /AOO41X/main/solenv/bin/ |
| H A D | buildalyzer | 53 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 …]
|
| /AOO41X/main/idlc/source/ |
| H A D | errorhandler.cxx | 456 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 …]
|
| /AOO41X/main/soltools/cpp/ |
| H A D | _macro.c | 59 if (np->flag & ISUNCHANGE) in dodefine() 118 if (np->flag & ISDEFINED) in dodefine() 144 np->flag |= ISDEFINED; in dodefine() 185 np->flag &= ~ISDEFINED; in doadefine() 195 np->flag |= ISARCHITECTURE; in doadefine() 209 np->flag |= ISDEFINED; in doadefine() 234 expandrow(Tokenrow * trp, char *flag) in expandrow() argument 244 if (flag) in expandrow() 245 setsource(flag, -1, -1, "", 0); in expandrow() 253 || (np->flag & (ISDEFINED | ISMAC)) == 0 in expandrow() [all …]
|
| H A D | _nlist.c | 46 int flag; member 92 np->flag = (char) kp->flag; in setup_kwtab() 128 np->flag = 0; in lookup()
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | tres.c | 92 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()
|
| /AOO41X/main/solenv/bin/modules/ |
| H A D | osarch.pm | 176 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';
|
| /AOO41X/main/offapi/com/sun/star/installation/ |
| H A D | XInstallationCheck.idl | 38 /** 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".
|
| /AOO41X/main/tools/source/fsys/ |
| H A D | wldcrd.cxx | 50 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()
|
| /AOO41X/main/extensions/source/ole/ |
| H A D | jscriptclasses.cxx | 185 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()
|
| /AOO41X/main/extensions/stardiv/oinstchk/ |
| H A D | oinstchk.idl | 37 /** 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
|
| /AOO41X/main/extensions/stardiv/fontest/ |
| H A D | fontest.idl | 40 /** 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
|
| /AOO41X/main/ure/source/uretest/ |
| H A D | Makefile.pln | 91 out.pln/cppmain.o: cppmain.cc out.pln/cpputypes.cppumaker.flag \ 92 out.pln/types.cppumaker.flag | out.pln 106 out.pln/cpptest.o: cpptest.cc out.pln/cpputypes.cppumaker.flag \ 107 out.pln/types.cppumaker.flag | out.pln 121 out.pln/cppserver.o: cppserver.cc out.pln/cpputypes.cppumaker.flag \ 122 out.pln/types.cppumaker.flag | out.pln 129 out.pln/cpputypes.cppumaker.flag: | out.pln 136 out.pln/types.cppumaker.flag: out.pln/types.rdb | out.pln 253 out.pln/types.jar: out.pln/types.javamaker.flag out.pln/types.mf | out.pln 259 out.pln/types.javamaker.flag: out.pln/types.rdb | out.pln out.pln/class
|
| /AOO41X/main/offapi/com/sun/star/drawing/ |
| H A D | SlideSorter.idl | 72 /** 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
|
| /AOO41X/main/cppuhelper/qa/propertysetmixin/ |
| H A D | makefile.mk | 83 $(MISC)/$(TARGET)/cppumaker.flag: $(MISC)/$(TARGET)/types.rdb 88 $(SLOFILES): $(MISC)/$(TARGET)/cppumaker.flag 90 $(MISC)/$(TARGET)/javamaker.flag: $(MISC)/$(TARGET)/types.rdb 94 $(JAVATARGET): $(MISC)/$(TARGET)/javamaker.flag 121 $(MISC)/$(TARGET)/javamaker.flag manifest
|
| /AOO41X/main/solenv/inc/ |
| H A D | javaunittest.mk | 65 $(JAVATARGET) : $(MISC)/$(TARGET).classdir.flag 67 $(MISC)/$(TARGET).classdir.flag: 90 $(JAVAFILES) $(JAVACLASSFILES): $(MISC)/$(TARGET).javamaker.flag 92 $(MISC)/$(TARGET).javamaker.flag: $(MISC)/$(TARGET).rdb
|
| /AOO41X/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessibleEditableText.idl | 72 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
|
| /AOO41X/main/setup_native/scripts/source/ |
| H A D | getuid.c | 96 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()
|
| /AOO41X/main/packimages/pack/ |
| H A D | makefile.mk | 77 $(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
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | CommonTools.cxx | 62 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()
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
| H A D | Debug.java | 273 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()
|
| /AOO41X/main/xmloff/source/chart/ |
| H A D | PropertyMaps.cxx | 65 #define SCH_XML_SETFLAG( status, flag ) (status)|= (flag) argument 66 #define SCH_XML_UNSETFLAG( status, flag ) (status) = ((status) | (flag)) - (flag) argument
|
| /AOO41X/main/offapi/com/sun/star/frame/ |
| H A D | FrameSearchFlag.idl | 51 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 supress
|
| /AOO41X/main/codemaker/test/cppumaker/ |
| H A D | makefile.mk | 51 $(SHL1OBJS): $(MISC)$/$(TARGET).cppumaker.flag 53 $(MISC)$/$(TARGET).cppumaker.flag: $(BIN)$/cppumaker$(EXECPOST) 54 $(MISC)$/$(TARGET).cppumaker.flag: $(MISC)$/$(TARGET).rdb
|
| /AOO41X/main/stoc/test/ |
| H A D | makefile.mk | 157 ALL : $(MISC)$/test_types_generated.flag \ 211 $(MISC)$/test_types_generated.flag : $(BIN)$/stoctest.rdb makefile.mk 212 -rm -f $(MISC)$/test_types_generated.flag 219 touch $(MISC)$/test_types_generated.flag
|