Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 97) sorted by relevance

1234

/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_features.cxx55 GrFeatureParser::GrFeatureParser(gr::Font & font, const std::string features, const std::string lan… in GrFeatureParser() argument
63 while (pos < features.length() && mnNumSettings < MAX_FEATURES) in GrFeatureParser()
65 nEquals = features.find(FEAT_ID_VALUE_SEPARATOR,pos); in GrFeatureParser()
72 if (features.compare(pos, nEquals - pos, ISO_LANG) == 0) in GrFeatureParser()
75 nFeatEnd = features.find(FEAT_SEPARATOR, pos); in GrFeatureParser()
78 nFeatEnd = features.length(); in GrFeatureParser()
86 aLang.rgch[i-pos] = features[i]; in GrFeatureParser()
106 if (isCharId(features, pos, nEquals - pos)) in GrFeatureParser()
107 maSettings[mnNumSettings].id = getCharId(features, pos, nEquals - pos); in GrFeatureParser()
108 else maSettings[mnNumSettings].id = getIntValue(features, pos, nEquals - pos); in GrFeatureParser()
[all …]
H A Dgraphite_serverfont.cxx49 maImpl(*mpFont, mpFont->features(), pFont) in GraphiteServerFontLayout()
/AOO41X/main/solenv/bin/modules/installer/windows/
H A Dfeature.pm370 my $features = [];
396 push @$features, $feature;
414 return $features;
434 my ($features) = @_;
436 return $features if ! $installer::globals::is_release;
443 my %target_feature_map = map {$_->{'Feature'} => $_} @$features;
457 return $features if scalar @missing_features==0;
460 my $extended_features = [@$features];
478 my ($basedir, $language, $features) = @_;
483 foreach my $feature (@$features)
/AOO41X/main/offapi/com/sun/star/form/runtime/
H A DXFeatureInvalidation.idl49 any dispatches associated with the features in question are potentially out-of-date, and
53 The set of features whose state might have changed.
57 /** invalidates all features
60 which features might actually have changed their state. In this case, the callee
61 should assume all features it is interested in must be requeried.</p>
H A DXFormOperations.idl180 for features which require arguments.
255 /** denotes the instance which should be notified about features whose state might have changed.
262 of all movement-related features might have changed.</p>
266 since OpenOffice.org's application framework features own mechanisms to cache and invalidate
/AOO41X/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DControl.ulf140 en-US = "Select the program features you want installed."
170 en-US = "Custom Setup allows you to selectively install program features."
248 en-US = "The disk space required for the installation of the selected features."
251 …le for the currently selected features. You can remove files from the highlighted volumes, choose …
350 …hange which program features are installed. This option displays the Custom Selection dialog in wh…
377 …le for the currently selected features. You can remove files from the highlighted volumes, choose …
590 en-US = "The program features you selected are being installed."
593 en-US = "The program features you selected are being uninstalled."
647 en-US = "Choose which program features you want installed and where they will be installed. Recomme…
H A DActionTe.ulf158 en-US = "Publishing product features"
326 en-US = "Unpublishing product features"
/AOO41X/main/cairo/
H A Dcairo-1.8.0.patch41 …sc/build/cairo-1.8.0.org/build/Makefile.win32.features misc/build/cairo-1.8.0/build/Makefile.win32…
42 --- misc/build/cairo-1.8.0.org/build/Makefile.win32.features 2008-09-25 02:15:49.000000000 +0300
43 +++ misc/build/cairo-1.8.0/build/Makefile.win32.features 2008-11-04 22:19:52.000000000 +0200
/AOO41X/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryAnalyzer.idl182 features being substituted by their database-level counterparts.
185 which in some respect understands SQL features usually not present at the database
189 <p>While all other methods will handle those additional features transparently - e.g.
192 where all those features have been stripped, and replaced with appropriate standard SQL.</p>
/AOO41X/main/vcl/inc/
H A Dgraphite_serverfont.hxx39 …GraphiteLayoutImpl(const gr::Font & font, const grutils::GrFeatureParser * features, GraphiteFontA… in GraphiteLayoutImpl() argument
40 : GraphiteLayout(font, features), mpFont(pFont) {}; in GraphiteLayoutImpl()
H A Dgraphite_features.hxx45 GrFeatureParser(gr::Font & font, const std::string features, const std::string lang);
H A Dgraphite_adaptors.hxx115 const grutils::GrFeatureParser * features() const { return mpFeatures; }; in features() function in GraphiteFontAdaptor
H A Dgraphite_layout.hxx126 …explicit GraphiteLayout( const gr::Font& font, const grutils::GrFeatureParser* features = NULL ) t…
/AOO41X/main/udkapi/com/sun/star/uri/
H A DXVndSunStarExpandUrlReference.idl39 represents the generic features of the URL reference.
48 represents the scheme-specific features of the URL reference.
H A DXVndSunStarScriptUrlReference.idl37 represents the generic features of the URL reference.
46 represents the scheme-specific features of the URL reference.
/AOO41X/main/offapi/com/sun/star/xml/dom/
H A DXDOMImplementation.idl54 … "XML" feature, if they choose not to support this method. Other features introduced
68 … "XML" feature, if they choose not to support this method. Other features introduced
/AOO41X/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl138 … SQL features here, but, on the other hand, loose features like parameter value substitution.</dd>
/AOO41X/main/offapi/com/sun/star/configuration/
H A DUpdate.idl31 /* Provides access to internal update features of the configuration provider.
H A DXUpdate.idl31 /* Provides access to internal update features of the configuration provider.
/AOO41X/main/solenv/inc/
H A Dunxsolu4.mk54 CFLAGSCXX= -features=no%altspell -library=stlport4 $(ARCH_FLAGS)
H A Dunxsoli4.mk50 CFLAGSCXX=-features=no%altspell -library=no%Cstd $(ARCH_FLAGS)
H A Dunxsols4.mk52 CFLAGSCXX=-features=no%altspell -library=no%Cstd $(ARCH_FLAGS)
/AOO41X/main/solenv/bin/
H A Dmake_installer.pl312 my $features = installer::windows::feature::prepare_feature_table(
316 $features = installer::windows::feature::add_missing_features($features);
320 $features);
/AOO41X/main/boost/
H A Dboost_1_55_0.patch334 // C++0x features in 4.3.n and later
338 // C++0x features are only enabled when -std=c++0x or -std=gnu++0x are
/AOO41X/main/uui/source/
H A Dnewerverwarn.src53 … document uses an unsupported version of the Open Document Format. Some features may not be displa…

1234