Home
last modified time | relevance | path

Searched refs:flag (Results 51 – 75 of 248) sorted by relevance

12345678910

/trunk/main/framework/test/typecfg/
H A Dbuild.btm5 rem Set flag to enable special mechanism of "FilterCache".
22 rem Don't forget to disable build flag!
/trunk/main/extensions/source/ole/
H A Dcomifaces.hxx42 STDMETHOD( IsOutParam)( VARIANT_BOOL * flag)= 0;
43 STDMETHOD( IsInOutParam)( VARIANT_BOOL * flag)= 0;
H A Djscriptclasses.hxx105 STDMETHOD( IsOutParam)( VARIANT_BOOL * flag);
106 STDMETHOD( IsInOutParam)( VARIANT_BOOL * flag);
/trunk/main/soltools/cpp/
H A D_eval.c269 return (kw == KIFDEF) == (np && np->flag & (ISDEFINED | ISMAC)); in eval()
639 if ((np = lookup(tp, 0)) != NULL && np->flag & (ISDEFINED | ISMAC)) in tokval()
644 if ((np = lookup(tp, 0)) != NULL && np->flag & (ISARCHITECTURE)) in tokval()
H A D_mcrvalid.c53 pDel->pMacro->flag &= (~ISACTIVE); in mvl_destruct()
124 pV->pMacro->flag &= (~ISACTIVE); in mvl_check()
H A Dcpp.h75 unsigned char flag; member
113 char flag; /* is defined, is pp name */ member
/trunk/main/offapi/com/sun/star/graphic/
H A DGraphicDescriptor.idl121 The status of this flag is not always clear if the
129 <p>The status of this flag is not always clear if the
138 <p>The status of this flag is not always clear if the
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java417 String flag = args[0]; in main() local
420 if( flag.equals( "-e" ) ){ in main()
423 else if( flag.equals( "-d" ) ) { in main()
427 usage( "Unknown flag: " + flag ); in main()
/trunk/main/solenv/inc/
H A Dtg_help.mk40 ALLTAR : $(HELP_OUT)$/$(TARGET).done $(HELP_OUT)$/xhp_changed.flag optix
62 $(HELP_OUT)$/xhp_changed.flag : $(HLANGXHPFILES)
/trunk/main/sysui/desktop/slackware/
H A Dmakefile.mk96 $(MENUFILES) : makefile.mk slack-desc update-script $(COMMONMISC)$/{$(PRODUCTLIST)}$/build.flag
103 …@tar -C $(MISC)/$(@:b) --owner=root --group=root --same-owner --exclude application.flag -rf $@.tm…
/trunk/main/i18nutil/source/utility/
H A DoneToOneMapping.cxx121 mpIndex[high][low]->flag & mnFlag ) in find()
141 if( mpTableWF[current].flag & mnFlag ) in find()
/trunk/main/reportbuilder/template/
H A Dmakefile.mk80 $(MISC)$/template_update_report.flag : $(XCU_FILES)
102 $(ZIP1DIR)$/META-INF$/manifest.xml : manifest.xml $(MISC)$/template_update_report.flag
/trunk/main/offapi/com/sun/star/ucb/
H A DRuleTerm.idl58 /** this flag indicates whether a string "operand" shall be compared
64 /** this flag indicates whether a string "operand" shall be treated
H A DXSimpleFileAccess3.idl68 true; "hidden" flag will be set, false; "hidden" flag will be reset
/trunk/main/libxmlsec/
H A Dreadme.txt23 There is a flag XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS that can be set
26 setting it will cause that the validation key is not found. If the flag is set,
/trunk/main/offapi/com/sun/star/system/
H A DMailClientFlags.idl39 <p>If this flag is specified, a recipient address must have been
48 <p>When this flag is specified and the user needs to logon in order
H A DXMailClient.idl54 … <p>If the flag <const scope="com::sun::star::system">MailClientFlags::NO_USER_INTERFACE</const>
61 … <li>The flag <const scope="com::sun::star::system">MailClientFlags::NO_USER_INTERFACE</const>
/trunk/main/offapi/com/sun/star/text/textfield/docinfo/
H A DEditTime.idl46 /** If this flag is set to false the author
50 /** If this flag is set to <FALSE/> the date or time
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowListener.idl61 For the default order (forward) this flag is <FALSE/>.
63 flag is <TRUE/>.
/trunk/main/icu/
H A Dcreatemak.pl690 my $flag = shift;
695 $switch = "$flag" . "_" . "$dir" if ($dir);
696 handle_CFlags() if ($flag eq "CFlags"); # get and print Preprocessor defines
/trunk/main/udkapi/com/sun/star/script/
H A DInvocationInfo.idl62 but a flag will only be set, if the corresponding charac-
63 teristic really exists. Example: If the READONLY flag
/trunk/main/udkapi/com/sun/star/beans/
H A DPropertyState.idl64 <const>PropertyAttribute::MAYBEDEFAULT</const> flag. The property
79 <const>PropertyAttribute::MAYBEAMBIGUOUS</const> flag. The
/trunk/main/offapi/com/sun/star/text/textfield/
H A DDateTime.idl42 /** If this flag is set to <FALSE/> the date or time
49 /** If this flag is set to <TRUE/> this field represents
/trunk/main/offapi/com/sun/star/view/
H A DRenderOptions.idl79 <p>Tells the pdf export to skip empty pages. This flag also has
92 <p>Tells the pdf export to skip empty pages. This flag also has
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScChartsObj.java251 int CellX, int CellY, String theValue, XSpreadsheet TT1, String flag) { in insertIntoCell() argument
261 if (flag.equals("V")) { in insertIntoCell()

Completed in 111 milliseconds

12345678910