Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 213) sorted by relevance

123456789

/AOO42X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx163 …void draw( QStyle::ControlElement element, QStyleOption* option, QImage* image, QStyle::State stat… in draw() argument
165 option->state |= state; in draw()
166 option->rect = image->rect(); in draw()
169 kapp->style()->drawControl(element, option, &painter); in draw()
172 …void draw( QStyle::PrimitiveElement element, QStyleOption* option, QImage* image, QStyle::State st… in draw() argument
174 option->state |= state; in draw()
175 option->rect = image->rect(); in draw()
177 option->rect.adjust( nAdjust, nAdjust, -nAdjust, -nAdjust ); in draw()
180 kapp->style()->drawPrimitive(element, option, &painter); in draw()
183 …void draw( QStyle::ComplexControl element, QStyleOptionComplex* option, QImage* image, QStyle::Sta… in draw() argument
[all …]
/AOO42X/main/idlc/source/
H A Doptions.cxx103 std::string option(&(arg[0]), 2); in checkArgument() local
104 rArgs.push_back(option); in checkArgument()
199 bool Options::setOption(char const * option, std::string const & rArg) in setOption() argument
201 bool result = (0 == strcmp(option, rArg.c_str())); in setOption()
246 std::string const option(*first); in initOptions() local
253 return badOption("invalid", option); in initOptions()
263 return badOption("invalid", option); in initOptions()
301 return badOption("invalid", option); in initOptions()
315 if (!setOption("-C", option)) in initOptions()
317 return badOption("invalid", option); in initOptions()
[all …]
/AOO42X/main/solenv/bin/
H A Dbuildalyzer36 for option in options:
38 self.outputfile = option
40 elif option == '-o':
42 elif option == '-c':
44 elif option.startswith('-I'):
45 self.includeflags.append(CxxFlag(option))
46 elif option.startswith('-'):
47 self.cxxflags.append(CxxFlag(option))
49 self.inputfiles.append(option)
H A Dbuild.pl1661 my $option = '';
1662 while ($option = shift @ARGV) {
1663 if (!($option =~ /^-+/)) {
1664 $string .= '-' . $option;
1667 unshift(@ARGV, $option);
2401 my $option = '';
2402 while ($option = shift @ARGV) {
2403 if ($option =~ /^-+/) {
2404 unshift(@ARGV, $option);
2407 if ($option =~ /,/) {
[all …]
H A Dcheckdll.sh36 -L) shift; option=$1;;
40 X) libpath=$libpath:$option;;
41 *) libpath=$option;;
/AOO42X/main/registry/tools/
H A Dchecksingleton.cxx105 std::string option (*first); in initOptions_Impl() local
108 return badOption("invalid", option.c_str()); in initOptions_Impl()
117 return badOption("invalid", option.c_str()); in initOptions_Impl()
127 return badOption("invalid", option.c_str()); in initOptions_Impl()
137 return badOption("invalid", option.c_str()); in initOptions_Impl()
147 return badOption("invalid", option.c_str()); in initOptions_Impl()
157 return badOption("invalid", option.c_str()); in initOptions_Impl()
163 return badOption("unknown", option.c_str()); in initOptions_Impl()
H A Dregmerge.cxx72 std::string option(*first); in initOptions_Impl() local
73 if ((option.compare("-v") == 0) || (option.compare("--verbose") == 0)) in initOptions_Impl()
77 else if ((option.compare("-h") == 0) || (option.compare("-?") == 0)) in initOptions_Impl()
83 return badOption("unknown", option.c_str()); in initOptions_Impl()
H A Doptions.cxx64 std::string option (&(arg[0]), 2); in checkArgument() local
65 rArgs.push_back(option); in checkArgument()
136 bool Options::badOption (char const * reason, char const * option) const in badOption()
138 (void) fprintf(stderr, "%s: %s option '%s'\n", m_program.c_str(), reason, option); in badOption()
/AOO42X/main/extensions/source/dbpilots/
H A Dgroupboxpages.src44 Text [ en-US ] = "Which ~names do you want to give the option fields?" ;
104 Text [ en-US ] = "Should one option field be selected as a default?" ;
154 Text [ en-US ] = "When you select an option, the option group is given a specific value." ;
162 Text [ en-US ] = "Which ~value do you want to assign to each option?" ;
208 Text [ en-US ] = "Which ~caption is to be given to your option group?" ;
224 Text [ en-US ] = "These were all details needed to create the option group." ;
230 …Text [ en-US ] = "You can either save the value of the option group in a database field or use it …
/AOO42X/main/rdbmaker/source/codemaker/
H A Doptions.cxx42 sal_Bool Options::isValid(const OString& option) in isValid() argument
44 return (m_options.count(option) > 0); in isValid()
47 const OString Options::getOption(const OString& option) in getOption() argument
50 if (m_options.count(option) > 0) in getOption()
52 return m_options[option]; in getOption()
/AOO42X/main/codemaker/source/codemaker/
H A Doptions.cxx43 sal_Bool Options::isValid(const OString& option) in isValid() argument
45 return (m_options.count(option) > 0); in isValid()
48 const OString Options::getOption(const OString& option) in getOption() argument
51 if (m_options.count(option) > 0) in getOption()
53 return m_options[option]; in getOption()
/AOO42X/main/toolkit/src2xml/source/
H A Dsrc2xml.py92 def from_file (option, opt_str, value, parser): argument
93 lst = getattr (parser.values, option.dest)
95 setattr (parser.values, option.dest, lst)
97 def from_path (option, opt_str, value, parser): argument
98 lst = getattr (parser.values, option.dest)
100 setattr (parser.values, option.dest, lst)
/AOO42X/main/oox/source/dump/
H A Dpptxdumper.ini27 # Enable entire dumper (default=off). This option does not affect the option
32 # Enable import after dumping (default=on). Disabling this option allows
33 # to dump a file without loading it. This option is independent from the
34 # 'enable-dumper' option.
H A Ddumperbase.ini34 # Enable entire dumper (default=off). This option does not affect the option
39 # Enable import after dumping (default=on). Disabling this option allows
40 # to dump a file without loading it. This option is independent from the
41 # 'enable-dumper' option.
/AOO42X/main/offapi/com/sun/star/text/
H A DReferenceFieldPart.idl67 <p>This option is only valid if the source of the reference is a sequence field.</p>
72 <p>This option is only valid if the source of the reference is a sequence field.</p>
77 <p>This option is only valid if the source of the reference is a sequence field.</p>
84 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
103 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
113 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
/AOO42X/main/idlc/inc/idlc/
H A Doptions.hxx59 bool setOption(char const * option, std::string const & rArg);
70 bool isValid(const ::rtl::OString& option);
71 const ::rtl::OString& getOption(const ::rtl::OString& option)
/AOO42X/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx659 beans::Optional< beans::Ambiguous<sal_Bool> > option( in processPackage_impl() local
662 action = (option.IsPresent && in processPackage_impl()
663 (option.Value.IsAmbiguous || in processPackage_impl()
664 (doRegisterPackage ? !option.Value.Value in processPackage_impl()
665 : option.Value.Value))); in processPackage_impl()
/AOO42X/main/solenv/doc/gbuild/
H A Ddoxygen.cfg66 # Enabling this option can be useful when feeding doxygen a huge amount of
250 # If you use Microsoft's C++/CLI language, you should set this option to YES to
262 # and setter methods for a property. Setting this option to YES (the default)
266 # methods anyway, you should set this option to NO.
357 # This option has no effect if EXTRACT_ALL is enabled.
364 # overviews. This option has no effect if EXTRACT_ALL is enabled.
393 # and Mac users are advised to set this option to NO.
438 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
439 # Note: This option applies only to the class list, not to the
521 # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
[all …]
/AOO42X/main/sal/inc/osl/
H A Dsocket.hxx357 inline sal_Bool Socket::setOption( oslSocketOption option, sal_Int32 nValue ) in setOption() argument
359 return setOption( option, &nValue, sizeof( nValue ) ); in setOption()
363 inline sal_Int32 Socket::getOption( oslSocketOption option ) const in getOption()
366 getOption( option, &n, sizeof( n ) ); in getOption()
/AOO42X/main/writerfilter/documentation/doxygen/
H A DDoxyfile58 # Enabling this option can be useful when feeding doxygen a huge amount of
280 # This option has no effect if EXTRACT_ALL is enabled.
287 # overviews. This option has no effect if EXTRACT_ALL is enabled.
316 # and Mac users are advised to set this option to NO.
355 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
356 # Note: This option applies only to the class list, not to the
450 # This WARN_NO_PARAMDOC option can be abled to get warnings for
811 # plain latex in the generated Makefile. Set this option to YES to get a
819 # This option is also used when generating formulas in HTML.
1021 # are defined before the preprocessor is started (similar to the -D option of
[all …]
/AOO42X/main/desktop/source/app/
H A Dcheck_ext_deps.cxx283 …beans::Optional< beans::Ambiguous< sal_Bool > > option( xPackage->isRegistered( uno::Reference< ta… in impl_checkDependencies() local
285 if ( option.IsPresent ) in impl_checkDependencies()
287 ::beans::Ambiguous< sal_Bool > const & reg = option.Value; in impl_checkDependencies()
/AOO42X/main/rdbmaker/inc/codemaker/
H A Doptions.hxx81 sal_Bool isValid(const ::rtl::OString& option);
82 const ::rtl::OString getOption(const ::rtl::OString& option)
/AOO42X/main/codemaker/inc/codemaker/
H A Doptions.hxx71 sal_Bool isValid(const ::rtl::OString& option);
72 const ::rtl::OString getOption(const ::rtl::OString& option)
/AOO42X/main/
H A DNOTICE_category_b4 when the configure option --enable-category-b has been requested.
5 When you used this option make sure to comply with the
/AOO42X/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx340 beans::Optional< beans::Ambiguous< sal_Bool > > option( in getPackageState() local
343 if ( option.IsPresent ) in getPackageState()
345 ::beans::Ambiguous< sal_Bool > const & reg = option.Value; in getPackageState()

123456789