Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 233) sorted by relevance

12345678910

/trunk/main/codemaker/source/commonjava/
H A Dcommonjava.cxx101 rtl::OString const & identifier, rtl::OString const & prefix) in translateUnoToJavaIdentifier() argument
103 if (identifier == "abstract" in translateUnoToJavaIdentifier()
104 || identifier == "assert" // since Java 1.4 in translateUnoToJavaIdentifier()
105 || identifier == "boolean" in translateUnoToJavaIdentifier()
106 || identifier == "break" in translateUnoToJavaIdentifier()
107 || identifier == "byte" in translateUnoToJavaIdentifier()
108 || identifier == "case" in translateUnoToJavaIdentifier()
109 || identifier == "catch" in translateUnoToJavaIdentifier()
110 || identifier == "char" in translateUnoToJavaIdentifier()
111 || identifier == "class" in translateUnoToJavaIdentifier()
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dregistry.pm184 my $identifier = "";
186 if ( $registry->{'gid'} ) { $identifier = $registry->{'gid'}; }
188 $identifier = lc($identifier); # always lower case
192 $identifier =~ s/gid_regitem_/g_r_/;
193 $identifier =~ s/_soffice_/_s_/;
194 $identifier =~ s/_clsid_/_c_/;
195 $identifier =~ s/_currentversion_/_cv_/;
196 $identifier =~ s/_microsoft_/_ms_/;
197 $identifier =~ s/_manufacturer_/_mf_/;
198 $identifier =~ s/_productname_/_pn_/;
[all …]
H A Dremovefile.pm40 my $identifier = "remove_" . $folderitem->{'directory'};
42 $identifier = lc($identifier);
44 return $identifier;
/trunk/main/offapi/com/sun/star/ucb/
H A DXCommandProcessor.idl64 /** creates a unique identifier for a command.
66 <p>This identifier can be used to abort the execution of the command
67 associated with that identifier. Note that it is generally not
71 only should get one identifier per thread and assign it to every
75 identifier should not be used any longer (and instead be released by a
80 <p>To avoid ever-increasing resource consumption, the identifier
86 a command identifier.
100 is a unique id for the command. This identifier was obtained by calling
103 threads MUST NOT share one command identifier (except <code>0</code>).
105 <type>XCommandProcessor</type>, obtains exactly one identifier
[all …]
H A DXCommandProcessor2.idl41 /** releases a command identifier obtainded through
45 <p>After this call the command identifier cannot be used any longer in
49 reuses this identifier.)</p>
52 A command identifier obtained through
54 identifier is zero, the request is silently ignored; but if the
55 identifier is invalid (not obtained via
H A DXContentAccess.idl43 the cursor. If the client only needs the identifier string of the content,
56 /** returns the identifier string of the content ( "cheap method" ).
61 the identifier string.
66 /** returns the identifier object of the content.
69 the identifier object.
H A DXContentIdentifier.idl36 /** An identifier for contents.
45 /** returns the content identifier string.
48 the content identifier string. This must be a valid URI
54 would implement the 'imap' scheme), the content identifier
66 <p>This string will be calculated from the content identifier string
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx307 OUString const & identifier, OUString const & fileName, in getExtensionsWithSameId() argument
315 identifier, fileName, Reference<ucb::XCommandEnvironment>())); in getExtensionsWithSameId()
334 identifier, fileName, Reference<ucb::XCommandEnvironment>())); in getExtensionsWithSameId()
353 identifier, fileName, Reference<ucb::XCommandEnvironment>())); in getExtensionsWithSameId()
375 OUString const & identifier, in getExtensionsWithSameIdentifier() argument
388 identifier, fileName, xCmdEnv); in getExtensionsWithSameIdentifier()
397 OUSTR("Could not find extension: ") + identifier + OUSTR(", ") + fileName, in getExtensionsWithSameIdentifier()
429 OUString const & identifier, OUString const & fileName) in isUserDisabled() argument
434 listExtensions = getExtensionsWithSameId(identifier, fileName); in isUserDisabled()
481 OUString const & identifier, OUString const & fileName, in activateExtension() argument
[all …]
H A Ddp_extensionmanager.hxx96 ::rtl::OUString const & identifier,
153 ::rtl::OUString const & identifier,
164 ::rtl::OUString const & identifier,
227 ::rtl::OUString identifier;
250 bool isUserDisabled(::rtl::OUString const & identifier,
257 ::rtl::OUString const & identifier,
271 getExtensionsWithSameId(::rtl::OUString const & identifier,
277 ::rtl::OUString const & identifier, ::rtl::OUString const & fileName,
/trunk/main/apple_remote/source/
H A DGlobalKeyboardDevice.m114 …NSLog( @"Apple Remote: Unknown global keyboard defaults key for button identifier %d", remoteButto…
161 - (BOOL) sendsEventForButtonIdentifier: (RemoteControlEventIdentifier) identifier {
165 if ([remoteIdentifier unsignedIntValue] == identifier) return YES;
174 …ifiers: (unsigned int) modifiers remoteEventIdentifier: (RemoteControlEventIdentifier) identifier {
187 …[hotKeyRemoteEventMapping setObject: [NSNumber numberWithInt:identifier] forKey: [NSNumber numberW…
234 …RemoteControlEventIdentifier identifier = [keyboardDevice remoteControlEventIdentifierForID:hkCom.…
235 if (identifier == 0) return noErr;
238 if (identifier != lastEvent) {
239 lastEvent = identifier;
244 [keyboardDevice sendRemoteButtonEvent: identifier pressedDown: pressedDown];
H A DRemoteControl.m42 // bundle identifier of the application that should get access to the remote control
91 - (BOOL) sendsEventForButtonIdentifier: (RemoteControlEventIdentifier) identifier {
93 NSLog( @"Apple RemoteControl: sending event for button identifier\n");
129 + (void) sendFinishedNotifcationForAppIdentifier: (NSString*) identifier {
130 …tributedNotification:FINISHED_USING_REMOTE_CONTROL_NOTIFICATION targetBundleIdentifier:identifier];
/trunk/main/idlc/source/
H A Dparser.y378 %type <sval> identifier
509 identifier
572 identifier
1003 identifier
1325 identifier
1361 identifier
1580 identifier
1929 identifier
2005 identifier
2037 identifier
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl145 <p> A name or identifier must match the
179 allowed characters a name or identifier may start with.
183 identifier may start with.
187 allowed characters a name or identifier may continue with.
191 identifier may continue with.
196 // First character of an identifier may be any alphabetic or underscore.
200 // No further characters assumed to be contained in an identifier
250 // First character of an identifier may be any alphanumeric or underscore.
252 // No further characters assumed to be contained in an identifier start.
261 // Test if it is an identifier name and if it only is one
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastTokenHandler.idl43 <const>FastToken::NAMESPACE</const>. If a string identifier is not known
50 /** returns a integer token for the given string identifier.
54 if the identifier is not known to this instance.
60 /** returns a string identifier for the given integer token.
73 if the identifier is not known to this instance.
79 /** returns a identifier for the given integer token as a byte
/trunk/main/soltools/cpp/
H A D_mcrvalid.c78 else if (in_pTokenWhereMacroBecomesValid->identifier > 0) in mvl_add()
80 pNew->nTokenWhereMacroBecomesValid = in_pTokenWhereMacroBecomesValid->identifier; in mvl_add()
85 in_pTokenWhereMacroBecomesValid->identifier = inout_pValidators->nextFreeIdentifier; in mvl_add()
122 if (pV->nTokenWhereMacroBecomesValid == inout_pTokenToCheck->identifier) in mvl_check()
147 tp->identifier = 0; in tokenrow_zeroTokenIdentifiers()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx158 OUString const & identifier);
182 bool bRemoved, OUString const & identifier);
213 OUString const & identifier);
246 sal_Bool bRemoved, OUString const & identifier,
346 OUString const & identifier) in ComponentPackageImpl() argument
348 xPackageType, bRemoved, identifier), in ComponentPackageImpl()
697 sal_Bool bRemoved, OUString const & identifier, in bindPackage_() argument
776 bRemoved, identifier); in bindPackage_()
782 bRemoved, identifier); in bindPackage_()
788 bRemoved, identifier); in bindPackage_()
[all …]
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx89 bool bRemoved, OUString const & identifier);
96 sal_Bool bRemoved, OUString const & identifier,
129 OUString const & identifier) in PackageImpl() argument
133 : myBackend->m_xDialogLibTypeInfo, bRemoved, identifier), in PackageImpl()
228 sal_Bool bRemoved, OUString const & identifier, in bindPackage_() argument
278 dialogURL, bRemoved, identifier); in bindPackage_()
286 bRemoved, identifier); in bindPackage_()
/trunk/main/offapi/com/sun/star/awt/
H A DXPopupMenu.idl48 specifies the menu item identifier.
62 specifies the menu item identifier.
73 specifies the menu item identifier.
133 specifies the menu item identifier for which the <type>KeyEvent</type> should be set.
148 … specifies the menu item identifier for which the <type>KeyEvent</type> should be retrieved.
158 specifies the menu item identifier for which the image should be set.
174 specifies the menu item identifier for which the image should be retrieved.
/trunk/main/solenv/bin/modules/installer/
H A Ddownload.pm1292 my @identifier = ();
1300 my $identifier = $1;
1301 push(@identifier, $identifier);
1305 return \@identifier;
1386 my ( $nshfile, $identifier, $newstring, $nshfilename, $onelanguage ) = @_;
1393 if ( ${$nshfile}[$i] =~ /\s+\Q$identifier\E\s+\"(.+)\"\s*$/ )
1415 my ( $nlffile, $identifier, $newstring, $nlffilename, $onelanguage ) = @_;
1419 if ( ${$nlffile}[$i] =~ /^\s*\#\s+\^\s*\Q$identifier\E\s*$/ )
1448 my $identifier = ${$allidentifier}[$i];
1449 my $language_block = get_language_block_from_language_file($identifier, $mlffile);
[all …]
H A Dsimplepackage.pm193 my @identifier = ();
201 my $identifier = $1;
202 push(@identifier, $identifier);
206 return \@identifier;
297 my $identifier = ${$allidentifier}[$i];
298 my $language_block = get_language_block_from_language_file($identifier, $translationfile);
304 replace_one_variable_in_shellscript($scriptfile, $newstring, $identifier);
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx84 OUString const & identifier);
94 sal_Bool bRemoved, OUString const & identifier,
146 OUString const & identifier) in PackageImpl() argument
148 myBackend->m_xTypeInfo, bRemoved, identifier), in PackageImpl()
241 OUString const & identifier, Reference<XCommandEnvironment> const & xCmdEnv ) in bindPackage_() argument
317 return new PackageImpl( this, url, sfwkLibType, bRemoved, identifier); in bindPackage_()
/trunk/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl104 @param identifier
105 package identifier
117 [in] string identifier,
199 @param identifier
200 extension identifier
210 [in] string identifier,
217 /** gets all extensions with the same identifier from all repositories.
226 [in] string identifier,
237 particular extension identifier. The members are also sequences which
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx109 OUString const & identifier,
174 OUString const & identifier);
254 sal_Bool bRemoved, OUString const & identifier,
383 sal_Bool bRemoved, OUString const & identifier, in bindPackage_() argument
445 identifier); in bindPackage_()
451 identifier); in bindPackage_()
491 bool legacyBundle, bool bRemoved, OUString const & identifier) in PackageImpl() argument
493 xPackageType, bRemoved, identifier), in PackageImpl()
792 OUString identifier; in getIdentifier() local
794 identifier = m_identifier; in getIdentifier()
[all …]
/trunk/main/udkapi/com/sun/star/container/
H A DXIdentifierContainer.idl61 /** inserts an element and creates a new unique identifier for it.
64 the newly created identifier under which the element is inserted.
84 /** removes the element with the specified identifier.
87 The identifier that should be removed.
90 If the identifier does not exist.
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DDigestID.idl41 /** identifier of SHA-1 algorithm
46 /** identifier of SHA-256 algorithm
51 /** identifier of SHA-1 algorithm that is applied to the first kilobyte
57 /** identifier of SHA-256 algorithm that is applied to the first kilobyte

12345678910